FLASH 8 - Please Help me!

Howdy:

I have used the script below to load external swfs successfully…but I need them to reverse [or atleast disappear] when I “rollOut” off of the button in the main fla…

Can anyone help??? It is must be fairly simple seeing as what mostly goes up must usually come down?

  • I hope for an “on (rollOut) reverse” simple addition to the script below…

on (rollOver) {
if (_root.currMovie == undefined) {
_root.currMovie = “MBM_Movie”;
MBM_container.loadMovie(“MBM_Movie.swf”);
} else if (_root.currMovie != “MBM_Movie”) {
if (MBM_container._currentframe >= MBM_container.midframe) {
_root.currMovie = “MBM_Movie”;
MBM_container.play();
}
}
}

thanks LF

[COLOR=blue]craigslist107@gmail.com[/COLOR]