Sound PLaying over and over and over....
belleech
Member Posts: 34
Im having this problem on my main menu. I play this sound but when I got to the help menu etc then go back to the main menu the sound loop starts all over again instead of just resuming. Is there anyway I can have the music play looping but without starting over when I got back to the Main menu?
Best Regards,
Belleech
Best Regards,
Belleech
Comments
You could create a global boolean game attribute called "musicPlaying".
Wrap your Play Music behavior in a Rule, like this:
Rule
When game.musicPlaying = FALSE
Change Attribute game.musicPlaying To: TRUE
Play Music