Jump to content

Recommended Posts

Posted

I mean when i write

MouseMove(836,274)
MouseDown("left")
MouseUp("left")
Sleep(8000)
MouseMove(789,585)
MouseDown("right")
MouseUp("right")
sleep(4000)
MouseMove(769,624)
MouseDown("left")
MouseUp("left")
Sleep(4000)
MouseMove(1075,273)
MouseDown("left")
MouseUp("left")

It maybe hits some millimeters beside

and when I need a totally precise click, i cant use a few millimeters beside the coordinate?

I gonna live with that or?

Posted

The coordinates are in pixels and they are precise. If they are not right, then your relative 0\0 is probably wrong. Open the help file and review your options for MouseCoordMode, as snowmaker already suggested.

:D

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law

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...