flash on 2010-7-4 you_ishii forked:0favorite:0lines:11license : MIT License modified : 2010-07-04 09:49:36 Embed Tweet package { import flash.display.Sprite; import flash.text.TextField; public class HelloWorld extends Sprite { public function HelloWorld() { var tf :TextField = new TextField; tf.text = "Hello, world!"; addChild( tf ); } } } Code Fullscreen Preview Fullscreen TextField text addChild Sprite