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

flash on 2011-4-9

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

package {
    import flash.display.Sprite;
    public class LastPositionTest extends Sprite {
        public function LastPositionTest() {
            
            graphics.lineStyle(0);
            graphics.drawCircle(50,50,50);
            graphics.lineTo(113,217);
        }
    }
}