Step 3
Rotation
The character should turn around to face towards the direction that they are moving. Grab the "Set rotation of myself" block from Transform, and drag out 4 copies of it. Drag each "Set rotation" block underneath the "Set velocity" blocks.
- In the left arrow block, set the rotation to 270.
- In the up arrow block, set the rotation to 0.
- In the down arrow block, set the rotation to 180.
- In the right arrow block, set the rotation to 90.
Play your game to see your character rotate. If your character faces the wrong way, go back and edit the rotation numbers until they work correctly