⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 boolean-properties.as

📁 Swfdec is a decoder/renderer for Macromedia Flash animations. The decoding and rendering engine is
💻 AS
字号:
// makeswf -v 7 -r 1 -o boolean-properties-7.swf boolean-properties.as#include "trace_properties.as"var a = new Boolean(false);var b = true;trace_properties (_global.Boolean, "_global", "Boolean");trace_properties (a, "local", "a");trace_properties (b, "local", "b");loadMovie ("FSCommand:quit", "");

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -