Jump to content

Recommended Posts

Posted

Is there a way to use MouseClickDrag with more then 2 coordinates, for example, MouseClickDrag("left", 122, 507, 384, 364, x3, y3, x4, y4, etc, etc, etc) so the mouse stays clicked and draging to all those coordinates.

Posted

That unclicks the mouse inbetween, it has to always be held down...

Why dont use

MouseClickDrag("left", 10, 12, 13,14)

MouseClickDrag("left", 13, 14, 15,16)

??

Posted

Try using MouseDown, MouseMove and MouseUp


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

Posted (edited)

something like-

MouseDown("left")

MouseMove(4,4)

MouseMove(10,10)

MouseUp("left")

not tested but somthing like that should work.

Edit: Yea, just like BigDod said :whistle:

Edited by evilertoaster
Posted

thanks, let me give this a try real quick.

something like-

MouseDown("left")

MouseMove(4,4)

MouseMove(10,10)

MouseUp("left")

not tested but somthing like that should work.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...