this.onEnterFrame = function() {
mcAnimatedPictureOfMyself.play();
}
The button must first fade out what's already there. So I could place this code at the end of that fadeout. But then it would only be able to go to 1 movie, while there are 6 different movies to play, related to the button you pressed.
Maybe i'm just making it too hard