Hiya,
Just a couple of quick questions regarding moving objects with the mouse.
The code i have to do this is as follows :
Mouse Left Button is down object set position to (mouse.x,mouse.y) object pick instance with UID
object.UID
Mouse Cursor is over object
now firstly when you move the object with the mouse it is very easy to leave it behind if you move the mouse too fast, is there a way to have the object latch onto the mouse cursor so this doesn't happen?
secondly when you move the object over another object (of the same type) one of the objects disappears.
and finally if you declare two different objects with similar code to above then when one object is moved over the other object, they latch on.
Any help would be appreciated, thanks in advance