TurtleBack Command

TurtleBack( <Turtle>, <Distance> )

The turtle moves back with given distance.

If the turtle is at the origin of the coordinates and the Animate Pause.png Pause button is displayed the command TurtleBack(turtle, 2) moves the turtle to the point (-2, 0). Otherwise you must press the Animate Play.png Play button so that the displacement is effected.

See also Turtle, TurtleForward, TurtleLeft and TurtleRight commands.