PDA

View Full Version : Looping motion menus in DVD Maestro


lpn1160
11th November 2003, 19:04
Hi all,
Was wondering How I can loop a motion menu in DVD Maestro once or twice (or more) times,then go on to play the main movie. A continous loop of course is no problem, nor is setting a time out, but looping only x number of times, is this possible??
If anyone can point me to a guide or tutorial I would greatly appreciate it.
I just captured the classic film "Casablanca" & would like to make a nice motion menu that loops twice before playing the film (continuos loops can sometimes be annoying!)

Thanx all a million in advance!!!

slk001
11th November 2003, 19:29
Use a command sequence as the end action for the menu.

If GPRM=1 then Jump to Line 4
Set GPRM=1
GoTo "back to your menu"
Set GPRM=0 ;Clears register for next time.
GoTo "where you want to go after two loops"

As always, check your syntax.