this.onEnterFrame = function(){ this.prevFrame(); }
this.onEnterFrame = function(){ if(this._currentframe != 1){ this.prevFrame(); }else{ delete this.onEnterFrame } }