puls1.onRollOver = function(){
movieclip.onEnterFrame = function(){
if(this._xscale < TOT){
this._xscale+=0.5
this._yscale+=0.5
}
}
}
puls1.onRollOut = function(){
delete movieclip.onEnterFrame
}
al posto di TOT metti il limite che vuoi
puls1.onRollOver = function(){
movieclip.onEnterFrame = function(){
if(this._xscale < TOT){
this._xscale+=0.5
this._yscale+=0.5
}
}
}
puls1.onRollOut = function(){
delete movieclip.onEnterFrame
}
al posto di TOT metti il limite che vuoi
grazie sei stato troppo gentile...
ciao
![]()