Sprite::turnLeft()
Rotates the sprite by a certain degrees to the left.
Syntax
Java
.turnLeft(degrees)
Parameters
| Name | Data Type | Description |
|---|---|---|
| degrees | double | between 0 and 360 |
Return
void

Rotates the sprite by a certain degrees to the left.
.turnLeft(degrees)
| Name | Data Type | Description |
|---|---|---|
| degrees | double | between 0 and 360 |
void