Server-monitor.as

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

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

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

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

function reduce() {

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