Scusa nel copia incolla....

intentevo

sulla frame che contiene il pulsante ed il clip sf

codice:
initW=sf._width
targW=sf._width+10

tuobottone.onRollOver=function() {
	sf._visible = true;
	sf._x = -96;
        aumenta("sf")
}


function aumenta(nome){
      _level0[nome].onEnterFrame=function(){
      if(this._width < targW{
         this._width+=0.5
      }else{delete this.onEnterFrame}
}