Button inside movieclip doesnt work with on RollOver

I have a movieclip that has a button. When the movieclip has this AS attached to it, the button doesnt work.

on (rollOut) {
this._visible = false;
}

Please see the attached .fla-file. When you remove this rollOut-thing it works fine.

Can someone please explain this to me?