Log in

View Full Version : From TitleMenu to RootMenu


Metallo
6th January 2006, 13:35
Hi guys,

I have a TitleMenu (VMGM) with 4 buttons:

2002, 2003, 2004, 2005

Then, 4 RootMenus (VTSM):

VTSM 1
VTSM 2
VTSM 3
VTSM 4

Basically, what I want to do is:

Click 2002 and go to VTSM 1
Click 2003 and go to VTSM 2
etc.

What is the best practice to achieve what just described?

Every button in the TitleMenu as a (JumpSS) Jump to VTSM#, RootMenu (TTN#) command, so the TTN could be the one on which I could base a condition into the RootMenu, but I cannot find a command which allows me to set the condition, for example something like:

If TTN# then Goto Line#

I may be completely out of track here, that's why I'm asking for best practice.

Thank you!
Alex

bigotti5
6th January 2006, 15:11
The "(JumpSS) Jump to VTSM#, RootMenu (TTN#)" sets SPRM5 too

e.g
"(JumpSS) Jump to VTSM1, RootMenu (TTN3)" sets SPRM5 to 3 and you can use it to set a condition

e.g
Set gprm (2) = mov sprm(5)
if ( gprm (2) == 3 ) then {goto line x}

Metallo
6th January 2006, 16:09
Bigotti5,

I've got it, thanks!

Alex

Metallo
6th January 2006, 18:26
Hi,

I post again the structure of the DVD I've just done using PgcEdit, hopefully the attachment is approved, the one of yesterday is still pending and I don't understand why :(
However, this one is updated.

The questions are the same I asked yesterday, but apparently my best help so far, r0lZ, is not on line since yesterday evening, therefore I'm asking if somebody can reply these four questions:

1) When I click Top Menu on the remote control, I get only the RootMenu. How can I solve this?

2) When I click Menu on the remote control, I get no action at all.
How can i solve this?

3)
Some of the VTSs, contain 2 or 3 Titles, for instance, VTST 8, once played back, at the end it goes to VTST 9, which in turn goes to VTST10.
Now, if I am into, say, VTST 9 and I press PREV on my remote control, I go back to VTST8, but unfortunately, if I click NEXT there is no action.
This behaviour is strance because I did not set up any Previous or Next PGCN link, although, I'd like the NEXT to work.
Any suggestion on how to force the NEXT to work?

4)
Going from one RootMenu to the other (VTSMs), when I click the arrow button to go to the NEXT Menu, I'd like the first choice button to be highlighted as a default. How?

Thank you!
Alex

r0lZ
6th January 2006, 22:07
See my reply in the original thread, here (http://forum.doom9.org/showthread.php?p=763461&posted=1#post763461).