Forum Discussion
SonjaGoodwin
10 months agoCommunity Member
Controlling the next button to display after all layers / audio is complete
Hello!
I’m working on a slide that includes a base layer and three additional layers, each with audio that needs to play fully before the learner can click the Next button to move forward.
Could ...
ShamsShimul
10 months agoCommunity Member
This is how I've done it in your file:
- Disabled the triggers on the base layer that flip the Layer[1/2/3]Variable to true, moved them to individual layers, and set them to trigger when the timeline ends on each layer.
- On the base layer, set up 3 new triggers, each changing the state of the Next button to normal when Layer[1/2/3]Variables change, and if each of Layer[1/2/3]Variables is true.
That worked.
Additional tip: Instead of hiding the next button from the beginning, I think it'd be better to keep it disabled so that the user knows it is there and they need to do something to enable it.