How to disable Next button till all layers have appeared (layer appears when user clicks an object on the slide)

Mar 07, 2019

for a slide with multiple layers, how can one ensure that a user can proceed to the next slide (using Next button on the player)only once they have visited all layers 

9 Replies
David Schwartz

Attached is one way to do it. I've got a T/F variable for each layer, all initially set to false. At the start of the layer timeline, a trigger sets that variable to true, and then, a trigger sets the Next button to Normal if all of the layer variables are true.

I do this in the layers because when you return from a layer, the base's timeline does not restart.

On the base layer, there is a trigger that sets the next button to disabled at the start of the timeline if any of the layer variables are false.

Hope this works for you.

This discussion is closed. You can start a new discussion or contact Articulate Support.