Star Catcher

In this project, we will be making a game with a character that disappears and reappears randomly every time it is clicked. Try to click on the character as many times as possible before the timer runs out.


Play this demo in full screen.

1) Create a character by adding a new shape.


Play this demo in full screen.

2) Set the background to an image or color.


Play this demo in full screen.

3) When you click on your shape, make it appear at a random spot.


Play this demo in full screen.

4) Bonus step: play a sound when your sprite is clicked!


Play this demo in full screen.

5) When your shape reappears, make it change its size randomly.


Play this demo in full screen.

6) When your shape reappears, also make it change colors randomly.


Play this demo in full screen.

7) Create a variable for the score and make it appear on the screen.


Play this demo in full screen.

8) Make the score go up every time you click your sprite.


Play this demo in full screen.

9) Create a variable for a timer that starts at 20, and make it appear on the screen.


Play this demo in full screen.

10) Make the timer go down by one every second.


Play this demo in full screen.

11) When the timer gets to 0, stop the game.


Play this demo in full screen.

12) Create a "Game Over" message. Make it an image or a fun message!


Play this demo in full screen.