. 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
on (release) {
selection = "about";
gotoAndPlay("transition");
}
Then on the main timeline you would have your transition begin at the frame labelled "transition". At the end of the transition you would have a frame action like:
Code:
gotoAndPlay(selection);
So that would take you to whatever you labelled as "about".
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.