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 |
| Response Title | Author and Date |
| Actually you can use DRAW | qbguy on Mar 14 |