SE Progress on the Simulator
A quick post about the progress on the game in Corona SDK
When the game is run, an instructions method pops up in the middle of the screen for a few seconds so that the user actually knows how to play the game! (That's more than necessary). I used transitioning which is built into the corona SDK that allows images to be displayed for a certain time and then fade away.
In addition to the instructions message, I also added a "GAME OVER" message for when the player crashes into an object.

