i am developing a game App using cocos2d android. After loading screen i have a menu screen and two more screen i need to get some effect like After the splash screen when it moves to next screen i need something like rotating or moving towards right/left How can i do this can any one suggest me? How to get this effect when moving from one screen to next activity? Thank you in advance and your answers will be appreciated.
Hi I hope this help you. In this code i used splash screen moves to left and next screen comes form right side of the screen
CCDirector.sharedDirector().replaceScene(CCSlideInRTransition.transition(1, MainMenuScreen.sence()));