Jump to content

Recommended Posts

Posted

Ok, so I'm not really a technical person, although I have taught myself basic html, php, perl, and vb by looking at others code.

I am wondering if someone can show me the basics of interacting with the mouse in autoit. Say... how would I make it click in 4 defined spots, then press the space bar, all 5 seconds apart? as in...

click(coords)

wait(seconds)

click(coords)

wait(seconds)

click(coords)

wait(seconds)

click(coords)

wait(seconds)

keypress(spacebar)

wait(seconds)

if anything, can someone link me to possible documents that would teach me how to do this using AutoIT?

Your help is much appreciated.

Posted

ok, now for the nagging... any documentation that will help me figure out how to loop the following code until a certain key is pressed?

MouseClick("right", 789, 604)

Sleep(5000)

MouseClick("left", 221, 540)

Sleep(5000)

MouseClick("left", 578, 217)

Sleep(5000)

MouseClick("left", 661, 672)

Sleep(5000)

Send("{space}")

Sleep(5000)

Posted

if you haven't found them already, the help docs are installed along with autoit. Look for them in the autoit folder.

[font="Impact"] I always thought dogs laid eggs, and I learned something today. [/font]

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
×
×
  • Create New...