
08-10-2007, 04:07 AM
|
|
Jazz teh Awesome
|
 |
Join Date: Jul 2006
Location: California
Posts: 596
|
|
|
Ok, now I need some more help. lol
It has to do with guis also...
Ok, I have a gui scroll ctrl with text inside it.
Now, as the player chats, the text adds line to what the player is saying.
When the text reaches the bottom of the scroll box, I need the scroll to go to the bottom.
Currently, it hides 1 line...
Say, its starting to stretch the scroll, and you say 'Test'. It will not show up, cause its hidden.
Then you say 'Test2', and 'Test' will show up and 'Test2' will be hidden...
I currently have the script set to this
texth1.scrollto(0, text123.height);
So, what ese can I do so it doesnt hide that 1 line? |
|
|
|