Need Help
Author |
Message |
CyCLoBoT
|
Posted: Tue Apr 01, 2003 6:33 pm Post subject: Need Help |
|
|
I would like to draw ten circles vertically. Is there any way of drawing them using a for statement. I am drawing one a at a time but its taking too long. I was wondering if there is an easier way of doing it with for statement
Thanks |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Tony
|
Posted: Tue Apr 01, 2003 6:37 pm Post subject: (No subject) |
|
|
yes, you just change coordinates of a new circle based on the value of the forloop...
such as
drawoval (x,i*10...
this topic is locked because of an inappropriate subject |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
|
|