Hello everyone,
I'm trying to play a "cut scene" with cocos2d. I use:
[[CCDirector sharedDirector] replaceScene:[CCCrossFadeTransition transitionWithDuration:0.2 scene:[s node]]];
to play the new scene.
However, i want to return to the previous screen when i'm done playing this cut scene.
Can anyone help me?