Catch The Clown

4 Adding Sounds

Most games have sounds included that help make the game more interesting.

Juts like with the sprites, we need to add sounds to the game before we can play them.

We have 3 sounds to add,

To add a sound, click on Sounds with the right mouse button and choose Create Sound.

Call the first sound, snd_bgmusic and load the background music file. Make sure the background music box is checked and turn the volume down a tad.

Add the other 2 sounds as normal sounds, using the names snd_bounce and snd_click.

Making The Sounds Play

Click on the Collision Event that you created earlier. Drag in another Play Sound action and fill that in as shown.