Music stops after death

Hey, my music is working perfectly,
except it doesn't play anymore when I die.

Anyone know how to fix this???

Thanks -Redherring32
 

dale_coop

Moderator
Staff member
CutterCross 's right, you need to comment out the StopSound line...
But to be more precise, you need to modify the script that is used for your game... by default, in the "HurtWinLoseDeath" folder or the module (for example, the "Platform_HandlePlayerDeath.asm" for the platformer module)
 
dale_coop said:
CutterCross 's right, you need to comment out the StopSound line...
But to be more precise, you need to modify the script that is used for your game... by default, in the "HurtWinLoseDeath" folder or the module (for example, the "Platform_HandlePlayerDeath.asm" for the platformer module)

Thanks Dale, I was editing the wrong script. :lol:
 
Top Bottom