Hi, i am replacing an scene with a transition.
I need to know which is the current scene after the transition, so in onEnterTransitionDidFinish i do
CCScene * current = [[CCDirector sharedDirector] runningScene];
But instead of returning the new scene, it returns a CCFadeTransition instance, which i guess is not the correct behaviour.