home *** CD-ROM | disk | FTP | other *** search
- _quality = "medium";
- stop();
- _root.screen = "bottom";
- left = _root.boundary._x - _root.boundary._width / 2;
- right = _root.boundary._x + _root.boundary._width / 2;
- top = _root.boundary._y - _root.boundary._height / 2;
- bottom = _root.boundary._y + _root.boundary._height / 2;
- verybottom = 415;
- _root.lastplatform = 2;
- _root.lastbaddy = 2;
- _root.firstbomb = 1;
- _root.lastbomb = 15;
- clearbombs(lastbomb);
- i = 0;
- while(15 >= i)
- {
- _root["bomb" + i].active = true;
- i++;
- }
-