Difference between revisions of "Server-monitor.as"

From Organic Design wiki
(test script)
(The width & height of the movie are made available in root by the compiler)
Line 1: Line 1:
 
 
// Textbox
 
// Textbox
createTextField( 'rc', 1, 0, 0, 190, 200 );
+
createTextField( 'rc', 1, 0, 0, width, height );
 
with (rc) {
 
with (rc) {
 
selectable = false;
 
selectable = false;

Revision as of 01:31, 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; }


function reduce() {

}