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
2 months agoCommunity Member
- Did you leave the default values of the variables as "False"? Yes
- Did you set triggers on each of the layers to set the respective variables to "True" as the timeline starts on each layer? These are the triggers I set for each layer.
Hope this helps, and thank you for responding!