I read a lot of posts about loading screens between layouts, but i don't find the solution...
.
.
.
in this ashley suggested a trick and explained that wasn't possible...
"You can't make a real loading screen for switching between layouts, because the browser is busy and will not tick the engine while it's loading. What you can do, however, is display a "loading" message on the *previous* layout, then go to the next layout. While it's frozen loading the next layout the user will be looking at the loading message. You might need to put a small 'Wait' delay (e.g. 0.1 seconds) before actually changing layout, to make sure the display is redrawn with the new message before continuing. "
but i think that i have seen, i don't know where, html5 games with loading screens... maybe they use multiple projects with start loading screens... mmm... this is another question, how put multiples projects in a mobile app? ...buuuffff... maybe I'm just saying nonsense... but is possible?
Please eliasfrost, could you tell me how do you make the loading screen? thanks!