Chasing The Mermaid

In this project, we're going to build a chasing the mermaid game. Click the mermade to make her disappear, stop the game when jellyfish is clicked!

1) Create a new project. Delete the existing Cat Sprite and choose your own sprite and backdrop.

2) When the flag is clicked, set the mermaid size to fit the screen, make your mermaid hide and show every 2 seconds.

3) Set mermaid's size to a random number every time she shows, make sure the sprite fits the screen

4) Have your mermaid go to different places on the page every time it shows.

5) Whenever mermaid is clicked, have it disappear and make a sound.

6) Add a score variable that keeps track of how many times you clicked mermaid, set score to 0 each time game restarts. (Hint: use for all sprites)

7) Add a timer variable that counts down from 20 when you click the flag. Make your game stop when the timer reaches 0, and play the sound "Coin" for 3 times.

8) Add an ocean patrol sprite, make it glide forever in between left side of the screen and right side of the screen. (Hint: You can duplicate sprites in Scratch)

9) If player accidently clicked the patrol, make the game stop