User Guide
648 ActionScript classes
Properties inherited from class Object
_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.
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)
Modifiers Property Description