STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229672 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2596 · P5191 |
This is the info page for Flash #42592 |
"Prepare yourself for a supreme test of reflexes, coordination and agility. You're about to face the world's most unpredictable and relentless "Mad Bomber." He hates losing as much as you love winning." 1 Use your mouse to move the buckets left and right to catch the falling bombs. Each time you catch a bomb, you score points. When you miss a bomb, all bombs explode and you lose a bucket. Lose all three buckets and the game is over. To begin the round of falling bombs, click your mouse button. |
Kaboom! Point System |
1 2 3 4 5 6 7 8 |
10 20 30 40 50 75 100 150 |
10 40 90 160 250 450 700 1200 |
10 50 140 300 550 1000 1700 2900 |
Number of Bomb Group |
Number of Bombs in Group |
Point Value of Each Bomb Caught |
Point Value of Group |
Cumulative Score |
Reset Game - 1 Sound Off - 3 Sound On - 4 |
Difficulty A Off - 5 Difficulty A On - 6 |
For every 1000 points you score, you will be given a new bucket (if one or two are missing). However, you may not have more than three buckets. |
The game is fairly processor intensive and therefore will run best on computers with faster processors. The Flash should already be running in "Low Quality" mode. If the bombs and/or buckets move unevenly, about the only thing you can do to improve performance is to turn off the sound (see Key Commands above). Fullscreen (or larger window) may also slow the game. |
Performance Tips |
Key Commands |
Instructions |
1 Activision Kaboom! Instruction Manual, 1981 |
groovz:productions |
...LOADING... |
...to play more great games visit groovz.com... |
Conceived by Larry Kaplan of Activision ™ , 1981. Produced in Macromedia ™ Flash by Groovz Productions, 2002. |
All trademarks and original artwork are property of their respective owners. |
Congratulations! You earned a high score! |
Enter Your Name |
Your Score |
SKIP |
SUBMIT |
Top Kaboom! Scores |
ActionScript [AS1/AS2]
Frame 1if (_framesloaded == _totalframes) { gotoAndPlay (10); }Frame 30if (_framesloaded == _totalframes) { gotoAndPlay (35); }Frame 31loadper = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + "%";Frame 34if (_framesloaded != _totalframes) { gotoAndPlay (31); }Frame 37_quality = "HIGH";Frame 187function nexthandleRollOut() { with (atarinextbutton) { if (_currentframe >= ((_totalframes + 1) / 2)) { play(); } else { gotoandplay(_totalframes - _currentframe); } } } function nexthandleRollOver() { with (atarinextbutton) { if (_currentframe < ((_totalframes + 1) / 2)) { play(); } else { gotoandplay(_totalframes - _currentframe); } } } function nexthandlePress() { gotoAndPlay (188); } stop(); with (atarinextbutton) { button.onRollOver = nexthandleRollOver; button.onRollOut = nexthandleRollOut; button.onPress = nexthandlePress; button.onDragOut = function () { nexthandlePress(); nexthandleonRollOut(); }; }Frame 190function nexthandleRollOut() { with (dirnextbutton) { if (_currentframe >= ((_totalframes + 1) / 2)) { play(); } else { gotoandplay(_totalframes - _currentframe); } } } function nexthandleRollOver() { with (dirnextbutton) { if (_currentframe < ((_totalframes + 1) / 2)) { play(); } else { gotoandplay(_totalframes - _currentframe); } } } function nexthandlePress() { gotoAndPlay (195); } with (dirnextbutton) { button.onRollOver = nexthandleRollOver; button.onRollOut = nexthandleRollOut; button.onPress = nexthandlePress; button.onDragOut = function () { nexthandlePress(); nexthandleonRollOut(); }; } dirscrollstart = 12; dirscrolloffsetmin = 32; dirscrolloffsetmax = 170; dirscrollinc = 10; directionscontentscroll._y = (directionscontentscroll._height / 2) + 12;Frame 191function movehandleRollOut() { scrollstate = 0; with (dirscrollmove) { if (_currentframe >= ((_totalframes + 1) / 2)) { play(); } else { gotoandplay(_totalframes - _currentframe); } } } function movehandleRollOver() { scrollstate = 3; with (dirscrollmove) { if (_currentframe < ((_totalframes + 1) / 2)) { play(); } else { gotoandplay(_totalframes - _currentframe); } } } function uphandleRollOut() { scrollstate = 0; with (dirscrollup) { if (_currentframe >= ((_totalframes + 1) / 2)) { play(); } else { gotoandplay(_totalframes - _currentframe); } } } function uphandleRollOver() { scrollstate = 1; with (dirscrollup) { if (_currentframe < ((_totalframes + 1) / 2)) { play(); } else { gotoandplay(_totalframes - _currentframe); } } } function downhandleRollOut() { scrollstate = 0; with (dirscrolldown) { if (_currentframe >= ((_totalframes + 1) / 2)) { play(); } else { gotoandplay(_totalframes - _currentframe); } } } function downhandleRollOver() { scrollstate = 2; with (dirscrolldown) { if (_currentframe < ((_totalframes + 1) / 2)) { play(); } else { gotoandplay(_totalframes - _currentframe); } } } function ScrollMovePos() { dirscrollmove._y = ((Math.round(dirscrolloffsetmax / 2) + dirscrolloffsetmin) + 2) - Math.round((directionscontentscroll._y / directionscontentscroll._height) * dirscrolloffsetmax); } function ScrollMove() { if (_ymouse < dirscrolloffsetmin) { dirscrollmove._y = dirscrolloffsetmin; } else if (_ymouse > dirscrolloffsetmax) { dirscrollmove._y = dirscrolloffsetmax; } else { dirscrollmove._y = _ymouse; } directionscontentscroll._y = Math.round(((directionscontentscroll._height / 2) + dirscrolloffsetmax) - Math.round((dirscrollmove._y / dirscrolloffsetmax) * directionscontentscroll._height)); } function ScrollDown() { if ((directionscontentscroll._y - dirscrollinc) > ((-(directionscontentscroll._height / 2)) + dirscrolloffsetmax)) { directionscontentscroll._y = directionscontentscroll._y - dirscrollinc; } else { directionscontentscroll._y = (-(directionscontentscroll._height / 2)) + dirscrolloffsetmax; } ScrollMovePos(); } function ScrollUp() { if ((directionscontentscroll._y + dirscrollinc) < ((directionscontentscroll._height / 2) + dirscrollstart)) { directionscontentscroll._y = directionscontentscroll._y + dirscrollinc; } else { directionscontentscroll._y = (directionscontentscroll._height / 2) + dirscrollstart; } ScrollMovePos(); } with (dirscrollmove) { button.onRollOver = movehandleRollOver; button.onRollOut = movehandleRollOut; button.onRelease = function () { _root.mousedownstate = 0; }; button.onReleaseOutside = function () { _root.mousedownstate = 0; _root.movehandleRollOut(); }; button.onPress = function () { _root.mousedownstate = 1; }; } with (dirscrollup) { button.onRollOver = uphandleRollOver; button.onRollOut = uphandleRollOut; button.onDragOut = uphandleRollOut; button.onRelease = function () { _root.mousedownstate = 0; }; button.onReleaseOutside = function () { _root.mousedownstate = 0; _root.uphandleRollOut(); }; button.onPress = function () { _root.mousedownstate = 1; }; } with (dirscrolldown) { button.onRollOver = downhandleRollOver; button.onRollOut = downhandleRollOut; button.onDragOut = downhandleRollOut; button.onRelease = function () { _root.mousedownstate = 0; }; button.onReleaseOutside = function () { _root.mousedownstate = 0; _root.downhandleRollOut(); }; button.onPress = function () { _root.mousedownstate = 1; }; } if (_root.mousedownstate == 1) { switch (scrollstate) { case 0 : break; case 1 : ScrollUp(); break; case 2 : ScrollDown(); break; case 3 : ScrollMove(); } } if (Key.isDown(38)) { ScrollUp(); } if (Key.isDown(40)) { ScrollDown(); }Frame 192gotoAndPlay (191);Frame 195if (!soundinit) { soundinit = true; ssplash = new Sound(this); ssplash.attachSound("s_splash"); sexplode = new Sound(this); sexplode.attachSound("s_explode"); sfuse = new Sound(this); sfuse.attachSound("s_fuse"); snewbucket = new Sound(this); snewbucket.attachSound("s_newbucket"); } _quality = "LOW"; Mouse.hide(); direction = random(2); bomberloc = 60; mbomber._x = bomberloc; difficultyc = true; score = 0; oldscore = score; buckets = 3; kscore = 1000; tscore = 10000; if (!difficulty) { difficulty = 16; } if ((ssound != true) && (ssound != false)) { ssound = true; } mbuckets.bucket01._visible = true; mbuckets.splash01._visible = true; mbuckets.bucket02._visible = true; mbuckets.splash02._visible = true; mbuckets.bucket03._visible = true; mbuckets.splash03._visible = true; speedoffset = 3; level = 0; altdensity = 0; scoremultiplier = 0; bombdelay = 0; bombmax = 0; success = bombmax; bucket_y = 176; scr_1._visible = false; scr_2._visible = false; scr_3._visible = false; scr_4._visible = false; scr_5._visible = false; scr_6._visible = false; if (score > 9999999) { score = 0; } scorefrm = new String(score); i = 1; while (i <= scorefrm.length) { setProperty("/scr_" + (i - 1), _visible , true); tellTarget ("scr_" + (i - 1)) { gotoAndStop(int(/:scorefrm.charAt(/:scorefrm.length - /:i)) + 1); }; i++; }Frame 197if (success == bombmax) { if (level < 8) { level++; } } else { if (level > 1) { level--; } success = -1; } if (level == 1) { speed = speedoffset; scoremultiplier = 1; bombmax = 10; bombdelay = 15; } else if (level == 2) { speed = speedoffset; scoremultiplier = 2; bombmax = 20; bombdelay = 12; } else if (level == 3) { speed = speedoffset + 2; scoremultiplier = 3; bombmax = 30; bombdelay = 12; } else if (level == 4) { speed = speedoffset + 2; scoremultiplier = 4; bombmax = 40; bombdelay = 9; } else if (level == 5) { speed = speedoffset + 3; scoremultiplier = 5; bombmax = 50; bombdelay = 11; } else if (level == 6) { speed = speedoffset + 3; scoremultiplier = 6; bombmax = 75; bombdelay = 9; } else if (level == 7) { speed = speedoffset + 5; scoremultiplier = 7; bombmax = 100; bombdelay = 11; } else if (level == 8) { speed = speedoffset + 6; scoremultiplier = 8; bombmax = 150; if (altdensity == 0) { bombdelay = 8; altdensity = 1; } else { bombdelay = 10; altdensity = 0; } } if (success == -1) { bombmax = Math.round(bombmax / 2); } success = 0; if (boom == true) { buckets--; if (buckets == 2) { bucket_y = 164; mbuckets.bucket03._visible = false; mbuckets.splash03._visible = false; } else if (buckets == 1) { bucket_y = 148; mbuckets.bucket02._visible = false; mbuckets.splash02._visible = false; } else if (buckets <= 0) { bucket_y = 0; mbuckets.bucket01._visible = false; mbuckets.splash01._visible = false; Mouse.show(); _quality = "HIGH"; with (highscore) { gotoandstop(2); } } } tellTarget ("/mbomber") { if ((_currentframe < 40) && (_currentframe > 1)) { play(); } }; /:gobutton._visible = true; bombcount = bombmax; bombinc = bombmax; bombdensity = 1; bombexpdelay = 0; success = 0; mbomb_n = new Array(); mbomb_x = new Array(); mbomb_y = new Array(); boom = false; go = false;Frame 198if (difficultyc) { difficultyc = false; if (difficulty == 16) { mbuckets._xscale = 100; } else { mbuckets._xscale = 50; } } if ((((go == true) && (boom == false)) && (bombcount > 0)) && (score < 999999)) { if (random(5) == 0) { direction = random(2); } if (direction == 0) { bomberloc = bomberloc - speed; } else { bomberloc = bomberloc + speed; } if (bomberloc < 42) { bomberloc = 42; direction = 1; } if (bomberloc > 298) { bomberloc = 298; direction = 0; } mbomber._x = bomberloc; bombdensity--; if ((bombcount > 0) && (bombdensity <= 0)) { bombdensity = bombdelay; mbomb_n[bombcount] = "mbomb" + bombcount; if (random(2) == 1) { mbomb = "mbomb1"; } else { mbomb = "mbomb2"; } this.attachMovie(mbomb, mbomb_n[bombcount], bombcount + 1000); mbomb_x[bombcount] = bomberloc; mbomb_y[bombcount] = 41; this[mbomb_n[bombcount]]._x = mbomb_x[bombcount]; this[mbomb_n[bombcount]]._y = mbomb_y[bombcount]; bombcount--; } } if (bombcount <= 0) { go = false; } if (boom == false) { i = bombcount + 20; while (i >= bombcount) { if (((mbomb_y[i] != 0) && ((mbomb_y[i] + speed) < 178)) && (mbomb_y[i] >= 41)) { mbomb_y[i] = mbomb_y[i] + speed; if ((((mbomb_x[i] >= (mouse_x - difficulty)) && (mbomb_x[i] <= (mouse_x + difficulty))) && (mbomb_y[i] >= 140)) && (mbomb_y[i] <= bucket_y)) { if (((buckets >= 1) && (mbomb_y[i] >= 140)) && (mbomb_y[i] < 148)) { tellTarget ("/mbuckets/splash01") { play(); }; } else if (((buckets >= 2) && (mbomb_y[i] >= 148)) && (mbomb_y[i] < 164)) { tellTarget ("/mbuckets/splash02") { play(); }; } else if (((buckets >= 3) && (mbomb_y[i] >= 164)) && (mbomb_y[i] <= 176)) { tellTarget ("/mbuckets/splash03") { play(); }; } if (ssound == true) { ssplash.stop("s_splash"); ssplash.start(0, 1); } score = score + (1 * scoremultiplier); success++; mbomb_y[i] = 0; this[mbomb_n[i]].removeMovieClip(); } } else if ((mbomb_y[i] + speed) >= 178) { mbomb_y[i] = 178; go = false; boom = true; } this[mbomb_n[i]]._y = mbomb_y[i]; i--; } } else if ((go == false) && (boom == true)) { sfuse.stop("s_fuse"); gotoAndPlay (200); tellTarget ("/mbomber") { gotoAndStop (5); }; } if (success >= bombmax) { sfuse.stop("s_fuse"); gotoAndPlay (197); } mouse_x = _xmouse; if ((mouse_x >= 42) && (mouse_x <= 298)) { mbuckets._x = mouse_x; } else if (mouse_x < 42) { mbuckets._x = 42; } else if (mouse_x > 298) { mbuckets._x = 298; } mouseguidex._y = _ymouse;Frame 199gotoAndPlay (198); if (score != oldscore) { if (score >= 999999) { score = 999999 /* 0x0F423F */; tellTarget ("/mbomber") { gotoAndStop (10); }; i = 1; while (i <= 7) { tellTarget ("scr_" + (i - 1)) { gotoAndStop (11); }; i++; } } else { scorefrm = new String(score); i = 1; while (i <= scorefrm.length) { setProperty("/scr_" + (i - 1), _visible , true); tellTarget ("scr_" + (i - 1)) { gotoAndStop(int(/:scorefrm.charAt(/:scorefrm.length - /:i)) + 1); }; i++; } } if (score >= kscore) { kscore = kscore + 1000; if (score >= tscore) { tscore = tscore + 10000; tellTarget ("/mbomber") { gotoAndStop (40); }; if ((ssound == true) && (buckets == 3)) { snewbucket.start(0, 1); } } if (buckets < 3) { buckets++; if (buckets == 3) { bucket_y = 176; mbuckets.bucket03._visible = true; mbuckets.splash03._visible = true; } else if (buckets == 2) { bucket_y = 164; mbuckets.bucket02._visible = true; mbuckets.splash02._visible = true; } if (ssound == true) { snewbucket.start(0, 1); } } } oldscore = score; } mouse_x = _xmouse; if ((mouse_x >= 42) && (mouse_x <= 298)) { mbuckets._x = mouse_x; } else if (mouse_x < 42) { mbuckets._x = 42; } else if (mouse_x > 298) { mbuckets._x = 298; } mouseguidex._y = _ymouse; if (Key.isDown(51)) { ssound = false; sfuse.stop("s_fuse"); tellTarget ("/d_sound") { gotoAndPlay (50); }; } if (Key.isDown(52)) { ssound = true; tellTarget ("/d_sound") { gotoAndPlay (10); }; } if (Key.isDown(53)) { difficultyc = true; difficulty = 16; } if (Key.isDown(54)) { difficultyc = true; difficulty = 8; } if (Key.isDown(189)) { } if (Key.isDown(187)) { }Frame 200while ((bombinc >= 0) && (!(((mbomb_y[bombinc] > 0) && (mbomb_x[bombinc] > 0)) && (mbomb_x[bombinc] < 300)))) { bombinc--; } bombexpdelay--; if ((boom == true) && (bombexpdelay <= 0)) { bombexpdelay = 4; this[mbomb_n[bombinc]].removeMovieClip(); if (((mbomb_y[bombinc] > 0) && (mbomb_x[bombinc] > 0)) && (mbomb_x[bombinc] < 300)) { mbomb_n[bombinc] = "mbombexp" + bombinc; this.attachMovie("bombexp", mbomb_n[bombinc], i + 2000); this[mbomb_n[bombinc]]._x = mbomb_x[bombinc]; this[mbomb_n[bombinc]]._y = mbomb_y[bombinc]; if (ssound == true) { sexplode.stop("s_explode"); sexplode.start(0, 1); } } bombinc--; } if (bombinc <= 0) { tellTarget ("/bg_green") { play(); }; tellTarget ("/bg_gray") { play(); }; gotoAndPlay (197); } mouse_x = _xmouse; if ((mouse_x >= 42) && (mouse_x <= 298)) { mbuckets._x = mouse_x; } else if (mouse_x < 42) { mbuckets._x = 42; } else if (mouse_x > 298) { mbuckets._x = 298; } mouseguidex._y = _ymouse;Frame 201gotoAndPlay (200); mouse_x = _xmouse; if ((mouse_x >= 42) && (mouse_x <= 298)) { mbuckets._x = mouse_x; } else if (mouse_x < 42) { mbuckets._x = 42; } else if (mouse_x > 298) { mbuckets._x = 298; } mouseguidex._y = _ymouse;Symbol 18 MovieClip [bombexp] Frame 5stop();Symbol 50 Buttonon (press) { getURL ("http://www.groovz.com", "_blank"); }Symbol 65 MovieClip Frame 50stop();Symbol 83 MovieClip Frame 1stop();Symbol 83 MovieClip Frame 5stop();Symbol 86 MovieClip Frame 1stop();Symbol 86 MovieClip Frame 5stop();Symbol 87 MovieClip Frame 1stop();Symbol 87 MovieClip Frame 5stop();Symbol 88 MovieClip Frame 1stop();Symbol 88 MovieClip Frame 5stop();Symbol 96 MovieClip Frame 1stop();Symbol 102 MovieClip Frame 1stop();Symbol 107 MovieClip Frame 1stop();Symbol 107 MovieClip Frame 5stop();Symbol 107 MovieClip Frame 35gotoAndStop (1);Symbol 107 MovieClip Frame 40stop();Symbol 113 MovieClip Frame 1stop();Symbol 127 MovieClip Frame 1stop();Symbol 127 MovieClip Frame 2stop();Symbol 127 MovieClip Frame 3stop();Symbol 127 MovieClip Frame 4stop();Symbol 127 MovieClip Frame 5stop();Symbol 127 MovieClip Frame 6stop();Symbol 127 MovieClip Frame 7stop();Symbol 127 MovieClip Frame 8stop();Symbol 127 MovieClip Frame 9stop();Symbol 127 MovieClip Frame 10stop();Symbol 127 MovieClip Frame 11stop();Symbol 133 MovieClip Frame 1stop();Symbol 133 MovieClip Frame 2if (/:sound == true) { gotoAndPlay (10); } else { gotoAndPlay (50); }Symbol 133 MovieClip Frame 40gotoAndStop (1);Symbol 133 MovieClip Frame 80gotoAndStop (1);Symbol 135 MovieClip Frame 1Set("..:scr_status_str", "retrieving high scores from server..."); scrarrayn = ""; scrarrays = ""; scrarrayf = ""; timeout = 100; err = false; loadVariables ("http://groovz.com/play/scores/kaboom.mime", this);Symbol 135 MovieClip Frame 2if (timeout < 50) { Set("..:scr_status_str", ("retrieving high scores from server... (timeout in " + timeout) + ")"); }Symbol 135 MovieClip Frame 5if (((err == false) && (timeout > 0)) && (((scrarrayn == "") || (scrarrays == "")) || (scrarrayf == ""))) { timeout--; gotoAndPlay (2); }Symbol 135 MovieClip Frame 6if ((((scrarrayn != "") && (scrarrays != "")) && (scrarrayf != "")) && (err != true)) { Set("..:scr_status_str", ""); Set("..:hiscr_n", scrarrayn.split(";")); Set("..:hiscr_s", scrarrays.split(";")); Set("..:hiscr_f", scrarrayf.split(";")); newhiscore = false; i = 0; while (i < 10) { if (_root.score > ..:hiscr_s[i]) { newhiscore = true; } i++; } if (newhiscore || (..:hiscr_s.length < 10)) { with (_parent) { gotoAndStop(3); } } else { with (_parent) { gotoAndStop(4); } } } else { Set("..:scr_status_str", "unable to retrieve high scores."); } stop();Symbol 149 MovieClip Frame 1stop();Symbol 149 MovieClip Frame 5stop();Symbol 151 MovieClip Frame 1stop();Symbol 151 MovieClip Frame 5stop();Symbol 154 MovieClip Frame 1stop();Symbol 154 MovieClip Frame 2Set("..:scr_status_str", "sending high score to server..."); scrarrayn = ""; scrarrays = ""; scrarrayf = ""; timeout = 100; err = false; encscore = 100000000 - Math.round(_root.score * 0.13); loadVariables ((((("http://www.groovz.com/play/scores/highscores.php?id=a2Fib29tOnNjb3JlOnRydWU6dHJ1ZToxMA==&scr=" + _root.score) + "&chk=") + encscore) + "&nam=") + _parent.name_str, this, "POST");Symbol 154 MovieClip Frame 3if (timeout < 50) { Set("..:scr_status_str", ("sending high score to server... (timeout in " + timeout) + ")"); }Symbol 154 MovieClip Frame 6if (((err == false) && (timeout > 0)) && (((scrarrayn == "") || (scrarrays == "")) || (scrarrayf == ""))) { timeout--; gotoAndPlay (3); }Symbol 154 MovieClip Frame 7if ((((scrarrayn != "") && (scrarrays != "")) && (scrarrayf != "")) && (err != true)) { Set("..:scr_status_str", "your score was successfully recorded."); Set("..:hiscr_n", scrarrayn.split(";")); Set("..:hiscr_s", scrarrays.split(";")); Set("..:hiscr_f", scrarrayf.split(";")); } else { Set("..:scr_status_str", "unable to submit, your score was not recorded."); } with (_parent) { gotoAndStop(4); } stop();Symbol 176 MovieClip Frame 1stop();Symbol 176 MovieClip Frame 2stop();Symbol 176 MovieClip Frame 3function submitscore() { with (sscores) { play(); } } scr_status_str = ""; score_str = _root.score; stop(); function skiphandleRollOut() { with (scrskipbutton) { if (_currentframe >= ((_totalframes + 1) / 2)) { play(); } else { gotoandplay(_totalframes - _currentframe); } } } function skiphandleRollOver() { with (scrskipbutton) { if (_currentframe < ((_totalframes + 1) / 2)) { play(); } else { gotoandplay(_totalframes - _currentframe); } } } function skiphandlePress() { nextFrame(); } function submithandleRollOut() { with (scrsubmitbutton) { if (_currentframe >= ((_totalframes + 1) / 2)) { play(); } else { gotoandplay(_totalframes - _currentframe); } } } function submithandleRollOver() { with (scrsubmitbutton) { if (_currentframe < ((_totalframes + 1) / 2)) { play(); } else { gotoandplay(_totalframes - _currentframe); } } } function submithandlePress() { submitscore(); } with (scrskipbutton) { button.onRollOver = skiphandleRollOver; button.onRollOut = skiphandleRollOut; button.onPress = skiphandlePress; button.onDragOut = function () { skiphandlePress(); skiphandleonRollOut(); }; } with (scrsubmitbutton) { button.onRollOver = submithandleRollOver; button.onRollOut = submithandleRollOut; button.onPress = submithandlePress; button.onDragOut = function () { submithandlePress(); submithandleonRollOut(); }; }Symbol 176 MovieClip Frame 4if (((scrarrayn != "") && (scrarrays != "")) && (scrarrayf != "")) { i = 0; while (i < 10) { Set("scr" + i, hiscr_f[i]); Set("nam" + i, hiscr_n[i]); i++; } } stop();Symbol 177 Buttonon (press) { if (/:buckets > 0) { /:gobutton._visible = false; Set("/:go", true); if (/:ssound == true) { /:sfuse.start(0, 999999); } } else { _quality = "LOW"; Mouse.hide(); with (_root.highscore) { gotoandstop(1); } tellTarget ("/") { gotoAndPlay ("gamestart"); }; } }
Library Items
Symbol 1 Sound [s_splash] | ||
Symbol 2 Sound [s_newbucket] | ||
Symbol 3 Sound [s_fuse] | ||
Symbol 4 Sound [s_explode] | ||
Symbol 5 Graphic | Used by:10 13 | |
Symbol 6 Graphic | Used by:10 13 | |
Symbol 7 Graphic | Used by:10 13 | |
Symbol 8 Graphic | Used by:10 | |
Symbol 9 Graphic | Used by:10 | |
Symbol 10 MovieClip [mbomb2] | Uses:5 6 7 8 9 | |
Symbol 11 Graphic | Used by:13 | |
Symbol 12 Graphic | Used by:13 | |
Symbol 13 MovieClip [mbomb1] | Uses:5 6 7 11 12 | |
Symbol 14 Graphic | Used by:18 | |
Symbol 15 Graphic | Used by:18 | |
Symbol 16 Graphic | Used by:18 | |
Symbol 17 Graphic | Used by:18 | |
Symbol 18 MovieClip [bombexp] | Uses:14 15 16 17 | |
Symbol 19 Font | Used by:20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 40 46 47 70 136 137 138 139 140 145 150 153 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 | |
Symbol 20 Text | Uses:19 | Used by:45 |
Symbol 21 Text | Uses:19 | Used by:45 |
Symbol 22 Text | Uses:19 | Used by:45 |
Symbol 23 Text | Uses:19 | Used by:45 |
Symbol 24 Text | Uses:19 | Used by:45 |
Symbol 25 Text | Uses:19 | Used by:45 |
Symbol 26 Text | Uses:19 | Used by:45 |
Symbol 27 Text | Uses:19 | Used by:45 |
Symbol 28 Text | Uses:19 | Used by:45 |
Symbol 29 Text | Uses:19 | Used by:45 |
Symbol 30 Text | Uses:19 | Used by:45 |
Symbol 31 Text | Uses:19 | Used by:45 |
Symbol 32 Text | Uses:19 | Used by:45 |
Symbol 33 Text | Uses:19 | Used by:45 |
Symbol 34 Text | Uses:19 | Used by:45 |
Symbol 35 Text | Uses:19 | Used by:45 |
Symbol 36 Text | Uses:19 | Used by:45 |
Symbol 37 Text | Uses:19 | Used by:45 |
Symbol 38 Bitmap | Used by:39 | |
Symbol 39 Graphic | Uses:38 | Used by:45 |
Symbol 40 Text | Uses:19 | Used by:45 |
Symbol 41 Graphic | Used by:45 Timeline | |
Symbol 42 Graphic | Used by:45 Timeline | |
Symbol 43 Font | Used by:44 48 | |
Symbol 44 Text | Uses:43 | Used by:45 |
Symbol 45 MovieClip [s_displaydirections] | Uses:20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 44 | Used by:Timeline |
Symbol 46 Text | Uses:19 | Used by:Timeline |
Symbol 47 EditableText | Uses:19 | Used by:Timeline |
Symbol 48 Text | Uses:43 | Used by:Timeline |
Symbol 49 Graphic | Used by:50 177 | |
Symbol 50 Button | Uses:49 | Used by:Timeline |
Symbol 51 Graphic | Used by:65 | |
Symbol 52 Graphic | Used by:65 | |
Symbol 53 Graphic | Used by:65 | |
Symbol 54 Graphic | Used by:65 | |
Symbol 55 Graphic | Used by:65 | |
Symbol 56 Graphic | Used by:65 | |
Symbol 57 Graphic | Used by:65 | |
Symbol 58 Graphic | Used by:65 | |
Symbol 59 Graphic | Used by:65 | |
Symbol 60 Graphic | Used by:65 | |
Symbol 61 Graphic | Used by:65 | |
Symbol 62 Graphic | Used by:65 | |
Symbol 63 Graphic | Used by:65 | |
Symbol 64 Graphic | Used by:65 | |
Symbol 65 MovieClip | Uses:51 52 53 54 55 56 57 58 59 60 61 62 63 64 | Used by:Timeline |
Symbol 66 Sound | Used by:Timeline | |
Symbol 67 Graphic | Used by:Timeline | |
Symbol 68 Graphic | Used by:Timeline | |
Symbol 69 Graphic | Used by:Timeline | |
Symbol 70 Text | Uses:19 | Used by:Timeline |
Symbol 71 Graphic | Used by:Timeline | |
Symbol 72 Graphic | Used by:Timeline | |
Symbol 73 Font | Used by:74 | |
Symbol 74 Text | Uses:73 | Used by:Timeline |
Symbol 75 Graphic | Used by:83 86 87 88 | |
Symbol 76 Graphic | Used by:83 86 87 88 | |
Symbol 77 Graphic | Used by:83 86 87 88 | |
Symbol 78 Graphic | Used by:83 86 87 88 | |
Symbol 79 Graphic | Used by:83 86 87 88 | |
Symbol 80 Graphic | Used by:83 86 87 88 | |
Symbol 81 Graphic | Used by:82 | |
Symbol 82 Button | Uses:81 | Used by:83 86 87 88 |
Symbol 83 MovieClip | Uses:75 76 77 78 79 80 82 | Used by:Timeline |
Symbol 84 Graphic | Used by:Timeline | |
Symbol 85 Graphic | Used by:Timeline | |
Symbol 86 MovieClip | Uses:75 76 77 78 79 80 82 | Used by:Timeline |
Symbol 87 MovieClip | Uses:75 76 77 78 79 80 82 | Used by:Timeline |
Symbol 88 MovieClip | Uses:75 76 77 78 79 80 82 | Used by:Timeline |
Symbol 89 Graphic | Used by:96 | |
Symbol 90 Graphic | Used by:96 | |
Symbol 91 Graphic | Used by:96 | |
Symbol 92 Graphic | Used by:96 | |
Symbol 93 Graphic | Used by:96 | |
Symbol 94 Graphic | Used by:96 | |
Symbol 95 Graphic | Used by:96 | |
Symbol 96 MovieClip | Uses:89 90 91 92 93 94 95 | Used by:Timeline |
Symbol 97 Graphic | Used by:102 | |
Symbol 98 Graphic | Used by:102 | |
Symbol 99 Graphic | Used by:102 | |
Symbol 100 Graphic | Used by:102 | |
Symbol 101 Graphic | Used by:102 | |
Symbol 102 MovieClip | Uses:97 98 99 100 101 | Used by:Timeline |
Symbol 103 Graphic | Used by:107 | |
Symbol 104 Graphic | Used by:107 | |
Symbol 105 Graphic | Used by:107 | |
Symbol 106 Graphic | Used by:107 | |
Symbol 107 MovieClip | Uses:103 104 105 106 | Used by:Timeline |
Symbol 108 Graphic | Used by:109 | |
Symbol 109 MovieClip | Uses:108 | Used by:114 |
Symbol 110 Graphic | Used by:113 | |
Symbol 111 Graphic | Used by:113 | |
Symbol 112 Graphic | Used by:113 | |
Symbol 113 MovieClip | Uses:110 111 112 | Used by:114 |
Symbol 114 MovieClip | Uses:109 113 | Used by:Timeline |
Symbol 115 Graphic | Used by:Timeline | |
Symbol 116 Graphic | Used by:127 | |
Symbol 117 Graphic | Used by:127 | |
Symbol 118 Graphic | Used by:127 | |
Symbol 119 Graphic | Used by:127 | |
Symbol 120 Graphic | Used by:127 | |
Symbol 121 Graphic | Used by:127 | |
Symbol 122 Graphic | Used by:127 | |
Symbol 123 Graphic | Used by:127 | |
Symbol 124 Graphic | Used by:127 | |
Symbol 125 Graphic | Used by:127 | |
Symbol 126 Graphic | Used by:127 | |
Symbol 127 MovieClip | Uses:116 117 118 119 120 121 122 123 124 125 126 | Used by:Timeline |
Symbol 128 Graphic | Used by:129 | |
Symbol 129 MovieClip | Uses:128 | Used by:Timeline |
Symbol 130 Graphic | Used by:133 | |
Symbol 131 Graphic | Used by:133 | |
Symbol 132 Graphic | Used by:133 | |
Symbol 133 MovieClip | Uses:130 131 132 | Used by:Timeline |
Symbol 134 Graphic | Used by:176 | |
Symbol 135 MovieClip | Used by:176 | |
Symbol 136 EditableText | Uses:19 | Used by:176 |
Symbol 137 Text | Uses:19 | Used by:176 |
Symbol 138 EditableText | Uses:19 | Used by:176 |
Symbol 139 Text | Uses:19 | Used by:176 |
Symbol 140 Text | Uses:19 | Used by:176 |
Symbol 141 Graphic | Used by:149 151 | |
Symbol 142 Graphic | Used by:149 151 | |
Symbol 143 Graphic | Used by:149 151 | |
Symbol 144 Graphic | Used by:149 151 | |
Symbol 145 Text | Uses:19 | Used by:149 |
Symbol 146 Graphic | Used by:149 151 | |
Symbol 147 Graphic | Used by:148 | |
Symbol 148 Button | Uses:147 | Used by:149 151 |
Symbol 149 MovieClip | Uses:141 142 143 144 145 146 148 | Used by:176 |
Symbol 150 Text | Uses:19 | Used by:151 |
Symbol 151 MovieClip | Uses:141 142 143 144 150 146 148 | Used by:176 |
Symbol 152 Graphic | Used by:176 | |
Symbol 153 EditableText | Uses:19 | Used by:176 |
Symbol 154 MovieClip | Used by:176 | |
Symbol 155 Text | Uses:19 | Used by:176 |
Symbol 156 EditableText | Uses:19 | Used by:176 |
Symbol 157 EditableText | Uses:19 | Used by:176 |
Symbol 158 EditableText | Uses:19 | Used by:176 |
Symbol 159 EditableText | Uses:19 | Used by:176 |
Symbol 160 EditableText | Uses:19 | Used by:176 |
Symbol 161 EditableText | Uses:19 | Used by:176 |
Symbol 162 EditableText | Uses:19 | Used by:176 |
Symbol 163 EditableText | Uses:19 | Used by:176 |
Symbol 164 EditableText | Uses:19 | Used by:176 |
Symbol 165 EditableText | Uses:19 | Used by:176 |
Symbol 166 EditableText | Uses:19 | Used by:176 |
Symbol 167 EditableText | Uses:19 | Used by:176 |
Symbol 168 EditableText | Uses:19 | Used by:176 |
Symbol 169 EditableText | Uses:19 | Used by:176 |
Symbol 170 EditableText | Uses:19 | Used by:176 |
Symbol 171 EditableText | Uses:19 | Used by:176 |
Symbol 172 EditableText | Uses:19 | Used by:176 |
Symbol 173 EditableText | Uses:19 | Used by:176 |
Symbol 174 EditableText | Uses:19 | Used by:176 |
Symbol 175 EditableText | Uses:19 | Used by:176 |
Symbol 176 MovieClip | Uses:134 135 136 137 138 139 140 149 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 | Used by:Timeline |
Symbol 177 Button | Uses:49 | Used by:178 |
Symbol 178 MovieClip | Uses:177 | Used by:Timeline |
Instance Names
"atarinextbutton" | Frame 187 | Symbol 83 MovieClip |
"directionscontentscroll" | Frame 190 | Symbol 45 MovieClip [s_displaydirections] |
"dirscrollup" | Frame 190 | Symbol 86 MovieClip |
"dirscrolldown" | Frame 190 | Symbol 87 MovieClip |
"dirscrollmove" | Frame 190 | Symbol 88 MovieClip |
"dirnextbutton" | Frame 190 | Symbol 83 MovieClip |
"bg_gray" | Frame 195 | Symbol 96 MovieClip |
"bg_green" | Frame 195 | Symbol 102 MovieClip |
"mbomber" | Frame 195 | Symbol 107 MovieClip |
"mbuckets" | Frame 195 | Symbol 114 MovieClip |
"scr_1" | Frame 195 | Symbol 127 MovieClip |
"scr_2" | Frame 195 | Symbol 127 MovieClip |
"scr_3" | Frame 195 | Symbol 127 MovieClip |
"scr_4" | Frame 195 | Symbol 127 MovieClip |
"scr_5" | Frame 195 | Symbol 127 MovieClip |
"scr_0" | Frame 195 | Symbol 127 MovieClip |
"scr_6" | Frame 195 | Symbol 127 MovieClip |
"mouseguidex" | Frame 195 | Symbol 129 MovieClip |
"d_sound" | Frame 195 | Symbol 133 MovieClip |
"highscore" | Frame 195 | Symbol 176 MovieClip |
"gobutton" | Frame 198 | Symbol 178 MovieClip |
"button" | Symbol 83 MovieClip Frame 1 | Symbol 82 Button |
"button" | Symbol 86 MovieClip Frame 1 | Symbol 82 Button |
"button" | Symbol 87 MovieClip Frame 1 | Symbol 82 Button |
"button" | Symbol 88 MovieClip Frame 1 | Symbol 82 Button |
"bucket01" | Symbol 114 MovieClip Frame 1 | Symbol 109 MovieClip |
"bucket02" | Symbol 114 MovieClip Frame 1 | Symbol 109 MovieClip |
"bucket03" | Symbol 114 MovieClip Frame 1 | Symbol 109 MovieClip |
"splash01" | Symbol 114 MovieClip Frame 1 | Symbol 113 MovieClip |
"splash02" | Symbol 114 MovieClip Frame 1 | Symbol 113 MovieClip |
"splash03" | Symbol 114 MovieClip Frame 1 | Symbol 113 MovieClip |
"button" | Symbol 149 MovieClip Frame 1 | Symbol 148 Button |
"button" | Symbol 151 MovieClip Frame 1 | Symbol 148 Button |
"rscores" | Symbol 176 MovieClip Frame 2 | Symbol 135 MovieClip |
"scrskipbutton" | Symbol 176 MovieClip Frame 3 | Symbol 149 MovieClip |
"scrsubmitbutton" | Symbol 176 MovieClip Frame 3 | Symbol 151 MovieClip |
"sscores" | Symbol 176 MovieClip Frame 3 | Symbol 154 MovieClip |
Special Tags
Protect (24) | Timeline Frame 1 | 31 bytes "..$1$oM$Ii5nMlaG5iqL1vFexOXVQ0." |
ExportAssets (56) | Timeline Frame 1 | Symbol 1 as "s_splash" |
ExportAssets (56) | Timeline Frame 1 | Symbol 2 as "s_newbucket" |
ExportAssets (56) | Timeline Frame 1 | Symbol 3 as "s_fuse" |
ExportAssets (56) | Timeline Frame 1 | Symbol 4 as "s_explode" |
ExportAssets (56) | Timeline Frame 1 | Symbol 10 as "mbomb2" |
ExportAssets (56) | Timeline Frame 1 | Symbol 13 as "mbomb1" |
ExportAssets (56) | Timeline Frame 1 | Symbol 18 as "bombexp" |
ExportAssets (56) | Timeline Frame 1 | Symbol 45 as "s_displaydirections" |
ExportAssets (56) | Timeline Frame 190 | Symbol 45 as "s_displaydirections" |
ExportAssets (56) | Timeline Frame 191 | Symbol 45 as "s_displaydirections" |
ExportAssets (56) | Timeline Frame 192 | Symbol 45 as "s_displaydirections" |
ExportAssets (56) | Timeline Frame 193 | Symbol 45 as "s_displaydirections" |
ExportAssets (56) | Timeline Frame 194 | Symbol 45 as "s_displaydirections" |
Labels
"gamestart" | Frame 195 |
Dynamic Text Variables
loadper | Symbol 47 EditableText | "" |
scr_status_str | Symbol 136 EditableText | "" |
score_str | Symbol 138 EditableText | "" |
name_str | Symbol 153 EditableText | "" |
scr0 | Symbol 156 EditableText | "" |
nam0 | Symbol 157 EditableText | "" |
scr1 | Symbol 158 EditableText | "" |
scr2 | Symbol 159 EditableText | "" |
scr3 | Symbol 160 EditableText | "" |
scr4 | Symbol 161 EditableText | "" |
scr5 | Symbol 162 EditableText | "" |
scr6 | Symbol 163 EditableText | "" |
scr7 | Symbol 164 EditableText | "" |
scr8 | Symbol 165 EditableText | "" |
scr9 | Symbol 166 EditableText | "" |
nam1 | Symbol 167 EditableText | "" |
nam2 | Symbol 168 EditableText | "" |
nam3 | Symbol 169 EditableText | "" |
nam4 | Symbol 170 EditableText | "" |
nam5 | Symbol 171 EditableText | "" |
nam6 | Symbol 172 EditableText | "" |
nam7 | Symbol 173 EditableText | "" |
nam8 | Symbol 174 EditableText | "" |
nam9 | Symbol 175 EditableText | "" |
|