Simple AS movement question

I’m doing a tut to learn animation through AS,
but can’t figure out how to stop the MC

[AS]onClipEvent (enterFrame) {
speed = -2;
this._y += speed;
}[/AS]

Anyone?

regards