[HAF] Help finishing an AutoIT script

Status
Not open for further replies.

Scorpion Ghost

Elite Member
Executive VIP
Jr. VIP
Joined
Mar 22, 2013
Messages
9,153
Reaction score
10,491
I'm creating an AutoIT script and I'm stuck on a step. On my screen I have a window which displays a few tabs of color and next to each is the hex code of the color. They're stacked on top of each other.

color.PNG

I need AutoIT to check the first color OR color code on top area on my screen.

If the color is 006090, do some stuff
If the color is 003048, do some stuff
If the color is not one of the two above, move to the next step.

The next step is the next color/color code area beneath the first one.

If the color is 006090, do some stuff
If the color is 003048, do some stuff
If the color is not one of the two above, move to the next step.

The next step is the next color/color code area beneath the second one.

Keep doing that until it finds one of the two colors. When it finds one of them, stop looking and move on to the next steps and to the rest of the script...

I'll probably need some more help to complete my script. This is just the step I'm stuck on right now.

Contact me or leave a comment below.
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top