Forum Discussion
DanFelice-907ab
3 years agoCommunity Member
Enable next button after SOME layers are visited.
I have five layers and my client wants the Next button to become active after only two of the layers are visited (the user can visit as many layers as they want, but they must visit at least two of ...
TomKuhlmann
3 years agoStaff
- Trigger: change the state of next button to disabled when timeline of slide starts
- Create a number variable to count clicks
- Trigger on each layer: add +1 to number variable when timeline of layer starts
- Trigger: change the state of the next button to normal when var = 2
Something to that effect