Loading Screen?
AleksandrGames
Member Posts: 54
How do i make a loading screen? Games like Puzzle Dozer and more have loading screens. how do i make a real loading screen?
Comments
Which part are you referring to?
When ever you have a behavior that says to change scene, have rule that says game.change scene is true,
Make a timer and after 0.3 seconds change scene.
Create a big black actor that covers your scene. Change alpha to 0
When game.changescene is true
Change self.image.alpha to 1
Interpolate self.image.alpha to 0
In 0.3
Change game.Changescene to false
Hopefully that will work.
I only have the one scene in my game so haven't done it personally. It looks right
During the loading wheel remain to screen your loading image