shiznid12 Posted February 11, 2007 Posted February 11, 2007 I am not sure how I would go about this, but I know how to script most things in AutoIT. BUT!!!!!! One thing I don't know how to do, is detect motion in a select area. What I would like for this script to do is when motion is sensed, move the cursor to the moving object. However, I do not want this motion to search pixels for a certain color, because it has nothing to do with color. It would be very helpful if someone would let me know how I would go about this. TY! Also, this is not for anything illegal of any kind, nor cheating.
Moderators big_daddy Posted February 11, 2007 Moderators Posted February 11, 2007 (edited) You could use PixelChecksum() in a loop and compare each return to an original. Edit: The help file has an example of this. Edited February 11, 2007 by big_daddy
shiznid12 Posted February 11, 2007 Author Posted February 11, 2007 Hmm... I looked at the example, and it looks like it would work. But how exactly would I have it click on the moving object?
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