« All Events
5pm Scratch Level 2 – Bill
February 28, 2022 @ 5:00 pm - 6:00 pm
Today We:
- Continued the Fireball Fighting project
- Made the background switch to one with instructions and controls when the h key is pressed
- Made a Banner sprite that shows the correct banner when a player wins
- Fixed the problem where the other player could win even after having 0 health
- Created an apple sprite that spawns within 20 units from the borders of the screen so no apples can spawn outside the border
- Made the apple spawn every 10 seconds
- Made the apples give the user that touches it 1 health
- Created a Star sprite
- Created 2 variables, Player1GiantFIreball and Player2GiantFIreball
Your HW:
- Make the star spawn ever 15 seconds like the apple in a random location
- Make it so when either player touches the star, the respective GiantFIreball variable is increased by 1 and the star clone is deleted