Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
if or sel a not b image scan please
#1
Do not speak English well. T_T

if a to image not
b to image click

how? Programming
HELP


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

a =
scan("image:hE64E7CFD" id(101 w) 0 1|2|16))
out
dou 9 25 id(101 w) 1

b =
scan("image:h6FE351F4" id(101 w) 0 1|2|16)
out
dou 9 25 id(101 w) 1

---------------------------------------------------------------------
i think have #1 Line avi or mp4 or mkv .. etc

if #1 line position avi image click.
If not have a 1line avi If the check mp4 image click
next
mkv click
next
..
.
end
#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
#3
Thankyou but "if !b--" no reaction
i think have #1 Line avi or mp4 or mkv .. etc

if #1 line position avi image click.
If not have a 1line avi If the check mp4 image click
next
mkv click
next
..
.
end

i want programming
Re: Thankyou Big Grin
#4
if scan("image:hE64E7CFD" id(101 w) 0 16)
,out "image1 found"
else if scan("image:h6FE351F4" id(101 w) 0 16)
,out "image2 found"
else if scan("image3" id(101 w) 0 16)
,out "image3 found"


Forum Jump:


Users browsing this thread: 1 Guest(s)