Forum Discussion
Having difficulty getting my menu to function with button states
You have a trigger on the Resources Banner Outro layer to Jump to Slide 1.3. This layer is not closed, so when you revisit, the trigger jumps you back to Slide 1.3. Set the base layer properties for each video slide to Reset to Initial State. That should solve one problem.
Use the custom state you created instead of the Visited State. Use a True/False variable for each video. Have the variable set to True for each video when the learner clicks the resources button.
On the Menu page (Slide1.3) set a trigger to:
Change the state of Button 1 to Accessed when the timeline starts on this slide IF Video 1 (variable) is equal to True.
Repeat for each button using its unique variable.
See attached.
- ClaudiaSique7492 years agoCommunity Member
This fixed it! I ended up having to live with getting rid of the crossover fade from the outro layers to the content menu because they made it look like the buttons were resetting every time but other than that, it's perfect now. Thank you!