Controller

Create a new object controller - it has no sprite but is visible. 

game Start

Start by adding a Game Start event:

  • Set Score: to 0
  • Set Lives: to 3
  • Score Caption: set all of them to "don't show" (only have to change the first one)

no more lives

Add a No More Lives event that shows the high score table and restarts the game. This is for when we have monsters (or if you keep falling into pits or out of the room).

skip room (for testing)

We'll also add an <N-Key> event so we can easily skip to the next room for testing purposes, getting your game checked.