legiondk Posted January 20, 2008 Posted January 20, 2008 Hi i dont know what i am doing wrong here but finding the target point for the mouse to click and the spot to change in order for the mouse to click but the mouse click another place that where it supposed. I have chosen to find the target for the point according to client because screen would be individual maybe i should have specified the target in the script but i dont know how i do that easy is there anyone who can tell me? I enclosed the script here : $checksum = PixelChecksum(325,51, 339,64) ; Wait for the region to change, the region is checked every 100ms to reduce CPU load While $checksum = PixelChecksum(325,51, 339,64) Sleep(100) WEnd MouseClick("left", 732, 547, 1) ;If the pixel in 325,51, 339,64 change do click the mouse at 732,547 once
martin Posted January 20, 2008 Posted January 20, 2008 Hi i dont know what i am doing wrong here but finding the target point for the mouse to click and the spot to change in order for the mouse to click but the mouse click another place that where it supposed. I have chosen to find the target for the point according to client because screen would be individual maybe i should have specified the target in the script but i dont know how i do that easy is there anyone who can tell me?I enclosed the script here : $checksum = PixelChecksum(325,51, 339,64); Wait for the region to change, the region is checked every 100ms to reduce CPU loadWhile $checksum = PixelChecksum(325,51, 339,64) Sleep(100)WEndMouseClick("left", 732, 547, 1);If the pixel in 325,51, 339,64 change do click the mouse at 732,547 onceHave you used AutoItSetOption("MouseCoordMode",2)? Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now