Hello,
i have three boxes (sprites) which upon touch change color (from white to red).
I have a fourth box, which is supposed to change color when at least one of the three boxes is red, otherwise it should be white.
I am using a family to capture all three boxes (because in the future there could be several more).
How to i build an event condition for:
at least one box is colored (i.e. in Animation frame 1)
none of the boxes in the family are colored (in Animation frame 1).
I tried to use the system loop, and pick all with a subevent condition, but neither worked. I am doing something wrong here.
any thoughts would be much apprecited,
Dan