I have a CCSequence that is executed and just below that in the same function I set three sprites to visible = YES; The issue is that I need them to be visible only after the actions are done.
How can I do this? If I set the alpha in an action and add it to the sequence, will that also remove the touch recognition? I have a gesture Recognizer attached to the cocos2d sprite using a wrapper.
So what is the best way to have this work?