| GUIFramework. | |
| Variables | |
| m_Loader | |
| m_CurrentScreenRes | |
| m_NextClipID | |
| Functions | |
| SetupLoader | |
| Variables | |
| SignalDisplayResolutionChanged | |
| SignalFrameStarted | |
| Functions | |
| OnScreenResChanged | |
| CreateEmptyMovieClip | |
| LoadClip | |
| AddClip | |
| UnloadClip | |
| FindClipByPos | Returns the index of the topmost toplevel clip that intersects with (x,y). |
| GetClipIndex | Search the list of toplevel clips for \a movie. |
| MoveToFront | Move the clip at position \a index to the frontmost position within it’s sorting layer. |
| SetClipLayer | |
| AddClipNode | Add a movie clip to the list of toplevel clips, and sort it according to depth layer and sub depth. |
| RemoveClipByIndex | Remove a movie clip to the list of toplevel clips. |
| RemoveClipNode | |
| OnLoadInit | |
| UpdateClipSize | |
| OnLoadComplete | |
| OnLoadError | |
| AddModalBlocker | |
| RemoveModalBlocker | |
| MakeClipModal | |
| PrintTopLevelClipsDebug | |
| Variables | |
| s_TopLevelClips | |
| s_ModalClips |
private static var m_Loader: MovieClipLoader
private static var m_CurrentScreenRes: flash.geom.Point
private static var m_NextClipID: Number
private static function SetupLoader() : Void
public static var SignalDisplayResolutionChanged: Signal
public static var SignalFrameStarted: Signal
public static function OnScreenResChanged() : Void
public static function CreateEmptyMovieClip( name: String, depthLayer: Number, subDepth: Number ):MovieClip
public static function LoadClip( url: String, objectName: String, stretchToScreen: Boolean, depthLayer: Number, subDepth: Number, loadArguments: Array ) : ClipNode
public static function AddClip( objectName: String, clip: MovieClip, depthLayer: Number, subDepth: Number ) : ClipNode
public static function UnloadClip( objectName: String )
Returns the index of the topmost toplevel clip that intersects with (x,y).
public static function FindClipByPos( x: Number, y: Number ) : Number
Search the list of toplevel clips for \a movie.
public static function GetClipIndex( movie: MovieClip ) : Number
Move the clip at position \a index to the frontmost position within it’s sorting layer.
public static function MoveToFront( index: Number ) : Void
public static function SetClipLayer( index: Number, depthLayer: Number, subDepth: Number ) : Void
Add a movie clip to the list of toplevel clips, and sort it according to depth layer and sub depth.
public static function AddClipNode( clipNode: ClipNode )
Remove a movie clip to the list of toplevel clips.
public static function RemoveClipByIndex( index: Number /*, [removeFromModal:Boolean]*/ ) : Void
public static function RemoveClipNode( movie: MovieClip ) : Void
public static function OnLoadInit( clip: MovieClip )
private static function UpdateClipSize( clipNode: ClipNode )
private static function OnLoadComplete( movie: MovieClip, status: Number ) : Void
private static function OnLoadError( movie: MovieClip, status: Number ) : Void
private static function AddModalBlocker()
private static function RemoveModalBlocker()
public static function MakeClipModal( clip: MovieClip, makeModal: Boolean )
public static function PrintTopLevelClipsDebug()
private static var s_TopLevelClips: Array
private static var s_ModalClips: Array