Multiple sequences

Hi there
I have about ten images that I would like to fade in… slide across the screen… and fade out…

I’m using this script for the fade out and the slide:


mc_house1.alphaTo(0, 2, "linear");
mc_house1.slideTo("200", "0", 3, "linear");

How can I modify this script so that “mc_house1” goes first, then when that’s done, mc_house2 goes through the sequence, then “mc_house3” etc…

Thank you