# Problem with moving with mouse

**URL:** https://forum.kirupa.com/t/problem-with-moving-with-mouse/306540
**Category:** Uncategorized
**Created:** [March 17, 2010, 6:18am UTC](https://forum.kirupa.com/t/problem-with-moving-with-mouse/306540 "2010-03-17T06:18:45Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Talei](https://avatars.discourse-cdn.com/v4/letter/t/f6c823/32.png) [@Talei](https://forum.kirupa.com/u/Talei)
#### Post date: [March 17, 2010, 6:18am UTC](https://forum.kirupa.com/t/problem-with-moving-with-mouse/306540/1 "2010-03-17T06:18:45Z")

</div>

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
