home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / choco_land.swf / scripts / frame_211 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  227 b   |  14 lines

  1. stop();
  2. _root.screen = "middle";
  3. _root.lastplatform = 5;
  4. _root.lastbaddy = 1;
  5. _root.firstbomb = 16;
  6. _root.lastbomb = 30;
  7. clearbombs(lastbomb);
  8. i = 16;
  9. while(30 >= i)
  10. {
  11.    _root["bomb" + i].active = true;
  12.    i++;
  13. }
  14.