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

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