flash.display.MovieClip
type
class
extends
Sprite
implements
Dynamic
subclasses
flash.Boot
available in
flash
Constructor
new
()
Instance Variables
hide inherited
show inherited
accessibilityImplementation
:
flash.accessibility.AccessibilityImplementation
inherited from
flash.display.InteractiveObject
accessibilityProperties
:
flash.accessibility.AccessibilityProperties
inherited from
flash.display.DisplayObject
alpha
:
Float
inherited from
flash.display.DisplayObject
blendMode
:
BlendMode
inherited from
flash.display.DisplayObject
blendShader
(null,default) :
Shader
inherited from
flash.display.DisplayObject
metadata
:require
flash10
buttonMode
:
Bool
inherited from
flash.display.Sprite
cacheAsBitmap
:
Bool
inherited from
flash.display.DisplayObject
contextMenu
:
flash.ui.ContextMenu
inherited from
flash.display.InteractiveObject
currentFrame
(default,null) :
Int
currentFrameLabel
(default,null) :
String
metadata
:require
flash10
currentLabel
(default,null) :
String
currentLabels
(default,null) :
Array
<
FrameLabel
>
currentScene
(default,null) :
Scene
doubleClickEnabled
:
Bool
inherited from
flash.display.InteractiveObject
dropTarget
(default,null) :
DisplayObject
inherited from
flash.display.Sprite
enabled
:
Bool
filters
:
Array
<
flash.filters.BitmapFilter
>
inherited from
flash.display.DisplayObject
focusRect
:
Dynamic
inherited from
flash.display.InteractiveObject
framesLoaded
(default,null) :
Int
graphics
(default,null) :
Graphics
inherited from
flash.display.Sprite
height
:
Float
inherited from
flash.display.DisplayObject
hitArea
:
Sprite
inherited from
flash.display.Sprite
isPlaying
(default,null) :
Bool
metadata
:require
flash11
loaderInfo
(default,null) :
LoaderInfo
inherited from
flash.display.DisplayObject
mask
:
DisplayObject
inherited from
flash.display.DisplayObject
mouseChildren
:
Bool
inherited from
flash.display.DisplayObjectContainer
mouseEnabled
:
Bool
inherited from
flash.display.InteractiveObject
mouseX
(default,null) :
Float
inherited from
flash.display.DisplayObject
mouseY
(default,null) :
Float
inherited from
flash.display.DisplayObject
name
:
String
inherited from
flash.display.DisplayObject
needsSoftKeyboard
:
Bool
inherited from
flash.display.InteractiveObject
metadata
:require
flash11
numChildren
(default,null) :
Int
inherited from
flash.display.DisplayObjectContainer
opaqueBackground
:
Null
<
UInt
>
inherited from
flash.display.DisplayObject
parent
(default,null) :
DisplayObjectContainer
inherited from
flash.display.DisplayObject
root
(default,null) :
DisplayObject
inherited from
flash.display.DisplayObject
rotation
:
Float
inherited from
flash.display.DisplayObject
rotationX
:
Float
inherited from
flash.display.DisplayObject
metadata
:require
flash10
rotationY
:
Float
inherited from
flash.display.DisplayObject
metadata
:require
flash10
rotationZ
:
Float
inherited from
flash.display.DisplayObject
metadata
:require
flash10
scale9Grid
:
flash.geom.Rectangle
inherited from
flash.display.DisplayObject
scaleX
:
Float
inherited from
flash.display.DisplayObject
scaleY
:
Float
inherited from
flash.display.DisplayObject
scaleZ
:
Float
inherited from
flash.display.DisplayObject
metadata
:require
flash10
scenes
(default,null) :
Array
<
Scene
>
scrollRect
:
flash.geom.Rectangle
inherited from
flash.display.DisplayObject
softKeyboardInputAreaOfInterest
:
flash.geom.Rectangle
inherited from
flash.display.InteractiveObject
metadata
:require
flash11
soundTransform
:
flash.media.SoundTransform
inherited from
flash.display.Sprite
stage
(default,null) :
Stage
inherited from
flash.display.DisplayObject
tabChildren
:
Bool
inherited from
flash.display.DisplayObjectContainer
tabEnabled
:
Bool
inherited from
flash.display.InteractiveObject
tabIndex
:
Int
inherited from
flash.display.InteractiveObject
textSnapshot
(default,null) :
flash.text.TextSnapshot
inherited from
flash.display.DisplayObjectContainer
totalFrames
(default,null) :
Int
trackAsMenu
:
Bool
transform
:
flash.geom.Transform
inherited from
flash.display.DisplayObject
useHandCursor
:
Bool
inherited from
flash.display.Sprite
visible
:
Bool
inherited from
flash.display.DisplayObject
width
:
Float
inherited from
flash.display.DisplayObject
x
:
Float
inherited from
flash.display.DisplayObject
y
:
Float
inherited from
flash.display.DisplayObject
z
:
Float
inherited from
flash.display.DisplayObject
metadata
:require
flash10
Instance Methods
hide inherited
show inherited
addChild
(child :
DisplayObject
) :
DisplayObject
inherited from
flash.display.DisplayObjectContainer
addChildAt
(child :
DisplayObject
, index :
Int
) :
DisplayObject
inherited from
flash.display.DisplayObjectContainer
addEventListener
(type :
String
, listener :
Dynamic
->
Void
, ?useCapture :
Bool
, ?priority :
Int
, ?useWeakReference :
Bool
) :
Void
inherited from
flash.events.EventDispatcher
addFrameScript
(?p1 :
Dynamic
, ?p2 :
Dynamic
, ?p3 :
Dynamic
, ?p4 :
Dynamic
, ?p5 :
Dynamic
) :
Void
areInaccessibleObjectsUnderPoint
(point :
flash.geom.Point
) :
Bool
inherited from
flash.display.DisplayObjectContainer
contains
(child :
DisplayObject
) :
Bool
inherited from
flash.display.DisplayObjectContainer
dispatchEvent
(event :
Event
) :
Bool
inherited from
flash.events.EventDispatcher
getBounds
(targetCoordinateSpace :
DisplayObject
) :
flash.geom.Rectangle
inherited from
flash.display.DisplayObject
getChildAt
(index :
Int
) :
DisplayObject
inherited from
flash.display.DisplayObjectContainer
getChildByName
(name :
String
) :
DisplayObject
inherited from
flash.display.DisplayObjectContainer
getChildIndex
(child :
DisplayObject
) :
Int
inherited from
flash.display.DisplayObjectContainer
getObjectsUnderPoint
(point :
flash.geom.Point
) :
Array
<
DisplayObject
>
inherited from
flash.display.DisplayObjectContainer
getRect
(targetCoordinateSpace :
DisplayObject
) :
flash.geom.Rectangle
inherited from
flash.display.DisplayObject
globalToLocal
(point :
flash.geom.Point
) :
flash.geom.Point
inherited from
flash.display.DisplayObject
globalToLocal3D
(point :
flash.geom.Point
) :
flash.geom.Vector3D
inherited from
flash.display.DisplayObject
metadata
:require
flash10
gotoAndPlay
(frame :
Dynamic
, ?scene :
String
) :
Void
gotoAndStop
(frame :
Dynamic
, ?scene :
String
) :
Void
hasEventListener
(type :
String
) :
Bool
inherited from
flash.events.EventDispatcher
hitTestObject
(obj :
DisplayObject
) :
Bool
inherited from
flash.display.DisplayObject
hitTestPoint
(x :
Float
, y :
Float
, ?shapeFlag :
Bool
) :
Bool
inherited from
flash.display.DisplayObject
local3DToGlobal
(point3d :
flash.geom.Vector3D
) :
flash.geom.Point
inherited from
flash.display.DisplayObject
metadata
:require
flash10
localToGlobal
(point :
flash.geom.Point
) :
flash.geom.Point
inherited from
flash.display.DisplayObject
nextFrame
() :
Void
nextScene
() :
Void
play
() :
Void
prevFrame
() :
Void
prevScene
() :
Void
removeChild
(child :
DisplayObject
) :
DisplayObject
inherited from
flash.display.DisplayObjectContainer
removeChildAt
(index :
Int
) :
DisplayObject
inherited from
flash.display.DisplayObjectContainer
removeChildren
(?beginIndex :
Int
, ?endIndex :
Int
) :
Void
inherited from
flash.display.DisplayObjectContainer
metadata
:require
flash11
removeEventListener
(type :
String
, listener :
Dynamic
->
Void
, ?useCapture :
Bool
) :
Void
inherited from
flash.events.EventDispatcher
requestSoftKeyboard
() :
Bool
inherited from
flash.display.InteractiveObject
metadata
:require
flash11
setChildIndex
(child :
DisplayObject
, index :
Int
) :
Void
inherited from
flash.display.DisplayObjectContainer
startDrag
(?lockCenter :
Bool
, ?bounds :
flash.geom.Rectangle
) :
Void
inherited from
flash.display.Sprite
startTouchDrag
(touchPointID :
Int
, ?lockCenter :
Bool
, ?bounds :
flash.geom.Rectangle
) :
Void
inherited from
flash.display.Sprite
metadata
:require
flash10_1
stop
() :
Void
stopDrag
() :
Void
inherited from
flash.display.Sprite
stopTouchDrag
(touchPointID :
Int
) :
Void
inherited from
flash.display.Sprite
metadata
:require
flash10_1
swapChildren
(child1 :
DisplayObject
, child2 :
DisplayObject
) :
Void
inherited from
flash.display.DisplayObjectContainer
swapChildrenAt
(index1 :
Int
, index2 :
Int
) :
Void
inherited from
flash.display.DisplayObjectContainer
toString
() :
String
inherited from
flash.events.EventDispatcher
willTrigger
(type :
String
) :
Bool
inherited from
flash.events.EventDispatcher