HelloWorld

by irevol
♥0 | Line 8 | Modified 2009-06-29 20:53:23 | MIT License
play

ActionScript3 source code

/**
 * Copyright irevol ( http://wonderfl.net/user/irevol )
 * MIT License ( http://www.opensource.org/licenses/mit-license.php )
 * Downloaded from: http://wonderfl.net/c/3FfF
 */

package{
    import flash.display.MovieClip;
    public class HelloWorld extends MovieClip{
        public function HelloWorld(){
            trace("Hello World! Just coded to see if it really works");
        }
    }
}