« All Events
5pm Scratch Level 2 – Bill
January 10, 2022 @ 5:00 pm - 6:00 pm
Today We:
- Started the Doom on the Broom project
- Downloaded and imported custom witch and fireball images
- Resized and fixed the images
- Made the witch stay at the center of the screen and rotate when you press the right or left arrow keys
- Made the witch able to shoot fire balls
- Deleted the fire ball clones when they hit the edge of the screen
- Created a bat enemy sprite
- Made the bat enemy spawning code
- Made the bat move towards the witch from a random direction
Your HW:
- Make it so when the bat touches the witch, a game over message is broadcast and the game is stopped
- Make it so when a fireball hits a bat, the bat disappears (gets deleted)