| Class Summaries | |
|---|---|
| ClassPath | |
| ClassUtilities | |
| Commander | Commander is a script interpreter that allows you to execute actionscript commands at runtime. |
| ControlConnection | ControlConnection extends LocalConnection and is the lc primarily responsible for executing commands from the interface (IE: changing properties of a movieclip, controlling sound, video etc) |
| DragableMovieClip | DragableMovieClip causes the selected movieclip in the treeview to become "dragable" without disrupting/canceling any onPress/onRelease code that might be associated with the clip. |
| ExternalToolLoader | Singleton
ExternalToolLoader will likely change in the very near future with the release of the Xray (AdminTool) interface. |
| FPSMeter | FPSMeter is a simple Frames per second meter. |
| FunctionName | Singleton
FunctionName attempts to return the name of the function being called and it's location/path in the host application. |
| LoggerConnection | LoggerConnection extends LocalConnection and is responsible for logging communication with the interface. |
| ObjectViewer | ObjectViewer has 2 over all jobs:
1. |
| Watch | Watch works with DragableMovieClip to add the necessary watchs to the object needing to be dragged. |
| Xray | Entry point for the Xray Connector Component. |
| XrayTrace | Singleton
XrayTrace is the main logger class for Xray (AdminTool). |