/ Published in: ActionScript
Expand |
Embed | Plain Text
while (displayObjectContainer.numChildren) { displayObjectContainer.removeChildAt(0); }
You need to login to post a comment.
shansun123 on 01/20/11
1 person have marked this snippet as a favorite
while (displayObjectContainer.numChildren) { displayObjectContainer.removeChildAt(0); }
You need to login to post a comment.