like this?

by Ben (no login)

screen 12

for i=0 to 4 step .4
x=100*cos(i)
y=100*sin(i)
circle ( x+300, y+200 ),8
next

Posted on Mar 14, 2010, 1:06 PM

Respond to this message   

Return to Index


Response TitleAuthor and Date
Exactly on Mar 14
 * Oh BUT you'll use SIN and COS if they write your code for you? on Mar 14
  Wellunseenmachine on Mar 14
 Wouldn't you want it in a half circle like this?qbguy on Mar 14
  Actually you can use DRAWqbguy on Mar 14