I know the syntax for a circle which prints it on the screen instantly, but I would like to print a circle (of a given size and placement) one point or pixel at a time so you could see the circle being drawn. Then I could move an object around in a circle. How can I do this?

Sparky84