开发者

Sequential cocos2d actions on different nodes

开发者 https://www.devze.com 2023-02-17 09:41 出处:网络
I need to run sequential cocos2d actions on different nodes. I know about CCSequence but that is not good for me since it allows running sequence of actions on the same node. How would I go about runn

I need to run sequential cocos2d actions on different nodes. I know about CCSequence but that is not good for me since it allows running sequence of actions on the same node. How would I go about running sequential actions for this scenario:


Add a CCCallFunc to your sequence then in the function that it calls, start a new sequence on a different node.

Rinse and repeat for each separate node you want to move.

0

精彩评论

暂无评论...
验证码 换一张
取 消