turn counterclockwise () degrees

From PenguinMod Wiki (Official)
Turn counterclockwise () degrees
Jump to navigation Jump to search

Images needed

This article needs images or better quality images. You can help PenguinMod Wiki (Official) by adding the images or uploading them.

The turn counterclockwise () degrees block is a stack block that decreases the direction by the entered in number, rotating the sprite that number of degrees counterclockwise. 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 clockwise () degrees block.