Catch The Clown

3 Adding Interaction

We need to add events to deal with the user clicking on the clown. There are 3 actions to add,

Increasing The Score

Moving To A Random Position

Changing Direction & Increasing Speed

Notice how we are adding a small amount to the speed each time the user hits the clown. This makes the game more difficult the more successful the player.

Save your work and test the game at this stage.