Rotation Problems
VisualBasicC
Member Posts: 3
I'm having a little difficulty having my actor rotate and face the position where the mouse was/is down.
Right now I have:
When mouse is down and not over actor:
Every 0.1 seconds:
Rotate to Mouse position x, y.
Unfortunately it rotates in the opposite direction of where the mouse was clicked. Ive tried setting the co-ordinates relative to scene or actor but none of those solved the problem.
Any solutions?
Right now I have:
When mouse is down and not over actor:
Every 0.1 seconds:
Rotate to Mouse position x, y.
Unfortunately it rotates in the opposite direction of where the mouse was clicked. Ive tried setting the co-ordinates relative to scene or actor but none of those solved the problem.
Any solutions?
Comments