1. _play.onRelease = function() {
  2. dh.play();
  3. delete dh.onEnterFrame;
  4. };
  5. p20_100.onRelease = function() {
  6. dh.gotoAndPlay(20);
  7. dh.onEnterFrame = function() {
  8.   if (this._currentframe == 100) {
  9.    this.gotoAndPlay(20);
  10.   }
  11. };
  12. };
  13. this.onEnterFrame = function() {
  14. fc.text = dh._currentframe;
  15. };

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-26
  • 2022-12-23
猜你喜欢
  • 2021-08-19
  • 2021-10-26
  • 2021-11-11
  • 2021-07-01
  • 2021-10-06
  • 2021-12-14
  • 2021-10-18
相关资源
相似解决方案