circle by lineTo()

by codeonwort
just a test.
♥1 | Line 10 | Modified 2011-09-02 22:07:55 | MIT License
play

ActionScript3 source code

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

package {
    import flash.display.Sprite;
    public class FlashTest extends Sprite {
        public function FlashTest() {
            // write as3 code here..
            graphics.lineStyle(100, 0xff0000)
            graphics.moveTo(230, 230)
            graphics.lineTo(230.13, 230.13)
        }
    }
}

Forked