programming my sounds into my game

6
Unit 76: Task 2 Programming My Sounds Into My Game

Upload: mrrrjones

Post on 01-Dec-2014

49 views

Category:

Entertainment & Humor


1 download

DESCRIPTION

 

TRANSCRIPT

Page 1: Programming my sounds into my game

Unit 76: Task 2Programming My Sounds Into My Game

Page 2: Programming my sounds into my game

• To create a sound I had to open up game maker and click the disk like image on the tool bar.

Page 3: Programming my sounds into my game

• A new window was made to hold my sound. In the window I could upload and edit the sound after I had finished I would then assign it to the action that I what the sound to play at in the game.

Page 4: Programming my sounds into my game

• So assign the sounds to the action I had to go to the sprites control menu and click the sprite

Page 5: Programming my sounds into my game

• A new window will open to show the games controls you can make in the game I wanted sound to play when the sprite moves so I needed to recode the sound into the steps event.

Page 6: Programming my sounds into my game

• We then can edit the coding where we can assign the sounds to play in an order where the sprites action will take place. I had to use audio_play_sound code and then type the sound I wanted in the game.