| Property | Defined by | ||
|---|---|---|---|
| textPanel : TextField [static] Text panel for the output
| IOUtil | ||
| Method | Defined by | ||
|---|---|---|---|
|
createTextPanel(caller:Sprite):void
[static]
Create the text panel in the caller Sprite object
| IOUtil | ||
|
output(object:Object):void
[static]
Output the text on to the text panel
| IOUtil | ||
| Constant | Defined by | ||
|---|---|---|---|
| FRAMERATE : Number = 30 [static] The default framerate of the swf file.
| IOUtil | ||
| STAGE_HEIGHT : Number = 600 [static] The default height of the swf file.
| IOUtil | ||
| STAGE_WIDTH : Number = 800 [static] The default width of the swf file.
| IOUtil | ||
| textPanel | property |
public static var textPanel:TextFieldText panel for the output
| createTextPanel | () | method |
public static function createTextPanel(caller:Sprite):voidCreate the text panel in the caller Sprite object
Parameterscaller:Sprite |
| output | () | method |
public static function output(object:Object):voidOutput the text on to the text panel
Parametersobject:Object — - an object to be converted to text and outputted
|
| FRAMERATE | constant |
public static const FRAMERATE:Number = 30The default framerate of the swf file.
| STAGE_HEIGHT | constant |
public static const STAGE_HEIGHT:Number = 600The default height of the swf file.
| STAGE_WIDTH | constant |
public static const STAGE_WIDTH:Number = 800The default width of the swf file.