
-----------------------------------
Homer_simpson
Sun Jun 22, 2003 6:31 pm

spiral thingy
-----------------------------------
here's another thing that i think looks cool  8)
you can download it from here
http://members.lycos.co.uk/mysqldatabase/

since i cant upload to website for some reason...

-----------------------------------
Dan
Sun Jun 22, 2003 10:49 pm


-----------------------------------
very intresting, dose it ever stop?

-----------------------------------
Homer_simpson
Mon Jun 23, 2003 2:57 pm


-----------------------------------
well no... 
can anyone take a guess how it is made?

-----------------------------------
Catalyst
Mon Jun 23, 2003 3:26 pm


-----------------------------------
like this ?

var x,y,ang:real:=700

ang:=0

for i:1..5000

ang+=i/5000
x-=sind(ang)
y-=cosd(ang)

drawdot (round(x),round(y),1)

end for

-----------------------------------
Andy
Mon Jun 23, 2003 3:52 pm


-----------------------------------
catalyst shouldn't u drawlines instead? save the previous location and draw  a line from the current location to the previous location? its much mor smooth that way

-----------------------------------
Catalyst
Mon Jun 23, 2003 3:55 pm


-----------------------------------
i was just saying how it could be done

-----------------------------------
Andy
Mon Jun 23, 2003 3:57 pm


-----------------------------------
o nvm then...

-----------------------------------
Homer_simpson
Mon Jun 23, 2003 4:11 pm


-----------------------------------
nah... it's just a vector... the vector that keeps turning in more and more every turn... i'll submit another vector thingy in a while... that looks cool too
Edit : oh yeah.... catalst that's what my vectors basically do...
