Hey guys, Im having a problem that could possibly be fixed very easily but I just can't think of a solution right now.
Im having 9 circles, each of them have a unique index (just a object variable, circle 1 is index 0, circle 2 index 1 etc.)
When you tap a circle it toggles the pressed object variable (not a boolean, im using the VeryVariable toggle method.)
Each circle can have 2 states, first one is pressed, if this is true then it will fill the circle. The second one is unpressed, if this is true it will only show the surrounding line of the circle.)
Now I want to check if ALL the circles are in the same state (the unpressed state) and if yes, I want to continue to next level.
I would really appreciate it if someone could help me with this (probably easy to fix) problem.