I used the code as follow to implement the effect of replace scenes:
[[CCDirector sharedDirector] replaceScene:[CCTransitionPageTurn transitionWithDuration:0.5f scene:alterScene backwards:NO]];
Then, the effect that is reversed to appear as if the incoming scene is being turned from left over the outgoing scene.
I want to get the effect turn from top over. how can I get this?
Modify cocos2d/CCActionPageTurn3D.m to exchange x for y.