Difference between revisions of "Logo.as"
From Organic Design wiki
m |
(Back to testing PNG) |
||
| Line 1: | Line 1: | ||
| − | + | attachMovie( 'xmlwiki', 'test', 1 ); | |
| − | + | attachMovie( 'ball', 'ball', 2 ); | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | attachMovie( 'xmlwiki', 'test', | ||
| − | attachMovie( 'ball', 'ball', | ||
ball._x = ball._y = 50; | ball._x = ball._y = 50; | ||
ball._xscale = ball._yscale = 50; | ball._xscale = ball._yscale = 50; | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
function reduce() { | function reduce() { | ||
| − | + | // dynamics | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
} | } | ||
Revision as of 08:58, 16 March 2006
attachMovie( 'xmlwiki', 'test', 1 ); attachMovie( 'ball', 'ball', 2 ); ball._x = ball._y = 50; ball._xscale = ball._yscale = 50;
function reduce() { // dynamics }



