Bouncer
Sprite | Images |
---|---|
sprBall | |
sprWall |
Object | Sprite | Properties |
---|---|---|
objBall | sprBall | Visible |
objWall | sprWall | Visible, Solid |
room layout:
objBall | Create event |
---|---|
objBall | Collision → objWall event |
---|---|
extension activities:
- Add a human controlled player that can dodge the bouncing ball
- Add more balls at different speeds
- Add collision code so that the game restarts when I collide with a bouncing ball
- Add in the raindrops from the fixed movement dodger tutorial as another hazard I have to dodge