1: Start the Game
Set the value of myTime to 10 and make an alert to tell your friend how to play. You can improve on the alert message later in the lesson.
2: Countdown to the end of the Game
Make a timer that gets called every second. In the timer: if the value of myTime is greater than 0, subtract 1 from myTime; otherwise add an alert that shows both a message and myScore, then restart the game.
3: Get the bugs
Add a when clicked event. If any bug is clicked, hide it and increase the score by 1. You will need to use the change variable command to hide it.
4: It's splatting time!
Move the splat to where the last clicked bug was and show it.
5: Add your own
Can you make Splatty Bug more challenging and fun?