Is it possible to iterate through a MovieClip’s child MovieClips?
Lets say I have a MovieClip “a_mc” which itself is made up of n number of child movieclips. Is there a way to iterate through all the children without creating an instance for each one?