Forum Discussion
ZephaniahScotti
5 years agoCommunity Member
Variables and Change of State Triggers
Noob here. I'm creating a Propositional Logic course with a level selection screen (see above). By clicking on the relevant alien, the user can go to one of three levels. After the level is s...
WaltHamilton
5 years agoSuper Hero
Wonderful debugging tool: On the selection screen, place a text box with this content: %RKCComplete% You can find it in the Insert tab, under references. When it plays the reference will be replaced with the contents of the variable, and you can tell if it is changing.
As to why it is not, check these two triggers:
The audio runs for 1 second, and jumps to slide 1. The timeline of the layer runs 3 seconds, and never finishes, so the variable isn't set.
Best practice is to use the same action to set the variable and jump to the next slide. Be sure the trigger to set the variable is above the trigger to jump, as the jump cuts off the execution of any following triggers.
Related Content
- 10 months ago
- 7 months ago
- 10 months ago
- 10 months ago