Monitor
Lightweight customizable ActionScript 3.0 property monitor
Install / Use
/learn @aerys/MonitorREADME
Aerys Monitor

Lightweight customizable ActionScript 3.0 property monitor:
- watch any property of any class
- customizable update rate
- customizable per-property color
- chat rendering for numeric values
- watch framerate, memory and Flash Player version
- ready to use framerate property
Usage
// get a singleton Monitor object
var monitor : Monitor = Monitor.monitor;
// set the update (refresh) rate to 15 updates per second
monitor.updateRate = 15.;
// add the monitor to the display list
stage.addChild(monitor);
// watch the rotationX property of the camera object with a scale value of 1 / (PI / 2)
monitor.watch(camera, "rotationX", 0x55ff00, 1. / (Math.PI / 2.), true);
// watch the rotationY property of the camera object with a scale value of 1 / (2 * PI)
monitor.watch(camera, "rotationY", 0xff5500, 1. / (2. * Math.PI), true);
// watch the rotationZ property of the camera object with no scale value (=> no chart rendering)
monitor.watch(camera, "rotationZ", 0x5599ff);
// watch multiple properties
monitor.watchProperties(physics,
["processingTime", "speed"],
[0x00ff00, 0xff0000],
[1. / 40., 1. / 10.]);
// change the background color (0xAARRGGBB)
monitor.backgroundColor = 0x7f000000;
Contribute
aerys-monitor is MIT-licensed. Make sure you tell us everything that's wrong!
Related Skills
node-connect
343.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
92.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
343.3kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
