Can I make a click and drag effect like there is a man and I want to make him by chosing different sections and putting them together, Is it possible to do it in TGF or MMF?
That kinda sucks because if you move the mouse too fast then the object will slip out from under the pointer. Here's my way, it works perfect:
* User clicks on Object 1
= Set Counter to 1
* Always
+ Counter equals 1
= Object 1> Position> Set X Co-ordinate to XMouse, Object 1> Position> Set Y Co-ordinate to YMouse
* [NEGATE] Repeat while mouse is clicked
= Set Counter to 0
Your's is fine if the object is large, but if it's a smaller object and you move the mouse too fast, the object gets left behind and is no longer under the mouse pointer.