home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / bee_war.swf / scripts / frame_494 / DoAction.as
Encoding:
Text File  |  2002-02-08  |  137 b   |  11 lines

  1. i = 0;
  2. while(5 >= i)
  3. {
  4.    if(eval("/:socre" add i) < eval("/:score"))
  5.    {
  6.       gotoAndStop(496);
  7.       break;
  8.    }
  9.    i++;
  10. }
  11.