RosettaCodeData/Task/Hello-world-Graphical/ActionScript/hello-world-graphical.as

4 lines
106 B
ActionScript
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
var textField:TextField = new TextField();
stage.addChild(textField);
textField.text = "Goodbye, World!"