« All Events
5 PM – Scratch 2 – Abigail
August 31, 2022 @ 5:00 pm - 6:00 pm
What we did today
- We continued working on the Cheese Chase project.
- We added the beetle, cheese, “Game Over” sign, and the ghost sprites.
- We did the code for the cheese sprite. (random position when mouse touches it.)
- We added collision code to the beetle.
- We made the ghost disappear and reappear.
- We displayed the “Game Over” sign when the mobs touch the mouse, and also disabled its movement.
Homework
- Make 3 variables. (Score, Level, & Ghost Speed)
- Inside the Cheese sprite, set Score = 0, set Level = 1. Place them directly below “When Green Flag clicked”.
- Inside the Ghost sprite, set Ghost Speed = 1. And replace the “move 1 steps” into “move (Ghost Speed) steps”.