View Full Version : How do you link a button to a chapter with MenuEdit?


roach76
13th July 2003, 13:57
I've tried alot of things and I can't get a command that isn't illegal that when I push it, it goes to a certain chapter. I 've tried setting GPRegs, link commands. I'm running out of ideas.

The one I thought would work was setting a button to link to a PGC and set say the GPReg0 to say 6 (for chapter 6). Then when it goes to that PGC have it JumpTT (Jump to Tiltle) to the movie title and in there have a Pre-Command that says -

If GPreg<0> == (cmp-val)<6> then (LinkPGN) Link Program 6, [Button=0]

Program 6 then is linked to Cell Playback Number 6 which in turn plays CellId 6.

But it doesn't work, any ideas?