I have an event which triggers the music to play
ie if score>5
PlayMusic( titlemusic)
EndIf
It works but the music seem to trigger over and over again
reulting in a cumulative mess of noise. How can I fix this anyone
My guess is that because the score of 5 once reached is always 5 its triggering the music over and over again
ie if score>5
PlayMusic( titlemusic)
EndIf
It works but the music seem to trigger over and over again
reulting in a cumulative mess of noise. How can I fix this anyone
My guess is that because the score of 5 once reached is always 5 its triggering the music over and over again