Blitz

5 Plane Movement

Create Event

Start by adding a Create event. There are four actions to add,

The pop-up windows need to be filled in as shown below,

 
 

Outside Room Event

When the plane disappears off the right hand edge of the screen, we need to make it reappear on the left at a slightly lower height. Add an Outside Room event to the plane object. You will be dragging in the following actions,

Fill in the pop-up windows as shown,

 

Test what you have so far. Correct any mistakes before you go on.

Collision Event (With The Buildings)

There are 5 actions we need to take place when the plane collides with one of the buildings,

The pop-ups for the appropriate actions are shown below,

 
 

Test that this happens as it should.

Collision Event (With The Stop Graphic)

If the plane reaches the stop sign without having collided with a building, the player has completed a level. We need to do the following things,

Drag in the action icons and fill in the pop-up windows as shown,

 
 

For now there is only one level, so we will simply restart the room. When you have more levels, you will need a set of actions something like those below, either load the next room or restart the current room.