Keep music playing all the time

nir3112nir3112 Member, PRO Posts: 312
edited May 2013 in Working with GS (Mac)
Hi
In my app I made an actor that play my music in the menu and when I go to another screen in the game the music still playing and it's good..but when I go back to the menu the music start again from the beginning..and I don't want that, how can I fix it?
Plz help!!
Thx

Comments

  • nir3112nir3112 Member, PRO Posts: 312
    Up
  • CodeMonkeyCodeMonkey Head Chef, Member, PRO Posts: 1,803
    Either, 1) have an initial loading scene that you never return to when you restart that plays the music then quickly goes to your main menu, or
    2) Make a game attribute that controls if you play music or not. That attribute controls a rule that when true plays music and then changes the value of that attribute to turn the rule off. Otherwise it Resumes Music, if you want to do that.
  • dwibredwibre Member Posts: 192
    Check this youtube video out. This is how I did it on mine
Sign In or Register to comment.