gotoframe.as

来自「Ming is a library for generating Macrome」· AS 代码 · 共 18 行

AS
18
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?