ActionScript Dictionary Overview > Contents of the dictionary

 

Contents of the dictionary

All dictionary entries are listed alphabetically. However, some operators are symbols and are presented in ASCII order. In addition, methods that are associated with an object or component are listed along with the object or component name—for example, the abs method of the Math object is listed as Math.abs, and the getValue method of the FRadioButton component is listed as FRadioButton.getValue.

The following two tables help you locate these elements. The first table lists the symbolic operators in the order in which they occur in the dictionary. The second table lists all other ActionScript elements.

Note: For precedence and associativity of operators, see Appendix A, Operator Precedence and Associativity

Symbolic operators

 

--

-- (decrement)

++

++ (increment)

!

! (logical NOT)

!=

!= (inequality)

!==

!== (strict inequality)

%

% (modulo)

%=

%= (modulo assignment)

&

& (bitwise AND)

&&

&& (short-circuit AND)

&=

&= (bitwise AND assignment)

()

() (parentheses)

-

- (minus)

*

* (multiplication)

*=

*= (multiplication assignment)

,

, (comma)

.

. (dot)

?:

?: (conditional)

/

/ (division)

//

// (comment delimiter)

/*

/* (comment delimiter)

/=

/= (division assignment)

[]

[] (array access)

^

^(bitwise XOR)

^=

^= (bitwise XOR assignment)

{}

{} (object initializer)

|

| (bitwise OR)

||

|| (logical OR)

|=

|= (bitwise OR assignment)

~

~ (bitwise NOT)

+

+ (addition)

+=

+= (addition assignment)

<

< (less than)

<<

<< (bitwise left shift)

<<=

<<= (bitwise left shift and assignment)

<=

<= (less than or equal to)

<>

<> (inequality)

=

= (assignment)

-=

-= (subtraction assignment)

==

== (equality)

===

=== (strict equality)

>

> (greater than)

>=

>= (greater than or equal to)

>>

>> (bitwise right shift)

>>=

>>= (bitwise right shift and assignment)

>>>

>>> (bitwise unsigned right shift)

>>>=

>>>= (bitwise unsigned right shift and assignment)


.

The following table lists all ActionScript elements that are not symbolic operators.

ActionScript element

See entry

abs

Math.abs

acos

Math.acos

add

add

addItem

FComboBox.addItem, FListBox.addItem

addItemAt

FComboBox.addItemAt, FListBox.addItem

addListener

FStyleFormat.addListener, Key.addListener, Mouse.addListener, Selection.addListener, Stage.addListener, TextField.addListener

addProperty

Object.addProperty

and

and

align

Stage.align, TextFormat.align

_alpha

MovieClip._alpha, Button._alpha, TextField._alpha

appendChild

XML.appendChild

apply

Function.apply

applyChanges

FStyleFormat.applyChanges

Arguments

arguments (object)

Array

Array (object)

arrow

FStyleFormat.arrow

asfunction

asfunction

asin

Math.asin

atan

Math.atan

atan2

Math.atan2

attachMovie

MovieClip.attachMovie

attachSound

Sound.attachSound

attributes

XML.attributes

autosize

TextField.autoSize

background

FStyleFormat.background, TextField.background

backgroundColor

TextField.backgroundColor

backgroundDisabled

FStyleFormat.backgroundDisabled

BACKSPACE

Key.BACKSPACE

beginFill

MovieClip.beginFill

beginGradientFill

MovieClip.beginGradientFill

blockIndent

TextFormat.blockIndent

bold

TextFormat.bold

Boolean

Boolean (function), Boolean (object)

border

TextField.border

borderColor

TextField.borderColor

bottomScroll

TextField.bottomScroll

break

break

bullet

TextFormat.bullet

Button

Button (object)

call

call, Function.call

call function

call function

callee

arguments.callee

caller

arguments.caller

capabilities

System.capabilities (object)

CAPSLOCK

Key.CAPSLOCK

case

case

ceil

Math.ceil

charAt

String.charAt

charCodeAt

String.charCodeAt

check

FStyleFormat.check

childNodes

XML.childNodes

chr

chr

clear

MovieClip.clear

clearInterval

clearInterval

cloneNode

XML.cloneNode

close

XMLSocket.close

Color

Color (object), TextFormat.color

concat

Array.concat, String.concat

connect

XMLSocket.connect

constructor

Array (object), Boolean (object), Color (object), Date (object), Number (function), Object (object), Sound (object), String (object), XML (object), XMLSocket (object)

contentType

LoadVars.contentType, XML.contentType

ccntinue

continue

CONTROL

Key.CONTROL

cos

Math.cos

createElement

XML.createElement

createEmptyMovieClip

MovieClip.createEmptyMovieClip

createTextField

MovieClip.createTextField

createTextNode

XML.createTextNode

_currentframe

MovieClip._currentframe

curveTo

MovieClip.curveTo

Date

Date (object)

darkshadow

FStyleFormat.darkshadow

default

default

delete

delete

DELETEKEY

Key.DELETEKEY

docTypeDecl

XML.docTypeDecl

do while

do while

DOWN

Key.DOWN

_droptarget

MovieClip._droptarget

duplicateMovieClip

duplicateMovieClip, MovieClip.duplicateMovieClip

duration

Sound.duration

E

Math.E

#endinitclip

#endinitclip

else

else

else if

else if

embedFonts

TextField.embedFonts

enab led

Button.enabled, MovieClip.enabled

END

Key.END

endFill

MovieClip.endFill

ENTER

Key.ENTER

eq

eq (equal—string specific)

escape (function)

escape

ESCAPE (constant)

Key.ESCAPE

eval

eval

evaluate

evaluate

exp

Math.exp

face

FStyleFormat.face

false

false

FCheckBox

FCheckBox (component)

FComboBox

FListBox (component)

firstChild

XML.firstChild

FListBox

FListBox (component)

floor

Math.floor

focusEnabled

MovieClip.focusEnabled

_focusrect

_focusrect, Button._focusrect, TextField._focusrect, MovieClip._focusrect

font

TextFormat.font

for

for

for..in

for..in

foregroundDisabled

FStyleFormat.foregroundDisabled

FPushButton

FPushButton (component)

FRadioButton

FPushButton (component)

_framesloaded

MovieClip._framesloaded

fromCharCode

String.fromCharCode

fscommand

fscommand

FScrollBar

FScrollBar (component)

FScrollPane

FScrollPane (component)

FStyleFormat

FStyleFormat (object)

function

function, Function (object)

ge

ge (greater than or equal to—string specific)

get

CustomActions.get

getAscii

Key.getAscii

getBeginIndex

Selection.getBeginIndex

getBounds

MovieClip.getBounds

getBytesLoaded

LoadVars.getBytesLoaded, MovieClip.getBytesLoaded, Sound.getBytesLoaded, XML.getBytesLoaded

getBytesTotal

LoadVars.getBytesTotal, MovieClip.getBytesTotal, Sound.getBytesTotal, XML.getBytesTotal

getCaretIndex

Selection.getCaretIndex

getCode

Key.getCode

getData

FRadioButton.getData

getDate

Date.getDate

getDay

Date.getDay

getDepth

Button.getDepth, MovieClip.getDepth, TextField.getDepth

getEnabled

FCheckBox.getEnabled, FComboBox.getEnabled, FListBox.getEnabled, FPushButton.getEnabled, FRadioButton.getEnabled, FScrollBar.getEnabled

getEndIndex

Selection.getEndIndex

getFocus

Selection.getFocus

getFontList

TextField.getFontList

getFullYear

Date.getFullYear

getHours

Date.getHours

getItemAt

FComboBox.getItemAt, FListBox.addItemAt

getLabel

FCheckBox.getLabel, FPushButton.getLabel, FRadioButton.getLabel

getLength

FComboBox.getLength, FListBox.getLength

getMilliseconds

Date.getMilliseconds

getMinutes

Date.getMinutes

getMonth

Date.getMonth

getNewTextFormet

TextField.getNewTextFormat

getPan

Sound.getPan

getPaneHeight

FScrollPane.getPaneHeight

getPaneWidth

FScrollPane.getPaneWidth

getProperty

getProperty

getRowCount

FComboBox.getRowCount, FListBox.getRowCount

getRGB

Color.getRGB

getScrollContent

FScrollPane.getScrollContent

getScrollPosition

FComboBox.getScrollPosition, FListBox.getScrollPosition, FScrollBar.getScrollPosition, FScrollPane.getScrollPosition

getSeconds

Date.getSeconds

getSelectedIndex

FComboBox.getSelectedIndex, FListBox.getSelectedIndex

getSelectedIndices

FListBox.getSelectedIndices

getSelectedItem

FComboBox.getSelectedItem, FListBox.getSelectedItem

getSelectedItems

FListBox.getSelectedItem

getSelectMultiple

FListBox.getSelectMultiple

getState

FRadioButton.getState

getTextExtent

TextFormat.getTextExtent

getTextFormat

TextField.getTextFormat

getTime

Date.getTime

getTimer

getTimer

getTimezoneOffset

Date.getTimezoneOffset

getTransform

Color.getTransform, Sound.getTransform

getURL

getURL, MovieClip.getURL

getUTCDate

Date.getUTCDate

getUTCDay

Date.getUTCDay

getUTCFullYear

Date.getUTCFullYear

getUTCHours

Date.getUTCHours

getUTCMilliseconds

Date.getUTCMilliseconds

getUTCMinutes

Date.getUTCMinutes

getUTCMonth

Date.getUTCMonth

getUTCSeconds

Date.getUTCSeconds

getValue

FCheckBox.getValue, FComboBox.getValue, FListBox.getValue, FRadioButton.getValue

getVersion

getVersion

getVolume

Sound.getVolume

getYear

Date.getYear

_global

_global

globalStyleFormat

globalStyleFormat

globalToLocal

MovieClip.globalToLocal

goto

gotoAndPlay, gotoAndStop

gotoAndPlay

gotoAndPlay, MovieClip.gotoAndPlay

gotoAndStop

gotoAndStop, MovieClip.gotoAndStop

gt

gt (greater than —string specific)

hasAccessibility

System.capabilities.hasAccessibility

hasAudio

System.capabilities.hasAudio

hasAudioEncoder

System.capabilities.hasMP3

hasMP3

System.capabilities.hasMP3

hasVideoEncoder

System.capabilities.language

hasChildNodes

XML.hasChildNodes

height

Stage.height

_height

MovieClip._height, TextField._height, Button._height

hide

Mouse.hide

highlight

FStyleFormat.highlight

highlight3D

FStyleFormat.highlight3D

_highquality

_highquality, Button._highquality, MovieClip._highquality, TextField._highquality

hitArea

MovieClip.hitArea

hitTest

MovieClip.hitTest

HOME

Key.HOME

hscroll

TextField.hscroll

html

TextField.html

htmlText

TextField.htmlText

if

if

ifFrameLoaded

ifFrameLoaded

ignoreWhite

XML.ignoreWhite

#include

#include

indent

TextFormat.indent

indexOf

String.indexOf

#initclip

#initclip

INSERT

Key.INSERT

insertBefore

XML.insertBefore

install

CustomActions.install

instanceof

instanceof

int

int

isActive

Accessibility.isActive

isDown

Key.isDown

isFinite

isFinite

isNaN

isNaN

isToggled

Key.isToggled

italic

TextFormat.italic

join

Array.join

Key

Key (object)

language

System.capabilities.language

lastChild

XML.lastChild

lastIndexOf

String.lastIndexOf

le

le (less than or equal to — string specific)

leading

TextFormat.leading

LEFT

Key.LEFT

leftMargin

TextFormat.leftMargin

length

arguments.length, Array.length, String.length, Sound.loadSound, TextField.length

level

_level

lineStyle

MovieClip.lineStyle

lineTo

MovieClip.lineTo

list

CustomActions.uninstall

LN2

Math.LN2

LN10

Math.LN10

load

XML.load, LoadVars.load

loaded

XML.loaded, LoadVars.loaded

loadMovie

loadMovie, MovieClip.loadMovie

loadMovieNum

loadMovieNum

loadScrollContent

FScrollPane.loadScrollContent

loadSound

Sound.loadSound

loadVariables

loadVariables, MovieClip.loadVariables

loadVariablesNum

loadVariablesNum

LoadVars

LoadVars (object)

localToGlobal

MovieClip.localToGlobal

log

Math.log

LOG2E

Math.LOG2E

LOG10E

Math.LOG10E

lt

lt (less than — string specific)

manufacturer

System.capabilities.manufacturer

Math

Math (object)

max

Math.max

maxChars

TextField.maxChars

maxhscroll

TextField.maxhscroll

maxscroll

maxscroll, TextField.maxscroll

MAX_VALUE

Number.MAX_VALUE

mbchr

mbchr

mblength

mblength

mbord

mbord

mbsubstring

mbsubstring

method

method

min

Math.min

MIN_VALUE

Number.MIN_VALUE

Mouse

Mouse (object)

moveTo

MovieClip.moveTo

MovieClip

MovieClip (object)

multiline

TextField.multiline

_name

MovieClip._name, TextField._name, Button._name

NaN

NaN, Number.NaN

ne

ne (not equal — string specific)

NEGATIVE_INFINITY

Number.NEGATIVE_INFINITY

new (operator)

new

newline

newline

nextFrame

nextFrame, MovieClip.nextFrame

nextScene

nextScene

nextSibling

XML.nextSibling

nodeName

XML.nodeName

nodeType

XML.nodeType

nodeValue

XML.nodeValue

not

not

null

null

Number

Number (function), Number (object)

Object

Object (object)

on

on

onClipEvent

onClipEvent

onClose

XMLSocket.onClose

onChanged

TextField.onChanged

onConnect

XMLSocket.onConnect

onData

XML.onData, XMLSocket.onData

onDragOut

Button.onDragOut, MovieClip.onDragOut

onDragOver

Button.onDragOver, MovieClip.onDragOver

onEnterFrame

MovieClip.onEnterFrame

onKeyDown

Button.onKeyDown, Key.onKeyDown, MovieClip.onKeyDown

onKeyUp

Button.onKeyUp, Key.onKeyUp, MovieClip.onKeyUp

onKillFocus

Button.onKillFocus, MovieClip.onKillFocus, TextField.onKillFocus

onLoad

LoadVars.onLoad, MovieClip.onLoad, Sound.onLoad, XML.onLoad

onMouseDown

Mouse.onMouseDown, MovieClip.onMouseDown

onMouseMove

Mouse.onMouseMove, MovieClip.onMouseMove

onMouseUp

Mouse.onMouseUp, MovieClip.onMouseUp

onPress

Button.onPress, MovieClip.onPress

onRelease

Button.onRelease, MovieClip.onRelease

onReleaseOutisde

Button.onReleaseOutside, MovieClip.onReleaseOutside

onResize

Stage.onResize

onRollOut

Button.onRollOut

onRollOver

Button.onRollOver

onScroller

TextField.onScroller

onSetFocus

Button.onSetFocus, MovieClip.onSetFocus, Selection.onSetFocus, TextField.onSetFocus

onSort

Array.pop

onSoundComplete

Sound.onSoundComplete

onUnload

MovieClip.onUnload

onXML

XMLSocket.onXML

or (logical OR)

or

ord

ord

os

System.capabilities.os

_parent

_parent, Button._parent, MovieClip._parent, TextField._parent

parentNode

XML.parentNode

parseFloat

parseFloat

parseInt

parseInt

parseXML

XML.parseXML

password

TextField.password

PGDN

Key.PGDN

PGUP

Key.PGUP

PI

Math.PI

pixelAspectRatio

System.capabilities.pixelAspectRatio

play

play, MovieClip.play

pop

Array.pop

position

Sound.position

POSITIVE_INFINITY

Number.POSITIVE_INFINITY

pow

Math.pow

prevFrame

prevFrame, MovieClip.prevFrame

previousSibling

XML.previousSibling

prevScene

prevScene

print

print

printAsBitmap

printAsBitmap

printAsBitmapNum

printAsBitmapNum

printNum

printNum

__proto__

Object.__proto__

push

Array.push

_quality

_quality, TextField._quality, Button._quality

radioDot

FStyleFormat.radioDot

random

random, Math.random

refreshPane

FScrollPane.refreshPane

registerClass

Object.registerClass

registerSkinElement

FCheckBox.registerSkinElement, FComboBox.registerSkinElement, FListBox.registerSkinElement, FPushButton.registerSkinElement, FRadioButton.registerSkinElement, FScrollPane.registerSkinElement, FScrollPane.registerSkinElement

removeAll

FComboBox.removeAll, FListBox.removeAll

removeItemAt

FComboBox.removeItemAt, FListBox.removeItemAt

removeListener

FStyleFormat.removeListener, Key.removeListener, Mouse.removeListener, Selection.removeListener, Stage.removeListener, TextField.removeListener

removeMovieClip

removeMovieClip, MovieClip.removeMovieClip

removeNode

XML.removeNode

removeTextField

TextField.removeTextField

replaceItemAt

FComboBox.replaceItemAt, FListBox.replaceItemAt

replaceSel

TextField.replaceSel

resolutionX

Capabilities.screenResolutionX

resolutionY

Capabilities.screenResolutionY

restrict

TextField.restrict

return

return

reverse

Array.reverse

RIGHT

Key.RIGHT

rightMargin

TextFormat.rightMargin

_root

_root

_rotation

MovieClip._rotation, Button._rotation, TextField._rotation

round

Math.round

scaleMode

Stage.scaleMode

screenColor

System.capabilities.screenColor

screenDPI

System.capabilities.screenDPI

screenResolution.x

System.capabilities.screenResolution.x

screenResolution.y

System.capabilities.screenResolution.y

scroll

scroll, TextField.scroll

scrollTrack

FStyleFormat.scrollTrack

selectable

TextField.selectable

selection

FStyleFormat.selection

Selection

Selection (object)

selectionDisabled

FStyleFormat.selectionDisabled

selectionUnfocused

FStyleFormat.selectionUnfocused

send

LoadVars.send, XML.send, XMLSocket.send

sendAndLoad

LoadVars.sendAndLoad, XML.sendAndLoad

set variable

set variable

setAutoHideScrollBar

FListBox.setAutoHideScrollBar

setChangeHandler

FCheckBox.setChangeHandler, FComboBox.setChangeHandler, FListBox.setChangeHandler, FRadioButton.setChangeHandler, FScrollBar.setChangeHandler

setClickHandler

FPushButton.setClickHandler

setData

FRadioButton.setData

setDataProvider

FComboBox.setDataProvider, FListBox.setDataProvider

setDate

Date.setDate

setDragContent

FScrollPane.setDragContent

setEditable

FComboBox.setEditable

setEnabled

FCheckBox.setEnabled,FComboBox.setEnabled, FListBox.setEnabled, FPushButton.setEnabled, FRadioButton.setEnabled, FScrollBar.setEnabled

setFocus

Selection.setFocus

setFullYear

Date.setFullYear

setGroupName

FRadioButton.setGroupName

setHorizontal

FScrollBar.setHorizontal

setHours

Date.setHours

setHScroll

FScrollPane.setHScroll

setInterval

setInterval

setItemSymbol

FComboBox.setItemSymbol, FListBox.setItemSymbol

setLabel

FCheckBox.setLabel, FPushButton.setLabel, FRadioButton.setLabel

setLabelPlacement

FCheckBox.setLabelPlacement, FRadioButton.setLabelPlacement

setLargeScroll

FScrollBar.setLargeScroll

setMask

MovieClip.setMask

setMilliseconds

Date.setMilliseconds

setMinutes

Date.setMinutes

setMonth

Date.setMonth

setNewTextFormat

TextField.setNewTextFormat

setPan

Sound.setPan

setProperty

setProperty

setRGB

Color.setRGB

setRowCount

FComboBox.setRowCount, FListBox.setRowCount

setScrollContent

FScrollBar.setSize, FScrollPane.setScrollContent

setScrollPosition

FListBox.setScrollPosition, FScrollBar.setScrollPosition, FScrollPane.setScrollPosition

setScrollProperties

FScrollBar.setScrollProperties

setScrollTarget

FScrollBar.setScrollTarget

setSeconds

Date.setSeconds

setSelectedIndex

FComboBox.setSelectedIndex, FListBox.setSelectedIndex

setSelectedIndices

FListBox.setSelectedIndices

setSelection

Selection.setSelection

setSelectMultiple

FListBox.setSelectMultiple

setSize

FCheckBox.setSize, FComboBox.setSize, FListBox.setSize, FPushButton.setSize, FScrollBar.setSize, FScrollPane.setSize

setSmallScroll

FScrollBar.setSmallScroll

setState

FRadioButton.setState

setStyleProperty

FCheckBox.setStyleProperty, FComboBox.setStyleProperty, FListBox.setStyleProperty, FPushButton.setStyleProperty, FRadioButton.setStyleProperty, FScrollBar.setStyleProperty, FScrollPane.setStyleProperty

setTextFormat

TextField.setTextFormat

setTime

Date.setTime

setTransform

Color.setTransform,Sound.setTransform

setUTCDate

Date.setUTCDate

setUTCFullYear

Date.setUTCFullYear

setUTCHours

Date.setUTCHours

setUTCMilliseconds

Date.setUTCMilliseconds

setUTCMinutes

Date.setUTCMinutes

setUTCMonth

Date.setUTCMonth

setUTCSeconds

Date.setUTCSeconds

setValue

FCheckBox.setValue, FComboBox.setValue,FRadioButton.setValue

setVolume

Sound.setVolume

setVScroll

FScrollPane.setVScroll

setWidth

FListBox.setWidth

setYear

Date.setYear

shadow

FStyleFormat.shadow

shift (method)

Array.shift

SHIFT (constant)

Key.SHIFT

show

Mouse.show

sin

Math.sin

size

TextFormat.size

slice

Array.slice, String.slice

sort

Array.sort

sortItemsBy

FComboBox.sortItemsBy, FListBox.sortItemsBy

Sound

Sound (object)

_soundbuftime

_soundbuftime, TextField._soundbuftime, MovieClip._soundbuftime, Button._soundbuftime

SPACE

Key.SPACE

splice

Array.splice

split

String.split

sqrt

Math.sqrt

SQRT1_2

Math.SQRT1_2

SQRT2

Math.SQRT2

start

Sound.start

startDrag

startDrag, MovieClip.startDrag

status

XML.status

stop

stop, MovieClip.stop, Sound.stop

stopAllSounds

stopAllSounds

stopDrag

stopDrag, MovieClip.stopDrag

String

String (function), String (object)

substr

String.substring

substring

substring, String.substring

super

super

swapDepths

MovieClip.swapDepths

switch

switch

System

System (object)

TAB

Key.TAB

tabChildren

MovieClip.tabChildren

tabEnabled

Button.tabEnabled, TextField.tabEnabled, MovieClip.tabEnabled

tabIndex

Button.tabIndex, MovieClip.tabIndex, TextField.tabIndex

tabStops

TextFormat.tabStops

tan

Math.tan

target

TextFormat.target

_target

Button._target, MovieClip._target, TextField._target

targetPath

targetPath

tellTarget

tellTarget

text

TextField.text

textAlign

FStyleFormat.textAlign

textBold

FStyleFormat.textBold

textColor

FStyleFormat.textColor, TextField.textColor

textDisabled

FStyleFormat.textDisabled

TextField

TextField (object)

textFont

FStyleFormat.textFont

TextFormat

TextFormat (object)

textHeight

TextField.textHeight

textIndent

FStyleFormat.textIndent

textItalic

FStyleFormat.textItalic

textLeftMargin

FStyleFormat.textLeftMargin

textRightMargin

FStyleFormat.textRightMargin

textSelected

FStyleFormat.textSelected

textSize

FStyleFormat.textSize

textUnderline

FStyleFormat.textUnderline

textWidth

TextField.textWidth

this

this

toggleHighQuality

toggleHighQuality

toLowerCase

String.toLowerCase

toString

Array.toString, Boolean.toString, Date.toString, Number.toString, Object.toString, XML.toString

_totalframes

MovieClip._totalframes

toUpperCase

String.toUpperCase

trace

trace

trackAsMenu

Button.trackAsMenu, MovieClip.trackAsMenu

true

true

type

TextField.type

typeof

typeof

undefined

undefined

underline

TextFormat.underline

unescape

unescape

uninstall

CustomActions.uninstall

unloadMovie

unloadMovie, MovieClip.unloadMovie

unLoadMovieNum

unloadMovieNum

unshift

Array.unshift

unwatch

Object.unwatch

UP

Key.UP

updateAfterEvent

updateAfterEvent

url

TextFormat.url

_url

MovieClip._url, TextField._url, Button._url

useHandCursor

Button.useHandCursor, MovieClip.useHandCursor

UTC

Date.UTC

valueOf

Boolean.valueOf, Number.valueOf, Object.valueOf

var

var

variable

TextField.variable

version

System.capabilities.version

_visible

MovieClip._visible, Button._visible, TextField._visible

void

void

watch

Object.watch

while

while

width

Stage.width

_width

MovieClip._width, TextField._width, Button._width

with

with

wordwrap

TextField.wordWrap

_x

Button._x, MovieClip._x, TextField._x

XML

XML (object)

xmlDecl

XML.xmlDecl

XMLSocket

XMLSocket (object)

_xmouse

Button._xmouse, MovieClip._xmouse, TextField._xmouse

_xscale

Button._xscale, MovieClip._xscale, TextField._xscale

_y

Button._y, MovieClip._y, TextField._y

_ymouse

Button._ymouse, MovieClip._ymouse, TextField._ymouse

_yscale

Button._yscale, MovieClip._yscale, TextField._yscale