Log in

View Full Version : Need Highlight help Scenarist


crusty1
28th October 2004, 02:24
Hi All,

I have gone through alot of the questions on this forum regarding highlight selection still can't get it.
What I need i guess is a simple explanation, I have three video titles with one main title page with three buttons all I want to be able to do is when 1 title finishes is to return to the title menu with button 2 selected when video title 2 is finshed go to highlight button 3 etc.

Any help would be much appreciated
Brad

cona812
28th October 2004, 08:00
That's no Problem ;).

First you need to set the "forced selected button" to "non existend" for your menu track. Select your track in Track Editor, open the Simulation Window, select "Subpicture and Highlight". You will see a drop down menu on top, here you have to select "highlight". The last to options are "forced selected button" (set it to "non existend") and "forced ativated button" (is allready set to "non existend").

Now change to Scenario Editor. Choose one GPRM to set the button highlight (on my explanation here GPRM0, but you can choose want you want). Add a pre command to your First Play PGC[list=1] mov GPRM0, 1024[/list=1]Add the following pre command to your menu PGC:[list=1] SetHL_BTN = GPRM0[/list=1]After one Title was played you will jump back to menu and want the button for the next Title selected. Add to your first title these post commands:[list=1] mov GPRM0, 2048 CallSS RSM=1, your menu[/list=1]the second post command can be add by dragging the post flag off your title PGC to your menu, a message will ask you to set "as only post..." or "at the end off ...", choose "at the end off ...".
For the other titles add the same, only change to[list=1] mov GPRM0, 3072 (second title) or 1024 (third title) CallSS...[/list=1]that's it

Cona