I am using a bunch of global objects, when i started the game i am making i could just play it from the beginning and test the layouts in order but as the game started growing, it became a hassle to always have to play the game from the layout where the objects are created in order to be able to play the next layouts. is there a way to test the layout you are currently working on when using global objects which aren't created in that layout? I mean, other way besides having to add events on the event sheet. I guess same goes for parameters and variables that are conditions for stuff in the current layout.