سؤال

I wanted to put a loading animation between scenes. I have used

[[CCDirector sharedDirector] replaceScene:[CCBReader sceneWithNodeGraphFromFile:@"SongScene.ccbi"] ];

for load the second scene.First scene is a kind of song selection menu. It takes a little delay to load the SongsScene because of the graphic loading time. Then user is not noticing whether the scene is loading or not. Is there a way to display animation while the second scene is loading.

لا يوجد حل صحيح

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top