Hi I have an object that should change directions
from clockwise to anticlockwise and viceversa on button left or right arrow down.
For that I wrote two events for button downs.
For clockwise
and for anticlock wise, I just replaced sin by cos and cos by sin.
Now when changing directions the object is not starting from where it stopped. It is disappering from there and generating at a random point on the circumference. Can someone help me with this.?
Thanks.