MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference page 648

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

Modifiers
Property
_url:String
variable:String
_visible:Boolean
_width:Number
wordWrap:Boolean
_x:Number
_xmouse:Number
_xscale:Number
_y:Number
_ymouse:Number
_yscale:Number
Properties inherited from class Object
constructor (Object.constructor
property),
prototype (Object.prototype
(Object.__resolve property)
648
ActionScript classes
Description
[read-only]
Retrieves the URL of the SWF file that
created the text field.
The name of the variable that the text field is
associated with.
A Boolean value that indicates whether the
text field my_txt is visible.
The width of the text field, in pixels.
A Boolean value that indicates if the text field
has word wrap.
An integer that sets the x coordinate of a text
field relative to the local coordinates of the
parent movie clip.
[read-only]
Returns the x coordinate of the mouse
position relative to the text field.
Determines the horizontal scale of the text
field as applied from the registration point of
the text field, expressed as a percentage.
The y coordinate of a text field relative to the
local coordinates of the parent movie clip.
[read-only]
Indicates the y coordinate of the mouse
position relative to the text field.
The vertical scale of the text field as applied
from the registration point of the text field,
expressed as a percentage.
property),
property),
__proto__ (Object.__proto__
__resolve

Advertisement

Table of Contents
loading

Table of Contents