Game Music;
To start with I put my game music into this game. First of all I pressed 'Add Event' then I went to 'System' then clicked on ' On start of layout'. After this I clicked 'Add Action' then 'Audio' and 'Play' then choose my 2D Computer Game Music and gave it a tag for later use.
Victory Sound;
The next thing I did was making it so I could complete this game. I created a Global Variable and named it 'EnemyCount = 12' then made it so when 'Enemy' is 'Destroyed' it will subtract 1 from this Global Variable. When the Global Variable reaches 0 it will then play the 'Victory' sound then immediately adds on back to the Global Variable to prevent it from looping the sound then it restarts the layout.
Player Death Sound;
Then I moved onto my Player Death sound which is triggered by making it so when 'Player' is 'On collision with Enemy' 'Player' 'Destroys'. When the player dies it 'Plays' the death audio then it 'Restarts the layout'.
Game Music Fix;
Player Bullet;
Enemy Destroyed;
All I needed to program this sound in is on 'Enemy' 'Destroyed' then 'Audio' 'Play' then I choose my Enemy getting hit sound and changed the dB to -10 as I don't want it to loud.
Video;