Hi,
As we know to go to other other we can use following :
[[Director sharedDirector] replaceScene: [FadeTransition transitionWithDuration:5.0f scene:otherScene]];
But how can we do this to go from one layer to other?
In my case I am having one ControllerScene which contains various child layers.
To switch between these layers I have a function which will remove old childlayer and add new childlayer. But this wont create any Transition effects. So please can anyone tell me how to achieve this?
One solution may be to take seperate Scenes for each child layers and switch between this Scenes. But I think its not a good ideal as there will be unnecessory code for Scenes.
Thanks in advance.
Waiting for reply.
-BMR