Programming My Sounds Into my Game

Task 11. You must produce a series of annotated print screens that clearly describe the process you have followed to program sounds that you have produced into your unit 70 computer game via either Unity or Game Maker. Your annotated process of programming sounds to your game must be uploaded to your Slide Share account and embedded into a blog post on your Unit 73 IG3 blog using the title Programming My Sounds Into my Game

First i uploaded the sound to Game maker, i called it "Task 8" for simple purposes.

Second i went to the Create tab and into the code

With the code, i had to add the sound so it would only play once as the player spawned, as the jet spawns with the play the jet is actually making the noise ( So to speak )

Alarm[0] = 5;
audio_play_sound(Task_8, 1, false)

This is the code i added to the game.