- This event has passed.
6 PM – Scratch 1 – Abigail
May 16, 2023 @ 6:00 pm - 7:00 pm
Gamas Sub
Homework
- Continue on “Animal Crossing” project.
- Add one new sprite, choose “Bat” as the sprite.
- Make the bat start from coordinate (-100, 180).
- Make the bat move from top to the bottom and flaps its wing.
- When the bat touch the bottom of the screen, make the bat say “Hello I am in the bottom.”. Hint: Inside the forever loop, you need to check if y < -170 then do the say hello.