home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Kung_Fu.swf / scripts / DefineSprite_1411 / frame_1 / DoAction.as
Text File  |  2007-09-26  |  100b  |  9 lines

  1. if(_root.fatigue <= 0)
  2. {
  3.    _parent.gotoAndStop("stand");
  4. }
  5. else
  6. {
  7.    _root.fatigue -= 1;
  8. }
  9.