T > TextField.hscroll

 

TextField.hscroll

Availability

Flash Player 6.

Usage

TextField.hscroll

Returns

An integer.

Description

Property; indicates the current horizontal scrolling position. If the hscroll property is 0, the text is not horizontally scrolled.

Example

The following example scrolls the text horizontally.

on (release) {
	myTextField.hscroll += 1;
}

See also

TextField.maxhscroll, TextField.scroll