How to rotate the object by 1 click

I’m sorry but someones can help me?
I want to rotate object 20 degree with speed 10 degree/second when I prees keyboard “a”.
It mean I just press “a” 1 time and the object will rotate 20 degree with speed - nomater I keep or release the “a”

Use the “trigger once when true” condition

This doesn’t work, the condition must be true all the time to achieve the rotation.

Those actions won’t do it correctly. They need to be NewSprite.Angle() + 20, not a straight 20 by itself.

If he doesn’t want to start at default 0, yes.

Thank guys so much.
I will try it.
Thank you