📄 gotoframe.as
字号:
// These should get translated to tags// (GOTOFRAME, GOTOFRAME2, GOTOLABEL)gotoAndPlay(3);gotoAndStop(3);gotoAndPlay(_currentframe);gotoAndStop(_currentframe);gotoAndPlay("label1");gotoAndStop("label1");// These should get translated to method calls.this.gotoAndPlay(3);this.gotoAndStop(3);this.gotoAndPlay(_currentframe);this.gotoAndStop(_currentframe);this.gotoAndPlay("label1");this.gotoAndStop("label1");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -