Please help
been swatting about with the infinite menu
http://www.kirupa.com/developer/mx/infinite.htm
- any idea how to call a different scene from the buttons in this movie clip?
In scene ‘home’ I have mc menu_general and mc menu. in menu i have buttons which need to call a different scene
sorry to post a new thread just being trying everything and having no luck.
is this the righ way??
this.Launches1.onRelease = function() {
gotoAndPlay(“Launches”, 1);
??
on (release) {
_root.menu_general.menu.gotoAndPlay(“Launches”, 1);
}