Problem with transitions

ugh.
i hate asking for help so much.

ive been staring at this problem in the face for 2 weeks now.
i can’t figure it out.

im trying to make a full flash site.
i’m having trouble with the transitions.

everything works, except that
when i click on my navigation buttons to call up
the next swf,
it plays the outro for the current swf just like it’s supposed to,
but.
it then plays the same swf again.

i dont think putting up the AS for everything is going to help much,
so if anyone has a little free time
and a lot of good will…

would anyone mind takin a peek at my fla’s?
…thanks so much. :ne:

How else are you gonna learn? It’s perfectly fine to ask questions… I’ll take a look at your .fla’s.

barciniega[at]gmail.com

Did you forget this part?

  1. Now select the last frame of your timeline and open the ActionScript window again. Paste the following code in it. If you’ve used another instance name for the holder than container, then change “container” in _root.container by your custom name.
_root.container.loadMovie(_root.currMovie+".swf");