var textField:TextField = new TextField();
stage.addChild(textField);
textField.text = "Goodbye, World!"