Skip to content

Instantly share code, notes, and snippets.

@caubry
Last active December 12, 2015 02:09
Show Gist options
  • Save caubry/4696884 to your computer and use it in GitHub Desktop.
Save caubry/4696884 to your computer and use it in GitHub Desktop.
class MouseTrail.Interface
{
private var pen:MovieClip;
public function Interface (root:MovieClip)
{
var c:MovieClip= root.createEmptyMovieClip("test", root.getNextHighestDepth());
// Do something
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment