flash on 2010-3-30

by hacker_c0kgmotg
♥0 | Line 8 | Modified 2010-03-30 15:17:31 | MIT License
play

ActionScript3 source code

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

package {
    import flash.display.Sprite;
    public class Main extends Sprite {
        public function Main() {
            // write as3 code here..
            trace("E");
        }
    }
}

Forked