← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #663025]: Moving bar pickup

 

Question #663025 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663025

    Status: Answered => Open

Jakob is still having a problem:
Setting times to 0 helped with the fighting aspect and I thank you, atm
my code is this:

        if Region(785,569,352,31).exists("1516053159102.png",0):
                if Region(785,569,352,31).exists("1516053159102.png",0):
                    type(Key.SPACE,0)
                    continue
                else:
                    continue
        else:
            continue

While adding more if statements seems to help the same issue occurs
regardless, it seems as if the screen flickers the wrong info to trick
the program into activating late or early, is there any way I can set an
exposure time kind of thing?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.