ok i am rather new to Autoit, i have looked over the help section but i cant put my finger on why my script isnt working the way i need it to. A little help to set me in the right direction would be much appreciated.
What I am trying to do is tell my mouse to move to position 860, 615 and left click. but only if a mouse cursor exist. If the mouse cursor does not exist then hit the alt key until the cursor appears.
This is what I have come up with by reading the guides, but it isn't working as intended.
This is for a utility program i am trying to test. I hope autoit will make it easier for me to click through it.
What I am trying to do is tell my mouse to move to position 860, 615 and left click. but only if a mouse cursor exist. If the mouse cursor does not exist then hit the alt key until the cursor appears.
This is what I have come up with by reading the guides, but it isn't working as intended.
[ autoit ]
This is for a utility program i am trying to test. I hope autoit will make it easier for me to click through it.