Hello world!
posted by Solano on 2008.03.06, under Actionscript
06:
package { import flash.display.Sprite public class HelloWorld extends Sprite { public function HelloWorld() { var tf:TextField = new TextField(); tf.text = "Hello World, I'm here now!"; addChild(tf); } } }
comment
Please Leave a Reply
TrackBack URL :
Hello my friends :)
;)