I need to run a Sequence of actions on different CCNods at the same time. Do I need to run 2 CCSequence::create ?
I need them to start at the same time and if I execute 2 CCSequence::create one after the other, the nods will not run the actions at the same time.
Any ideas?