3D Space Example.as

From Organic Design wiki
Revision as of 00:15, 30 March 2006 by Nad (talk | contribs) (rv - yip fine)

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 ] );