I can see how to trigger the music "on start of layout" but I can't set which layout so that I can have multiple events like:
layout 1 = song1.ogg
layout 2 = song2.ogg
layout 3 = song3.ogg
Develop games in your browser. Powerful, performant & highly capable.
Either have a separate event sheet, or use the System.LayoutName expression.
The separate event sheet totally did the trick. Thanks!