Hi Alexey,
I have a project that's made up of a main pop-up menu and 10 sub pop-up menus. There are multiple chapters accessible across them.
If I select 'chapters' from the main pop-up menu a second menu opens (pop-up menu 2). I can then cycle through 10 menus to access all the chapters. As an example, If I select 'chapter 20' from pop-up menu 4, I can watch 'chapter 20'. If I then press the pop-up button and access the main pop-up, when I press 'chapters', I want the navigation to jump to pop-up menu 4 with 'chapter 20' highlighted, as that is where I am in the film's timeline. As it stands right now pop-up menu 2 always opens by default.
Is this simple to achieve? (I hope it makes sense).
Alan.
Open a specific pop-up menu
-
Alexey Kolesnikov
- Posts: 711
- Joined: Fri Mar 01, 2013 1:03 pm
Re: Open a specific pop-up menu
Hi Alan,
You should use SWITCH like:
If Chapter in Movie = 1 -> Popup: Chapters 1 [chapter 1]
If Chapter in Movie = 2 -> Popup: Chapters 1 [chapter 2]
...
If Chapter in Movie = 20 -> Popup: Chapters 4 [chapter 20]
...
You can find this in https://blu-disc.net/download/examples/ ... nerator.7z or https://blu-disc.net/download/examples/KingsSpeech.zip examples.
You should use SWITCH like:
If Chapter in Movie = 1 -> Popup: Chapters 1 [chapter 1]
If Chapter in Movie = 2 -> Popup: Chapters 1 [chapter 2]
...
If Chapter in Movie = 20 -> Popup: Chapters 4 [chapter 20]
...
You can find this in https://blu-disc.net/download/examples/ ... nerator.7z or https://blu-disc.net/download/examples/KingsSpeech.zip examples.
Best regards,
Alexey Kolesnikov
Alexey Kolesnikov