03.05.2013 Views

FLASH® LITE™ 2.x - Adobe Help and Support

FLASH® LITE™ 2.x - Adobe Help and Support

FLASH® LITE™ 2.x - Adobe Help and Support

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

age_txt.border = true;<br />

age_txt.maxChars = 2;<br />

maxhscroll (TextField.maxhscroll property)<br />

public maxhscroll : Number [read-only]<br />

Indicates the maximum value of TextField.hscroll.<br />

Example<br />

See the example for TextField.hscroll.<br />

maxscroll (TextField.maxscroll property)<br />

public maxscroll : Number [read-only]<br />

Indicates the maximum value of TextField.scroll.<br />

Example<br />

The following example sets the ma(imum value for the scrolling text field my_txt. Create two<br />

buttons, scrollUp_btn <strong>and</strong> scrollDown_btn, to scroll the text field. Add the following<br />

ActionScript to your FLA or ActionScript file.<br />

this.createTextField("scroll_txt", this.getNextHighestDepth(), 10, 10, 160,<br />

20);<br />

this.createTextField("my_txt", this.getNextHighestDepth(), 10, 30, 320,<br />

240);<br />

my_txt.multiline = true;<br />

my_txt.wordWrap = true;<br />

for (var i = 0; i

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!