Static methods

staticinlinefromTimeline(timeline:Timeline):MovieClip

Constructor

new()

Variables

read onlycurrentFrame:Int

@:require(flash10)read onlycurrentFrameLabel:String

read onlyframesLoaded:Int

@:require(flash11)read onlyisPlaying:Bool

read onlyscenes:Array<Scene>

read onlytotalFrames:Int

Methods

addFrameScript(index:Int, method:() ‑> Void):Void

@:value({ scene : null })gotoAndPlay(frame:Object, ?scene:String):Void

@:value({ scene : null })gotoAndStop(frame:Object, ?scene:String):Void

Inherited Variables

Inherited Methods

Defined by Sprite

@:value({ bounds : null, lockCenter : false })startDrag(lockCenter:Bool = false, ?bounds:Null<Rectangle>):Void

@:value({ bounds : null, lockCenter : false })startTouchDrag(touchPointID:Int, lockCenter:Bool = false, ?bounds:Null<Rectangle>):Void

stopTouchDrag(touchPointID:Int):Void

Defined by DisplayObjectContainer

Defined by InteractiveObject

@:require(flash11)requestSoftKeyboard():Bool

Defined by DisplayObject

getBounds(targetCoordinateSpace:DisplayObject):Rectangle

getRect(targetCoordinateSpace:DisplayObject):Rectangle

@:require(flash10)globalToLocal3D(point:Point):Vector3D

@:value({ shapeFlag : false })hitTestPoint(x:Float, y:Float, shapeFlag:Bool = false):Bool

@:require(flash10)local3DToGlobal(point3d:Vector3D):Point

Defined by EventDispatcher

@:value({ useWeakReference : false, priority : 0, useCapture : false })addEventListener<T>(type:EventType<T>, listener:T ‑> Void, useCapture:Bool = false, priority:Int = 0, useWeakReference:Bool = false):Void

@:value({ useCapture : false })removeEventListener<T>(type:EventType<T>, listener:T ‑> Void, useCapture:Bool = false):Void