flash on 2010-11-18

by toburau
♥0 | Line 11 | Modified 2010-11-18 01:52:15 | MIT License
play

ActionScript3 source code

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

package {
    import flash.display.Sprite;
    public class FlashTest extends Sprite {
        public function FlashTest() {
            graphics.beginFill(0xff0000);
            graphics.drawCircle(172,232,100);
            graphics.drawCircle(282,232,100);
            graphics.endFill();
        }
    }
}

Forked