Make Your Platform Game a Shooter
Add this to the Platform Game you already have.
Disclaimer: This is a simple game that does not encourage violence.
| Create a Bullet Sprite and Monster Sprite Create a sprite
that looks like a bullet. |
| Create an Object Monster and Object Bullet
Create an object for the bullet named obj bullet
|
Make your Object Person Create a Bullet
|
Make the object bullet move and destroy after
leaving the room.
|
| Make the monsters move in your game. I set up my room like this. The monsters will go back and forth between the platforms.
|
Working with Object Monster
|
| Make your monster explode. |