sn0wfall Posted July 3, 2016 Share Posted July 3, 2016 I am using Cocos2D for Android: I have two scenes `MainScene` and `LogoScene`. I want to show a Splash screen on `LogoScene` then, I want to transition to `MainScene`. I am wondering how I can go from `LogoScene` to `MainScene` using: CCDirector.sharedDirector().replaceScene(MainScene.scene()); What is an example of Scene Transition from a splash screen to the main scene? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.