SETXY

Synopsis
SETXY xcor ycor
Description

Moves the turtle to an absolute X,Y coordinate. The two inputs are numbers, the X and Y coordinates to move to.

Example
REPEAT 360 [SETXY REPCOUNT 100*SIN REPCOUNT]
See Also
POS
SETPOS
SETX
SETY

SourceForge.net Logo