ok that was definitely another step in the right direction for sure.
What I want to happen, which is working in python, is that as soon as an object reaches 2 (i.e., a cow) we don’t see the cow again, and the loop terminates when all the objects reach 2.
applying your suggested code had a weird effect i’m not sure of yet -
(1) the pic shows it definitely turned on skipThisTrial=true
(2) the loop terminated when the final image reached 2
(3) the problem was that it only skipped the feedback routines for the images that had reached 2 or above - is it maybe time to start moving around the code again to e.g., begin routine again, or is it something to do with the structure of the code itself ?
cheers,
Tom