Hi,
Got a bit of a problem here and would appreciate some tips on how to continue.
When the player dies in my little game, I want the game to stop responding to user input. I prevent this by using "player: Start ignoring user input".
I then want to start a death animation on the player. Haven't checked this part yet.
Then I want the game to pause for, let's say, 4 seconds.
Then I want to resume again, reload the map, and start listening to user input again (done, and works just fine).
So. How do I pause the game for some seconds?
I tried to add a Start Loop and Stop Loop as subevents to the condition I want to check against, but they don't seem to pause the game at all (tried with 240 loops, (game running at 60fps) and 4000 (if the loop was run once every millisec))
Cannot find anything else to use either, like a Delay event.
Have anyone else done this before? Thankful for any help.