/ Published in: ActionScript
AS2 Delete All Movieclip instances in a specified clip
Expand |
Embed | Plain Text
for(var i in holder) { if(typeof(holder[i])=="movieclip") { // if you're clips are not dynamically attached, then de-comment this line: //holder[i].swapDepths(10000); holder[i].removeMovieClip(); } }
You need to login to post a comment.
