If I want to display a loading page while the app is loading? how can I do that in cocos2dx?

I know how to do it in coco2d-iphone, you just create Default.png and put the Default.png in the Resource directory. that’s it. But how to display loading page on Android with cocos2dx?

Help please.

Emmy

Hi, Emmy Chen,
Do you just want an static splash? If so, you can just add a CCSprite with a full screen picture. Or If you want a dynamic loading effect, you can refer to http://www.cocos2d-x.org/boards/6/topics/5556