on (release) { contenedor.onEnterFrame = function () { this._alpha -= 5; if (this._alpha<=0) { this._alpha = 0; delete this.onEnterFrame; } } }