- _play.onRelease = function() {
- dh.play();
- delete dh.onEnterFrame;
- };
- p20_100.onRelease = function() {
- dh.gotoAndPlay(20);
- dh.onEnterFrame = function() {
- if (this._currentframe == 100) {
- this.gotoAndPlay(20);
- }
- };
- };
- this.onEnterFrame = function() {
- fc.text = dh._currentframe;
- };
浙公网安备 33010602011771号