home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Acao
/
gotham_dark_night.swf
/
scripts
/
DefineSprite_101
/
frame_31
/
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
|
2008-09-08
|
193 b
|
11 lines
countdown.text = Number(countdown.text) - 1;
if(Number(countdown.text) <= 0 && _root.transition._currentframe != 7)
{
_root.death("Boom");
stop();
}
else
{
gotoAndPlay(2);
}