Continous movement on rollOver

Hi,

I want a movie clip to be continously moved left when the mouse cursor rolls over a button. My following button code only moves it once and then it stops. How can u make it keep moving when the cursor remains on top of the button?

on(rollOver)
{
myMovie._x += 10;
}

Cheers