I am making a game where you have to drag things to different places. How do you make it so that when you press on the mouse, it stops following it?
Offline
Well here's a nice script that you could maybe use:
when [Iten v] clicked repeat until <not (mouse down?)> go to [mouse pointer v] end repeat until (mouse down?) go to [mouse pointer v] end
Last edited by ErnieParke (2013-01-30 18:53:12)
Offline