Forum Discussion
MalvikaMalho044
21 days agoCommunity Member
Variables - Comprehend
Hi,
Can some one explain me how are these variables used?
I am unable to comprehend the same in the attached file.
regards
Malvika
MalvikaMalho044
18 days agoCommunity Member
Here is the attachment.
Nathan_Hilliard
18 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.