mouse position

Post here if you need help using Actiona
Post Reply
wbatman
Posts: 4
Joined: 05 Jun 2015, 20:41

mouse position

Post by wbatman »

hi boy
after i have find a image and store coordinate position in a variable, i need click in same position, but with y coordinate -50
it's possible that?
for example if find image tell me 725:560 coordinate, i want click in 725:510

i have try with offset, but is not possible insert negative value

thank's
User avatar
Jmgr
Admin
Posts: 1649
Joined: 07 Dec 2005, 15:45
Contact:

Re: mouse position

Post by Jmgr »

Hi dude
Yes, its possible.
Just click on the red triangle on the right of the Offset field to activate the "code" mode (aka Javascript), and enter : new Point(-50, 0)
"My software never has bugs. It just develops random features."
Post Reply