Forum Discussion
DolandRuiz
3 years agoCommunity Member
"When variable changes" is not necessary
Instead of:
Jump to slide Maze When menu_choice changes If menu_choice = Maze
It should be:
Jump to slide Maze If menu_choice = Maze
That "when variable changes" line was messing me up an...
JudyNollet
3 years agoSuper Hero
I don't know why you're even using the variable condition in that trigger. Just jump to the proper slide when the user clicks the button. (If you're using the variable to track progress, that's fine. But it doesn't need to be involved in the jump-to programming.)
BTW, it's standard programming that a variable will only change when a trigger changes it. Variables are often used on multiple slides. It could cause a lot of problems if a variable was automatically reset when the user returned to one of the slides.