Andrej Kovalksy
Andrej Kovalksy

Reputation: 225

Cocos2d animated app intro

Is there any way to create animated app intro in cocos2d instead use of static Default.png

Upvotes: 1

Views: 395

Answers (2)

phlebotinum
phlebotinum

Reputation: 1130

NO. The very first screen can not be animated.

Upvotes: 1

Nikhil Aneja
Nikhil Aneja

Reputation: 1259

Splash screen will surely come in to picture. I think you can do 1 thing.... Just create a scene with same background as Default.png. As soon as Splash screen is there.. your background is visible and when your Intro scene is called, show your animated intro. This won't look as 2 different screens. After the intro is complete, switch your scene to Menu Scene or whatever.

Upvotes: 0

Related Questions