Having a mental block. I have 16 instances of Sprite_A in the layout, and I am attempting this...
If one instance of Sprite_A is not visible, then make all instances of Sprite_A invisible
or alternatively-
If any instance of Sprite_A is not visible, then make all instances of Sprite_A invisible
I could instead set opacity to zero if necessary.
Please help me find the right events for this.
Thank you!