flash on 2015-6-27

by noenoe
♥0 | Line 9 | Modified 2015-06-27 10:40:02 | MIT License
play

ActionScript3 source code

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

package {
    import flash.display.Sprite;
    public class FlashTest extends Sprite {
        
        var test:String = "hello world";
        public function FlashTest() {
            // write as3 code here..
            
            trace(this.test);
            
        }
    }
}