setpos [x y]
Stands for set position. Moves the turtle to the designated x y coordinates. The center of the page is [0 0]. Note that if a turtle lands on a programmed color after a setpos command, the color won't react: only forward, back and glide activate programmed colors. See pos.
example
setpos [0 0]
setpos list slider1 slider2
(Use two sliders to set the turtle's x and y coordinates.)
See MW Vocabulary (in Resources) for links to other projects using this term.
© LCSI, reprinted with permission