Hi,
I'm working on a small credits section for my game and have set a music track to play on start of layout. The other two credits layouts have the following setup:
Whenever I go back to the title screen an identical music track starts to play over the one that's already playing. How do I get this to stop, as I want the track to play continuously in the background?
Develop games in your browser. Powerful, performant & highly capable.
Before playing the music, check that this audio tag is not already playing.
Audio "mus" is NOT playing -> Audio start Music with tag "mus"
Many thanks, dop2000.