Hey all. In some instances, instead of using multiple layers, it was recommended to use different layouts. So I opened up a new project and started testing how to do this.
I have two layouts (1 and 2). On layout 1 is a global variable that increases every tick. When I click a button on layout 1, layout 2 loads and when I click another button on that layout, I return to layout 1. However when I return to layout 1, the global variable hasn't increased. How do I keep this value increasing?
https://easyupload.io/heg4js
I uploaded the project so you could see how it was configured. Eager to see how this can be done. Thanks in advance.