flash.display.InteractiveObject
type
class
extends
DisplayObject
subclasses
flash.display.DisplayObjectContainer
,
flash.display.SimpleButton
,
flash.text.TextField
available in
flash
Constructor
new
()
Instance Variables
hide inherited
show inherited
accessibilityImplementation
:
flash.accessibility.AccessibilityImplementation
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
cacheAsBitmap
:
Bool
inherited from
flash.display.DisplayObject
contextMenu
:
flash.ui.ContextMenu
doubleClickEnabled
:
Bool
filters
:
Array
<
flash.filters.BitmapFilter
>
inherited from
flash.display.DisplayObject
focusRect
:
Dynamic
height
:
Float
inherited from
flash.display.DisplayObject
loaderInfo
(default,null) :
LoaderInfo
inherited from
flash.display.DisplayObject
mask
:
DisplayObject
inherited from
flash.display.DisplayObject
mouseEnabled
:
Bool
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
metadata
:require
flash11
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
scrollRect
:
flash.geom.Rectangle
inherited from
flash.display.DisplayObject
softKeyboardInputAreaOfInterest
:
flash.geom.Rectangle
metadata
:require
flash11
stage
(default,null) :
Stage
inherited from
flash.display.DisplayObject
tabEnabled
:
Bool
tabIndex
:
Int
transform
:
flash.geom.Transform
inherited from
flash.display.DisplayObject
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
addEventListener
(type :
String
, listener :
Dynamic
->
Void
, ?useCapture :
Bool
, ?priority :
Int
, ?useWeakReference :
Bool
) :
Void
inherited from
flash.events.EventDispatcher
dispatchEvent
(event :
Event
) :
Bool
inherited from
flash.events.EventDispatcher
getBounds
(targetCoordinateSpace :
DisplayObject
) :
flash.geom.Rectangle
inherited from
flash.display.DisplayObject
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
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
removeEventListener
(type :
String
, listener :
Dynamic
->
Void
, ?useCapture :
Bool
) :
Void
inherited from
flash.events.EventDispatcher
requestSoftKeyboard
() :
Bool
metadata
:require
flash11
toString
() :
String
inherited from
flash.events.EventDispatcher
willTrigger
(type :
String
) :
Bool
inherited from
flash.events.EventDispatcher