Hi,
I'm making a "make your own song" game, and I want the game to export a piece of music that would be made by the player. Not sure if that's even possible with C2...
I am not sure what you mean by layers in terms of music, but you should use a variable. For example, when player turns music on, set VariableMusic to 1, and if they turn it off, set VariableMusic to 0. Than save that variable to webstorage so that everytime you start the game, the setting is saved.
Thank you!
Develop games in your browser. Powerful, performant & highly capable.
Hello!
So, I have a button to stop music and other to turn it on back again. Now, how do I let C2 know that when it creates the layer 2 e.g., it remembers that the music was set to off, and that it should not play it?
Thanks!