You should already have a maze game working.
Lets see how to make it more challenging by including a monster.
Add a sprite that will be your monster.
- Click Resources.
- Click Create Sprite.

- Load Sprite.
- Click the monster that you want to use.
- Click Open.
- Change the name to Sprite Monster.
- Click Ok.
|
Add the Sprite monster as an object.
- Click Resources.
- Click Create Object.

- Change the name to Object Monster.

- Change the sprite to sprite monster.

- Add a "create" event.
- Add a movement action.

- When you add the action select all the arrows at a speed of 2.

- Add a collision event with walls.

- Drag a bounce action over.

|
Add another collision event with the person. This is where we
tell the monster to kill the person.
- Create another collision event with Object Person.

- Go to the Main 1 Tab of actions.

- Drag destroy the instance over to actions.

- Click Object.
- Click the drop down arrow and select Object Person.

- Drag over Restart the room.

|
| Place the monster in the room and your done. My room looks like
this.

|