I was wondering how I can make the lose screen have a music assigned to it.Because victory can be assigned in:Code: victory.bgm = sound/you_have_won_the_match.oggvictory.bgm.loop = 0I'm wondering if its possible for lose as well?
yes i think that's what he means..if not, i would like to know wait are you talking about "game over" screen or "continue" screen?because if you're talking about the "game over" screen, you can add music to it by editing the gameover.def file (in your screenpack/data folder.... you can find many others in various screenpacks around or even make one yourself).. here is mine for example (from Duracelleur's latest mugen 1.0 screenpack):Spoiler, click to toggle visibilty[SceneDef]spr = gameover.sffstartscene = 0[Scene 0]clearcolor = 0,0,0fadein.time = 0fadeout.time = 60bgm = Mat_Mania_Game_Over.mid <== can change it to any music you wantbgm.loop = 0bg.name = Scene0bgend.time = 280[Scene0bgDef][Scene0bg gameover]type = normalspriteno = 0,0hope it helps