Forum Discussion
AnneBaker-ac818
11 hours agoCommunity Member
Can clicking too fast cause a trigger to not be set?
I have a slide that is a menu. It is set to hide the next button and not show it until all 9 of the menu items have been viewed. See below. I use T/F variables so that when they go into each of the ...
JudyNollet
6 hours agoSuper Hero
Here's what I noticed in your file:
- All of the parts adjust the associated variable to True on the first slide of the scene—except for the North American Indigenous scene. That variable isn't adjusted to True until the last slide in the scene.
- The slides include the PREV button. That means I can jump right back to the menu slide from the first slide of each scene.
- When I do that, all of the variables are True—except the Indigenous variable.
Thus, it seems likely that some folks can never advance from the menu slide because they didn't step through all of the slides, the Indigenous variable remains False, and the Next button on the menu slide is never enabled.
The easiest solution: Remove the PREV button from the first slide in each scene. That will prevent the user from returning to the menu without completing the scene.
P.S. Kudos for having an object set up to show all of the variables. Those are very handy for troubleshooting. 👍