Pause type scene?
Hey guys, I have a quick question. How can I make it so when I start up my game, it has a "pause menu" so the scene doesn't start immediately and I touch the screen to start. I tried putting a Pause Game behavior in and then when the screen it touched, Unpause Game. When I did that it was all glitchy and everything. Any help would be much appreciated. Thank you
Comments
Make an actor, drag it over the whole screen, and set the alpha to 0 so its invisble(only do that if you want it to be invisble) Then have a rule in it when touch is pressed, change attribute startGame to true.
Then put all your game behaviors in rules when attribute startGame=true, then they wont start till after you touch the screen.
Cheers