708 views
Hello World in ActionScript 3
ActionScript 3
- // Hello World in ActionScript 3. Place code in the first frame Actions.
- t.text="Hello World!";
- addChild(t);
Submitted by miguelSantirso over 2 years ago — last modified less than a minute ago