I have it so that when the player reaches 0 lives, they go to a gameover layout. For this I have the condition as
Lives = 0
Reset Global Variables to 0
Stop "gametrack"
Go to Gameover
For starting the music I have
On start of layout
Play "gametrack" looping from Music (tag "")
Is there anything here that prevents it from stopping or should I do it another way?