Difference between revisions of "Server-monitor.as"
From Organic Design wiki
m |
(Colour was just black by default that's all!) |
||
| Line 8: | Line 8: | ||
wordWrap = true; | wordWrap = true; | ||
html = true; | html = true; | ||
| − | htmlText = 'Hello World :-)'; | + | htmlText = '<font color=green>Hello World :-)</font>'; |
} | } | ||
Revision as of 02:42, 24 March 2006
// Textbox createTextField( 'rc', 1, 0, 0, width, height ); with (rc) { selectable = true; _quality = 'BEST'; border = false; multiline = true; wordWrap = true; html = true; htmlText = 'Hello World :-)'; }
function reduce() {
}



