|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
How would I go about starting the imported text at the bottom rather than having to scroll to the bottom?
Normal: ----------------- window top text 1 text 2 text 3 ----------------- window bottom text 4 text 5 Instead I would like: text 1 text 2 ----------------- window top text 3 text 4 text 5 ----------------- window bottom |
|
#2
|
|||
|
|||
|
something like this?
myVar = whatever variable is attached to your text box
myVar.scroll = myVar.maxscroll - 2 where 2 is (in your example) one less than the number of lines that can be seen. also i dunno if maxscroll is the last line or the line at the top of the text box when the last line is at the bottom of the text box...just play around. hope this helps, if not check the help files for scroll, and maxscroll...rob Last edited by rob5408 : February 25th, 2002 at 01:24 PM. |
|
#3
|
||||
|
||||
|
thanks, i figured it out using max scroll the other day.
|
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > start text at bottom |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|