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

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