home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
Kung_Fu.swf
/
scripts
/
DefineSprite_1899
/
frame_43
/
DoAction.as
Wrap
Text File
|
2007-09-26
|
167b
|
12 lines
if(LifeLeft >= 30)
{
_root.panel.score += speed;
LifeLeft -= speed;
}
else
{
_root.panel.score += LifeLeft;
LifeLeft = 0;
gotoAndPlay(45);
}