Logo.as

From Organic Design wiki
Revision as of 09:15, 16 March 2006 by Nad (talk | contribs)

attachMovie( 'xmlwiki', 'test', 1 ); test._x = test._y = 50; test._xscale = test._yscale = 500;

attachMovie( 'ball', 'ball', 2 ); ball._x = ball._y = 50; ball._xscale = ball._yscale = 50;

function reduce() { // dynamics }