Yaxis Movement w/Actionscript

How do I set the movie clip to stop at a predefined position along the Y axis?
Say 100 pixels “up”? Thanks in advance!

onClipEvent(enterFrame) {
speed = -2;
this._y += speed;
}