Forum Discussion
zamond
2 months agoCommunity Member
Storyline 360: after button disables self on mouse hover, cannot return it to normal
I have a button that has multiple triggers on "mouse hover over," as well as triggers on mouse-click. One of the on mouse hover triggers detects when a variable (temp) is '0'. When this happens, a hi...
JudyNollet
2 months agoSuper Hero
zamond: Here's another option: Add a trigger that changes the button to Disabled when the temp variable changes. Include the condition that temp = 0, and include an Else statement that changes the button to Normal.
Or use a reverse trigger that changes the button to Normal when the temp variable changes, with the condition that temp ≠ 0, and an Else statement that changes it to Disabled.
And if the button needs to start in the Disabled state, set that as its Initial state: