ccsprite - Sequential cocos2d actions on different nodes -


I need to run progressive cocos 2D action on different nodes. I am about CCSequence I know, but it is not good for me because it allows to run the sequence of actions on the same node. How do I go about running sequential verbs for this scenario:

  • Take the parent;
  • Take two child nodes together;
  • Take the parents back again;

    Add in your sequence if call in function, but start a new sequence Separate node.

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

Comments