sole._x=0;
sole._y=100;
xFin = 150
puls1.onPress=function() {
sole.onEnterFrame = function(){
this._x < xFin ? this._x += 5 : delete this.onEnterFrame
}}