If the mouse is over a movieclip keep playing that clip, if not stop

Read the title. How can it be done?

This is what I"m looking at and trying to modify:

stop();
this.navRollOver.onRollOver = function() {
    this._parent.play();
};

Sorry, I feel completely braindead on this one.

-gl