How to hide and show master slide buttons in normal slide By chandra sekhar Hello, I want to show different menu items in different scenes. I created two menu buttons in master slide and triggered for two different layers. But i want to show one menu items for particular scenes and another one for different scenes. Please help on this. Regards Chandrasekhar M.
Nilesh Vedpathak 5 years ago06/27/17 at 2:47 pm (UTC) Hi Chandrasekhar, Create a Number variable on master slide say 'showMenuNum' and assign it to 0, Adjust this variable on first slide of each scene e.g. for scence 1 it would be 1, for scene 2 it would be 2. Add trigger in master slide 'show layer' menu1 when variable changes 'showMenuNum' and condition if 'showMenuNum' is 1, and likewise for menu 2. Regards, Nilesh
1 Reply
Hi Chandrasekhar,
Create a Number variable on master slide say 'showMenuNum' and assign it to 0,
Adjust this variable on first slide of each scene e.g. for scence 1 it would be 1, for scene 2 it would be 2.
Add trigger in master slide 'show layer' menu1 when variable changes 'showMenuNum' and condition if 'showMenuNum' is 1, and likewise for menu 2.
Regards,
Nilesh