Best way to reorganize a web design

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…

Could you help me? Thanks. Claudia.

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.

if you want to reorganize you site try this

http://www.kirupa.com/developer/mx2004/transitions.htm

keeps file sizes down for each page and so forth, plus shows you how to handle mc’s

Thanks, Both ways sound interesting. I’ll make different .swf for each menu botton, it seems to be easy for beginners.