- This event has passed.
5pm Scratch Level 2
April 14, 2021 @ 5:00 pm - 6:00 pm
Today We:
- Continued the Fire ball Fighting game
- Made it so that when you pressed v or m, a fire ball would launch out
- Made it so that You can only have 5 fireballs on the screen at a time
- Made it so that you have health points and you lose health points when you get hit
- Created the invisible game loop sprite
- Created the apple power up sprite
- Put the code to spawn apple power ups inside the game loop sprite
Your HW:
- Make it so that when either player touches the apple power up, they get + 1 health
- Right now, the apple can spawn on the outer edges of the screen where they are hard to get. Make it so that the apples have a range where they can randomly spawn and not be on the edges of the screen
- Remember/Look at the cheese from the cheese chase project if you need help or get stuck.