callyellow.as
来自「flash blog」· AS 代码 · 共 20 行
AS
20 行
import gotopclass callyellow{ function callyellow (id) { if ( ! _root ["windows" + id].OPEN) { _root.attachMovie ("windows", "windows" + id, id) _root ["windows" + id]._x = 150+random (200) _root ["windows" + id]._y = random (50) _root ["windows" + id]._width = 500 + random (10) _root ["windows" + id]._width = 300 + random (10) new gotop (_root ["windows" + id]) _root ["windows" + id].OPEN = true _root ["windows" + id].id = id } }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?