HOw do i apply this script . Its suppose to fade out and object, then remove it.
MovieClip.prototype.znikaj = function(spid) { this.spid = spid; this.onEnterFrame = function() { this._alpha -= spid; if (this._alpha
thanks in ADDvance