I have a hype document with a menu scene that has some buttons that navigates to different scenes that are submenus. From than submenus you can go to different scene from which you can sweep to move to the next scene as if you were reading a book. On the last scene of the “book” there is a return button to go to the submenu.
As some “books” in different submenus have the same scenes but the return button, is there any way to define a variable in which, depending on the submenu you came from, the behave of the button is different?
I’ve created a simple hype document to make it easier for me to explain.
As you can see, there is a menu scene with two buttons that goes to two different submenus. Every submenu has two buttons: one of them purple and the other one in different color for every submenu (cyan and green). If I clic on cyan or green button I can go to the target and then go back to the submenu with the button (back to submenu). With purple I can do that duplicating the purple and then changing the button for each one. I this possible without having to duplicate the scenes?