Prova così:

inc=1
fat=0.25
max=600

mc.onEnterFrame=function(){
if(this._x<= max){
this._x+=inc*fat
}
}