Do you mean in order of ID so 0 then 1 then 2 ? There is system condition 'for each(ordered)' so it can run through them in order of the ID.
Correct. ID = 0, then if that one has Status = 1, try ID = 1 and so on.
I completely overlooked the 'for each(ordered)' [brilliant call] but I'm not sure how to use it to find the next Status = 0.
When I click on "add" when testing, ALL of the bucket sprites are flipped to Status = 1, not one at a time.