It is relatively easy to do by setting the position of the object to x and y of the mouse cursor, but imperfect because I want to drag it along and not center it to the cursor. Any ideas on how to go about it?
Printable View
It is relatively easy to do by setting the position of the object to x and y of the mouse cursor, but imperfect because I want to drag it along and not center it to the cursor. Any ideas on how to go about it?
Can't you use the Drag & Drop movement?
You could add a delay to the event.
Yves, that's perfect, I didn't know it was there. Thank you both.