c.
Press OK to close the input text dialog box.
d.
Press the Down Arrow key on the emulator's keypad again to give focus to the button,
and press the Select key.
Creating scrolling text (Flash Professional
Only)
Flash Lite 1.1 supports the
scrolling text fields. The
get and set its value. For example, the following code scrolls the text field whose variable name
is
down by five lines:
story_text
story_text.scroll += 5;
The
property specifies the first visible line in a text block when the last line of the
maxscroll
text is visible in the text block; this property is read-only. You can compare a text field's
property to its
maxscroll
text field. This is useful if you want to create a scroll bar that provides feedback about the
user's current scroll position relative to the maximum scroll position.
and
scroll
maxscroll
property specifies the first visible line in a text block; you can
scroll
property to determine how far a user has scrolled within a
scroll
Creating scrolling text (Flash Professional Only)
text field properties, which let you create
45
Need help?
Do you have a question about the FLASH 8-DEVELOPING FLASH LITE and is the answer not in the manual?