Flash
Flash
Out of context: Reply #3
- Started
- Last post
- 4 Responses
- lw-d0
awesome: I know have the home menu movie loaded using:
switch (loadnav) {
case home: nav_home = this.attachMovie("nav_home", "nav_home_mc","0",{_x:25, _y:108.8});
case modeling: nav_modeling = this.attachMovie("nav_modeling", "nav_home_mc","0",{_x:25, _y:108.8});
case visual: nav_visual = this.attachMovie("nav_visual", "nav_home_mc","0",{_x:25, _y:108.8});
default: nav_home = this.attachMovie("nav_home", "nav_home_mc","0",{_x:25, _y:108.8});
}I know just need to wire up the buttons.
Thanks for your help.