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

4 lines
106 B
ActionScript
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
var textField:TextField = new TextField();
stage.addChild(textField);
textField.text = "Goodbye, World!"