A movie is loaded onto the main stage when i click a button. Say the button name is data and when you click it, data.swf is loaded onto the stage in a blank movie clip. Now…data.swf just contains a background and some action scripting that tells datasel.swf to load into a 3rd level which contains the navigation section for that page. Okay so let’s say that the navigation buttons for that level are labeled “about”, “contact”, and “products”. I want to choose “about”, so i click the about button and i have action scripting so that when that button is clicked it loads a preloader into level 2. and on level 1 is the content for the button “about”.
That’s the main setup for the site. But when i go to click the home button to load just the main site again…the movie from when i clicked data still remains on the stage. is there some kind of action script that takes care of that?
thanks
-chris