Sprite::turnRight()
Rotates the sprite by a certain degrees to the right.
Syntax
Java
.turnRight(degrees)
Scratch
turn right (degrees) 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)
turn right (degrees) degrees
| Name | Data Type | Description |
|---|---|---|
| degrees | double | between 0 and 360 |
void