FLASH 8 - Please Help me!

I am very new to Flash scripting and try to avoid it, if I can. I learn by trial and error.
I don’t even really fully understand the code below…but it is working on my site [trust me, I pay dues by doing things in my insane way]…

The problem is that I need the loaded external swf. to reverse when I rollOut from the button’s “hit” area. As it stands, it just stays loaded and frozen.
There MUSt be a quick script I can add on to this [below] seeing as what usually goes up must come down??

Like: “(rollOut)…reverse…etc.” haha

Reversing is ideal…but even just a disappearing act would suffice though, for now…PLEASE HELP!

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][email protected][/COLOR][COLOR=black] [/COLOR]