Forum Discussion
DhirajKataria-4
2 years agoCommunity Member
Next Button not getting activated
3 slides 1st slide has 2 buttons (Both can be clicked) Button 1 on click goes to Slide 2. Button 2 on click goes to Slide 3.
Note: There is no layer concept used here.
1st slide - Next button is...
Nedim
2 years agoCommunity Member
Hi D K,
You can try this:
1. Create two custom variables (eg. Slide2Visited, Slide3Visited), with an initial value of "False"
2. On slide 2, create a trigger "Set Slide2Visited to value True when the timeline starts on this layer"
3. On slide 3 create a trigger "Set Slide3Visited to value True when the timeline starts on this layer"
4. On every slide create a trigger "Set state of Next button to Disabled when the timeline starts on this slide if Slide2Visited = value False or Slide3Visited = value False, Else Set state of Next button to Normal"
Please find the attached example.