Skip to content

Instantly share code, notes, and snippets.

@preslavrachev
Created February 12, 2011 10:07
Show Gist options
  • Save preslavrachev/823663 to your computer and use it in GitHub Desktop.
Save preslavrachev/823663 to your computer and use it in GitHub Desktop.
package {
import flash.display.MovieClip;
public class SuperNode extends MovieClip
{
public var mainShape:MovieClip;
public function SuperNode()
{
super();
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment