Website end animation

Hi, i was wondering if anyone could solve this for me.

I would really love to find out how to do web site end animation - let me explain wht i mean.

I will usually design an interface with the navigation on level1.
Then i will load all the corresponding movies that relate to each button into level.

I would love it if the current loaded movie would play and end animation when before another movie is loaded into level 1 when a new button is pressed.

for a clearer indication of what i mean - see this website:

www.northclothing.com

and you see on countless other websites but alas i cannot figure out how to do it.

i usually do something like this.
create the movie with an end animation at say frame 70
then on each button on the navigation i would have code like this:
on release(
_level1.gotoandPLay(70)
loadmovie(home.swf)
)

(excuse the crudness of the code),
but all this does is load the new movie “home” into level1 instead of first playing the end animation in the current movie b4 loading the new one.

can anyone help.

Thank you in advance if you can.:slight_smile: