Im making a flash site. The main timeline will consist of a loader and a mainMC with my main site. the main site will have differen MCs for different things of the site. So lets say a ViewingMC for a “screen” thats showing animations.
Scrollbar1Mc , and A Viewing2MC for whatever is clicked in scrollbar1MC.
These MCs will have stops in their first frame of their timeline so they won’t be visible. So if all of these sub MCs are in MainMC, and are played when say, someone clicks the portfolio section, how would i make it so when i click back to home, these MCs will disappear and the other MCs will load?
All of these submcs in mainMC are in one frame.
I was thinking about visibility property.
What would you guys do? Or would it be easier just to make a MC for each section of the site.