Packagenet.guttershark.core
Classpublic class CoreClip
InheritanceCoreClip Inheritance flash.display.MovieClip
ImplementsIDisposable

The CoreClass Class is a base class that provides common properties and methods that are used over and over in movie clips. This class is relief from having to type the same code over and over.



Protected Properties
 PropertyDefined by
  al : AssetLibrary
The AssetLibrary singleton instance.
CoreClip
  em : EventManager
The EventManager singleton instance.
CoreClip
  km : KeyboardEventManager
The KeyboardEventManager singleton instance.
CoreClip
  lm : LanguageManager
The LanguageManager singleton instance.
CoreClip
  ml : Model
The Model singleton instance.
CoreClip
  pc : PreloadController
A placeholder variable for a PreloadController instance.
CoreClip
  rm : RemotingManager
The RemotingManager singleton instance.
CoreClip
Public Methods
 MethodDefined by
  
Constructor for CoreClips instances.
CoreClip
  
dispose():void
Dispose of the object.
CoreClip
Property detail
alproperty
protected var al:AssetLibrary

The AssetLibrary singleton instance.

emproperty 
protected var em:EventManager

The EventManager singleton instance.

kmproperty 
protected var km:KeyboardEventManager

The KeyboardEventManager singleton instance.

lmproperty 
protected var lm:LanguageManager

The LanguageManager singleton instance.

mlproperty 
protected var ml:Model

The Model singleton instance.

pcproperty 
protected var pc:PreloadController

A placeholder variable for a PreloadController instance. You should initialize this yourself.

rmproperty 
protected var rm:RemotingManager

The RemotingManager singleton instance.

Constructor detail
CoreClip()constructor
public function CoreClip()

Constructor for CoreClips instances.

Method detail
dispose()method
public function dispose():void

Dispose of the object.