KimBettendorf
2 years agoCommunity Member
Object Trigger + Condition Not Performing as Expected
In a course where learners can click a button, swipe, or use the arrow keys to move forward/backward, I don't want them to be able to move forward until after the audio finishes.
I created a variable called AudioFinished and set it to = true when the media completes. Then set conditional object/keypress triggers to jump to next slide when AudioFinished variable = true.
Except it's not doing what I thought it would. When the Next button appears, you can still click it to move forward before the audio is finished. I feel like I'm missing something obvious, but can't quite figure it out.