Question #213447 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/213447
j proposed the following answer:
Alternative:
def handler(event):
click(event.match)
onAppear("image1.png", handler)
onAppear("image2.png", handler)
onAppear("image3.png", handler)
observe(FOREVER)
I think this one is shorter and faster.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp