Scenario:
I have a menu with 7 items. I have rollovers and rollouts. When you click on a menu item, it loads a MC that displays content.
Problem:
If they click on a different menu item how do i check to see if a MC is loaded in the content area, and then if there is one, it should reverse that MC and replace it with the new one.
Idea:
set a varible (IsMovieLoaded) to true or false whenever a MC is loaded, if the varible is true it will use a prevFrame loop to close it. and then proceed to open the new one.
Is this the best way or is there an easier way?
Case