Hi,
I need to spawn two actions, a ccJumpTo and a ccRotateBy action, but I also need to be able to adjust the speed of the actions during gameplay if a slow motion bonus is hit....but I don't seem able to apply CCSpawn to the CCSpeed actions as they are not subclasses of CCFiniteTime action.
Is there a way round this, or another technique I can use which doesn't involve me having to drop and recreate the actions...ccSpeed looked ideal for slow motion.
Regards
i