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

  1. _quality = "medium";
  2. stop();
  3. _root.screen = "bottom";
  4. left = _root.boundary._x - _root.boundary._width / 2;
  5. right = _root.boundary._x + _root.boundary._width / 2;
  6. top = _root.boundary._y - _root.boundary._height / 2;
  7. bottom = _root.boundary._y + _root.boundary._height / 2;
  8. verybottom = 415;
  9. _root.lastplatform = 2;
  10. _root.lastbaddy = 2;
  11. _root.firstbomb = 1;
  12. _root.lastbomb = 15;
  13. clearbombs(lastbomb);
  14. i = 0;
  15. while(15 >= i)
  16. {
  17.    _root["bomb" + i].active = true;
  18.    i++;
  19. }
  20.