Log in

View Full Version : Call an IG if matches a condition


srfscenar
11th July 2013, 14:47
Hi all,

I want when a trailer is called from the feature's Popup,
to automatically load an IG with a button that if pressed to resume the movie. BUT if the same trailer is called from TopMenu, to have that IG hidden.
So, to check a GPRM and if it matches to load or not.
Is that possible? Any guidance is appreciated!

Thanks!

rik1138
11th July 2013, 23:55
Well, you could create two versions of the Trailer PlayList, one with the IG and one without. The TopMenu calls the one without, the PopUp menu calls the one that has it...

There might be other ways, but that seems like the easiest (not something I've ever needed to do though)...

Another way would be to have different buttons appear on the IG rather than hiding it completely. From PopUp, the button says 'Resume movie', from TopMenu the button says 'Main Menu' or something... That way there's always a PopUp menu option to get out of the trailer that the user has access to, and it will return to whatever the disc was doing last... (This is the more common 'studio solution')

srfscenar
12th July 2013, 16:40
Thanks rik!
I did it the first way!