Forum Discussion
Variables - Comprehend
Your screenshot cut off everything after setting the two variables to true. Could you provide a screenshot that shows the entire trigger panel?
Here is the attachment.
- Nathan_Hilliard18 days agoCommunity Member
The 's' variables, such as 's1' here, indicate if the individual letters of 'LEADER' should be highlighted on Slide 1.2 (i.e., it is a condition on the state change trigger). These are used as a progress indicator, highlighting after each subsection is completed (one for each letter).
The 'intro' variable indicates whether the entry animation of 'LEADER' onto Slide 1.2 should be shown when the slide is viewed. On first visit, 'intro' = false, so a trigger on 1.2 shows an animation layer. After visiting each of the letter subsections, 'intro' is set to true, so the 'LEADER' animation layer is not triggered when revisiting Slide 1.2.