jan1st2004
I am building up a site in flash on which there are a 7 buttons navigation bar ;
Buttons are home , introduction , company , depts , services , location , contact and
they´re on a base movie ;
As one of the buttons is clicked the correspondent movie will be loaded ; for
instance , services button is clicked 1st and then - loadMovieNum(“flash/services.swf”,5); -
services movie will be loaded on level 5 ;
Let´s suppose then that introduction button is clicked , services has to be unloaded and
introduction to be loaded (following the order on level 2) ; and so on the navigation will
be made by loading and unloading movies.
The trouble is that buttons may be clicked randomly and the last movie will have to unload
to allow the next on to load ;
Is there a reasonable simple way to do it ?