Skip to content

Instantly share code, notes, and snippets.

@wolves
Created April 1, 2011 20:33
Show Gist options
  • Save wolves/898806 to your computer and use it in GitHub Desktop.
Save wolves/898806 to your computer and use it in GitHub Desktop.
for (var i:int = 0; i < MAIN_MC.numChildren; i++)
{
var mcRef:MovieClip = MovieClip(MAIN_MC.getChildAt(i));
mcRef.methodName;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment