Comments
Loading Dream Comments...
You must be logged in to write a comment - Log In
Artistvar x=10; draw=function{ellipse(x,100,100,100); x=x+1 };
Thanks to L.m for the prompt