There are several methods we can use to rotate sprites in Scratch. The method we will show you is using a block, which does not even require you to enter a direction of rotation.

To access the full video please subscribe to FLLCasts.com
- #1581
- 24 Mar 2020
The "point in direction" block can be found in the blue block palette:
It has a single input parameter where you can set the number of degrees it should rotate the sprite.
Blocks that designate direction can be used instead of a number by placing them in the circle to replace it.
Courses and lessons with this Tutorial
This Tutorial is used in the following courses and lessons

Keep 'em clean - remote Scratch game course
"Keep 'em clean" is a game that uses the players' real-life movement captured by a camera to control many "people" and push them towards a sink where they wash their hands! In this course, you will learn the basics of programming with Scratch, as well as using the "Video Sensing" extension to receive movement from the camera!
- 41
- 0:00
- 70

Lesson 3 - Rotating and teleporting your character
Introduction
In the previous lesson we programmed our character to move left and right. The next step is to be able to control it all across the screen!
How do you think this is going to happen? Will it actually work?
Of course it's going to work and now we will see how!
- 5
- 4
- 6
- 3d_rotation 0