jump number
Turtles move number steps in the time it takes to make
one normal step. For example, jump 15 and fd 1 both take the same amount
of time to perform. fd 15 , however, would take 15 times as long as jump
15 .
Examples:
jump 12 makes the caller move forward 12 in the time it
normally takes to move forward one step.
Related commands:
fd bk rt
lt
|