flash on 2010-2-26

by yaha
♥0 | Line 9 | Modified 2010-02-26 20:30:07 | MIT License
play

ActionScript3 source code

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

package {
    import flash.display.*;
    public class FlashTest extends Sprite {
        public function FlashTest() {
            graphics.beginFill(0xFF0000);
            graphics.drawCircle( 0, 100, 100 );
        }
    }
}