How do I keep all of my code/sprite/objects working between layouts?
I made a new layout, and added in my most important unit. Half of its visuals are missing and needless to say its not working out so hot.
I'm pretty sure I need to "Copy and paste" every single object I have in the original layout to make sure it all works out, but is this really the answer?
Is there something I can do to "preload" everything into the other layouts I make? I checked the FAQ and tutorials, but I did not find anything directly related to the importance of keeping all the objects on screen.
tl;dr - how do I get all of my objects from my first layout, to all of my other layouts without copy pasting. - Is it possible? and is this the "correct" way to be doing this?
*Warning - Global objects are not destroyed on the end of layout.
This was causing me some crazy bugs, due to the way I coded my game. What I actually was hoping for was the ability to create a new layout, and copy paste some units into the layout that would run their programming automatically.
I've decided to just duplicate my entire first layout and modify it as needed for the rest.