Forum Discussion
BertSnow
2 years agoCommunity Member
Master Slide layer gets hidden when go to new slide, help!
I am building a project with an always-on navigation menu on the Master Slide, on the left. The problem I'm running into is:
- When a button is clicked, I want open space below it with text (acco...
PhilMayor
2 years agoSuper Hero
This works the same but is a little more flexible.
Create a variable, (UIShow) make it a number variable, add triggers on slide master (in this order)
hide your layer when variable changes
show your layer when variable changes
Add another trigger to to add 1 to UIShow when timeline starts of your slide master
On slides where you have layers that the UI needs to show over add a trigger to add 1 to UIShow.
Anytime you want to show the UI add the trigger to add 1 to UI show.