答:方法1、把这段代码加到倒放那个按钮去就可以了:(弃天笑提供)
方法2、(终极讨厌提供)
a_btn.onRelease = function() {
delete this._parent.mc.onEnterFrame;
this._parent.mc.play();
};
b_btn.onRelease = function() {
this._parent.mc.stop();
this._parent.mc.onEnterFrame = function() {
this.prevFrame();
};
};