Jump to content

Mouse Click Drag 3 Pt Drag?


Guest LiLAzNJohnJ
 Share

Recommended Posts

Guest LiLAzNJohnJ

Is it possible for autoit v3 and hold down a click and drag it to a certain pt and continue to hold it for x amt of ms?

Edited by LiLAzNJohnJ
Link to comment
Share on other sites

look at MouseClickDrag in the help file, on the left, you'll notice that below it is MouseClickDragDelay. Click on that and RTFM

"I'm not even supposed to be here today!" -Dante (Hicks)

Link to comment
Share on other sites

Guest LiLAzNJohnJ

is it also possible for the script to do 2 task while the drag operation is in effect?

ie. a keypress event

Opt("MouseClickDragDelay", 250)

MouseClickDrag("left", 0, 200, 600, 700)

sleep 500

Send("{S}")

ps: im somehwat new to autoit but i kno the BASIC lang

[edit]*basically be able to nest diff cmds into each other

Edited by LiLAzNJohnJ
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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