Difference between revisions of "3D Space Example.as"

From Organic Design wiki
(test debug here)
Line 1: Line 1:
 +
#include "debug.as"
 +
echo( 'Welcome to the peer interface!<br><br>', 'ffffff' );
 
Mouse.hide();
 
Mouse.hide();
 
#include "space.as"
 
#include "space.as"

Revision as of 00:14, 30 March 2006

  1. include "debug.as"

echo( 'Welcome to the peer interface!

', 'ffffff' ); Mouse.hide();

  1. include "space.as"

// Instantiate a new 3D-space // - extends createEmptyMovieClip( name, layer ) createSymbol( _root, 'space', 'mySpace', 0 );

// Test object mySpace.create( [ 'torus', 'myTorus', 6, 200, 2000 ] );