Search found 2 matches
- Mon Jun 16, 2008 3:40 pm
- Forum: Technical / Scripting
- Topic: How to force FindImagePos to search from top to bottom
- Replies: 2
- Views: 3216
Thanks for reply Marcus, but to be honest I completely don't know how to go through arrays, especially using Y variable as sort order. The only syntax I'm familiar with is: FindImagePos>U:\data\l2.bmp,SCREEN,16,1,X,Y,NumFound If>NumFound>0 MouseMove>X_0,Y_0 GoSub>FetchOne Endif If>NumFound>1 MouseMo...
- Sun Jun 15, 2008 11:14 pm
- Forum: Technical / Scripting
- Topic: How to force FindImagePos to search from top to bottom
- Replies: 2
- Views: 3216
How to force FindImagePos to search from top to bottom
Hello I'm newbie to Macro Scheduler, but even after one day of using it I think this soft is great! Unfortunately I've got problem using function FindImagePos. I've found it search for all occurrences of image from left to right. But I would like it to search from top to bottom. Does somebody know i...