User Guide

42 Chapter 3: Objects
fontItem object The fontItem object is a subclass of the Item object.
Frame object The Frame object represents frames in the layer.
HalfEdge object Directed side of the edge of a Shape object.
Instance object The Instance object is a subclass of the Element object.
Item object The Item object is an abstract base class.
Layer object The Layer object represents a layer in the Timeline.
library object The library object represents the Library panel.
LinkedVideoInstance object The LinkedVideoInstance object is a subclass of the Instance object.
Math object The Math object is available as a read-only property of the flash
object; see
fl.Math.
Matrix object The Matrix object represents a transformation matrix.
outputPanel object The outputPanel object represents the Output panel, which displays
troubleshooting information such as syntax errors.
Parameter object The Parameter object type is accessed from the
screen.parameters
array (which corresponds to the screen Property inspector in the
Flash authoring tool) or by the
componentInstance.parameters array
(which corresponds to the component Property inspector in the
authoring tool).
Path object The Path object defines a sequence of line segments (straight,
curved, or both), which you typically use when creating extensible
tools.
Screen object The Screen object represents a single screen in a slide or form
document.
ScreenOutline object The ScreenOutline object represents the group of screens in a slide
or form document.
Shape object The Shape object is a subclass of the Element object. The Shape
object provides more precise control than the drawing APIs for
manipulating or creating geometry on the Stage.
SoundItem object The SoundItem object is a subclass of the Item object. It represents
a library item used to create a sound.
Stroke object The Stroke object contains all the settings for a stroke, including the
custom settings.
SymbolInstance object The SymbolInstance object is a subclass of the Instance object and
represents a symbol in a frame.
SymbolItem object The SymbolItem object is a subclass of the Item object.
Text object The Text object represents a single text item in a document.
TextAttrs object The TextAttrs object contains all the properties of text that can be
applied to a subselection. This object is a subclass of the Text
object.
Object Description