Change tint of movie clip on rollover function?

I’m using a function to make a movie clip with text inside of it act as a button:

poly.onPress = function() {
    clearInterval(intervalID);
    _parent.vocab.play();
};

is there a way to add a onRollOver: change tint of ‘poly’ to red (poly is a mc)??