home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / boxe1.swf / scripts / DefineSprite_509 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  357 b   |  20 lines

  1. set("/:crazy",random("3"));
  2. set("/:crazy2",random("4") + "4");
  3. if(eval("/:epunch") == "0")
  4. {
  5.    if(eval("/:distance") < "115")
  6.    {
  7.       tellTarget("/bot")
  8.       {
  9.          gotoAndPlay("act" add eval("/:crazy2"));
  10.       }
  11.    }
  12.    else
  13.    {
  14.       tellTarget("/bot")
  15.       {
  16.          gotoAndPlay("act" add eval("/:crazy"));
  17.       }
  18.    }
  19. }
  20.