I want to rotate an Object depend on drawing a circle using mouse. Is there any way for doing that.
Here is my case details;
I have an circle object used as background and also I have a player. Case is rotating background object when player start to drawing circle on the screen.
I have try getting mouse angle toward to object but this angle returns between 0 , -180. In that way I couldnt get a regular flow.
I hope, I explained