3D Space Example.as

From Organic Design wiki
Revision as of 21:59, 28 March 2006 by Nad (talk | contribs) (Space's reduce should be called automatically now)

Mouse.hide();

  1. include "space.as"

// Instantiate a new 3D-space // - extends createEmptyMovieClip( name, layer ) createEmptySpace( 'mySpace', 1 ); mySpace._x = width / 2; mySpace._y = height / 2;

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