In case Flash no longer exists; a copy of this site is included in the Flashpoint archive's "ultimate" collection.

Dead Code Preservation :: Archived AS3 works from wonderfl.net

Circles

Get Adobe Flash player
by shapevent 19 Apr 2011
    Embed
/**
 * Copyright shapevent ( http://wonderfl.net/user/shapevent )
 * MIT License ( http://www.opensource.org/licenses/mit-license.php )
 * Downloaded from: http://wonderfl.net/c/yxRX
 */

package {
    import flash.display.Sprite;
    public class FlashTest extends Sprite {
        public function FlashTest() {
            
            
            graphics.lineStyle(0, 0x000000);
            
            graphics.drawCircle(250, 250, 100);
            graphics.drawCircle(250, 250, 90);
            graphics.drawCircle(250, 250, 80);
        }
        
         
    }
}