Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Answer n° 2 -------- 03/04/2010 @ 22:51 by digitaljellyfish
visitor |
This is how I have the line rotating.
FOR w=1 to 20 step 0.003
x=COS(w)*70+80
y=SIN(w)*70+80
LINE 80,80 TO x,y
CLS
NEXT
Now, just as suggested above, I would like to draw about 20 more lines, following this one, each a shade darker than the previous.
I think this could be done using Arrays. However I don't know how the code would be written for that.
Can anyone help?
Is there perhaps a tutorial on Arrays, that shows how to do this?
|