How do you make transitional menus along with the current movie like on . I would like it if when a button is clicked, the entire menu and screen changes and loads another screen, very similar to this site. Thank you for all your help
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
on (release) {
selection = "about";
gotoAndPlay("transition");
}
gotoAndPlay(selection);