Maze Game Page 1
Adding Rooms
|
| Add 3 Sprites: Wall, person, and a target. To create a
Sprite click >Resources >Create Sprite >Load Sprite.
We need to check the size of the wall.
|
| Create 3 objects. Remember (>Resources Create
Object) Object Wall
Object Person
Object Target
|
| Programming the Object Person for moving Bring up the window for Object Person.
Now do the same thing for going right, up, and down. How do we make the person stop.
|
| Programming Object Person to not go through walls. Go to Object Person.
|
| Programming the Object Target for going to the next level. Bring up the window for Object Target.
|
| Designing a Maze Room Open up the two windows for the rooms.
To choose which object to place in the maze go to the objects tab.
If you click on the diamond you can pick a different object.
|