Forum Discussion

MarieAcree-dbc5's avatar
MarieAcree-dbc5
Community Member
3 years ago

Next Button Showing up by Variable

I would like to see if someone could help me build a trigger probably using variables. I have 7 videos that need to be watched. It shows up via lightbox on a menu slide. Once all videos show up, the next buttons on the ipad can show up to go back to the ipad menu. I will need the next arrow to show up show up on any of the slides in case they watch out of order. I cleaned up the file to take away content and to help give a visual. The next button is set to be hidden on the slides right now. I also thought maybe using the number variable to count once the timeline end would be helpful on the lightbox slides but wasn't 100% sure if it was.

    • Since you don't want the next button to show, you can set the initial state to hidden or disabled. 
    • Create a trigger to change the state of the button to normal upon some condition such as media completing or end of timeline.
    • You want to track that they viewed the video. I'd create a T/F var such as video1viewed = false to start. 
    • Create a trigger to adjust that variable to true when they meet your requirement. Anything can trigger it: timeline completion, media completion, the next slide
    • Now you can track that all videos are being viewed. From there you can create a trigger to do something on the condition that all of those variables are true.