Making movie clips run consecutively?

:q: I’m just learning Flash and am trying to figure out how to make movie clips run consecutively. I have some image movie clips and want them to load one after the other rather than together. Does someone have an action script example?
Thanks for your help!

Well off the top of my head the fast and easy way would be. Inside the mc place a stop(); at the last frame of the animation then just above the stop on the same key frame say mc2.gotoAndPlay(1); and do the same at the end of that mc to start the next mc. now this is if all your movie clips are all on the root level (main timeline) if not use the syntax _root.mc2.gotoAndPlay(1);
Oh also have stop(); signs at the start of each mc or they will play automatically

Now loading mc I have no idea what you are on about here. When you write on the form try to be more descriptive or no one will no what you want. But hopefully the top is what you are looking for.