home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Kung_Fu.swf / scripts / DefineSprite_1805 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  176 b   |  11 lines

  1. if(_root.player <= 0)
  2. {
  3.    _root.guy.gotoAndStop("dead");
  4.    _root.player = 0;
  5. }
  6. else if(_root.enemies <= 1)
  7. {
  8.    _root.spawncontrol = "off";
  9.    _root.enemies = 0;
  10. }
  11.