Detecting mouse to stop timer

I want to detect if the cursor is over a movieclip to stop the timer that i have?
What’s the best way? MousEvent.ROLL_OVER will force me to use another function, leaving me with no access to do myTimer.stop();