Search found 2 matches
- Tue Sep 27, 2016 2:46 am
- Forum: Technical / Scripting
- Topic: Wild mouse moving
- Replies: 3
- Views: 3075
Re: Wild mouse moving
Finally, I found that the cause of the error is false positive in: WaitScreenImage>% BMP_DIR% \image_2.bmp, 0.7, CCOEFF after change into WaitScreenImage>% BMP_DIR% \image_2.bmp, 50, EXACT the problem does not happen again. Just wondering why "WaitScreenImage" give false positive result when try to ...
- Sun Sep 25, 2016 2:04 pm
- Forum: Technical / Scripting
- Topic: Wild mouse moving
- Replies: 3
- Views: 3075
Wild mouse moving
I do not know why the script that I made today suddenly behave strangely. During the command "WaitScreenImage",my mouse pointer move & click randomly. Here is my script: Repeat>tillComplete let>tillComplete=1 WaitScreenImage>% BMP_DIR% \ image_2.bmp, 0.7, CCOEFF FindImagePos>% BMP_DIR% \ image_2.bmp...