Music trouble
So, I've gone through TSB's tutorial on adding music to my game. The actor that starts the music is on the menu. The problem is, when I navigate to another scene, the music stops after a little while (I have it set to loop, so not sure why).
What am I doing wrong? Do I need to add the "Play music" behavior to an actor in every scene?
As always, any help is appreciated.
What am I doing wrong? Do I need to add the "Play music" behavior to an actor in every scene?
As always, any help is appreciated.
![:) :)](http://forums.gamesalad.com/plugins/emojiextender/emoji/twitter/smile.png)
Comments
When I navigate to another scene, the music continues playing, but does not start again when it's stopped. Like I said before, I have the music set to loop, so I'm not sure why.
It seems so simple..all I want is to have an on/off music button on the menu. I want the music track to play over and over again, when it's stopeed. Unless, of course the music is "off."
Is there a way to "Change Scene" to the current scene? If it helps, all my levels are named level1, level2, level3, etc.