Forum Discussion
Variables and Triggers Not Cooperating
Hi Drew,
I see a couple of things. The biggest is that there are triggers on slides 1.5, 18, and 1.9 that are supposed to occur when variables change. Those variables will have changed on other slides, so when you come back to these slides, the triggers will not fire. Change these to trigger on the start of the slide timeline on the condition that the variables are set to true.
The other thing I see is the incrementing variables for the subsections, which can be problematic, for instance if a user clicks the same button multiple times. You'd be better off with individual T/F variables for each subsection, and instead of having a trigger based on the value of a trigger being 3, make the trigger based on the condition of all three of the T/F subsection variables being set to True.
I hope this helps.