flash on 2016-6-25

by and
♥0 | Line 10 | Modified 2016-06-25 00:05:06 | MIT License
play

ActionScript3 source code

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

package {
    import flash.display.Sprite;
    public class FlashTest extends Sprite {
        public function FlashTest() {
            // write as3 code here..
            var o:Object;
            
            o.test = null;
            
            trace(o);
        }
    }
}