se le dimensioni che mi hai passato sono giuste ecco il codice..

onClipEvent (enterFrame) {
this._y = _root._ymouse;
if (this._y<=0) {
this._y = 0;
}
if(this._y>=250){
this._y=250;
}
}

spero vada bene