Hello
I have a sprite following the mouse with these actions:
Every tick--> Sprite | Set angle toward (Mouse.X, Mouse.Y)
--> Sprite | Move forward "n" pixels
everything ok but when the sprite reaches the the cursor it starts shaking. How do i stop it?
thanks