Alright, I got it working on my end in a quick example file. Ignore this if you know it already: - The movie clip that's going to be attached (if it's being loaded from the library) needs to be exported for Actionscript via it's properties. When you click the box that says "Export for Actionscript" you'll also need to add…
Aha! I couldn't figure out why the depths weren't working correctly even when inputter manually but I figured out a workaround by adding this line of code image_holder.swapDepths(submenu01_holder); So, now I don't really need to figure out why the depths weren't working correctly I can just swap them. Thanks for those who…