If you're not into using event listeners and broadcasters (see this example for a good education on this advanced technique:
http://www.kirupa.com/developer/actionscript/asbroadcaster.htm), then you can set each event handler to an empty function, like this:
mc.onRollover = function() { }
mc.onRollOut = function() { }