You can make your game more interesting, by only giving your player 10 seconds to pop as many balloons as possible.
You can use another variable to store the remaining time left. Click on the stage, and create a new variable called time
.
This is how the timer should work:
Here’s the code to do this, which you can add to your stage:
Drag your ‘time’ variable display to the right side of the stage. You can also right-click on the variable display and choose ‘large readout’ to change how the time is displayed.
Test your game. How many points can you score? If your game is too easy, you can:
Play your game a few times until you’re happy that it’s the right level of difficulty.