Log in

View Full Version : Help ! Application with command sequences


celmar
2nd October 2002, 02:03
Help !!!
I want to author a 4 multiangle movie (4 x 25 mn) with 4 audio tracks.
At this time I have no problem for switching angle and audio.

I want to add a new button for playing all the 4 angles.
If I use this button, at the end of the main video (angle 1 with audio 1)
it must start at the begining af angle 2, with audio 2.
at the end of angle 2, start to begining of angle 3 with audio 3....

if you ave an idea......
thanks

auenf
2nd October 2002, 12:53
link the button to a command sequence that sets a 1 to a certian GPRM, then plays the movie in angle1, audio1.

set the end action to goto a 2nd command sequence that has a series of if statements:

if GRPM is 1, set angle to 2, audio to 2, GPRM to 2, jump to movie
elseif GPRM is 2, set angle to 3, audio to 3, GPRM to 3, jump to movie
(repeat for how many angles there is, in this case, one more...)
then finally:
else set angle to 1, set audio to 1, jump to menu.

hope that helps.

Enf...