| setX index |
||||
| Name | setX () | |||
| Description | Sets Turtle's X coordinate. Creates a line between the previous location and new location (with new X coordinate). | |||
| Syntax | setX (x); |
|||
| Parameters |
|
|||
| Returns |
|
|||
| Related | setX() setY() setHeading() getX() getY() getHeading() |
|||
| Example | |
|||