gow
19th August 2004, 07:21
Hi, again. G.O.W (Greece)
I have Found a solution to a problem i have in
Maestro.
The problem was:
You have a movie with 3 or 4 or .. episodes and you have a menu with
some buttons. The first Button is the play all episodes and the
other buttons is play only episode 1 or 2 or ..
The solution:
1. In maestro we are making a main menu, the episodes in the movies
and in command sequence we are creating the command sequence
play all
episode1
end episode 1
episode2
end episode 2
episode3
end episode 3
.......
......
(LOOK THE IMAGES 1 and 2 IN THE ATTACH FILE)
2. We are making the buttons for the play all, episode1, episode2 and
we are making the link to the proper command sequence.
play all(button) --> play all(command sequence)
episode1(button --> episode 1(command sequence)
.....
(LOOK THE IMAGES 3 AND 4 IN ATTACH FILE)
3. In the end action of the last chapter of any episode we are creating a link to the proper command sequence.
Episode 1(end action-last chapter) -> end episode 1 (command sequence)
Episode 2(end action-last chapter) -> end episode 2 (command sequence)
..........
(LOOK IMAGE 5 IN ATTACH FILE)
NOW IN THE COMMAND SEQUENCE WE ARE CREATING THE FOLLOWING LINES
4. Command sequence -Play All-
create 3 lines
first line: set GPRM mode: to register
second line: set GPRM : ( Mov GP0,$FFFF)
third line: set TEMP PARENTAL to jump to movie, episode 1, chapter1
(LOOK IMAGE 6 IN ATTACH FILE)
5. Command sequence -Episode1-
create 2 lines
first line : set GPRM : ( Mov GP0,$0)
second line : third line: set TEMP PARENTAL to jump to movie, episode 1, chapter1
(LOOK IMAGE 7 IN ATTACH FILE)
6. Command sequence -End episode 1-
create 2 lines
first line: Jump to main Menu if GP0 is not equal to $FFFF
second line: Jump to movie:episode 2, chapter 1 if GP0 is equal to $FFFF
(LOOK IMAGE 8 IN ATTACH FILE)
7. write the some command sequence for every episode you want, and make the proper links.
Thanks for your Time.
Thanks Doom9 for the thinks i learn here.
Sorry for my Bad English, i am Trying.
Why i can't insert the images in this text;
I have Found a solution to a problem i have in
Maestro.
The problem was:
You have a movie with 3 or 4 or .. episodes and you have a menu with
some buttons. The first Button is the play all episodes and the
other buttons is play only episode 1 or 2 or ..
The solution:
1. In maestro we are making a main menu, the episodes in the movies
and in command sequence we are creating the command sequence
play all
episode1
end episode 1
episode2
end episode 2
episode3
end episode 3
.......
......
(LOOK THE IMAGES 1 and 2 IN THE ATTACH FILE)
2. We are making the buttons for the play all, episode1, episode2 and
we are making the link to the proper command sequence.
play all(button) --> play all(command sequence)
episode1(button --> episode 1(command sequence)
.....
(LOOK THE IMAGES 3 AND 4 IN ATTACH FILE)
3. In the end action of the last chapter of any episode we are creating a link to the proper command sequence.
Episode 1(end action-last chapter) -> end episode 1 (command sequence)
Episode 2(end action-last chapter) -> end episode 2 (command sequence)
..........
(LOOK IMAGE 5 IN ATTACH FILE)
NOW IN THE COMMAND SEQUENCE WE ARE CREATING THE FOLLOWING LINES
4. Command sequence -Play All-
create 3 lines
first line: set GPRM mode: to register
second line: set GPRM : ( Mov GP0,$FFFF)
third line: set TEMP PARENTAL to jump to movie, episode 1, chapter1
(LOOK IMAGE 6 IN ATTACH FILE)
5. Command sequence -Episode1-
create 2 lines
first line : set GPRM : ( Mov GP0,$0)
second line : third line: set TEMP PARENTAL to jump to movie, episode 1, chapter1
(LOOK IMAGE 7 IN ATTACH FILE)
6. Command sequence -End episode 1-
create 2 lines
first line: Jump to main Menu if GP0 is not equal to $FFFF
second line: Jump to movie:episode 2, chapter 1 if GP0 is equal to $FFFF
(LOOK IMAGE 8 IN ATTACH FILE)
7. write the some command sequence for every episode you want, and make the proper links.
Thanks for your Time.
Thanks Doom9 for the thinks i learn here.
Sorry for my Bad English, i am Trying.
Why i can't insert the images in this text;