MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 690

Actionscript reference guide
Hide thumbs Also See for FLASH MX 2004 - ACTIONSCRIPT:
Table of Contents

Advertisement

TextField.hscroll
Availability
Flash Player 6.
Usage
my_txt.hscroll
Returns
An integer.
Description
Property; indicates the current horizontal scrolling position. If the
is not horizontally scrolled.
For more information on scrolling text, see
Example
The following example scrolls the text horizontally.
on (release) {
my_txt.hscroll += 1;
}
See also
TextField.maxhscroll
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
property is
html
non-HTML text field.
See also
TextField.htmlText
690
Chapter 12: ActionScript Dictionary
,
TextField.scroll
, the text field is an HTML text field. If
true
"Creating scrolling text" on page
html
property is 0, the text
hscroll
153.
is
, the text field is a
false

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?

Questions and answers

Table of Contents