Scratch for Java

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

turnRight()