Hi there! I'm new to Scenarist BD and can't seem to figure out something simple despite having the manual.
My menu is really complicated but for the purposes of this I'll keep it simple:
I have a menu with a play button and a special features button.
When the user presses play I want the film to play and then return to the main menu with the special features button highlighted.
Note that I have some nav command knowledge but no knowledge of GPRs etc...
How do I do this?
Thanks.
+ Reply to Thread
Results 1 to 3 of 3
-
-
This stuff, GPRMs and such is not only Scenarist exclusive, there is DVD Lab Pro available that works with these too. And rules are the same, Scenarist or DVD Lab Pro same DVD specs.
Those things are easy but somehow difficult to explain.
You have to know what number button is the special feature button. Menus are designed with this on mind. Say it is number 2. So you need to highlight button #2. My guess is there is something that does it for you in Scenarist interface, if not, you do it manually and there is perhaps a lot of solution, mind you.
For example you dedicate one GPRM as a variable for setting button highlight. Say GPRM1. It always has to be number that is multiple by 1024.
For button #1 it is 1024. For button #2 it is 2048 etc.
In menu pre command section for menu you always run this line (Scenarist has perhaps its own different naming, syntax):
SetHL_BTN SetHighlighted Button= (mov) GPRM1
Then you make sure that GPRM1 value is always correct.
Say, at the end of movie title, post command or even pre command, it is up to you, you put line:
set GPRM1 = (mov) 2048
Similar Threads
-
Return to Title - NOT Chapter Menu - HOW?
By jlrm365 in forum Authoring (DVD)Replies: 7Last Post: 13th Mar 2010, 21:15 -
Play All and Return to Same menu Problem
By cassy in forum Authoring (DVD)Replies: 0Last Post: 22nd Dec 2009, 19:14 -
Which menu to return to when a movie is finished?
By mmasroorali in forum Authoring (DVD)Replies: 3Last Post: 23rd Sep 2008, 08:53 -
NeroVision Express 3SE: Return to the main menu?
By frankieg in forum Authoring (DVD)Replies: 2Last Post: 11th Jul 2007, 10:31 -
Specific Question about a moving button...or something.
By BryanRH in forum Authoring (DVD)Replies: 4Last Post: 29th May 2007, 19:42