| Author |
Message |
julius Senior Member

Joined: 18 Feb 2005 Posts: 245
|
Posted: Wed Jun 04, 2008 8:44 pm Post subject: Button won't highlight |
|
|
Hi
This movie will not make botton 2 hightlight (theatrical trailer) when I choose bonus material (PGC17) from main menu. Actually it does not hightlight any which annoys me. I know button 1 and 4 have been hidden, and that could
be the cause.
Therefore I tried to change pre command 7 in menu PGC17 to R(0)=2
(Default was value 1, which is a hidden button)
I changed it because command 12 tells me that R(0) decides which botton is highlighted. So I though value 2 would lead to the wanted menu botton.
What am I doing wrong here???
Files here:
****Removed*****
/Julius
Last edited by julius on Thu Sep 11, 2008 9:10 pm; edited 1 time in total |
|
| Back to top |
|
 |
Peachy Newbie

Joined: 19 Feb 2005 Posts: 41
|
Posted: Thu Jun 05, 2008 1:52 am Post subject: |
|
|
Your idea was right, but you didn't take into account the conditional command in line 6. When you play the DVD, R[5] is set to 1 (!=0) and your changed command is skipped. If you don't want to force the button, add this command after line 5 (R[0]=R[5]):
if (R[0]==1) R[0]=2
You may want to do the same for button 4.
This is a quick and dirty fix, but it should work  |
|
| Back to top |
|
 |
Senior Member

Joined: 31 Aug 2006 Posts: 112
|
Posted: Thu Jun 05, 2008 2:35 pm Post subject: |
|
|
There is a simpler fix than new line, but first both hidden buttons #1 and#4 are in "Auto" mode and point to highlight #2 button.
To get to PGC17 you go through PGC16 and from there to 55 and 56 before you get to 17.
In last one if you change R5=2 instead of 1 you will get button 2 highlighted.
I do not have this in front of me to check if 55 or 56 is correct, but you can go through Debug to see what is the last PGC before you get to PGC17. |
|
| Back to top |
|
 |
julius Senior Member

Joined: 18 Feb 2005 Posts: 245
|
Posted: Sat Jun 21, 2008 8:57 pm Post subject: |
|
|
@Senior
Sorry for my late answer, it worked for me.
Thanx
/Julius |
|
| Back to top |
|
 |
julius Senior Member

Joined: 18 Feb 2005 Posts: 245
|
Posted: Sat Jun 21, 2008 9:47 pm Post subject: |
|
|
@Senior
Sorry for my late answer, it worked for me.
Thanx
/Julius |
|
| Back to top |
|
 |
CDR-Zone.COM Advertisement Bot
 
|
Posted: Post subject: Advertisement: |
|
|
|
|
|
| Back to top |
|
 |
|