| Package | net.guttershark.core |
| Class | public class CoreClip |
| Inheritance | CoreClip flash.display.MovieClip |
| Implements | IDisposable |
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
CoreClip()
Constructor for CoreClips instances.
| CoreClip | ||
|
dispose():void
Dispose of the object.
| CoreClip | ||
| al | property |
protected var al:AssetLibraryThe AssetLibrary singleton instance.
| em | property |
protected var em:EventManagerThe EventManager singleton instance.
| km | property |
protected var km:KeyboardEventManagerThe KeyboardEventManager singleton instance.
| lm | property |
protected var lm:LanguageManagerThe LanguageManager singleton instance.
| ml | property |
protected var ml:ModelThe Model singleton instance.
| pc | property |
protected var pc:PreloadControllerA placeholder variable for a PreloadController instance. You should initialize this yourself.
| rm | property |
protected var rm:RemotingManagerThe RemotingManager singleton instance.
| CoreClip | () | constructor |
public function CoreClip()Constructor for CoreClips instances.
| dispose | () | method |
public function dispose():voidDispose of the object.