sound game maker explanations

9
First of all, I imported all of my sound assets. I discovered that only one .mp3 sound can play at any one time, so I imported most of my sounds in .wav format, as this would all for multiple sounds to play and overlap. The file size as also smaller. Mp3 was a better choice for my background music though, which plays throughout the game. To import a sound, I clicked on the audio icon near the top of the screen.

Upload: eduriez

Post on 19-Jun-2015

217 views

Category:

Entertainment & Humor


0 download

TRANSCRIPT

Page 1: Sound game maker explanations

First of all, I imported all of my sound assets. I discovered that only one .mp3 sound can play at any one time, so I imported most of my sounds in .wav format, as this would all for multiple sounds to play and overlap. The file size as also smaller. Mp3 was a better choice for my background music though, which plays throughout the game. To import a sound, I clicked on the audio icon near the top of the screen.

Page 2: Sound game maker explanations

The first sound, ‘Doors_open’ plays when you start a new game. The easiest way to do this was to put it in a left click event for the ‘play_game_obj’. I put this in a release event instead of a press event so that the sound plays immediately after the user clicks the button, and not before. I also put the change room action in here so that everything happens much more swiftly than it would if it were in the Left Pressed action.

Page 3: Sound game maker explanations
Page 4: Sound game maker explanations
Page 5: Sound game maker explanations
Page 6: Sound game maker explanations
Page 7: Sound game maker explanations
Page 8: Sound game maker explanations
Page 9: Sound game maker explanations