Help with loading screens!
-
Hi everyone.
Can get some help on how to implement a loading screen. Many thanks in advance.
-
Hi There,
It is difficult to do a proper loading screen because it would really need to be multi-threaded so that it loaded the assets as it was displaying.
If you mean a title screen then have a look at this post: https://fuzearena.com/forum/topic/389/title-screen-game-over-screen
But it is worth downloading any of vincity's games, firstly because they are excellent and secondly because they have an amazing title screen
-
Loading screen would make sense if you have like 20 sounds and 20 big images that need to be loaded.
You could have a screenrefresh after each loaded image/sound that displays loading 1 / 40 or a loading bar that is divided into 40 steps if you know what i mean. -
I made a loading bar example here:
https://fuzearena.com/forum/post/10247It is then used in Fuze Fit Adventure 2, since that game loads in lots of music assets at the start:
-
Wow thanks so much for quick responses. Il look in to all your advice and will come back if I become unstuck. 👍 Cheers.