Changing music between screens

Hello! First post here, and I'd like to know how I should go about changing music when I go from one screen to another. Here's my current setup:

image

and it works fine, the only problem is that on the other screen, when I'd like to be able to press the "back" button:

image

there aren't any available pieces of music that I'm able to start or stop.

I understand that this is intentional, but is there a possible workaround for this, or an alternate idea I can choose? Much thanks.

Don't start the music in the first screen
Add a player component to the second screen
Start the music for the second screen when you initialise

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.