Re: [Sikuli-driver] [Question #670847]: loop click one image only from a list

2018-07-12 Thread The Grey
Question #670847 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670847 Status: Answered => Solved The Grey confirmed that the question is solved: omg this worked fine for me thank you so much for your help -- You received this question notification because your team

Re: [Sikuli-driver] [Question #670847]: loop click one image only from a list

2018-07-12 Thread Alex
Question #670847 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670847 Status: Open => Answered Alex proposed the following answer: Sounds like you want to do a for loop. Python lists are iterate-able. Example: image_list = ['image1.png', 'image2.png', 'image3.png'] for

[Sikuli-driver] [Question #670847]: loop click one image only from a list

2018-07-12 Thread The Grey
New question #670847 on Sikuli: https://answers.launchpad.net/sikuli/+question/670847 so i'm making this beginner script for a game and i have tried alot of methods but nothing helped me solve my problem. i want my script to click some specific images as they appear on screen(i can do this no