Log in

View Full Version : Why relaod IG in looped menu


melon
24th December 2012, 05:02
I create a topmenu.
User Guide : How to create looping menus.

I set it as it is written on a guide, but an effect is repeated.
Will setting be wrong?
Please point it out.
http://muchaga.com/pic.png

mp3dom
24th December 2012, 17:46
The InEffect is always loaded when the page is accessed. To do loops, you should add lots of PlayItems (let's say... 20 times) repeating your "TOP" clip. In this way, the IG will not be reloaded until it reaches the 20 times playback. After 20 times, you will see the IG InEffect again. One way to also avoid this, is to put the InEffect in a different page than your Main menu. For example, your Page0 can have a virtualbutton that checks if the InEffect needs to be played. Page1 contains the InEffect and Page2 contains your true Main Menu.
Page0:
If InEffects needs to be played, go to Page1, else Page2
Page1:
After the InEffect go to Page2
Page2:
Your Main Menu

melon
25th December 2012, 01:27
I reply, and thank you.
By my project, repetition is twice, but takes an effect in the top of the second play item too. Why will it be carried out?

As for the structure, the total pages are five.(Dummy, PlayAll, Chapter, Audio, Subtitle) The movement of the beginning is page 0 ~~ page 1. There is an effect in this page 1.

>The InEffect is always loaded when the page is accessed.
That means, will it be that the page is reloaded every play item?

May you have a commentary once again?

mp3dom
25th December 2012, 03:19
If your IG is an out-of-mux IG in a subpath, then the IG will be reloaded only when the last playitem ends. So your InEffect should be visible:
- at the beginning when the IG is loaded
- when looping (your second playitem ends, because the IG will be reloaded)
- when you access in any way your "PlayAll" page (which means also when you return/jump from Chapter/Audio/Subtitle to PlayAll)

When the first playitem ends (and the second playitem starts), the IG is already loaded and it shouldn't show the InEffect.

melon
25th December 2012, 06:46
Thank you in various ways.
I was able to do it!
It did not seem to be wrong by my how to make.
The problem is "Nero Blu-ray Player". Whenever a play item is repeated by this software, an effect seems to be reproduced.