Goal: Create an event that starts the game when the "A" key is pressed.
- Drag out a "when" block, change the input to "a", and set it to "pressed".
- Add an "if" block inside the event.
- Place a "hasStartGame = false" block into the "if" condition.
- Add a "startGame" block inside the "do" section of the "if" block.