3D Space Example.as

From Organic Design wiki
Revision as of 22:06, 28 March 2006 by Nad (talk | contribs) (Instantiate with space.create())

Mouse.hide();

  1. include "space.as"

// Instantiate a new 3D-space // - extends createEmptyMovieClip( name, layer ) create.space( 'mySpace', 1 );

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