Transition between MCs - one swf only

Hey guys,

Need some help here.
This is quite complicated to explain but anyway…

I have one swf that holds the graphics, buttons and stuff.
After playing the intro animation for these objects, it stops in frame 70 where a home movie clip is placed. the movie clip then plays its intro animation then stops in midframe.

I want that when the client clicks on a different button. then movie clip on Frame 70 (home) would play its outro animation then jump to the keyframe where the content is located for the clicked button. (again only a movie clip and not an external swf).

Ive read the transition tutorial here in kirupa but it dealt with multiple external swf’s. What i have is only one swf, with movie clips in it that hold the content for each area.

Anybody on this kind of transition?

i’m not sure if this is what you’re talking about, jm

on(release){
_root.(movie clip name).gotoAndPlay(frame number)
}