home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
ellipsis.swf
/
scripts
/
DefineSprite_161
/
frame_30
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-02-20
|
245 b
|
10 lines
onEnterFrame = function()
{
a = attachMovie("circle","circle" + getNextHighestDepth(),getNextHighestDepth());
a._x = pointA._x;
a._y = pointA._y;
a._xscale = random(500) + 100;
a._yscale = a._xscale;
a._alpha = 25;
};