/ Published in: ActionScript 3
Expand |
Embed | Plain Text
for(var i=0; i<displayObjectContainer.numChildren-1; i++) { var mc:MovieClip = displayObjectContainer.getChildAt(i); }
Comments
Subscribe to comments
You need to login to post a comment.

That will skip the last child. It should be:
for(var i=0; i