Flash Player 6.
my_txt.hscroll
An integer.
Property; indicates the current horizontal scrolling position. If the hscroll property is 0, the text is not horizontally scrolled.
The following example scrolls the text horizontally.
on (release) {
my_txt.hscroll += 1;
}