Pausing onEnterFrame

hey, i have some Mc with a
onClipEvent(enterFrame){doing some stuff}

and in the same mc, want to put a startDrag action, so i put in
on(press) {startDrag, yadayada}, but i want to pause the onEnterframe{} while i press to drag…
how can i pause it?