asm1.as
来自「Ming is a library for generating Macrome」· AS 代码 · 共 17 行
AS
17 行
// Test mix of asm and V6 syntax// It is assumed this file will be compiled as target SWF6 or higher// this is only accepted in AS_V6 start conditiontry{};// mix the asm block ...asm {push "1"push "2"addtrace };// this is only accepted in AS_V6 start conditiontry{};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?