home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
FleshFighter.swf
/
scripts
/
DefineSprite_62
/
frame_3
/
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-06-13
|
127 b
|
11 lines
if(hitcounter < - "2")
{
hitcounter = "0";
gotoAndPlay(4);
}
else
{
hitcounter -= "1";
gotoAndStop(1);
}