Skip to content

Instantly share code, notes, and snippets.

@cheeyeo
Created December 7, 2011 20:57
Show Gist options
  • Save cheeyeo/1444616 to your computer and use it in GitHub Desktop.
Save cheeyeo/1444616 to your computer and use it in GitHub Desktop.
test actionscripyt
import fl.text.TLFTextField;
var tlfTxt:TLFTextField = new TLFTextField();
tlfTxt.border = true;
tlfTxt.text = "The quick brown fox jumps over the lazy dog.";
tlfTxt.x = tlfTxt.y = 20;
addChild(tlfTxt);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment