Thank you Kyatric I understand your answer, sorry I didn't explain my question very well.
In fact, because I will have a lot of buttons with the same behavior but of different colors, I would like to avoid to repeat the event for each color. So yes, it works if I use :
Family Buttons - Color = "blue"
+
Family Buttons - Color = "red"
+
Family Buttons - Color = "green"
and so on...
But what I would like to to is to create an event in which it is written :
"Pick all buttons where instance variable color is equal to the color of the current instance"
In other words, I would like to have this event :
"- For each button
- Pick all other buttons of the same color
- If none of them is pressed
Action = deactivate all the doors of this color".