EasyManua.ls Logo

MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT - Page 690

MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT
816 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
690 Chapter 12: ActionScript Dictionary
TextField.hscroll
Availability
Flash Player 6.
Usage
my_txt.hscroll
Returns
An integer.
Description
Property; indicates the current horizontal scrolling position. If the hscroll property is 0, the text
is not horizontally scrolled.
For more information on scrolling text, see “Creating scrolling text” on page 153.
Example
The following example scrolls the text horizontally.
on (release) {
my_txt.hscroll += 1;
}
See also
TextField.maxhscroll
, TextField.scroll
TextField.html
Availability
Flash Player 6.
Usage
my_txt.html
Description
Property; a flag that indicates whether the text field contains an HTML representation. If the
html property is true, the text field is an HTML text field. If html is false, the text field is a
non-HTML text field.
See also
TextField.htmlText

Table of Contents

Related product manuals