Construct 2 has been officially retired. Now you should upgrade to Construct 3.

Rotate behavior

The Rotate behavior simply makes an object spin.

Rotate properties

Speed
The rate of rotation, in degrees per second. Use a positive value for clockwise rotation and negative for anticlockwise rotation.
Acceleration
The rate the rotation speed changes, in degrees per second per second. Use a positive value to accelerate clockwise and a negative to accelerate anticlockwise.

Rotate conditions

The Rotate behavior has no conditions.

Rotate actions

Set acceleration
Set speed
Set the corresponding properties. See Rotate properties.

Rotate expressions

Acceleration
Return the corresponding Acceleration property.
Speed
Return the current rotating speed, in degrees per second. A positive value indicates clockwise rotation and a negative value indicates anticlockwise rotation.
Construct 2 Manual 2020-06-09