Forum Discussion
Continue Triggers
- 6 months ago
CaitlinGregory- : Troubleshooting is often just guessing without seeing the .story file. Here's my best guess about potential issues:
- When a trigger adds 1 to a variable when a button is clicked, that will happen every time the button is clicked. So, for example, someone could click one button four times to make the number variable = 4.
- Variables maintain their value until a trigger changes it. If you're using the same number variable to count clicks on multiple slides, you have to reset it to 0 for each slide. Otherwise, if it reaches 4 on the first slide, it will already be 4 when the user advances to the second slide.
Based on your description, it sounds like the user doesn't leave the slide when they click the must-be-clicked buttons. If that's the case, you don't need to use the variable. Just give each of those buttons a Visited state. Then change the state of the Continue button to Normal when the State of those buttons = Visited. Here's an example of that type of trigger:
Happy to help but I need more context on how your workflow., Did you use variables to do this? If not you need to set a number variable to increment by one each time the required object is clicked. You need to assign a YES/NO variable to each of the 4 objects to be clicked. When the number variable reaches value of 4 you need a trigger that sees all 4 objects have been clicked then it changes the continue button state to hidden continue button to visible .
Related Content
- 7 months ago
- 3 months ago
- 4 months ago