Packagecom.boostworthy.core
Classpublic final class Global

The 'Global' class houses commonly used data globally throughout an application. The AS2 equivalent was '_global', however this class is not dynamic. The 'Global' class is not meant to be instantiated.



Public Properties
 PropertyDefined by
  NULL_INDEX : int = -1
[static] A value for representing a null index.
Global
  stage : Stage
[static] Gets a reference to the stage.
Global
Public Methods
 MethodDefined by
  
Constructor.
Global
Property detail
NULL_INDEXproperty
public static var NULL_INDEX:int = -1

A value for representing a null index.

stageproperty 
stage:Stage  [read-write]

Gets a reference to the stage.

Implementation
    public static function get stage():Stage
    public function set stage(value:Stage):void
Constructor detail
Global()constructor
public function Global()

Constructor.

NOTE: This class is not meant to be instantiated.