# Lock mouse to center of object

**URL:** https://forum.kirupa.com/t/lock-mouse-to-center-of-object/284547
**Category:** Uncategorized
**Created:** [March 20, 2009, 3:03am UTC](https://forum.kirupa.com/t/lock-mouse-to-center-of-object/284547 "2009-03-20T03:03:46Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![rholdrae](https://avatars.discourse-cdn.com/v4/letter/r/b5ac83/32.png) [@rholdrae](https://forum.kirupa.com/u/rholdrae)
#### Post date: [March 20, 2009, 3:03am UTC](https://forum.kirupa.com/t/lock-mouse-to-center-of-object/284547/1 "2009-03-20T03:03:46Z")

</div>

Does anyone know how to lock the mouse to the center of the drag object but instead of the center of the object moves towards the mouse its the mouse who’s going to move towards the center of the object? This

```php
startDrag(this, true);

```

locks the mouse to the center but its kind of annoying to see the object jumping specially if the object is big.

Need advice or if you’re too generous to provide a sample code, I’ll appreciate it very much. Thanks.
