Tutorial 6.C. – Hide the Chapters menu
What you will learn in this section:
- How to use the Hide Menu Block action
- Copy and paste actions
In this tutorial we will use the Hide menu Block Action to hide the Chapters menu when the viewer presses the down arrow key on their remote control and return the navigation focus to the Main Menu.
- Expand the menu elements view for the button “Chapter 1″ found in the Chapters menu > Chapters 1-5 set. You will see the five remote control events for this button and the On Show event.
- Click the Down Key to display the Action editor Window in the Control Panel.
- Right-click in the Action Editor Window to display the Actions list and select Display Actions>Menu Actions>Hide Menu Block.
The Hide Menu Block action has two parameters.
- Set the “Menu Block Name” property to “Chapters menu” using the pulldown list. This tells DoStudio which menu block you want to hide.
- Set the Selected Button property to “MM Chapters” using the pulldown list. This sets the navigation highlight back to the MM Chapters button on the Main Menu.
You will want to add this action to the Down Key event for all ten buttons in the chapters menu. You can add them manually to each button, but it is more efficient to copy and paste the action.
To copy and paste the Action:
- Right-click the Down Key event for the button “Chapter 1″ and select Copy from the context menu.
- Expand the menu elements view for the button “Chapter 2″ using the grey arrow to display the five remote control events for that button.
- Right-click on the Down Key event for the button “Chapter 2″ and select “Paste” from the context menu. You will see the Hide Menu Block Action appear in the Action list for that button.
Repeat steps 7 & 8 for the rest of the buttons in the Chapters menu.
Quick compile and review your project using the softplayer.
You have now completed authoring the navigation for the Chapters menu. Your viewer can show the Chapters menu when they click the “Chapters” button on the Main Menu, they can navigate from the Chapter 1 button to the Chapter 10 button, and they can return to the Main Menu by pressing the down arrow key at any time.
The last step is to make the chapter buttons actually play chapters in your Main Video. We will do that in the next tutorial.