sabato 22 marzo 2014

Hello World.

First approach is always the simplest "Hello World" output.
Use trace() method with a String type variable.



/* Hello World */

var message:String = "This is your first ActionScript3 output";

trace(message);

Nessun commento:

Posta un commento