flash on 2010-6-19

by smart_ant
♥0 | Line 7 | Modified 2010-06-19 02:00:42 | MIT License
play

ActionScript3 source code

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

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