/ Published in: ActionScript 3
Expand |
Embed | Plain Text
for (var i:uint = 0; i < clipCont.numChildren; i++){ trace(clipCont.getChildAt(i).name) }
You need to login to post a comment.
for (var i:uint = 0; i < clipCont.numChildren; i++){ trace(clipCont.getChildAt(i).name) }
You need to login to post a comment.