Having trouble Getting my continue button to change states and then be clickable after a variable has changed.

May 12, 2023

Hello all!
Here is the setup; I have a custom navigation bar at the bottom of the screen( Screenshot 1). It has options 1-3, plus a continue button. Each option, when clicked, brings up a slide layer that plays a video (Screenshot 2) and vo before returning to the main slide layer. (Proprietary content is redacted, and I can not share the actual file :-( I wish I could, as I know that would make helping so much easier)


This happens with each option. Each option has a T/F variable called W_Watched and a number after it. (example W_Watched01)The value is set to change to true once the video is completed. (Screenshot 3)
Back on the main layer, I have a series of triggers that are in Screenshot 4 that are self-explanatory. Happy to expand on it if needed.


What is supposed to happen is that after all the videos are watched and only after all the videos are watched, the continue button in the nav bar is supposed to change to black like the option buttons and become clickable. Right now, I can't get that part to work.
Of note is that the Watched triggers are working as the options become greyed out when a user finishes a video.


I'm at an impasse and would love for one of you to assist!
I appreciate any help you can provide.

3 Replies
Michael Hinze

The "Set AllWatched to value true" trigger will never execute, because at the beginning of the Continue button's timeline none of the T/F variables are true. Try adding it to each of the layers. Depending on how you determine that a video has been watched all the way, you need to adjust the triggers to execute to "when slider layers timeline ends" , or "when media xyz completes".