3D Space Example.as
From Organic Design wiki
<as> Mouse.hide();
- 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 ] ); </as>