Difference between revisions of "Server-monitor.as"
From Organic Design wiki
(make a long line) |
(test script) |
||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
// Textbox | // Textbox | ||
| Line 20: | Line 12: | ||
| − | |||
function reduce() { | function reduce() { | ||
| − | + | } | |
| − | |||
| − | |||
| − | |||
Revision as of 01:12, 24 March 2006
// Textbox createTextField( 'rc', 1, 0, 0, 190, 200 ); with (rc) { selectable = false; _quality = 'BEST'; border = false; multiline = true; wordWrap = true; html = true; }
function reduce() {
}



