Log in

View Full Version : Setting audio track, then link to another button


kitchy
16th December 2003, 17:43
Hi!
I have this menu, which contains two audio track selection options, one back to main menu and one play movie. When a user pushes either of the 2 audio track buttons, I want the menu to set audio track, and then highlight another button (play movie) without resetting the menu. I know that I can link the cell of the current menu PGC, and then highlight the correct button, but this resets the menu. Anyone know of any solutions to do this without resetting the menu, or got any other ideas on how to do this??

Kitchy

PS: I use Scenarist....

Sherlock_2
16th December 2003, 21:02
Use jump to program command.

kitchy
16th December 2003, 21:12
Jump to program behaves like jump to cell, it resets the menu. What I want to do, is to set an audio track, then, automatically move the highlight without resetting the menu. In resetting the menu, I mean that it will not start at the beginning again.

Kitchy

Sherlock_2
17th December 2003, 00:02
Are you sure that it is possible ?
I don't think so.

jel
17th December 2003, 01:11
you could try a variation on this command

7- Command for button 1 (from top to bottom options) : "Set Angle/Audio/Sub-picture", "Immediate option" enabled, "Set Audio Stream ID to" enabled only and set to "1", "Link" option enabled, "Link Command" set to "Jump by Sub-Instructions", "Jump to" set "No Jump" and "Highlight button" set to "3" (!!!!!). So in the command list the button 1 says : "{SetSTN Audio=1; LinkNoLink, button=3}".

it is taken from this thread here (http://forum.doom9.org/showthread.php?s=&threadid=64752)

as i understand it, the LinkNoLink command doesnt reset the menu.

hope that helps
j