Forum Discussion
timgrice
7 months agoCommunity Member
Setting up Conditional States and Triggers
Hi there,
I'm relatively new to Storyline - so I'm currently on a steep learning curve to discover and learn the functionality.
In this example, I have a page with 4 layers (each of the four laye...
Nedim
7 months agoCommunity Member
Alternatively, you can use four True/False variables, each initially set to False (e.g., video1Complete, video2Complete, etc.), and an additional number variable called videosCount set to 0.
When any video on any layer completes, run the following two triggers:
- Add 1 to videosCount when the video completes, if videoXComplete is False.
- Set videoXComplete to True when the video completes, if videoXComplete is False.
Example:
This ensures videosCount only increases once per video and gives you a clean way to track progress.
On the base layer, create a trigger: Change the state of the Next to Normal when the variable videosCount changes, if videosCount is greater than or equal to 4. See the attached example.
Related Content
- 1 month ago
- 1 year ago
- 2 years ago