Building a Platform Game
Right
click and save this picture as green ball.
Right click this picture and save it as block.
Right click and save the picture as sky.
Right
click and save the picture as platform.
| Create the two sprites.
|
| Create two objects.
|
| Program object person for moving. Add
an event for keyboard left. Add the action Add an event for keyboard right. Add the action
|
| Make Object Person Jump Add an
even for keyboard up. |
| Setting up gravity in the game. Add a step event.
Bring this action over.
If you have added everything it should look like this:
|
| Adding the platform collision. Add a collision
event with the platform. |
| Design a Room Create a room. Place objects in your room to jump to and from. Here is what I created.
|