Hi! I have a background theme that starts when the player first enters the game, but doesn't restart when a player transitions from different scenes.
The only problem I've had is after 2:30 (track length) is the music stops and I can't find a loop block. I don't want to start the track over at the beginning of each scene since most of the rooms are relatively short and it'd be very obnoxious.
I've been thinking about making a game attribute number variable and add one to it every second, after it reaches 150 have the scene behavior start the track again. Is there a more elegant solution I'm missing? Thanks in advance.