home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 January
/
ChipCD_1.03.iso
/
oddech
/
bechpack
/
bechpack.exe
/
scripts
/
frame_1105
/
DoAction.as
Wrap
Text File
|
2002-10-29
|
295b
|
14 lines
x = Number(random(18) * 15) + 67.5;
y = Number(random(30) * 15) + 22.5;
count = Number(count) + 1;
if(Number(count) == 20)
{
call("clear");
}
else
{
duplicateMovieClip("/cell",count,16384 + count);
setProperty("/" add count, _X, x);
setProperty("/" add count, _Y, y);
}