home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
blob_lander.swf
/
scripts
/
DefineSprite_292
/
frame_6
/
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
|
2006-07-26
|
233 b
|
14 lines
if(_root.crashcount > 0)
{
_root.crashcount -= 1;
if(_root.crashcount == 0)
{
_root.crashone._visible = 100;
}
else if(_root.crashcount == 1)
{
_root.crashtwo._visible = 100;
}
}
stop();