I'm creating a very complicated menu system, and I'm still figuring out where I want things placed, what size I want things, etc. etc. So I'm moving a lot of parts around, and would love to figure out a way to make it easier on me.
Long story short, if I create an object by name, can I reference that object after it's created?
ie:
-Create Object BOX
- Set BOX "instance var" to 1
- Set BOX x to 0
- Set BOX tint to "255,255,255"
I'm assuming it's not possible, but just curious if anyone had a clever way to do it. I'm creating so many objects in my menus so I feel like they should be destroyed everytime you close the menu (and you can't recreate them initially because each menu on each layer shares items, so they get duplicated like crazy).
Any input is greatly appreciated!