Forum Discussion
greenwoodteck
3 months agoCommunity Member
Continue button to display after viewed different scenes
Hello,
Looking for some help.
I have a course where the user has to go through 3 different scenes, once each of the scenes has been viewed, the image displays a green checkmark to show completion...
- 3 months ago
Thanks so much Judy for messaging back - I tried something similar to this and it didn't work, I just tried what you said but added the "when the timeline starts" and it still stays as Disable - this was the trigger I added - am I missing something? I feel like this should be pretty straightforward - famous last words!
JudyNollet
3 months agoSuper Hero
It looks like you're using variables to track whether each scene is completed. You could also use those to control the Continue button.
- Set the Initial state of the button to Disabled.
- Add a trigger that changes the button to Normal when the timeline starts with conditions that each variable = True. Be sure to connect those conditions with "AND," so that all conditions must be met for the trigger to run.