When you start up Game Maker 8.1 you will see a screen like:

We now need to add 4 sprites (graphics) for our game.

For Breakout we will need:

1. Bat
2. Ball
3. Barrier
4. Wall

 

  1. These will be added as objects in the next lesson and then added to the ‘room’ after. There are several preloaded graphics included with the lite version of Game Maker that we can use. They include some balls, a few bat options, lots of barriers, and a wall graphic. To add a sprite the first step is to right click on Sprites on the left and choose Create Sprite.

 

Two things need defined for each sprite. The Name and a graphic. In this case we are going to name each item with a name that starts with spr (Following a naming convention) So we will have:

  1. sprBall
  2. sprWall
  3. sprBarrier
  4. sprBat

Defining the Name:

Next use the Load Sprite button to add a graphic to the Sprite definition.   – In this case we are going to choose a Bat graphic.

While choosing a graphic for the sprite you can use the up folder button to move up a folder and double click on the folders to open a folder and move back down.

If you don’t see the graphics (only the names) the icon:

will let you change the settings so that you can see the graphics.

The ball and bat are within the folder ‘Bouncing Balls’, Wall is within the ‘Tutorial1’ folder, and the Barriers are within the ‘Bouncing Balls/Stones’ Folders.  Associate a graphic with the sprite and choose OK.

One possible bat:

Go on to create the four sprites needed:

Tomorrow we will associate objects with each Sprite.