Цитата:
Сообщение от undefined
 Код AS3:
chatLog.scrollV = logVar;
?
|
Не появляется

Код AS3:
//New Chat Log Coding:
//--Basic Add Message Coding:
panel_chat.history_chat.chatLog.htmlText += sender.name + ": " + msg; //Add text to textbox
//--Basic Auto-Scroll Coding:
var logVar = 1; //Creates a variable, you might want to increase this
panel_chat.history_chat.chatLog.scrollV = logVar; //Scrolls textbox to variable amount
logVar++; //Increases variable value