Forum Discussion
miri_dash
2 months agoCommunity Member
Button won't change state
I assigned variables to the layers I want to track. Then, I created a trigger that would change the button state to Normal once all the layers have been visited. But it still won't change. What did...
- 2 months ago
The trigger to change the button to Normal runs when the timeline starts.
That trigger runs when the user first visits the slide. But by the time the user views the layers and the variables change to True, the slide's timeline is already done.
You need to use a trigger that will run after the variables change. For example, put a trigger on each layer with the same conditions, and have it run when the layer's timeline ends.
miri_dash
Community Member
Thank you so much! This fixed it.
WaltHamilton
2 months agoSuper Hero
You're welcome. PIAWYC (Pass it along when you can.)