Jump to content

exactly tion Help


wenzux
 Share

Recommended Posts

You don't seriously expect that question to be taken seriously, do you?

What are you talking about? How is MouseClick() not precise? What are you running?

: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
Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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