I was trying to access the layers by their names dynamically via AS3. But then I just found out there's nothing on layers in AS3 API (or I didn't search enough).
If that's true, naming layers at IDE is totally meaningless to the code?
What happens? Do they get converted to a pile of indexed DisplayObject
s at runtime?
Do I always have to reference a child's index position to stack (urgh) a new child in between?
Without those named layers it all seems disorganized to me... I just hope I'm equivocated. :s