I'm looking for ways to play several music randomly in the main layout. every time you finish one starts another
On start of the layout: Audio play choose("mus1", "mus2", "mus3") with tag "music" Audio On tag "music" ended: Audio play choose("mus1", "mus2", "mus3") with tag "music"
If you don't want the same music to repeat twice, this will be a bit more difficult.
Develop games in your browser. Powerful, performant & highly capable.
I understand, thank you very much I will try it now