Tutorial 3.E. - Author the Play Film button
What you will learn in this section:
- How to add a Play Title action
- How to use the Hide Main Menu Block action
- How to add multiple actions to one button
When the viewer presses the “Play Film” button on the Main Menu, we want the disc to play the Main Video and hide the Main Menu from the screen.
- Expand the menu elements view for the Main Menu using the grey arrow so that you can see the buttons. Expand the view for the button “MM Play Film”. Â You will see the five remote control events for that button.
- Click the Enter Key event for the button “MM Play Film” to display the Action Editor Window in the Control Panel.
- Right-click in the Action Editor window to display the Actions list. Â Select Title Playback Actions > Play Title. Â You will see the Play Title Action appear in the Actions list.
- Select “Main Video” from the “Title Name” pulldown list.
You have successfully authored the Play Film button to play the Main Video of the demo project. Â If you were to Quick compile and review your project now, you would find that the Main Video plays successfully, but the Main Menu stays on screen when the video starts playing. Â We want the menu to hide automatically when the viewer makes their selection. - Right-click in the Action Editor window to display the Actions list. Â Select Menu Actions > Menu Actions > Hide Main Menu. Â You will see the Hide Main Menu Block Action appear in the Actions list below the Play Title Action.
The Hide Main Menu Block Action does not have any parameters to set. Â It simply hides the Main Menu.
Quick compile and review your project.
You have successfully authored the navigation for the Main menu, you have added an Action to the Menu Loops start event so the Main Menu will display every time that menu loop is played, and you have authored the Play Film button to start playing the Main Video of the demo project and automatically hide the menu.
In this tutorial you added two Actions to a single button event. Â You can add an unlimited number of Actions to any event in your project. Â The Actions will execute in order from top down. Â You can re-order Actions in your Action Editor window using drag-and-drop.
Next, we are going to author our Chapters submenu, which will allow viewers to navigate directly to a chapter point in our Main video using our menu.