onMouseStop()?

i want to define:
if the mouse moves then gotoandStop(2);
if the mouse stops then gotoandStop(1);

I can find a mousemove event, but can’t find MouseStop event.