goToPoint index |
|||||||
Name | goToPoint () | ||||||
Description | Jumps turtle to a point. Creates a line between the previous location and point jumped to. | ||||||
Syntax | goToPoint (x, y); |
||||||
Parameters |
|
||||||
Returns | None | ||||||
Related | setX() setY() |
||||||
Example |
|
||||||