Hi,
In my game I have background sound, but the same for every levels. I use one event sheet. Is it possible to set different background sound for each level using one event sheet? If yes, how to manage this?
Thanks!
Develop games in your browser. Powerful, performant & highly capable.
You could try something like :
System compare two values,
if LayoutName = "Layout 1" > play background music 1
if LayoutName = "Layout 2" > play background music 2
etc