Turtle Screen Positions using <Setxy horizontal vertical>

You can move the turtle to a specific location on the screen using the SETXY HORIZONTAL VERTICAL command. eg setxy 200 50 will move the turtle to the position at co-ordinate 200 horizontal and 50 vertical. The actual location on your screen depends upon the screen resolution of your system. As a general guide, normal screen co-ordinates go from -400 left to +400 right and +200 up to -200 down.

NOTE: Remember to do a PENUP before you move the turtle and then a PENDOWN after it is moved to its new location.

<- Back -Menu- Next ->