Forum Discussion
MicheleLeyco
10 years agoCommunity Member
Next button disabled when viewing previous slides
Most of the slides in my project have animations. I want the next button in the player disabled until all animations have completed, so I have set triggers to disable the next button when the timel...
DarrenHeath
10 years agoCommunity Member
Hi Michele,
What I would do is have a T/F variable that changes when the timeline ends, then have the trigger to disable/enable the next button to change if the variable is not equal to false.
- Timeline starts
- Variable is set to false
- Next button is disabled if variable is not equal to True
- Timeline/animation ends
- Variable changes to true
- Next button enables
- User progress to next slide
- User decides previous slide was awesome and wants to revisit
- User goes back and can review the slide once again but is now free to progress forwards at their leisure as the Next button is active because the trigger hasnt initiated due to the condition based on value of the T/F variable
- JeffWessmiller9 years agoCommunity Member
Thank you Darren, this solution worked great for us.
Related Content
- 5 months ago
- 3 years ago
- 2 years ago