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 ...
0
votes
0answers
96 views

AS3: Changing z order of DisplayObjectContainer children using setChildIndex causes duplication of MC

I have a similar problem to the question addressed here: Switching of depths causes duplication of MC Here is the relevant code: var widget:DisplayObjectContainer = ...