
-----------------------------------
keruseyu
Wed Sep 29, 2004 6:06 pm

Totally noob turtle class question...
-----------------------------------
I checked around the board before posting, but couldn't find anything helpful.  I learned about Turtle Class for the first time today (thanks largely in part to a lazy teacher last year,  who shall remain unnamed) and I was curious as to how I can get the little bugger to do circles? Any help is greatly appreciated  :D

-----------------------------------
Dan
Wed Sep 29, 2004 8:28 pm


-----------------------------------
Why is that when ever i hear the words "Turtle Class" flaming and spaming soon comes affter. Any how i have litte idea what u are taking about other then i know that some poleop have post somting they caled a "turtle class" in the past witch was more spam then anything.

May be if u post more infomation about what you are trying to do or the class that you are using so we do not have to guse?

-----------------------------------
gigaman
Thu Oct 07, 2004 8:16 am


-----------------------------------
Do you by any chance have a code example of turtle class?

-----------------------------------
canusa
Thu Oct 14, 2004 5:20 pm


-----------------------------------
check out the turtle class by kit-kay-kid i think its ok

-----------------------------------
bugzpodder
Thu Oct 14, 2004 5:54 pm


-----------------------------------
for i:1..360
turtle.move_forward(1);
turtle.turn_right_(1);  //1 degree
end for
