Thanks for all the answers! I think I got it now.
You create an event: [every 0.01 seconds] [YourObjectName set angle to (YourObjectName.Angle+0.01) degrees] [YourObjectName2 set angle to (YourObjectName2.Angle+0.01) degrees]
You create an event:
[every 0.01 seconds]
[YourObjectName set angle to (YourObjectName.Angle+0.01) degrees]
[YourObjectName2 set angle to (YourObjectName2.Angle+0.01) degrees]
But that's only the rotation, isn't it?
Develop games in your browser. Powerful, performant & highly capable.
I just want some objects to move and rotate pretty slowly but constantly, something similiar to the little polygons in the game "diep.io".