Retrieving/simulating run-time "layer" functionality in Flash under ActionScript 3.
- by Triynko
Are there any AS3 classes to help arrange objects into layers, like in the designer, such that the objects all have the same parent?
Obviously, I can use container clips to simulate layers, but I specifically want this kind of functionality for objects that have the same parent.
My understanding is that the design-time notion of layers does not…