ActionScript 3.0 #0: Trace Program (‘Hello World’)

Similar to the ‘Hello World’ program in most languages this program just prints out a line using the trace function.

This line will only show up while building, not during published application.
——————————————————
In the actions window:

trace(“Dagba Computers will also show how to build with ActionScript 3.0”);
——————-output on run(you might have to pull open the panel to see it)————-

Leave a comment