-
Return to last menu with menus
Hey
I’m creating a dvd, where part of the structure is like this:
menu_1->Menu_end
menu_2->Menu_end
menu_3->Menu_end
menu_4->Menu_endOn the Menu_end menu there is a back button. Can I avoid having 4 Menu_end instances, and have the back button link change dynamically to where it came from? Ie if i come to Menu_end from menu_2, the back button in Menu_end will link to menu_2, and change to menu_1 when i come from there.
Thx