Is there a way to destroy an object that exists in multiple layouts? When I delete it in one layout, it still appears in another. Do I have to destroy it in each layout once a condition is met?
Develop games in your browser. Powerful, performant & highly capable.
Use "Persist" behavior to this object when is destroyed once.
Thanks, that works great for the layout it's destroyed in but not every layout it exists in. No worries though....a line of code in each layout will get the job done.