How to Rotate an Object

I would like to rotate a object, I’ve heard people saying use the rotate behavior but I don’t know how to use it. Link to my game, problem is on level 2 https://flowlab.io/game/play/818307

What are you confused about?
First make sure you have enable rotation on your object, you’ll find it with the physics pop-up.
360 is a full circle, to turn halfway you would put a 180 input into the “set” part of a rotation block.
Add just adds a number to the current rotation.

ohh thank you

Maybe “enable rotation” is confusing. That checkbox enabled the collision shape to rotate, the sprite itself can rotate whether the box is checked or not.