I am having a very strange problem.
I have a turret which has one event for aiming: set angle towards position mouse.X, mouse.Y.
This works well. Most of the time. Sometime however, I get a strange glitch where it SORT of points towards the mouse, but not quite. Obviously this is a game breaking bug but it is not my code as there is only one event for aiming. Just to make sure, I made another object (the yellow thing) with two events: one to set position to the tank, and another to set angle towards (mouse.x, mouse.y). Same problem.
<img src="http://i.imgur.com/YzGfS.jpg" border="0" />
Interesting...