Skip to content

Instantly share code, notes, and snippets.

@jonathantorres
Created February 4, 2010 20:58
Show Gist options
  • Save jonathantorres/295097 to your computer and use it in GitHub Desktop.
Save jonathantorres/295097 to your computer and use it in GitHub Desktop.
var myText:TextField = new TextField();
myText.text = "Jonathan";
var container:Sprite = new Sprite();
container.addChild(myText);
addChild(container);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment