How do I make a "glide to mouse" script? I have
when gf clicked forever go to x: <mouse x> y: <mouse y> end endbut it doesnt work. It's too fast.
Offline
Complex mouse moving try something like this for VERY complex mouse movement.
otherwise your simple version would work too, except it would have to say "repeat until x = mouse x" and it keeps moving in a direction
Last edited by Borrego6165 (2012-04-28 15:19:03)
Offline
glide (1) secs to x: (mouse x) y: (mouse y)
Offline
Ok thanks, scimonster. The only problem is that if i move the mouse too close, the plane goes slowly...
Last edited by Firedrake969 (2012-04-28 15:35:35)
Offline
when gf clicked forever point towards [mouse pointer v] move (1) steps wait (0.01) secsThat should remove speed issues.
Last edited by TorbyFork234 (2012-04-28 15:41:24)
Offline