56
Flash Lite Properties
scroll
Availability
Flash Lite 1.1.
Usage
textFieldVariableName
:scroll
Description
Property; controls the display of information in a text field associated with a variable. The
scroll
property defines where the text field begins displaying content; after you set it, Flash
Lite updates it as the user scrolls through the text field. You can use the
scroll
property to
create a scrolling text field or to direct a user to a specific paragraph in a long passage.
Example
The following code scrolls the
myText
text field up one line each time the user clicks the
2 key:
on(keyPress "2") {
if (myText:scroll > 1) {
myText:scroll--;
}
}
See also
maxscroll
_target
Availability
Flash Lite 1.0.
Usage
my_mc
:_target
Description
Property (read-only); returns the target path of the movie clip instance that
my_mc
specifies.
Summary of Contents for FLASH 8-FLASH
Page 1: ...Flash Lite 1 x ActionScript Language Reference...
Page 6: ...6 Contents...
Page 46: ...46 Flash Lite Global Functions...
Page 62: ...62 Flash Lite Properties...
Page 76: ...76 Flash Lite Statements...
Page 110: ...110 Flash Lite Operators...
Page 162: ...162 Index...