Buongiorno a tutti dovere capire una cosa io ho questa funzione che mi fa uno spostamento e un ingrandimento ma non capisco come devo fare per solo fare l'ingrandimento!!!!
this.onEnterFrame = function() {
this._yscale += (150-this._yscale)/3;
if(this._yscale>= 150){
this.onEnterFrame = null;
}
}
ok grazie mille

Rispondi quotando