turn clockwise () degrees

Turn clockwise () degrees

The turn clockwise () degrees block is a stack block that changes the direction by the entered in number, rotating the sprite that number of degrees clockwise. It originates from Scratch. The default value of this block is 15.

Workaround

This block can be worked around by using a point in direction () block with (direction) + (number) as the value, or by using a negative number in a turn counterclockwise () degrees block:

point in direction ((direction) + (number::grey))

turn ccw ((number::grey) * (-1)) degrees