This tutorial demonstrates how you can build a DVD Studio Pro project that will allow the user to play all 4 videos or each one independently. This project consists of four video tracks and one menu. This is just a demonstration and it could be adapted to your project needs.
- Create a DVD Studio Pro project and import the assets
- Create 4 video track containers and one menu container and place the assets in each one
- Setup your buttons on your menu
- Create a script called play all. This script will set your “check variable” as well as play Movie 1. I set GPRM 0 = 1
- Create a script called reset play all var. This Script will set your “check variable” I set GPRM 0 = 1 Set this script as a prescript for your menu.
- You can now link your buttons
- Play all button to play all script
- Movie 1 button to movie 1 track
- Movie 2 button to movie 2 track
- Movie 3 button to movie 3 track
- Movie 4 button to movie 4 track
- Now create a script called end movie 1. This script will check your “check variable” to see if it needs to play movie 2 (GPRM 0 =1) or back to menu (GPRM 0 = 0) Set this script as the ending jump of movie 1

- Repeat step 7 for the end of movie 2 and end of move 3
- Set movie 4 ending jump to the menu
