Hi all,
I am testing the Mousemove command, but it doesn't work this way:
after FindImagePos, I wanted to move the mouse a little bit before clicking:
If>NumFound>0
Let> B=X_0-80
MouseMove> B,Y_0
LClick
Endif
but it doesn't work, the program doesn't accept B, in despite of the watch that presents the correct value.....
what should I do?????
Mousemove - problems
Moderators: Dorian (MJT support), JRL
Be careful of leading or trailing spaces.
Hi Paulo,
The problem is most likely the space between the > and the B.
Let>B
not
Let> B
MouseMove>B
not
MouseMove> B
Also use "Remove trailing spaces" before saving your script.
Gale
The problem is most likely the space between the > and the B.
Let>B
not
Let> B
MouseMove>B
not
MouseMove> B
Also use "Remove trailing spaces" before saving your script.
Gale
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact: