staticinlinefromTimeline(timeline:Timeline):MovieClip
new()
read onlycurrentFrame:Int
@:require(flash10)read onlycurrentFrameLabel:String
read onlycurrentLabel:String
read onlycurrentLabels:Array<FrameLabel>
read onlycurrentScene:Scene
enabled:Bool
read onlyframesLoaded:Int
@:require(flash11)read onlyisPlaying:Bool
read onlyscenes:Array<Scene>
read onlytotalFrames:Int
trackAsMenu:Bool
addFrameScript(index:Int, method:() ‑> Void):Void
@:value({ scene : null })gotoAndPlay(frame:Object, ?scene:String):Void
@:value({ scene : null })gotoAndStop(frame:Object, ?scene:String):Void
nextFrame():Void
nextScene():Void
play():Void
prevFrame():Void
prevScene():Void
stop():Void
buttonMode:Bool
read onlydropTarget:DisplayObject
read onlygraphics:Graphics
hitArea:Sprite
soundTransform:SoundTransform
useHandCursor:Bool
mouseChildren:Bool
read onlynumChildren:Int
tabChildren:Bool
read onlytextSnapshot:TextSnapshot
accessibilityImplementation:AccessibilityImplementation
contextMenu:ContextMenu
doubleClickEnabled:Bool
focusRect:Null<Bool>
mouseEnabled:Bool
@:require(flash11)needsSoftKeyboard:Bool
@:require(flash11)softKeyboardInputAreaOfInterest:Rectangle
tabEnabled:Bool
tabIndex:Int
accessibilityProperties:AccessibilityProperties
alpha:Float
blendMode:BlendMode
@:require(flash10)read onlywrite onlyblendShader:Shader
cacheAsBitmap:Bool
cacheAsBitmapMatrix:Matrix
filters:Array<BitmapFilter>
height:Float
read onlyloaderInfo:LoaderInfo
mask:DisplayObject
read onlymouseX:Float
read onlymouseY:Float
name:String
opaqueBackground:Null<UInt>
read onlyparent:DisplayObjectContainer
read onlyroot:DisplayObject
rotation:Float
@:require(flash10)rotationX:Float
@:require(flash10)rotationY:Float
@:require(flash10)rotationZ:Float
scale9Grid:Rectangle
scaleX:Float
scaleY:Float
@:require(flash10)scaleZ:Float
scrollRect:Rectangle
shader:Shader
read onlystage:Stage
transform:Transform
visible:Bool
width:Float
x:Float
y:Float
@:require(flash10)z:Float
@: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
stopDrag():Void
stopTouchDrag(touchPointID:Int):Void
addChild(child:DisplayObject):DisplayObject
addChildAt(child:DisplayObject, index:Int):DisplayObject
areInaccessibleObjectsUnderPoint(point:Point):Bool
contains(child:DisplayObject):Bool
getChildAt(index:Int):DisplayObject
getChildByName(name:String):DisplayObject
getChildIndex(child:DisplayObject):Int
getObjectsUnderPoint(point:Point):Array<DisplayObject>
removeChild(child:DisplayObject):DisplayObject
removeChildAt(index:Int):DisplayObject
@:value({ endIndex : 0x7FFFFFFF, beginIndex : 0 })@:require(flash11)removeChildren(beginIndex:Int = 0, endIndex:Int = 0x7FFFFFFF):Void
setChildIndex(child:DisplayObject, index:Int):Void
@:require(flash11_8)stopAllMovieClips():Void
swapChildren(child1:DisplayObject, child2:DisplayObject):Void
swapChildrenAt(index1:Int, index2:Int):Void
@:require(flash11)requestSoftKeyboard():Bool
getBounds(targetCoordinateSpace:DisplayObject):Rectangle
getRect(targetCoordinateSpace:DisplayObject):Rectangle
globalToLocal(pos:Point):Point
@:require(flash10)globalToLocal3D(point:Point):Vector3D
hitTestObject(obj:DisplayObject):Bool
@:value({ shapeFlag : false })hitTestPoint(x:Float, y:Float, shapeFlag:Bool = false):Bool
inlineinvalidate():Void
@:require(flash10)local3DToGlobal(point3d:Vector3D):Point
localToGlobal(point:Point):Point
@: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
dispatchEvent(event:Event):Bool
hasEventListener(type:String):Bool
@:value({ useCapture : false })removeEventListener<T>(type:EventType<T>, listener:T ‑> Void, useCapture:Bool = false):Void
toString():String
willTrigger(type:String):Bool