Stoping a movieclip

How would I write actionscript for a movieclip ie box1 to go from left to right and stop at
position say 200 on the stage so far I have

box1.onEnterFrame = function() {
this._x++;
};

Thank You