Skip to content

Instantly share code, notes, and snippets.

@ryan5500
Created March 30, 2010 06:31
Show Gist options
  • Save ryan5500/348835 to your computer and use it in GitHub Desktop.
Save ryan5500/348835 to your computer and use it in GitHub Desktop.
for each(var o:* in sprite.getChildren()) {
if(o as MyClass) {
trace('here!');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment