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.
1. Create a DVD Studio Pro project and import the assets
2. Create 4 video track containers and one menu container and place the assets in each one
3. Setup your buttons on your menu
4. Create a script called play all. This script will set your “check variable” as well as play Movie 1. I set GPRM 0 = 1
5. 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.
6. You can now link your buttons
1. Play all button to play all script
2. Movie 1 button to movie 1 track
3. Movie 2 button to movie 2 track
4. Movie 3 button to movie 3 track
5. Movie 4 button to movie 4 track
7. 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

Dvd Studio Pro Screen Shot
8. Repeat step 7 for the end of movie 2 and end of move 3
9. Set movie 4 ending jump to the menu

Dvd Studio Pro Screen Shot
Downloads for this project.
