Hi,
I'm a pretty new Cocos2d / iPhone dev, and I'm still finding my way a little bit so apologies if this is either a stupid question / been answered before - I've searched but not found anything.
We can chain actions together using a Sequence and then give to a CocosNode to run, but is there any way to run multiple Actions at the same time ( So, instead of say moving to a position and then scaling by 2.0, is there a way to Move to a position, while at the same time scaling by 2.0?
Thanks for any help!
Pj