hey everyone,
i have a button that loads an external .swf file into an emptyMC. Now when you unload the MC, it plays an exit type animation. so my problem is that i have several buttons and i need to make it smart enough to detect which movie is being loaded and play the exit animation of the current loaded MC.
thanks for the reply beta.
but i’m still a bit lost. since i am loading external swf’s how do i declare variables on external swf? and it’s being loaded into an empty MC. so i am not sure what, where or who i should assign the variables to.
all your loaded mcs have unique names right? Just make frame labels for the exit animations of each loaded movie with those names. Then when you unload that movie, use its name in the gotoAndPlay/Stop to the exit animations.