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

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