home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
BugTime.swf
/
scripts
/
DefineSprite_161
/
frame_16
/
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
|
2005-10-04
|
244 b
|
8 lines
if(Number(random(6)) > 3)
{
rand = random(99);
duplicateMovieClip("/pickup","collectable" add rand,16384 + (Number(rand) + 3000));
setProperty("/collectable" add rand, _X, _X);
setProperty("/collectable" add rand, _Y, _Y);
}