3D Space Example.as

From Organic Design wiki
Revision as of 04:39, 7 May 2006 by Nad (talk | contribs)

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', 5, 200, 2000 ] );