una cosa del genere

on (rollOver) {
if (_root.mc.stato != "A" && _root.mc.stato != "B" && _root.mc.stato != "C") {
//azione
}
}