home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / towerblaster.swf / scripts / DefineSprite_214 / frame_15 / DoAction.as
Encoding:
Text File  |  2007-03-12  |  207 b   |  14 lines

  1. x = 1;
  2. while(9 >= x)
  3. {
  4.    if(eval("_root.pB" + x + ".rValue") < eval("_root.cB" + (x + 1) + ".rValue"))
  5.    {
  6.       set("block" + x,1);
  7.    }
  8.    else
  9.    {
  10.       set("block" + x,0);
  11.    }
  12.    x++;
  13. }
  14.