Forum Discussion

miri_dash's avatar
miri_dash
Community Member
4 days ago

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...
  • JudyNollet's avatar
    4 days 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.