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