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