flash on 2011-1-19

by mycodingqt
♥0 | Line 8 | Modified 2011-01-19 18:28:41 | MIT License
play

ActionScript3 source code

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

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