flash on 2011-1-20

by mycodingqt
♥0 | Line 7 | Modified 2011-09-01 15:52:30 | 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/kZuy
 */

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