So basically I want to assign all my UI buttons into a single family, then handle things like hovering over them and pressing them with a single string of events. I have it set to change the animation frame if the cursor is over it or not. Problem is, if I move my mouse off one button, and on to another, the cursor is still technically over an object in my "buttons" family, so the first button stays highlighted.
Anybody who's done something like this have some advice on the matter? I have a lot of buttons, and having to set up these events for all of them individually is impossible.