Hey, Everybody
I am almost done with a platform game but if I want to apply music to various layouts of the game it is difficult. I only use 1 sheet. If anyone can show an example or make a capx I will appreciate. Thanks in advance
Develop games in your browser. Powerful, performant & highly capable.
An easy way would be: On start of Layout >> if name layout is "level1" then play the specific music.
Better if you use a json or an array where you keep track of the name music based on the level number.