Scratch for Java

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

turnLeft()