-
DVD Studio Pro – skipping copyright disclaimer button
Hi All,
I’m trying to write some scripts to control when a copyright disclaimer appears on a DVD. Basically what I want it to do is play only the first time the disc is inserted. If the user presses the DVD menu button while on a menu I want it to return to the root language menu – not the first play
I have the disc set up as:First play: track – Copyright disclaimer – prescript:
Jump Language Menu if (GPRM 0 = 1)
End jump for disclaimer track – Language MenuLanguage Menu: Prescript:
mov GPRM 0, 1It then has a series of links to other submenus.
My understanding was that if I assigned a variable of 1 in the language menu prescript then the disclaimer pre-script should automatically skip to the language pre-script. But it doesn’t work – when I press the menu button whilst on a menu page it goes back to the disclaimer track.
I’m probably going round this the wrong way. Does anyone have any ideas or know any tricks to get around this? I have a deadline looming and would be really appreciative if anyone could help me get it sorted.
Thanks
Ben