« All Events
3pm Scratch Level 2 – Bill
March 19, 2022 @ 3:00 pm - 4:00 pm
Today We:
- Continued the Space Ship 2.0 project
- Created and Used a new Fireball variable that limits the amount of fireballs the player can shoot
- Made the Powerup sprites start at the top and fall to the bottom of the screen like the asteroids
- Made the Fireball powerup sprite that adds 1 to the Fireball variable when the player touches it
- Made the bomb sprite work
- Created and Used a new Bombs variable that also limits the user from spamming bombs
- Made the bomb powerup sprite give the player a bomb when it touches the rocket ship
Your HW:
- Add sound effects for when:
- The player touches a powerup
- The player shoots a bomb/fireball
- Try to make it so the game goes on infinitely and when the player dies, it displays how long they survived for using the Time variable