- This event has passed.
5 pm Scratch Level 2 – Bill
September 20, 2021 @ 5:00 pm - 6:00 pm
Today We:
- Continued the Rocket Ship project
- Added the meteor sprite
- Made it so the meteors spawned less frequently and larger than the stars
- Made the meteors have random costumes
- Made it so the costume of the rocket ship will change depending on what direction the player moves in
- Added a fire ball sprite
- Made the fire ball destroy a meteor when it hits it
Your HW:
- Use that variable “Time” we created at the end of class and try your best to create a timer that tells the user how many seconds they have survived for
- Hint: Use a forever loop to add 1 to the Time variable every second