turtle_set_x
Set turtle x coordinate, draw if pen is down
turtle_set_x(
x
)
Set turtle x coordinate, draw if pen is down
Syntaxe
turtle_set_x(x=100);
Arguments
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
x | yes | - | X coordinate |
turtle_set_x(
x
)
Set turtle x coordinate, draw if pen is down
turtle_set_x(x=100);
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
x | yes | - | X coordinate |