lol no exactly (sorry if confusing), I dont want that, but if I had say two layouts, both with repeating music, and I want them to have two different musics, so:
Layout 1:
start of layout -> play music1 looping infinite times
Layout 2:
start of layout -> play music2 looping infinite times
now when you jump from layout 1 to layout 2 the two musics will play on top of eachother, which is horrible.
What I'd like is to add, before play music, a stop all music, so they all stop - and the new one can play on its own.
In fact, I'm not sure if it will happen like this, my exact problem is if layout2 didnt have any music, then when you jump back to layout 1 again music1 is playing twice, and you can't stop it.
I'm currently using a workaround with a global value so it definately only plays once, however if you wanted to stop a music and start it again from the begining (for any reason) you can't