My object doesn't rotate

I want make idle game. Player earn money by clicking on money making object. But i want make it like faster money making object is rotating more money you will get. Sry for my English. Problem: it stops in 3 degrees per second
Here is script:
Variable rotate is = 1 rotate money making boy rotate 1 degrees/second
And it stops on …rotate is = 3 rotate money making boy 3degrees/second

If I get it right, you want the rotation speed to be a function of the “rotate” variable, something like:

Conditions: No conditions (always) Actions: Rotate MyObject at Variable(rotate) pixels/second
It will make the MyObject rotate 999 pixels per second when the “rotate” variable is = 999, for example. Not sure if it’s what you want to do :slight_smile:

thank you

rotate variable is = 1 rotate object at speed 1degree/second yes. Thanky you But i dont understnad you :smiley: Can you code that in to gdevelop and copy the text? Of course i will try understad it yourself. Thanky you very much :smiley:.

for rotation i used “Rotate” function

GOT IT DUDE IT WORKS XDDDD I WAS TRYING IT 2 HOURS