How would I go about creating a second level with a second layout without using global objects? I was under the impression that instead of recreating the sprite for every layout, I can just set it to global. When I did that, the objects on one layout didn't delete when going to the next.
Can I just copy and paste an object from one layout to another without setting it as a global object? Would it still be the same object or will it be separate where if I wanted to make a, for example, behavior change, I'd have to change it on every layout the object is on?
Any help appreciated!