Frame 1
stop();
Instance of Symbol 12 MovieClip "loaderComplete" in Frame 1
onClipEvent (enterFrame) {
if (_parent.getBytesTotal() == _parent.getBytesLoaded()) {
quickPlay = true;
} else {
preLoad = _parent.getBytesTotal() * 0.75;
}
_parent.stop();
}
onClipEvent (enterFrame) {
_root.loaderComplete.gotoAndStop(loadedIndicatorFrame());
if (quickPlay == true) {
if (_currentframe == _totalframes) {
_parent.play();
}
} else if (_parent.getBytesLoaded() >= preLoad) {
_parent.play();
}
}
Frame 2
stop();
Frame 3
stop();
c = 0;
onEnterFrame = function () {
c++;
duplicateMovieClip (_root.cursor, "c" + c, c);
_root["c" + c]._x = _root._xmouse;
_root["c" + c]._y = _root._ymouse;
_root["c" + c]._rotation = Math.random() * 1;
if ((c > 60) && (Key.isDown(32))) {
nextFrame();
}
};
Instance of Symbol 31 MovieClip "cursor" in Frame 3
onClipEvent (load) {
this._x = _root._xmouse;
this._y = _root._ymouse;
this._rotation = Math.random() * 360;
}
Frame 4
stop();
c = 0;
onEnterFrame = function () {
c++;
duplicateMovieClip (_root.cursor, "c" + c, c);
_root["c" + c]._x = _root._xmouse;
_root["c" + c]._y = _root._ymouse;
_root["c" + c]._rotation = Math.random() * 100;
if ((c > 60) && (Key.isDown(32))) {
nextFrame();
}
};
Instance of Symbol 35 MovieClip "cursor" in Frame 4
onClipEvent (load) {
this._x = _root._xmouse;
this._y = _root._ymouse;
this._rotation = Math.random() * 360;
}
Frame 5
stop();
c = 0;
onEnterFrame = function () {
c++;
duplicateMovieClip (_root.cursor, "c" + c, c);
_root["c" + c]._x = _root._xmouse;
_root["c" + c]._y = _root._ymouse;
_root["c" + c]._rotation = Math.random() * 360;
if ((c > 60) && (Key.isDown(32))) {
nextFrame();
}
};
Instance of Symbol 39 MovieClip "cursor" in Frame 5
onClipEvent (load) {
this._x = _root._xmouse;
this._y = _root._ymouse;
this._rotation = Math.random() * 360;
}
Frame 6
stop();
c = 0;
onEnterFrame = function () {
c++;
duplicateMovieClip (_root.cursor, "c" + c, c);
_root["c" + c]._x = _root._xmouse;
_root["c" + c]._y = _root._ymouse;
_root["c" + c]._rotation = Math.random() * 360;
if ((c > 60) && (Key.isDown(32))) {
nextFrame();
}
};
Instance of Symbol 43 MovieClip "cursor" in Frame 6
onClipEvent (load) {
this._x = _root._xmouse;
this._y = _root._ymouse;
this._rotation = Math.random() * 1;
}
Frame 7
stop();
c = 0;
onEnterFrame = function () {
c++;
duplicateMovieClip (_root.cursor, "c" + c, c);
_root["c" + c]._x = _root._xmouse;
_root["c" + c]._y = _root._ymouse;
_root["c" + c]._rotation = Math.random() * 360;
if ((c > 60) && (Key.isDown(32))) {
nextFrame();
}
};
Instance of Symbol 47 MovieClip "cursor" in Frame 7
onClipEvent (load) {
this._x = _root._xmouse;
this._y = _root._ymouse;
this._rotation = Math.random() * 1;
}
Frame 8
stop();
c = 0;
onEnterFrame = function () {
c++;
duplicateMovieClip (_root.cursor, "c" + c, c);
_root["c" + c]._x = _root._xmouse;
_root["c" + c]._y = _root._ymouse;
_root["c" + c]._rotation = Math.random() * 360;
if ((c > 60) && (Key.isDown(32))) {
nextFrame();
}
};
Instance of Symbol 53 MovieClip "cursor" in Frame 8
onClipEvent (load) {
this._x = _root._xmouse;
this._y = _root._ymouse;
this._rotation = Math.random() * 360;
}
Frame 9
stop();
c = 0;
onEnterFrame = function () {
c++;
duplicateMovieClip (_root.cursor, "c" + c, c);
_root["c" + c]._x = _root._xmouse;
_root["c" + c]._y = _root._ymouse;
_root["c" + c]._rotation = Math.random() * 360;
if ((c > 60) && (Key.isDown(32))) {
nextFrame();
}
};
Instance of Symbol 57 MovieClip "cursor" in Frame 9
onClipEvent (load) {
this._x = _root._xmouse;
this._y = _root._ymouse;
this._rotation = Math.random() * 360;
}
Frame 10
stop();
c = 0;
onEnterFrame = function () {
c++;
duplicateMovieClip (_root.cursor, "c" + c, c);
_root["c" + c]._x = _root._xmouse;
_root["c" + c]._y = _root._ymouse;
_root["c" + c]._rotation = Math.random() * 360;
if ((c > 60) && (Key.isDown(32))) {
nextFrame();
}
};
Instance of Symbol 61 MovieClip "cursor" in Frame 10
onClipEvent (load) {
this._x = _root._xmouse;
this._y = _root._ymouse;
this._rotation = Math.random() * 360;
}
Frame 11
stop();
c = 0;
onEnterFrame = function () {
c++;
duplicateMovieClip (_root.cursor, "c" + c, c);
_root["c" + c]._x = _root._xmouse;
_root["c" + c]._y = _root._ymouse;
_root["c" + c]._rotation = Math.random() * 1;
if ((c > 60) && (Key.isDown(32))) {
nextFrame();
}
};
Instance of Symbol 65 MovieClip "cursor" in Frame 11
onClipEvent (load) {
this._x = _root._xmouse;
this._y = _root._ymouse;
this._rotation = Math.random() * 1;
}
Frame 12
stop();
c = 0;
onEnterFrame = function () {
c++;
duplicateMovieClip (_root.cursor, "c" + c, c);
_root["c" + c]._x = _root._xmouse;
_root["c" + c]._y = _root._ymouse;
_root["c" + c]._rotation = Math.random() * 360;
if ((c > 60) && (Key.isDown(32))) {
nextFrame();
}
};
Instance of Symbol 69 MovieClip "cursor" in Frame 12
onClipEvent (load) {
this._x = _root._xmouse;
this._y = _root._ymouse;
this._rotation = Math.random() * 360;
}
Frame 13
stop();
c = 0;
onEnterFrame = function () {
c++;
duplicateMovieClip (_root.cursor, "c" + c, c);
_root["c" + c]._x = _root._xmouse;
_root["c" + c]._y = _root._ymouse;
_root["c" + c]._rotation = Math.random() * 360;
if ((c > 60) && (Key.isDown(32))) {
nextFrame();
}
};
Instance of Symbol 73 MovieClip "cursor" in Frame 13
onClipEvent (load) {
this._x = _root._xmouse;
this._y = _root._ymouse;
this._rotation = Math.random() * 360;
}
Frame 14
stop();
c = 0;
onEnterFrame = function () {
c++;
duplicateMovieClip (_root.cursor, "c" + c, c);
_root["c" + c]._x = _root._xmouse;
_root["c" + c]._y = _root._ymouse;
_root["c" + c]._rotation = Math.random() * 360;
if ((c > 60) && (Key.isDown(32))) {
nextFrame();
}
};
Instance of Symbol 77 MovieClip "cursor" in Frame 14
onClipEvent (load) {
this._x = _root._xmouse;
this._y = _root._ymouse;
this._rotation = Math.random() * 360;
}
Frame 15
stop();
c = 0;
onEnterFrame = function () {
c++;
duplicateMovieClip (_root.cursor, "c" + c, c);
_root["c" + c]._x = _root._xmouse;
_root["c" + c]._y = _root._ymouse;
_root["c" + c]._rotation = Math.random() * 360;
if ((c > 60) && (Key.isDown(32))) {
nextFrame();
}
};
Instance of Symbol 81 MovieClip "cursor" in Frame 15
onClipEvent (load) {
this._x = _root._xmouse;
this._y = _root._ymouse;
this._rotation = Math.random() * 360;
}
Frame 16
stop();
c = 0;
onEnterFrame = function () {
c++;
duplicateMovieClip (_root.cursor, "c" + c, c);
_root["c" + c]._x = _root._xmouse;
_root["c" + c]._y = _root._ymouse;
_root["c" + c]._rotation = Math.random() * 360;
if ((c > 60) && (Key.isDown(32))) {
nextFrame();
}
};
Instance of Symbol 86 MovieClip "cursor" in Frame 16
onClipEvent (load) {
this._x = _root._xmouse;
this._y = _root._ymouse;
this._rotation = Math.random() * 360;
}
Frame 17
stop();
c = 0;
onEnterFrame = function () {
c++;
duplicateMovieClip (_root.cursor, "c" + c, c);
_root["c" + c]._x = _root._xmouse;
_root["c" + c]._y = _root._ymouse;
_root["c" + c]._rotation = Math.random() * 360;
if ((c > 60) && (Key.isDown(32))) {
nextFrame();
}
};
Instance of Symbol 90 MovieClip "cursor" in Frame 17
onClipEvent (load) {
this._x = _root._xmouse;
this._y = _root._ymouse;
this._rotation = Math.random() * 360;
}
Frame 18
stop();
c = 0;
onEnterFrame = function () {
c++;
duplicateMovieClip (_root.cursor, "c" + c, c);
_root["c" + c]._x = _root._xmouse;
_root["c" + c]._y = _root._ymouse;
_root["c" + c]._rotation = Math.random() * 360;
if ((c > 60) && (Key.isDown(32))) {
nextFrame();
}
};
Instance of Symbol 94 MovieClip "cursor" in Frame 18
onClipEvent (load) {
this._x = _root._xmouse;
this._y = _root._ymouse;
this._rotation = Math.random() * 360;
}
Frame 19
stop();
c = 0;
onEnterFrame = function () {
c++;
duplicateMovieClip (_root.cursor, "c" + c, c);
_root["c" + c]._x = _root._xmouse;
_root["c" + c]._y = _root._ymouse;
_root["c" + c]._rotation = Math.random() * 360;
if ((c > 60) && (Key.isDown(32))) {
nextFrame();
}
};
Instance of Symbol 98 MovieClip "cursor" in Frame 19
onClipEvent (load) {
this._x = _root._xmouse;
this._y = _root._ymouse;
this._rotation = Math.random() * 360;
}
Frame 20
stop();
c = 0;
onEnterFrame = function () {
c++;
duplicateMovieClip (_root.cursor, "c" + c, c);
_root["c" + c]._x = _root._xmouse;
_root["c" + c]._y = _root._ymouse;
_root["c" + c]._rotation = Math.random() * 360;
if ((c > 60) && (Key.isDown(32))) {
nextFrame();
}
};
Instance of Symbol 102 MovieClip "cursor" in Frame 20
onClipEvent (load) {
this._x = _root._xmouse;
this._y = _root._ymouse;
this._rotation = Math.random() * 360;
}
Frame 21
stop();
c = 0;
onEnterFrame = function () {
c++;
duplicateMovieClip (_root.cursor, "c" + c, c);
_root["c" + c]._x = _root._xmouse;
_root["c" + c]._y = _root._ymouse;
_root["c" + c]._rotation = Math.random() * 360;
if ((c > 60) && (Key.isDown(32))) {
nextFrame();
}
};
Instance of Symbol 106 MovieClip "cursor" in Frame 21
onClipEvent (load) {
this._x = _root._xmouse;
this._y = _root._ymouse;
this._rotation = Math.random() * 360;
}
Frame 22
stop();
c = 0;
onEnterFrame = function () {
c++;
duplicateMovieClip (_root.cursor, "c" + c, c);
_root["c" + c]._x = _root._xmouse;
_root["c" + c]._y = _root._ymouse;
_root["c" + c]._rotation = Math.random() * 360;
if ((c > 60) && (Key.isDown(32))) {
nextFrame();
}
};
Instance of Symbol 110 MovieClip "cursor" in Frame 22
onClipEvent (load) {
this._x = _root._xmouse;
this._y = _root._ymouse;
this._rotation = Math.random() * 360;
}
Symbol 12 MovieClip Frame 1
function loadedIndicatorFrame() {
var _local2 = int((_parent.getBytesLoaded() / _parent.getBytesTotal()) * 65) + 2;
if ((_local2 - lastFrame) > 4) {
lastFrame = lastFrame + 4;
} else if ((_local2 - lastFrame) > 0) {
lastFrame++;
}
return(lastFrame);
}
function preload() {
newPercLoaded = Math.ceil((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
percLoaded = percLoaded + ((newPercLoaded - percLoaded) * 0.3);
percent = Math.ceil(percLoaded) + "%";
if ((percLoaded > 100) && (newPercLoaded == 100)) {
play();
}
}
lastFrame = 1;
var percLoaded = 0;
var newPercLoaded;
onEnterFrame = preload;
Symbol 18 Button
on (press) {
gotoAndPlay (3);
}
Symbol 27 Button
on (release) {
getURL ("http://www.kabomb.net");
}
Symbol 31 MovieClip Frame 51
this.removeMovieClip();
stop();
Symbol 35 MovieClip Frame 27
this.removeMovieClip();
stop();
Symbol 39 MovieClip Frame 51
this.removeMovieClip();
stop();
Symbol 43 MovieClip Frame 39
this.removeMovieClip();
stop();
Symbol 47 MovieClip Frame 59
this.removeMovieClip();
stop();
Symbol 53 MovieClip Frame 51
this.removeMovieClip();
stop();
Symbol 57 MovieClip Frame 51
this.removeMovieClip();
stop();
Symbol 61 MovieClip Frame 51
this.removeMovieClip();
stop();
Symbol 65 MovieClip Frame 48
this.removeMovieClip();
stop();
Symbol 69 MovieClip Frame 19
this.removeMovieClip();
stop();
Symbol 73 MovieClip Frame 51
this.removeMovieClip();
stop();
Symbol 77 MovieClip Frame 47
this.removeMovieClip();
stop();
Symbol 81 MovieClip Frame 28
this.removeMovieClip();
stop();
Symbol 86 MovieClip Frame 51
this.removeMovieClip();
stop();
Symbol 90 MovieClip Frame 32
this.removeMovieClip();
stop();
Symbol 94 MovieClip Frame 51
this.removeMovieClip();
stop();
Symbol 98 MovieClip Frame 51
this.removeMovieClip();
stop();
Symbol 102 MovieClip Frame 51
this.removeMovieClip();
stop();
Symbol 106 MovieClip Frame 30
this.removeMovieClip();
stop();
Symbol 110 MovieClip Frame 30
this.removeMovieClip();
stop();