Wednesday, September 24, 2008

Flash - find all clip inside a movieClip

code:

for (var clip in this){
trace(this[clip]._name);
}

No comments: