Forum Discussion

greenwoodteck's avatar
greenwoodteck
Community Member
31 days ago
Solved

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. At this point (and only when all 3 scenes have been viewed) I would like the "Continue" button to display (or allow to continue), so that the learner can't progress to the next section without the 3 scenes being completed. 

I have tried a few different ways, by having the button display as disabled and then adding in variables to only show when images 1, 2, 3 are visited (green check mark images), but it still doesn't work - it either stays disabled, or shows Normal after only 1 scene being visited. Any thoughts? 

Thanks

Gemma

  • 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! 

     

  • 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.
  • greenwoodteck's avatar
    greenwoodteck
    Community Member

    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! 

     

  • greenwoodteck's avatar
    greenwoodteck
    Community Member

    Actually, I got it to work - I change the "When the timeline starts on this slide" instead of Button 1, and it works! Thanks so much!