Start Music Only Once...
richcoy
Member Posts: 211
Hello,
Okay, so I have my game's music attached to an actor on the start screen of my game. That works great, however if someone goes back to the start screen, after viewing directions or setting, the music starts over. How do I stop the music from starting over?
Thanks.
Rich
Okay, so I have my game's music attached to an actor on the start screen of my game. That works great, however if someone goes back to the start screen, after viewing directions or setting, the music starts over. How do I stop the music from starting over?
Thanks.
Rich
Comments
That way the player will never return to that screen, and the music won't reset
its very simple , make a boolean attribute - "music started"
in your initial scene , make a rule ,
when "music started" is false ,
play music (looped)
Change "music started" to true .
this way once you go back to that scene , the music rule will not start again !
Hope it helps.
Roy.
Rich