home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Esportes
/
HookLine.swf
/
scripts
/
DefineSprite_175
/
frame_19
/
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-08-04
|
264 b
|
16 lines
set("/:time",eval("/:time") - 1);
if(7 >= eval("/:time") and 0 < eval("/:time"))
{
gotoAndPlay(22);
}
else if(0 >= eval("/:time") and eval("/:end") != 1)
{
set("/:time",0);
_root.gotoAndPlay("end");
stop();
}
else
{
gotoAndPlay(2);
}