C3/Mobile game
Forgive me, I haven't used C3 in 4 months and now I have 3 projects going and I'm a little muddled.
This game has a landing page, a menu page and a game page.
On the menu page, the player puts in a code and it goes to the game page, but it takes about 10 seconds for the game page to open - it's a bit large.
So, I thought I'd put in a little animation so after the player puts in their code the animation will play and the player will know it's loading the game.
The problem is, the graphic appears, but it doesn't animate.
If I just put the graphic on the screen, it animates right up until the player presses enter, then the graphic stops animating.
I'm thinking it's because the game is going to the next layout, so it stops all the animation, but if that's so, how do I make a 'loading' animation animate?
Thank you.