Add multiple prototype triggers to a button

Suppose I have a button that I want to glow and create an overlay when I mouse over or hover over it.

How do I do this?

Currently it appears that I can only set one event per trigger, I can’t make two of the same trigger on an object (no two “On Hover” triggers), and Triggers for one event are intercepted at the top frame and not passed down at bottom frames (i.e. an overlapping parent frame that has the “On Hover” trigger will not let a lower child Rectangle from activating its “On Hover” or “Mouse Entered” trigger

Is this simply impossible?

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.