Hi, I just begin to create my own home page and I wonder what’s the best way to reorganize it.
I’ve made a Movie Clip for every submenu (one each menu botton) but my problem is how could I call them to run if they are not still an Instance.
If I place it in the Movie Clip and name the Instance they just run withou press the corresponding botton…
There are many ways. Easiest way would be put stop(); on frame 1 of your submenu mc. Then on the button you could put on(release){ gotoandplay(mcinstance.(2) } or something like that, might have syntax errors.
There are many ways. Easiest way would be put stop(); on frame 1 of your submenu mc. Then on the button you could put on(release){ gotoandplay(mcinstance.(2) } or something like that, might have syntax errors.