Difference between revisions of "Logo.as"
From Organic Design wiki
(working?) |
(ball behind to test) |
||
Line 1: | Line 1: | ||
− | + | attachMovie( 'ball', 'ball', 1 ); | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | attachMovie( 'ball', 'ball', | ||
ball._x = ball._y = 50; | ball._x = ball._y = 50; | ||
ball._xscale = ball._yscale = 50; | ball._xscale = ball._yscale = 50; | ||
+ | |||
+ | attachMovie( 'xmlwiki', 'test', 2 ); | ||
function reduce() { | function reduce() { |
Revision as of 09:38, 16 March 2006
attachMovie( 'ball', 'ball', 1 ); ball._x = ball._y = 50; ball._xscale = ball._yscale = 50;
attachMovie( 'xmlwiki', 'test', 2 );
function reduce() { test._x = _root._xmouse - test._width/2; test._y = _root._ymouse - test._height/2; }