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

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