WebThumper
24th October 2003, 02:31
Problem: I have a set of menus that have 3 buttons on them (its a quiz) that loops back to itself until the user selects a link. I have "nonexistant" selected under the highlight/forced selected button so that when the menu loops it will stay on the same button (instead of resetting itself to the 1st button/link). This is all fine until they select an answer (say button/link 2) and then display "wrong/correct" interim menu and then go on to the next question...which stays on the same button/link from the previous menu (#2) instead of resetting back to button/link 1...this is the problem.
I tried using GPRM1 to figure out if we are looping through the menu for the 1st time or from a loop and its not working. Here's what I did:
1) menu PRE - if GPRM1!=2 then Set Highlighted Button to 1
2) menu POST - set GPRM1=2
3) interim menu POST - set GPRM1=0
I also tried initializing the GPRM1 to zero in a previous menu (different PGC) and that didn't seem to do anything.
Question:
1) do I need to use the Change GPRM Mode for any reason?
2) should I use Immediate or another GPRM for comparison (I tried and that didn't make any difference)?
3) when I use the simulation it appears to work OK...just not in the generated DVD files when I throw them into a DVD player (tried my PC and a Sony set top player)
Thanks for any tips on using these rascals.
Scott
I tried using GPRM1 to figure out if we are looping through the menu for the 1st time or from a loop and its not working. Here's what I did:
1) menu PRE - if GPRM1!=2 then Set Highlighted Button to 1
2) menu POST - set GPRM1=2
3) interim menu POST - set GPRM1=0
I also tried initializing the GPRM1 to zero in a previous menu (different PGC) and that didn't seem to do anything.
Question:
1) do I need to use the Change GPRM Mode for any reason?
2) should I use Immediate or another GPRM for comparison (I tried and that didn't make any difference)?
3) when I use the simulation it appears to work OK...just not in the generated DVD files when I throw them into a DVD player (tried my PC and a Sony set top player)
Thanks for any tips on using these rascals.
Scott