return to tutorial

Your code should look like this:

myText.text = "A flash a day keeps life exciting! - FlasherDotOrg";
myText.autoSize = TextFieldAutoSize.LEFT;
addChild(myText);


screenshot 4