What I want to do is make my mouse move in a circular fashion around a point (500px away from said point). I want the mouse to do this anticlockwise.
So what I am trying to say is this.. I want the mouse to move around a point 500px away, using the Robot class method mouseMove. I jsut can't figure out how I would do so in the math side of things.