Hello,
My problem is with moving object on the scene with mouse. I use addEventListener(MouseEvent.MOUSE_MOVE, …) and everything works fine, until I start moving my mouse fast. Object is small (circle, radius 5) so my guess is that It don’t update circle position fast enough to prevent mouse from leaving it.
Any suggestion are more then welcome.
Best regards