Help!
I'm making a game, and there are a few different songs. After one song is done playing, it should randomly choose the next one, and then another one, and so on, looping random tracks indefinitely. However, the game is switching scenes rather quickly, and since timers don't carry onto different scenes, I don't know how to make this work.
I cant use the "Loop sound", since it'll just loop one track continuously, and I can't combine the songs together, since I want the game to choose a song randomly after one of the songs ends.
Any ideas?