zbaker94 / GameDesign_spring15_FinalProject

Final project for game design class at KSU fall 2015.
0 stars 0 forks source link

Music? Sounds? #20

Open ryansouthern opened 9 years ago

zbaker94 commented 9 years ago

sound effects added for shooting death of enemy and player, anno pickup, and explosions

dblack20 commented 9 years ago

Added background music to play during game. music starts OK but never stops. Command to stop is simple but not sure where to put it. There needs to be some sort of test that says: public variable X = music file path current level = ? if level == 1, stop music(this) play music2 if level == 2, stop music (this) play music3 if level == 3 stop music (this) play music4 if win game stop music(this) play fanfare if gameover/playerdie, stop music(this)