gow
14th August 2004, 08:23
This is my problem.
We have a movie with 6 episodes in 6 tracks. We have a menu with
7 buttons. The first button is the play button and when you
hit it you to play all the episodes. The other 6 buttons is for episodes and i want to play only one episode when i hit one
of the episode buttons.
I have tried to use the registers GP0 giving them by default some
values.
Like This:
When you hit the button episode1 it is running a command seq.
1. mov GP0,1
and then in the last chapter of the episode 1 it is running
an other command seq.
1. jump to menu if GP0=1
...........
but it's not working.
Please help
sorry for my english.
We have a movie with 6 episodes in 6 tracks. We have a menu with
7 buttons. The first button is the play button and when you
hit it you to play all the episodes. The other 6 buttons is for episodes and i want to play only one episode when i hit one
of the episode buttons.
I have tried to use the registers GP0 giving them by default some
values.
Like This:
When you hit the button episode1 it is running a command seq.
1. mov GP0,1
and then in the last chapter of the episode 1 it is running
an other command seq.
1. jump to menu if GP0=1
...........
but it's not working.
Please help
sorry for my english.