3D Space Example.as

From Organic Design wiki
Revision as of 10:34, 19 March 2006 by Nad (talk | contribs) (Test new include)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  1. include "Space.as"

// Create a ball attachMovie( 'ball', 'ball', 0 ); col = new Color( ball ); col.setTransform( { ra:0x40, ga:0x40, ba:0x80 } );