📄 callyellow.as
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -