[plt-scheme] Turtle Graphics

From: Petros Pissias (p.pissias at di.uoa.gr)
Date: Tue Jun 1 17:27:41 EDT 2004

Hi,
I'm trying to do something with the turtle graphics
and I'm having some problems.

let's say :

(turn 43)
(tprompt (draw 100))
(erase 100)

The turtle will not exactly erase the last line. (leaves some pixels)

I would also like to use colors and make the turtle disappear 
during the painting. I couldn't find documentation on how to use
colors with the turtle graphics nor on how to make 
the turtle disappear.
Can I do these things with DrScheme?

Thanks in advance.

Petros Pissias







Posted on the users mailing list.