I have a set of actions that varies in number, e.g. there could be 3,4,6, or 8 actions, to be run sequentially.
Is there a way to dynamically add items to CCSequence (or any other trick)?
I guess I could always initialize the max number of actions, and set some to nil, but it'd be a bit of a hack and some spaghetti code.
Thanks!