Difference between revisions of "Server-monitor.as"

From Organic Design wiki
(The width & height of the movie are made available in root by the compiler)
(Put "hello world" in it)
Line 8: Line 8:
 
wordWrap = true;
 
wordWrap = true;
 
html = true;
 
html = true;
 +
htmlText = 'Hello World :-)';
 
}
 
}
  

Revision as of 02:39, 24 March 2006

// Textbox createTextField( 'rc', 1, 0, 0, width, height ); with (rc) { selectable = false; _quality = 'BEST'; border = false; multiline = true; wordWrap = true; html = true; htmlText = 'Hello World :-)'; }


function reduce() {

}