Label>waitforit
GetRectCheckSum>10,10,15,15,cs
If>cs=6.20066481623195E16,Done
Goto>waitforit
Label>Done
Message>There You Go
This is the sample from the help. although I have been using this program for quite some time.. I have never used this and I am pretty confused as to how/what it does. I run my macro's pretty much in all graphic applications. Online Games, etc.. can someone give me an overview of what this does. and maybe your own personal script for me to look at? anything would be awesome.. just need O' bit of help if all you masters out there have some time.
Really the most confusing thing to me is the If>cs=6.20066481623195E16,Done line???? what is that for?? and how di dyou get that number?
Confused with GetRectCheckSum
Moderators: JRL, Dorian (MJT support)
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
The GetRectCheckSum> function uses an algorithm to assign a number based on the color values of the pixels within the defined rectangle.
If one or more pixels change, then the value will change. The most common usage would be to monitor for a color change in an area of the screen. So you would get the value and periodically check to see if it has changed.
If one or more pixels change, then the value will change. The most common usage would be to monitor for a color change in an area of the screen. So you would get the value and periodically check to see if it has changed.
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
Bob
A humble man and PROUD of it!