STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228113
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/63082729?noj=FRM63082729-9DC" width="1" height="1"></div>

kaboom.swf

This is the info page for
Flash #42592

(Click the ID number above for more basic data on this flash file.)


Text
"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 1
if (_framesloaded == _totalframes) { gotoAndPlay (10); }
Frame 30
if (_framesloaded == _totalframes) { gotoAndPlay (35); }
Frame 31
loadper = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + "%";
Frame 34
if (_framesloaded != _totalframes) { gotoAndPlay (31); }
Frame 37
_quality = "HIGH";
Frame 187
function 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 190
function 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 191
function 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 192
gotoAndPlay (191);
Frame 195
if (!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 197
if (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 198
if (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 199
gotoAndPlay (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 200
while ((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 201
gotoAndPlay (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 5
stop();
Symbol 50 Button
on (press) { getURL ("http://www.groovz.com", "_blank"); }
Symbol 65 MovieClip Frame 50
stop();
Symbol 83 MovieClip Frame 1
stop();
Symbol 83 MovieClip Frame 5
stop();
Symbol 86 MovieClip Frame 1
stop();
Symbol 86 MovieClip Frame 5
stop();
Symbol 87 MovieClip Frame 1
stop();
Symbol 87 MovieClip Frame 5
stop();
Symbol 88 MovieClip Frame 1
stop();
Symbol 88 MovieClip Frame 5
stop();
Symbol 96 MovieClip Frame 1
stop();
Symbol 102 MovieClip Frame 1
stop();
Symbol 107 MovieClip Frame 1
stop();
Symbol 107 MovieClip Frame 5
stop();
Symbol 107 MovieClip Frame 35
gotoAndStop (1);
Symbol 107 MovieClip Frame 40
stop();
Symbol 113 MovieClip Frame 1
stop();
Symbol 127 MovieClip Frame 1
stop();
Symbol 127 MovieClip Frame 2
stop();
Symbol 127 MovieClip Frame 3
stop();
Symbol 127 MovieClip Frame 4
stop();
Symbol 127 MovieClip Frame 5
stop();
Symbol 127 MovieClip Frame 6
stop();
Symbol 127 MovieClip Frame 7
stop();
Symbol 127 MovieClip Frame 8
stop();
Symbol 127 MovieClip Frame 9
stop();
Symbol 127 MovieClip Frame 10
stop();
Symbol 127 MovieClip Frame 11
stop();
Symbol 133 MovieClip Frame 1
stop();
Symbol 133 MovieClip Frame 2
if (/:sound == true) { gotoAndPlay (10); } else { gotoAndPlay (50); }
Symbol 133 MovieClip Frame 40
gotoAndStop (1);
Symbol 133 MovieClip Frame 80
gotoAndStop (1);
Symbol 135 MovieClip Frame 1
Set("..: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 2
if (timeout < 50) { Set("..:scr_status_str", ("retrieving high scores from server... (timeout in " + timeout) + ")"); }
Symbol 135 MovieClip Frame 5
if (((err == false) && (timeout > 0)) && (((scrarrayn == "") || (scrarrays == "")) || (scrarrayf == ""))) { timeout--; gotoAndPlay (2); }
Symbol 135 MovieClip Frame 6
if ((((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 1
stop();
Symbol 149 MovieClip Frame 5
stop();
Symbol 151 MovieClip Frame 1
stop();
Symbol 151 MovieClip Frame 5
stop();
Symbol 154 MovieClip Frame 1
stop();
Symbol 154 MovieClip Frame 2
Set("..: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 3
if (timeout < 50) { Set("..:scr_status_str", ("sending high score to server... (timeout in " + timeout) + ")"); }
Symbol 154 MovieClip Frame 6
if (((err == false) && (timeout > 0)) && (((scrarrayn == "") || (scrarrays == "")) || (scrarrayf == ""))) { timeout--; gotoAndPlay (3); }
Symbol 154 MovieClip Frame 7
if ((((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 1
stop();
Symbol 176 MovieClip Frame 2
stop();
Symbol 176 MovieClip Frame 3
function 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 4
if (((scrarrayn != "") && (scrarrays != "")) && (scrarrayf != "")) { i = 0; while (i < 10) { Set("scr" + i, hiscr_f[i]); Set("nam" + i, hiscr_n[i]); i++; } } stop();
Symbol 177 Button
on (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 GraphicUsed by:10 13
Symbol 6 GraphicUsed by:10 13
Symbol 7 GraphicUsed by:10 13
Symbol 8 GraphicUsed by:10
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClip [mbomb2]Uses:5 6 7 8 9
Symbol 11 GraphicUsed by:13
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClip [mbomb1]Uses:5 6 7 11 12
Symbol 14 GraphicUsed by:18
Symbol 15 GraphicUsed by:18
Symbol 16 GraphicUsed by:18
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClip [bombexp]Uses:14 15 16 17
Symbol 19 FontUsed 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 TextUses:19Used by:45
Symbol 21 TextUses:19Used by:45
Symbol 22 TextUses:19Used by:45
Symbol 23 TextUses:19Used by:45
Symbol 24 TextUses:19Used by:45
Symbol 25 TextUses:19Used by:45
Symbol 26 TextUses:19Used by:45
Symbol 27 TextUses:19Used by:45
Symbol 28 TextUses:19Used by:45
Symbol 29 TextUses:19Used by:45
Symbol 30 TextUses:19Used by:45
Symbol 31 TextUses:19Used by:45
Symbol 32 TextUses:19Used by:45
Symbol 33 TextUses:19Used by:45
Symbol 34 TextUses:19Used by:45
Symbol 35 TextUses:19Used by:45
Symbol 36 TextUses:19Used by:45
Symbol 37 TextUses:19Used by:45
Symbol 38 BitmapUsed by:39
Symbol 39 GraphicUses:38Used by:45
Symbol 40 TextUses:19Used by:45
Symbol 41 GraphicUsed by:45  Timeline
Symbol 42 GraphicUsed by:45  Timeline
Symbol 43 FontUsed by:44 48
Symbol 44 TextUses:43Used 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 44Used by:Timeline
Symbol 46 TextUses:19Used by:Timeline
Symbol 47 EditableTextUses:19Used by:Timeline
Symbol 48 TextUses:43Used by:Timeline
Symbol 49 GraphicUsed by:50 177
Symbol 50 ButtonUses:49Used by:Timeline
Symbol 51 GraphicUsed by:65
Symbol 52 GraphicUsed by:65
Symbol 53 GraphicUsed by:65
Symbol 54 GraphicUsed by:65
Symbol 55 GraphicUsed by:65
Symbol 56 GraphicUsed by:65
Symbol 57 GraphicUsed by:65
Symbol 58 GraphicUsed by:65
Symbol 59 GraphicUsed by:65
Symbol 60 GraphicUsed by:65
Symbol 61 GraphicUsed by:65
Symbol 62 GraphicUsed by:65
Symbol 63 GraphicUsed by:65
Symbol 64 GraphicUsed by:65
Symbol 65 MovieClipUses:51 52 53 54 55 56 57 58 59 60 61 62 63 64Used by:Timeline
Symbol 66 SoundUsed by:Timeline
Symbol 67 GraphicUsed by:Timeline
Symbol 68 GraphicUsed by:Timeline
Symbol 69 GraphicUsed by:Timeline
Symbol 70 TextUses:19Used by:Timeline
Symbol 71 GraphicUsed by:Timeline
Symbol 72 GraphicUsed by:Timeline
Symbol 73 FontUsed by:74
Symbol 74 TextUses:73Used by:Timeline
Symbol 75 GraphicUsed by:83 86 87 88
Symbol 76 GraphicUsed by:83 86 87 88
Symbol 77 GraphicUsed by:83 86 87 88
Symbol 78 GraphicUsed by:83 86 87 88
Symbol 79 GraphicUsed by:83 86 87 88
Symbol 80 GraphicUsed by:83 86 87 88
Symbol 81 GraphicUsed by:82
Symbol 82 ButtonUses:81Used by:83 86 87 88
Symbol 83 MovieClipUses:75 76 77 78 79 80 82Used by:Timeline
Symbol 84 GraphicUsed by:Timeline
Symbol 85 GraphicUsed by:Timeline
Symbol 86 MovieClipUses:75 76 77 78 79 80 82Used by:Timeline
Symbol 87 MovieClipUses:75 76 77 78 79 80 82Used by:Timeline
Symbol 88 MovieClipUses:75 76 77 78 79 80 82Used by:Timeline
Symbol 89 GraphicUsed by:96
Symbol 90 GraphicUsed by:96
Symbol 91 GraphicUsed by:96
Symbol 92 GraphicUsed by:96
Symbol 93 GraphicUsed by:96
Symbol 94 GraphicUsed by:96
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:89 90 91 92 93 94 95Used by:Timeline
Symbol 97 GraphicUsed by:102
Symbol 98 GraphicUsed by:102
Symbol 99 GraphicUsed by:102
Symbol 100 GraphicUsed by:102
Symbol 101 GraphicUsed by:102
Symbol 102 MovieClipUses:97 98 99 100 101Used by:Timeline
Symbol 103 GraphicUsed by:107
Symbol 104 GraphicUsed by:107
Symbol 105 GraphicUsed by:107
Symbol 106 GraphicUsed by:107
Symbol 107 MovieClipUses:103 104 105 106Used by:Timeline
Symbol 108 GraphicUsed by:109
Symbol 109 MovieClipUses:108Used by:114
Symbol 110 GraphicUsed by:113
Symbol 111 GraphicUsed by:113
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:110 111 112Used by:114
Symbol 114 MovieClipUses:109 113Used by:Timeline
Symbol 115 GraphicUsed by:Timeline
Symbol 116 GraphicUsed by:127
Symbol 117 GraphicUsed by:127
Symbol 118 GraphicUsed by:127
Symbol 119 GraphicUsed by:127
Symbol 120 GraphicUsed by:127
Symbol 121 GraphicUsed by:127
Symbol 122 GraphicUsed by:127
Symbol 123 GraphicUsed by:127
Symbol 124 GraphicUsed by:127
Symbol 125 GraphicUsed by:127
Symbol 126 GraphicUsed by:127
Symbol 127 MovieClipUses:116 117 118 119 120 121 122 123 124 125 126Used by:Timeline
Symbol 128 GraphicUsed by:129
Symbol 129 MovieClipUses:128Used by:Timeline
Symbol 130 GraphicUsed by:133
Symbol 131 GraphicUsed by:133
Symbol 132 GraphicUsed by:133
Symbol 133 MovieClipUses:130 131 132Used by:Timeline
Symbol 134 GraphicUsed by:176
Symbol 135 MovieClipUsed by:176
Symbol 136 EditableTextUses:19Used by:176
Symbol 137 TextUses:19Used by:176
Symbol 138 EditableTextUses:19Used by:176
Symbol 139 TextUses:19Used by:176
Symbol 140 TextUses:19Used by:176
Symbol 141 GraphicUsed by:149 151
Symbol 142 GraphicUsed by:149 151
Symbol 143 GraphicUsed by:149 151
Symbol 144 GraphicUsed by:149 151
Symbol 145 TextUses:19Used by:149
Symbol 146 GraphicUsed by:149 151
Symbol 147 GraphicUsed by:148
Symbol 148 ButtonUses:147Used by:149 151
Symbol 149 MovieClipUses:141 142 143 144 145 146 148Used by:176
Symbol 150 TextUses:19Used by:151
Symbol 151 MovieClipUses:141 142 143 144 150 146 148Used by:176
Symbol 152 GraphicUsed by:176
Symbol 153 EditableTextUses:19Used by:176
Symbol 154 MovieClipUsed by:176
Symbol 155 TextUses:19Used by:176
Symbol 156 EditableTextUses:19Used by:176
Symbol 157 EditableTextUses:19Used by:176
Symbol 158 EditableTextUses:19Used by:176
Symbol 159 EditableTextUses:19Used by:176
Symbol 160 EditableTextUses:19Used by:176
Symbol 161 EditableTextUses:19Used by:176
Symbol 162 EditableTextUses:19Used by:176
Symbol 163 EditableTextUses:19Used by:176
Symbol 164 EditableTextUses:19Used by:176
Symbol 165 EditableTextUses:19Used by:176
Symbol 166 EditableTextUses:19Used by:176
Symbol 167 EditableTextUses:19Used by:176
Symbol 168 EditableTextUses:19Used by:176
Symbol 169 EditableTextUses:19Used by:176
Symbol 170 EditableTextUses:19Used by:176
Symbol 171 EditableTextUses:19Used by:176
Symbol 172 EditableTextUses:19Used by:176
Symbol 173 EditableTextUses:19Used by:176
Symbol 174 EditableTextUses:19Used by:176
Symbol 175 EditableTextUses:19Used by:176
Symbol 176 MovieClipUses: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 175Used by:Timeline
Symbol 177 ButtonUses:49Used by:178
Symbol 178 MovieClipUses:177Used by:Timeline

Instance Names

"atarinextbutton"Frame 187Symbol 83 MovieClip
"directionscontentscroll"Frame 190Symbol 45 MovieClip [s_displaydirections]
"dirscrollup"Frame 190Symbol 86 MovieClip
"dirscrolldown"Frame 190Symbol 87 MovieClip
"dirscrollmove"Frame 190Symbol 88 MovieClip
"dirnextbutton"Frame 190Symbol 83 MovieClip
"bg_gray"Frame 195Symbol 96 MovieClip
"bg_green"Frame 195Symbol 102 MovieClip
"mbomber"Frame 195Symbol 107 MovieClip
"mbuckets"Frame 195Symbol 114 MovieClip
"scr_1"Frame 195Symbol 127 MovieClip
"scr_2"Frame 195Symbol 127 MovieClip
"scr_3"Frame 195Symbol 127 MovieClip
"scr_4"Frame 195Symbol 127 MovieClip
"scr_5"Frame 195Symbol 127 MovieClip
"scr_0"Frame 195Symbol 127 MovieClip
"scr_6"Frame 195Symbol 127 MovieClip
"mouseguidex"Frame 195Symbol 129 MovieClip
"d_sound"Frame 195Symbol 133 MovieClip
"highscore"Frame 195Symbol 176 MovieClip
"gobutton"Frame 198Symbol 178 MovieClip
"button"Symbol 83 MovieClip Frame 1Symbol 82 Button
"button"Symbol 86 MovieClip Frame 1Symbol 82 Button
"button"Symbol 87 MovieClip Frame 1Symbol 82 Button
"button"Symbol 88 MovieClip Frame 1Symbol 82 Button
"bucket01"Symbol 114 MovieClip Frame 1Symbol 109 MovieClip
"bucket02"Symbol 114 MovieClip Frame 1Symbol 109 MovieClip
"bucket03"Symbol 114 MovieClip Frame 1Symbol 109 MovieClip
"splash01"Symbol 114 MovieClip Frame 1Symbol 113 MovieClip
"splash02"Symbol 114 MovieClip Frame 1Symbol 113 MovieClip
"splash03"Symbol 114 MovieClip Frame 1Symbol 113 MovieClip
"button"Symbol 149 MovieClip Frame 1Symbol 148 Button
"button"Symbol 151 MovieClip Frame 1Symbol 148 Button
"rscores"Symbol 176 MovieClip Frame 2Symbol 135 MovieClip
"scrskipbutton"Symbol 176 MovieClip Frame 3Symbol 149 MovieClip
"scrsubmitbutton"Symbol 176 MovieClip Frame 3Symbol 151 MovieClip
"sscores"Symbol 176 MovieClip Frame 3Symbol 154 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$oM$Ii5nMlaG5iqL1vFexOXVQ0."
ExportAssets (56)Timeline Frame 1Symbol 1 as "s_splash"
ExportAssets (56)Timeline Frame 1Symbol 2 as "s_newbucket"
ExportAssets (56)Timeline Frame 1Symbol 3 as "s_fuse"
ExportAssets (56)Timeline Frame 1Symbol 4 as "s_explode"
ExportAssets (56)Timeline Frame 1Symbol 10 as "mbomb2"
ExportAssets (56)Timeline Frame 1Symbol 13 as "mbomb1"
ExportAssets (56)Timeline Frame 1Symbol 18 as "bombexp"
ExportAssets (56)Timeline Frame 1Symbol 45 as "s_displaydirections"
ExportAssets (56)Timeline Frame 190Symbol 45 as "s_displaydirections"
ExportAssets (56)Timeline Frame 191Symbol 45 as "s_displaydirections"
ExportAssets (56)Timeline Frame 192Symbol 45 as "s_displaydirections"
ExportAssets (56)Timeline Frame 193Symbol 45 as "s_displaydirections"
ExportAssets (56)Timeline Frame 194Symbol 45 as "s_displaydirections"

Labels

"gamestart"Frame 195

Dynamic Text Variables

loadperSymbol 47 EditableText""
scr_status_strSymbol 136 EditableText""
score_strSymbol 138 EditableText""
name_strSymbol 153 EditableText""
scr0Symbol 156 EditableText""
nam0Symbol 157 EditableText""
scr1Symbol 158 EditableText""
scr2Symbol 159 EditableText""
scr3Symbol 160 EditableText""
scr4Symbol 161 EditableText""
scr5Symbol 162 EditableText""
scr6Symbol 163 EditableText""
scr7Symbol 164 EditableText""
scr8Symbol 165 EditableText""
scr9Symbol 166 EditableText""
nam1Symbol 167 EditableText""
nam2Symbol 168 EditableText""
nam3Symbol 169 EditableText""
nam4Symbol 170 EditableText""
nam5Symbol 171 EditableText""
nam6Symbol 172 EditableText""
nam7Symbol 173 EditableText""
nam8Symbol 174 EditableText""
nam9Symbol 175 EditableText""




http://swfchan.com/9/42592/info.shtml
Created: 9/5 -2019 21:10:25 Last modified: 9/5 -2019 21:10:25 Server time: 09/05 -2024 07:47:39