| Package | com.gaiaframework.api |
| Interface | public interface IMovieClip extends ISprite, IDisplayObject, IAsset, flash.events.IEventDispatcher |
| Subinterfaces | IPageAsset |
MovieClipAsset.
See also
| Property | Defined by | ||
|---|---|---|---|
![]() | accessibilityProperties : AccessibilityProperties | IDisplayObject | |
![]() | alpha : Number | IDisplayObject | |
![]() | blendMode : String | IDisplayObject | |
![]() | buttonMode : Boolean | ISprite | |
![]() | bytes : int
Returns the bytes attribute value set in the
site.xml for byte-accurate preloading. | IAsset | |
![]() | cacheAsBitmap : Boolean | IDisplayObject | |
![]() | container : DisplayObject
[read-only] BitmapSpriteAssets return the Sprite containing the Loader and MovieClipAssets return the Loader.
| ISprite | |
| content : MovieClip [read-only]
Returns the loader.content MovieClip.
| IMovieClip | ||
![]() | contextMenu : ContextMenu | ISprite | |
| currentFrame : int [read-only]
| IMovieClip | ||
| currentLabel : String [read-only]
| IMovieClip | ||
| currentLabels : Array [read-only]
| IMovieClip | ||
![]() | depth : String
Specifies the depth container the asset is assigned to.
| IDisplayObject | |
![]() | domain : String
Specifies the ApplicationDomain the Asset should load into.
| ISprite | |
![]() | doubleClickEnabled : Boolean | ISprite | |
![]() | dropTarget : DisplayObject | ISprite | |
| enabled : Boolean | IMovieClip | ||
![]() | filters : Array | IDisplayObject | |
![]() | focusRect : Object | ISprite | |
| framesLoaded : int [read-only]
| IMovieClip | ||
![]() | graphics : Graphics | ISprite | |
![]() | height : Number | IDisplayObject | |
![]() | hitArea : Sprite | ISprite | |
![]() | id : String
Returns the ID as set in
site.xml. | IAsset | |
![]() | loader : Loader
Returns the loader.
| IDisplayObject | |
![]() | mask : DisplayObject | IDisplayObject | |
![]() | mouseChildren : Boolean | ISprite | |
![]() | mouseEnabled : Boolean | ISprite | |
![]() | mouseX : Number | IDisplayObject | |
![]() | mouseY : Number | IDisplayObject | |
![]() | name : String | IDisplayObject | |
![]() | node : XML
Returns the raw XML node of the asset
| IAsset | |
![]() | numChildren : int | ISprite | |
![]() | opaqueBackground : Object | IDisplayObject | |
![]() | order : int
Returns the load order and position of the asset relative to other assets of the page.
| IAsset | |
![]() | parent : DisplayObjectContainer | IDisplayObject | |
![]() | percentLoaded : Number
Returns the bytesLoaded / bytesTotal.
| IAsset | |
![]() | preloadAsset : Boolean
Specifies a value of
true if the asset is set to preload, or false if it is on-demand. | IAsset | |
![]() | root : DisplayObject | IDisplayObject | |
![]() | rotation : Number | IDisplayObject | |
![]() | scale9Grid : Rectangle | IDisplayObject | |
![]() | scaleX : Number | IDisplayObject | |
![]() | scaleY : Number | IDisplayObject | |
![]() | scrollRect : Rectangle | IDisplayObject | |
![]() | showProgress : Boolean
Specifies whether the asset will cause the asset preloader to appear when loaded on-demand.
| IAsset | |
![]() | soundTransform : SoundTransform | ISprite | |
![]() | src : String
Returns the source path of the asset.
| IAsset | |
![]() | stage : Stage | IDisplayObject | |
![]() | tabChildren : Boolean | ISprite | |
![]() | tabEnabled : Boolean | ISprite | |
![]() | tabIndex : int | ISprite | |
![]() | title : String
Specifies the title of the asset.
| IAsset | |
| totalFrames : int [read-only]
| IMovieClip | ||
| trackAsMenu : Boolean | IMovieClip | ||
![]() | transform : Transform | IDisplayObject | |
![]() | useHandCursor : Boolean | ISprite | |
![]() | visible : Boolean | IDisplayObject | |
![]() | width : Number | IDisplayObject | |
![]() | x : Number | IDisplayObject | |
![]() | y : Number | IDisplayObject | |
| Method | Defined by | ||
|---|---|---|---|
![]() |
abort():void
Used to manually abort an on-demand asset load.
| IAsset | |
![]() |
addChild(child:DisplayObject):DisplayObject
| ISprite | |
![]() |
addChildAt(child:DisplayObject, index:int):DisplayObject
| ISprite | |
![]() |
areInaccessibleObjectsUnderPoint(point:Point):Boolean
| ISprite | |
![]() |
contains(child:DisplayObject):Boolean
| ISprite | |
![]() |
getBounds(obj:DisplayObject):Rectangle
| IDisplayObject | |
![]() |
getBytesLoaded():int
Returns the loaded bytes of the file.
| IAsset | |
![]() |
getBytesTotal():int
Returns the total bytes of the file.
| IAsset | |
![]() |
getChildAt(index:int):DisplayObject
| ISprite | |
![]() |
getChildByName(name:String):DisplayObject
| ISprite | |
![]() |
getChildIndex(child:DisplayObject):int
| ISprite | |
![]() |
getObjectsUnderPoint(point:Point):Array
| ISprite | |
![]() |
getRect(obj:DisplayObject):Rectangle
| IDisplayObject | |
![]() |
globalToLocal(point:Point):Point
| IDisplayObject | |
|
gotoAndPlay(value:Object):void
| IMovieClip | ||
|
gotoAndStop(value:Object):void
| IMovieClip | ||
![]() |
hitTestObject(obj:DisplayObject):Boolean
| IDisplayObject | |
![]() |
hitTestPoint(px:Number, py:Number, shapeFlag:Boolean = false):Boolean
| IDisplayObject | |
![]() |
load(... args):void
Used to load assets on-demand.
| IAsset | |
![]() |
localToGlobal(point:Point):Point
| IDisplayObject | |
|
nextFrame():void
| IMovieClip | ||
|
play():void
| IMovieClip | ||
|
prevFrame():void
| IMovieClip | ||
![]() |
removeChild(child:DisplayObject):DisplayObject
| ISprite | |
![]() |
removeChildAt(index:int):DisplayObject
| ISprite | |
![]() |
setChildIndex(child:DisplayObject, index:int):void
| ISprite | |
![]() |
startDrag(lockCenter:Boolean = false, bounds:Rectangle = null):void
| ISprite | |
|
stop():void
| IMovieClip | ||
![]() |
stopDrag():void
| ISprite | |
![]() |
swapChildren(child1:DisplayObject, child2:DisplayObject):void
| ISprite | |
![]() |
swapChildrenAt(index1:int, index2:int):void
| ISprite | |
| content | property |
content:MovieClip [read-only]Returns the loader.content MovieClip.
Implementation public function get content():MovieClip
| currentFrame | property |
currentFrame:int [read-only]Implementation
public function get currentFrame():int
See also
| currentLabel | property |
currentLabel:String [read-only]Implementation
public function get currentLabel():String
See also
| currentLabels | property |
currentLabels:Array [read-only]Implementation
public function get currentLabels():Array
See also
| enabled | property |
enabled:Boolean [read-write]Implementation
public function get enabled():Boolean
public function set enabled(value:Boolean):void
See also
| framesLoaded | property |
framesLoaded:int [read-only]Implementation
public function get framesLoaded():int
See also
| totalFrames | property |
totalFrames:int [read-only]Implementation
public function get totalFrames():int
See also
| trackAsMenu | property |
trackAsMenu:Boolean [read-write]Implementation
public function get trackAsMenu():Boolean
public function set trackAsMenu(value:Boolean):void
See also
| gotoAndPlay | () | method |
public function gotoAndPlay(value:Object):voidParameters
value:Object |
See also
| gotoAndStop | () | method |
public function gotoAndStop(value:Object):voidParameters
value:Object |
See also
| nextFrame | () | method |
| play | () | method |
| prevFrame | () | method |
| stop | () | method |