Tagged Questions
1
vote
2answers
2k views
Identify MovieClip in AS3 among DisplayObjectContainer
in ActionScript 3, if I loop through the children of a movie clip, it will return a DisplayObjectContainer, which is a list of DisplayObjects.
However, the AS3 typeof cannot identify MovieClip as ...