Wouldn't you want it in a half circle like this?

by qbguy (no login)

const pi=3.141592653589793
screen 12
for i=0 to pi step pi/10
x=100*cos(i)
y=100*sin(i)
circle (320-x, 240-y),8
next

Posted on Mar 14, 2010, 2:18 PM

Respond to this message   

Return to Index


Response TitleAuthor and Date
Actually you can use DRAWqbguy on Mar 14