Server-monitor.as

From Organic Design wiki
Revision as of 05:40, 27 March 2006 by Rob (talk | contribs) (reorder)
  1. include "debug.as"

echo( 'Begin: Hello world!', 'ff0000' );

  1. include "peer-socket.as"
  2. include "bar-graph.as"

//createSymbol( this, 'barGraph', 'myGraph', 0 );

// Connect to our host to establish stream if ( socket.connect( 'organicdesign.co.nz', 1729 ) ) echo( 'Connecting...', '00ff00' ); else echo( 'Could not initialise connection!', 'ff0000' );


//function reduce() { // myGraph.rotate( Math.sin( ++x/10 ) * height / 3 + height / 2 ); // }