Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
if or sel a not b image scan please
#2
Macro Macro2432
Code:
Copy      Help
;if image A found, and image B not found

int w=win("Downloader" "DownloadDialog")

int a = scan("image:hE64E7CFD" id(101 w) 0 16) ;;note: removed flags 1|2
if a
,int b = scan("image:h6FE351F4" id(101 w) 0 16)
,if !b
,,dou 9 25 id(101 w) 1


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)