How do I press a button on layout 1 to spawn an object on layout 2? I want the player to be able to see the object on layout 2, but if the conditions are not met, the object will not be there.
Thanks!
Develop games in your browser. Powerful, performant & highly capable.
You can store value on a global variable in layout 1, then check the variable back in layout 2 to see if it has met the conditions or not.