I am looking to make educational games and I would like to
add a setting layout (room, page, world)
I searched and could not find a tut on this so if I overlooked it I apologize.
Thanks
As I think more about the actual question ....
I think what I am asking is:
How do I adjust and more importantly save those variable settings
before entering a layout?
Develop games in your browser. Powerful, performant & highly capable.
Create a global variable for everything you want to carry to other layouts like music volume, unlocked levels etc.
If you want to store these settings save them using webstorage for later use
Webstorage is better because when exit browser their settings are saved for later use.
Oh yes that makes sense.
Are there any capx examples available for me to learn from?