-
Creating Random Play with Stories or Chapters
I am working in DVD Studio Pro 4.0. My project has one track with 54 chapter markers and 54 stories. I need to have a “Play All Randomly” option that either plays the chapter markers randomly or the stories randomly. So far I’ve gotten neither method to work in the script I’ve created. The “Shuffle” button on my main menu targets the script, but nothing happens. The screen just goes black. I think creating a 2nd batch of stories would solve the problem, but I run into the 99 stories/tracks limit. The first batch of stores is already being accessed by other Play All options. Below is how I’ve set up my script. I’ve only set 4 Jump to commands as I want to make sure it works before creating all 54. Can someone tell me what steps I am missing or doing wrong? Is this random play even possible?
1. ran GPRM 1,54
2. Jump Track::1 Story 1 if (GPRM 1 = 1)
3. Jump Track::1 Story 2 if (GPRM 1 = 2)
4. Jump Track::1 Story 3 if (GPRM 1 = 3)
5. Jump Track::1 Story 4 if (GPRM 1 = 4)