Forum Discussion
Trying to go back to a previous page, and then change a disabled button to normal - but not working.
Hello Rebecca, I made a few changes to the triggers and its working as expected. Initially on the first slide, I modified the trigger to change the state of the button to normal when timeline starts if the variable is true and on the second slide I changed the order of trigger.
Always remember that triggers are executed in the order in which they appear on the timeline. This means that if you have multiple triggers applied to a slide or an object, they will be executed one after the other in the specified order. So in your case on the second slide, the first trigger is to jump back to the previous slide when user clicks on the button, thus ignoring the set variable value to true.
Please review the updated version of the file attached and let me know if further assistance is required.