Código:
ptc._alpha = 0; ptc.onEnterFrame = function(){ this._alpha += 6; trace(this._alpha); if (this._alpha > 100) { delete this.onEnterFrame; } }