а если так

Код:
MovieClip.prototype.onLabelStop = function (label) {
var _currFr = this._currentframe;
this.gotoAndStop (label);
var _labelFr = this._currentframe;
this.gotoAndPlay (_currFr);
this.onEnterFrame = function () {
_labelFr == this._currentframe ? this.stop () : undefined;
};
};
что скажиш ??