문제

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