View Full Version : Problem with Resume button
dashali
4th August 2008, 23:46
the Resume button on all menues works instead Play Movie (film begins from first not resume):
in PgcEdit:
-link of button on all menues : Jump to VMGM PGC 7 [a dummy PGC]
-VMGM PGC 7 :
********** pre commands:
1 if ( gprm(15) == 3 ) then { RSM }
********** post commands:
1 (JumpTT) Jump to Title 1
********** cell commands:
-Title 1 : Main Movie
blutach
5th August 2008, 01:13
In order to resume using the Play Movie button, gprm(15) must be set to 3 - usually in the title (title 1 here) or some other PGC before the title. In any event, pressing "Menu" on your remote always resumes.
Regards
dashali
5th August 2008, 22:26
for example:
the Resume button on a menu in VTS2 is linked to a dummy pgc in VMGM. Then dummy VMGM jumps to title1 (main movie) in VTS1.
What commands I need and how?
blutach
6th August 2008, 00:09
All you need is in the precommands of Title 1 is a
[71 00 00 0F 00 03 00 00] 1 Set gprm(15) =(mov) 3
Regards
dashali
26th August 2008, 22:02
Thanx, blutach.
I correct pre-command of Title 1 to [71 00 00 0F 00 03 00 00] 1 Set gprm(15) =(mov) 3 and it done.
Summary:
-commands for pgc that link to Title 1 :
********** pre commands:
1 if ( gprm(15) == 3 ) then { RSM }
********** post commands:
1 (JumpTT) Jump to Title 1
********** cell commands:
-command for Title 1:
********** pre commands:
1 Set gprm(15) =(mov) 3
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.