Forum Discussion
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
5 Replies
- MichaelHinzeCommunity Member
There is no file attached. Based on the screenshot, the two True/False variables are set to True at the beginning on this slide's timeline. Here is some info on using variables, including T/F variables.
- MalvikaMalho044Community Member
- SilverfireCommunity Member
Your screenshot cut off everything after setting the two variables to true. Could you provide a screenshot that shows the entire trigger panel?
- MalvikaMalho044Community Member
- Nathan_HilliardCommunity 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.