home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
Kung_Fu.swf
/
scripts
/
DefineSprite_1411
/
frame_1
/
DoAction.as
Wrap
Text File
|
2007-09-26
|
100b
|
9 lines
if(_root.fatigue <= 0)
{
_parent.gotoAndStop("stand");
}
else
{
_root.fatigue -= 1;
}