home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
gammabros.swf
/
scripts
/
DefineSprite_3104
/
frame_24
/
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-03-28
|
142 b
|
11 lines
if(Math.random() > 0.6)
{
gotoAndStop("break");
play();
}
else if(Math.random() > 0.5)
{
gotoAndStop("c1_1");
play();
}