PDA

View Full Version : Scenarist Root Menu Problem.


jwsmith
26th May 2002, 05:21
Alright in the image, i have the lay out of English and Title_1. Well, the root menu lies in the English folder and then in Title_1 lies three PGC's. In the whole project lies three movie clips then a motion menu. On the motion menu i have 30 snapshots of the movie files - the snapshots are the buttons too. There is a fourth button that is play movie and it will play all 4 instead of one at a time... Well, i can't get it working right where button 2,3,4 only play the selected clip and button 1 plays the entire Title_1...Anybody could help I would really love it.

Thanx..
Jwsmith

Vulpine
30th May 2002, 02:15
By the looks of the picture, you have no post commands on each PGC in title_1. You need to have 2 post commands on each PGC, 1 PRE command on your root menu, and your "play all" button should have 2 commands on it.

1 PRE command on root menu:
Load value of 0 in GPRM2 (you can use any GPRM that you want)

POST commands on each PGC:
IF GPRM2=1 GOTO next PGC
GOTO root menu
note: The last PGC only has GOTO root menu.


Play All button:
Load value of 1 in GPRM2
GOTO first PGC

all other buttons link normally.

Hope this helps.

SquareEyes
30th May 2002, 09:39
Just curious....what kind of movie is that???? One you watch on your own??

jwsmith
30th May 2002, 19:08
That is a movie that I am making for my site, www.netvideogirls.com. That is all, is not one I watch on my own...I see it all day, everyday, so it is like watching a regular movie...lol...

Thanks