User Guide
TextField 1165
textColor:Number Indicates the color of the text in a text field.
textHeight:Number Indicates the height of the text.
textWidth:Number Indicates the width of the text.
thickness:Number The thickness of the glyph edges in this TextField
instance.
type:String Specifies the type of text field.
_url:String [read-
only]
Retrieves the URL of the SWF file that created the
text field.
variable:String The name of the variable that the text field is
associated with.
_visible:Boolean A Boolean value that indicates whether the text field
my_txt is visible.
_width:Number The width of the text field, in pixels.
wordWrap:Boolean A Boolean value that indicates if the text field has
word wrap.
_x:Number An integer that sets the x coordinate of a text field
relative to the local coordinates of the parent movie
clip.
_xmouse:Number [read-
only]
Returns the x coordinate of the mouse position
relative to the text field.
_xscale:Number Determines the horizontal scale of the text field as
applied from the registration point of the text field,
expressed as a percentage.
_y:Number The y coordinate of a text field relative to the local
coordinates of the parent movie clip.
_ymouse:Number [read-
only]
Indicates the y coordinate of the mouse position
relative to the text field.
_yscale:Number The vertical scale of the text field as applied from the
registration point of the text field, expressed as a
percentage.
Modifiers Property Description