I have a little selection menu in my game. I want to set an action that changes the opacity of each button to show which one is selected. Is there a way to set an action to target all instances of the Selections family to set them as 50% opacity so that I can then only highlight the one that's selected? Currently I have to do what's pictured above which doesn't seem very elegant