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
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