Frame 1
_global.soundFlag = 1;
var bgsound = new Sound();
bgsound.attachSound("zz");
myVar.gamer = 40;
gameName = "colorburst";
debug = true;
stop();
fscommand ("showmenu", "false");
prel.onEnterFrame = function () {
prel.procent.text = Math.ceil((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
prel.gotoAndStop(prel.procent.text);
if (Number(prel.procent.text) > 99) {
play();
delete this.onEnterFrame;
}
};
Frame 2
stop();
Frame 3
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
mb = "mochibot";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
__com_mochibot__("77230153", this, 10301, true);
Frame 4
stop();
level = 1;
sw = 1;
megascore = 0;
wl = 3;
Frame 6
function callback1() {
trace("mySoundID completed");
}
my_sound.onSoundComplete = function () {
trace("dgf");
};
my_sound.onSoundComplete = callback1;
Frame 13
stopAllSounds();
if (_global.soundFlag == 1) {
sndchngr.gotoAndStop(1);
} else {
sndchngr.gotoAndStop(2);
}
stop();
trace(level);
startlevel.onRelease = function () {
if (_global.soundFlag == 1) {
bgsound.start(0, 999);
} else {
stopAllSounds();
}
gotoAndPlay("level" + _root.level);
};
if (level == 1) {
lvlm = "Level : 1";
lvlm2 = "Objective: Burst 1 ball out of 5";
}
if (level == 2) {
lvlm = "Level : 2";
lvlm2 = "Objective: Burst 2 balls out of 10";
}
if (level == 3) {
lvlm = "Level : 3";
lvlm2 = "Objective: Burst 4 balls out of 15";
}
if (level == 4) {
lvlm = "Level : 4";
lvlm2 = "Objective: Burst 7 balls out of 20";
}
if (level == 5) {
lvlm = "Level : 5";
lvlm2 = "Objective: Burst 9 balls out of 25";
}
if (level == 6) {
lvlm = "Level : 6";
lvlm2 = "Objective: Burst 10 balls out of 30";
}
if (level == 7) {
lvlm = "Level : 7";
lvlm2 = "Objective: Burst 15 balls out of 35";
}
if (level == 8) {
lvlm = "Level : 8";
lvlm2 = "Objective: Burst 15 balls out of 30";
}
if (level == 9) {
lvlm = "Level : 9";
lvlm2 = "Objective: Burst 21 ball out of 40";
}
if (level == 10) {
lvlm = "Level : 10";
lvlm2 = "Objective: Burst 27 ball out of 45";
}
if (level == 11) {
lvlm = "Level : 11";
lvlm2 = "Objective: Burst 33 ball out of 50";
}
if (level == 12) {
lvlm = "Level : 12";
lvlm2 = "Objective: Burst 40 balls out of 50";
}
if (level == 13) {
lvlm = "Level : 13";
lvlm2 = "Objective: Burst 44 ball out of 55";
}
if (level == 14) {
lvlm = "Level : 14";
lvlm2 = "Objective: Burst 54 ball out of 60";
}
if (level == 15) {
lvlm = "Level : 15";
lvlm2 = "Objective: Burst 59 balls out of 66";
}
Instance of Symbol 120 MovieClip in Frame 13
onClipEvent (load) {
if (_root.wl == 1) {
gotoAndStop (1);
}
if (_root.wl == 2) {
gotoAndStop (2);
}
if (_root.wl == 3) {
gotoAndStop (3);
}
}
Instance of Symbol 125 MovieClip "startlevel" in Frame 13
onClipEvent (enterFrame) {
if (_root.level > 1) {
this.startbtntxt = "Proceed";
} else {
this.startbtntxt = "Start";
}
}
Frame 20
stop();
wl = 2;
if (sw == 1) {
snd.gotoAndPlay(2);
}
if (sw == 2) {
stopAllSounds();
}
score = 0;
stats = 1000;
uje = true;
i = 2;
while (i <= 5) {
ball1.duplicateMovieClip("ball" + i, -1000 + i);
i++;
}
onEnterFrame = function () {
if (score >= 1) {
if (gg._alpha < 35) {
gg._alpha++;
wl = 1;
gg.play();
}
}
};
onMouseDown = function () {
if (uje) {
stats = 0;
ball._x = _xmouse;
ball._y = _ymouse;
ball.play();
uje = false;
}
};
Instance of Symbol 137 MovieClip "gg" in Frame 20
onClipEvent (enterFrame) {
if (_root.stats == 0) {
var things = new Array("ball1", "ball2", "ball3", "ball4", "ball5", "ball6", "ball7", "ball8", "ball9", "ball10", "ball11", "ball12", "ball13", "ball14", "ball15", "ball16", "ball17", "ball18", "ball19", "ball20", "ball21", "ball22", "ball23", "ball24", "ball25", "ball26", "ball27", "ball28", "ball29", "ball30", "ball31", "ball32", "ball33", "ball34", "ball35", "ball36", "ball37", "ball38", "ball39", "ball40", "ball41", "ball42", "ball43", "ball44", "ball45", "ball46", "ball47", "ball48", "ball49", "ball50", "ball51", "ball52", "ball53", "ball54", "ball55", "ball56", "ball57", "ball58", "ball59", "ball60", "ball61", "ball62", "ball63", "ball64", "ball65", "ball66");
i = 0;
while (i < things.length) {
_root[things[i]].boom = 5;
i++;
}
_root.end.play();
}
}
Instance of Symbol 149 MovieClip "ball1" in Frame 20
onClipEvent (load) {
_x = random(550);
_y = random(400);
_rotation = random(360);
speed = random(2) + 1;
boom = 2;
myColor = new Color(this);
myColor.setRGB(Math.random() * 16777215);
}
onClipEvent (enterFrame) {
if (boom == 2) {
_x = (_x + (speed * Math.sin(_rotation * (Math.PI/180))));
_y = (_y - (speed * Math.cos(_rotation * (Math.PI/180))));
if (_x > 550) {
_x = 549;
_rotation = (-_rotation);
}
if (_x < 0) {
_x = 1;
_rotation = (-_rotation);
}
if (_y > 400) {
_y = 399;
_rotation = ((-_rotation) - 180);
}
if (_y < 0) {
_y = 1;
_rotation = ((-_rotation) - 180);
}
w = shp._width;
if (Math.sqrt(((_x - _root.ball._x) * (_x - _root.ball._x)) + ((_y - _root.ball._y) * (_y - _root.ball._y))) < ((w / 2) + (_root.ball._width / 2))) {
boom = 1;
}
}
if (boom == 1) {
_root.score++;
play();
boom = 3;
}
if (boom == 3) {
var things = new Array("ball1", "ball2", "ball3", "ball4", "ball5", "ball6", "ball7", "ball8", "ball9", "ball10", "ball11", "ball12", "ball13", "ball14", "ball15", "ball16", "ball17", "ball18", "ball19", "ball20", "ball21", "ball22", "ball23", "ball24", "ball25", "ball26", "ball27", "ball28", "ball29", "ball30", "ball31", "ball32", "ball33", "ball34", "ball35", "ball36", "ball37", "ball38", "ball39", "ball40", "ball41", "ball42", "ball43", "ball44", "ball45", "ball46", "ball47", "ball48", "ball49", "ball50", "ball51", "ball52", "ball53", "ball54", "ball55", "ball56", "ball57", "ball58", "ball59", "ball60", "ball61", "ball62", "ball63", "ball64", "ball65", "ball66");
i = 0;
while (i < things.length) {
if (_root[things[i]].hitTest(this)) {
w = shp._width;
if (Math.sqrt(((_x - _root[things[i]]._x) * (_x - _root[things[i]]._x)) + ((_y - _root[things[i]]._y) * (_y - _root[things[i]]._y))) < ((w / 2) + (_root[things[i]]._width / 2))) {
if (_root[things[i]].boom == 2) {
_root[things[i]].boom = 1;
}
}
}
i++;
}
}
if (boom == 5) {
if ((_xscale > 0) && (_yscale > 0)) {
_xscale = (_xscale - 6);
_yscale = (_yscale - 6);
}
}
}
Instance of Symbol 150 MovieClip "ball" in Frame 20
onClipEvent (load) {
swapDepths(0);
}
Instance of Symbol 153 MovieClip "end" in Frame 20
onClipEvent (load) {
swapDepths(-1);
}
Frame 26
stop();
wl = 2;
if (sw == 1) {
snd.gotoAndPlay(2);
}
if (sw == 2) {
stopAllSounds();
}
score = 0;
stats = 1000;
uje = true;
i = 2;
while (i <= 10) {
ball1.duplicateMovieClip("ball" + i, -1000 + i);
i++;
}
onEnterFrame = function () {
if (score >= 2) {
if (gg._alpha < 35) {
gg._alpha++;
wl = 1;
gg.play();
}
}
};
onMouseDown = function () {
if (uje) {
stats = 0;
ball._x = _xmouse;
ball._y = _ymouse;
ball.play();
uje = false;
}
};
Frame 32
stop();
if (sw == 1) {
snd.gotoAndPlay(2);
}
if (sw == 2) {
stopAllSounds();
}
wl = 2;
score = 0;
stats = 1000;
uje = true;
i = 2;
while (i <= 15) {
ball1.duplicateMovieClip("ball" + i, -1000 + i);
i++;
}
onEnterFrame = function () {
if (score >= 4) {
if (gg._alpha < 35) {
gg._alpha++;
wl = 1;
gg.play();
}
}
};
onMouseDown = function () {
if (uje) {
stats = 0;
ball._x = _xmouse;
ball._y = _ymouse;
ball.play();
uje = false;
}
};
Frame 38
stop();
if (sw == 1) {
snd.gotoAndPlay(2);
}
if (sw == 2) {
stopAllSounds();
}
wl = 2;
score = 0;
stats = 1000;
uje = true;
i = 2;
while (i <= 20) {
ball1.duplicateMovieClip("ball" + i, -1000 + i);
i++;
}
onEnterFrame = function () {
if (score >= 7) {
if (gg._alpha < 35) {
gg._alpha++;
wl = 1;
gg.play();
}
}
};
onMouseDown = function () {
if (uje) {
stats = 0;
ball._x = _xmouse;
ball._y = _ymouse;
ball.play();
uje = false;
}
};
Frame 44
stop();
if (sw == 1) {
snd.gotoAndPlay(2);
}
if (sw == 2) {
stopAllSounds();
}
wl = 2;
score = 0;
stats = 1000;
uje = true;
i = 2;
while (i <= 25) {
ball1.duplicateMovieClip("ball" + i, -1000 + i);
i++;
}
onEnterFrame = function () {
if (score >= 9) {
if (gg._alpha < 35) {
gg._alpha++;
wl = 1;
gg.play();
}
}
};
onMouseDown = function () {
if (uje) {
stats = 0;
ball._x = _xmouse;
ball._y = _ymouse;
ball.play();
uje = false;
}
};
Frame 50
stop();
if (sw == 1) {
snd.gotoAndPlay(2);
}
if (sw == 2) {
stopAllSounds();
}
wl = 2;
score = 0;
stats = 1000;
uje = true;
i = 2;
while (i <= 30) {
ball1.duplicateMovieClip("ball" + i, -1000 + i);
i++;
}
onEnterFrame = function () {
if (score >= 10) {
if (gg._alpha < 35) {
gg._alpha++;
wl = 1;
gg.play();
}
}
};
onMouseDown = function () {
if (uje) {
stats = 0;
ball._x = _xmouse;
ball._y = _ymouse;
ball.play();
uje = false;
}
};
Frame 56
stop();
if (sw == 1) {
snd.gotoAndPlay(2);
}
if (sw == 2) {
stopAllSounds();
}
wl = 2;
score = 0;
stats = 1000;
uje = true;
i = 2;
while (i <= 35) {
ball1.duplicateMovieClip("ball" + i, -1000 + i);
i++;
}
onEnterFrame = function () {
if (score >= 15) {
if (gg._alpha < 35) {
gg._alpha++;
wl = 1;
gg.play();
}
}
};
onMouseDown = function () {
if (uje) {
stats = 0;
ball._x = _xmouse;
ball._y = _ymouse;
ball.play();
uje = false;
}
};
Frame 62
stop();
if (sw == 1) {
snd.gotoAndPlay(2);
}
if (sw == 2) {
stopAllSounds();
}
wl = 2;
score = 0;
stats = 1000;
uje = true;
i = 2;
while (i <= 30) {
ball1.duplicateMovieClip("ball" + i, -1000 + i);
i++;
}
onEnterFrame = function () {
if (score >= 15) {
if (gg._alpha < 35) {
gg._alpha++;
wl = 1;
gg.play();
}
}
};
onMouseDown = function () {
if (uje) {
stats = 0;
ball._x = _xmouse;
ball._y = _ymouse;
ball.play();
uje = false;
}
};
Frame 68
stop();
if (sw == 1) {
snd.gotoAndPlay(2);
}
if (sw == 2) {
stopAllSounds();
}
wl = 2;
score = 0;
stats = 1000;
uje = true;
i = 2;
while (i <= 40) {
ball1.duplicateMovieClip("ball" + i, -1000 + i);
i++;
}
onEnterFrame = function () {
if (score >= 21) {
if (gg._alpha < 35) {
gg._alpha++;
wl = 1;
gg.play();
}
}
};
onMouseDown = function () {
if (uje) {
stats = 0;
ball._x = _xmouse;
ball._y = _ymouse;
ball.play();
uje = false;
}
};
Instance of Symbol 178 MovieClip "ball1" in Frame 68
onClipEvent (load) {
_x = random(550);
_y = random(400);
_rotation = random(360);
speed = random(2) + 1;
boom = 2;
myColor = new Color(this);
myColor.setRGB(Math.random() * 16777215);
}
onClipEvent (enterFrame) {
if (boom == 2) {
_x = (_x + (speed * Math.sin(_rotation * (Math.PI/180))));
_y = (_y - (speed * Math.cos(_rotation * (Math.PI/180))));
if (_x > 550) {
_x = 549;
_rotation = (-_rotation);
}
if (_x < 0) {
_x = 1;
_rotation = (-_rotation);
}
if (_y > 400) {
_y = 399;
_rotation = ((-_rotation) - 180);
}
if (_y < 0) {
_y = 1;
_rotation = ((-_rotation) - 180);
}
w = shp._width;
if (Math.sqrt(((_x - _root.ball._x) * (_x - _root.ball._x)) + ((_y - _root.ball._y) * (_y - _root.ball._y))) < ((w / 2) + (_root.ball._width / 2))) {
boom = 1;
}
}
if (boom == 1) {
_root.score++;
play();
boom = 3;
}
if (boom == 3) {
var things = new Array("ball1", "ball2", "ball3", "ball4", "ball5", "ball6", "ball7", "ball8", "ball9", "ball10", "ball11", "ball12", "ball13", "ball14", "ball15", "ball16", "ball17", "ball18", "ball19", "ball20", "ball21", "ball22", "ball23", "ball24", "ball25", "ball26", "ball27", "ball28", "ball29", "ball30", "ball31", "ball32", "ball33", "ball34", "ball35", "ball36", "ball37", "ball38", "ball39", "ball40", "ball41", "ball42", "ball43", "ball44", "ball45", "ball46", "ball47", "ball48", "ball49", "ball50", "ball51", "ball52", "ball53", "ball54", "ball55", "ball56", "ball57", "ball58", "ball59", "ball60", "ball61", "ball62", "ball63", "ball64", "ball65", "ball66");
i = 0;
while (i < things.length) {
if (_root[things[i]].hitTest(this)) {
w = shp._width;
if (Math.sqrt(((_x - _root[things[i]]._x) * (_x - _root[things[i]]._x)) + ((_y - _root[things[i]]._y) * (_y - _root[things[i]]._y))) < ((w / 2) + (_root[things[i]]._width / 2))) {
if (_root[things[i]].boom == 2) {
_root[things[i]].boom = 1;
}
}
}
i++;
}
}
if (boom == 5) {
if ((_xscale > 0) && (_yscale > 0)) {
_xscale = (_xscale - 6);
_yscale = (_yscale - 6);
}
}
}
Frame 74
stop();
if (sw == 1) {
snd.gotoAndPlay(2);
}
if (sw == 2) {
stopAllSounds();
}
wl = 2;
score = 0;
stats = 1000;
uje = true;
i = 2;
while (i <= 45) {
ball1.duplicateMovieClip("ball" + i, -1000 + i);
i++;
}
onEnterFrame = function () {
if (score >= 27) {
if (gg._alpha < 35) {
gg._alpha++;
wl = 1;
gg.play();
}
}
};
onMouseDown = function () {
if (uje) {
stats = 0;
ball._x = _xmouse;
ball._y = _ymouse;
ball.play();
uje = false;
}
};
Frame 80
stop();
if (sw == 1) {
snd.gotoAndPlay(2);
}
if (sw == 2) {
stopAllSounds();
}
wl = 2;
score = 0;
stats = 1000;
uje = true;
i = 2;
while (i <= 50) {
ball1.duplicateMovieClip("ball" + i, -1000 + i);
i++;
}
onEnterFrame = function () {
if (score >= 33) {
if (gg._alpha < 35) {
gg._alpha++;
wl = 1;
gg.play();
}
}
};
onMouseDown = function () {
if (uje) {
stats = 0;
ball._x = _xmouse;
ball._y = _ymouse;
ball.play();
uje = false;
}
};
Frame 86
stop();
if (sw == 1) {
snd.gotoAndPlay(2);
}
if (sw == 2) {
stopAllSounds();
}
wl = 2;
score = 0;
stats = 1000;
uje = true;
i = 2;
while (i <= 50) {
ball1.duplicateMovieClip("ball" + i, -1000 + i);
i++;
}
onEnterFrame = function () {
if (score >= 40) {
if (gg._alpha < 35) {
gg._alpha++;
wl = 1;
gg.play();
}
}
};
onMouseDown = function () {
if (uje) {
stats = 0;
ball._x = _xmouse;
ball._y = _ymouse;
ball.play();
uje = false;
}
};
Frame 92
stop();
if (sw == 1) {
snd.gotoAndPlay(2);
}
if (sw == 2) {
stopAllSounds();
}
wl = 2;
score = 0;
stats = 1000;
uje = true;
i = 2;
while (i <= 55) {
ball1.duplicateMovieClip("ball" + i, -1000 + i);
i++;
}
onEnterFrame = function () {
if (score >= 44) {
if (gg._alpha < 35) {
gg._alpha++;
wl = 1;
gg.play();
}
}
};
onMouseDown = function () {
if (uje) {
stats = 0;
ball._x = _xmouse;
ball._y = _ymouse;
ball.play();
uje = false;
}
};
Frame 98
stop();
if (sw == 1) {
snd.gotoAndPlay(2);
}
if (sw == 2) {
stopAllSounds();
}
wl = 2;
score = 0;
stats = 1000;
uje = true;
i = 2;
while (i <= 60) {
ball1.duplicateMovieClip("ball" + i, -1000 + i);
i++;
}
onEnterFrame = function () {
if (Key.isDown(32) && (Key.isDown(35))) {
score = 100;
}
if (score >= 53) {
if (gg._alpha < 35) {
gg._alpha++;
wl = 1;
gg.play();
}
}
};
onMouseDown = function () {
if (uje) {
stats = 0;
ball._x = _xmouse;
ball._y = _ymouse;
ball.play();
uje = false;
}
};
Frame 104
stop();
if (sw == 1) {
snd.gotoAndPlay(2);
}
if (sw == 2) {
stopAllSounds();
}
wl = 2;
score = 0;
stats = 1000;
uje = true;
i = 2;
while (i <= 64) {
ball1.duplicateMovieClip("ball" + i, -1000 + i);
i++;
}
onEnterFrame = function () {
if (score >= 59) {
if (gg._alpha < 35) {
gg._alpha++;
wl = 1;
gg.play();
}
}
};
onMouseDown = function () {
if (uje) {
stats = 0;
ball._x = _xmouse;
ball._y = _ymouse;
ball.play();
uje = false;
}
};
Frame 110
stop();
Frame 116
stop();
Instance of Symbol 221 MovieClip "sq" in Frame 116
onClipEvent (enterFrame) {
if (_root.squality == 1) {
gotoAndStop (1);
}
if (_root.squality == 2) {
gotoAndStop (2);
}
}
Instance of Symbol 226 MovieClip "ss" in Frame 116
onClipEvent (enterFrame) {
if (_root.ssound == 1) {
gotoAndStop (1);
}
if (_root.ssound == 2) {
gotoAndStop (2);
}
}
Instance of Symbol 227 MovieClip "sm" in Frame 116
onClipEvent (enterFrame) {
if (_root.smusic == 1) {
gotoAndStop (1);
}
if (_root.smusic == 2) {
gotoAndStop (2);
}
}
Frame 121
stop();
Frame 128
function updateScoreboard(sNum) {
xmlPlayer = new XML();
xmlPlayer.ignoreWhite = true;
xmlPlayer.onLoad = function (success) {
if (success) {
_root["mcScoreboard" + sNum].mcLoading._visible = false;
myPlayer = xmlPlayer.firstChild.childNodes;
ctr2 = 0;
while (ctr2 < myPlayer.length) {
thisPlayer = _root["mcScoreboard" + sNum].sboard.mcScoreHolder.mcScore.duplicateMovieClip("mcScore" + ctr2, ctr2);
thisPlayer._y = ctr2 * thisPlayer._height;
thisPlayer._visible = true;
if ((ctr2 % 2) > 0) {
thisPlayer.gotoAndStop(2);
}
thisPlayer.txtNumber.text = (ctr2 + 1) + ")";
thisPlayer.txtNickname.text = myPlayer[ctr2].attributes.player;
thisPlayer.txtScore.text = myPlayer[ctr2].attributes.score;
ctr2++;
}
_root["mcScoreboard" + sNum].sboard.mcScoreHolder.item = myPlayer.length;
_root["mcScoreboard" + sNum].sboard.mcScoreHolder.speedy = 0;
_root["mcScoreboard" + sNum].sboard.mcScoreHolder.desty = 0;
_root["mcScoreboard" + sNum].sboard.mcScoreHolder.onEnterFrame = function () {
if ((this.desty < 0) && (this._parent.dir == "up")) {
trace("up");
this.desty = this.desty + 10;
if (this.desty > 0) {
this.desty = 0;
}
}
trace((this._parent.mcBlock._height + " - ") + (this.mcScore._height * this.item));
if ((this.desty > (this._parent.mcBlock._height - (this.mcScore._height * this.item))) && (this._parent.dir == "down")) {
trace("down");
this.desty = this.desty - 10;
if (this.desty < (this._parent.mcBlock._height - (this.mcScore._height * this.item))) {
this.desty = this._parent.mcBlock._height - (this.mcScore._height * this.item);
}
}
this.speedy = (this.desty - this._y) + (this.speedy * 0.4);
this._y = this._y + this.speedy;
};
}
if (sNum == 1) {
updateScoreboard(2);
}
};
if (sNum == 1) {
xmlPlayer.load((((("http://" + _root.Dsource) + ".freeonlinegames.com/scoreboard/getTopPlayer.php?id=") + _root.gameID) + "&rand=") + random(999999));
} else if (sNum == 2) {
xmlPlayer.load(((((("http://" + _root.Dsource) + ".freeonlinegames.com/scoreboard/getTopPlayer.php?id=") + _root.gameID) + "&rand=") + random(999999)) + "&filt=1");
}
}
stop();
var gameID = 40;
Dsource = "www";
mcScoreboard1.sboard.dir = "stop";
mcScoreboard2.sboard.dir = "stop";
mcScoreboard1.sboard.mcScoreHolder.mcScore._visible = false;
mcScoreboard2.sboard.mcScoreHolder.mcScore._visible = false;
updateScoreboard(1);
Symbol 15 MovieClip Frame 1
stop();
Symbol 35 MovieClip Frame 42
Symbol 35 MovieClip Frame 55
stop();
_parent.play();
Symbol 76 MovieClip Frame 1
stop();
l = 0;
Instance of Symbol 19 MovieClip "mcNotice" in Symbol 76 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 76 MovieClip Frame 28
l++;
if (l < 6) {
gotoAndPlay ("loop");
} else if (_url.indexOf("freeonlinegames.com") >= 0) {
_root.play();
stop();
} else if (_root.debug) {
_root.play();
stop();
} else {
mcNotice._visible = true;
l = -99999;
gotoAndPlay ("loop");
}
Symbol 78 Button
on (release) {
getURL ("http://www.freeonlinegames.com/?colorburst", "_blank");
}
Instance of Symbol 76 MovieClip "logo" in Symbol 79 MovieClip Frame 1
on (release) {
getURL ("http://www.freeonlinegames.com/?freekickchamp", "_blank");
}
Symbol 92 Button
on (release) {
gotoAndPlay ("help");
}
Symbol 97 Button
on (release) {
getURL ("http://www.freeonlinegames.com/?colorburst", "_blank");
}
Symbol 101 Button
on (release) {
getURL ("http://www.freegamesforyourwebsite.com/?colorburst", "_blank");
}
Symbol 106 Button
on (release) {
gotoAndPlay ("scoreboard");
}
Symbol 109 Button
on (release) {
getURL ("http://www.freeonlinegames.com/?colorburst", "_blank");
}
Symbol 120 MovieClip Frame 1
stop();
Symbol 120 MovieClip Frame 2
stop();
Symbol 120 MovieClip Frame 3
stop();
Symbol 123 Button
on (release) {
gotoAndStop ("mainmenu");
}
Symbol 132 MovieClip Frame 1
stop();
_global.soundFlag = 1;
Symbol 132 MovieClip Frame 2
stop();
_global.soundFlag = 0;
Symbol 134 Button
on (release) {
if (smusic == 2) {
my_sound.start(0, 10000000000000);
sndchngr.gotoAndStop(1);
smusic = 1;
} else {
sndchngr.gotoAndStop(2);
my_sound.stop();
smusic = 2;
}
trace(smusic);
}
Symbol 137 MovieClip Frame 1
stop();
Symbol 137 MovieClip Frame 131
gotoAndPlay (115);
Symbol 142 MovieClip Frame 1
stop();
Symbol 148 MovieClip Frame 1
stop();
Symbol 148 MovieClip Frame 2
stop();
Symbol 148 MovieClip Frame 3
stop();
Symbol 148 MovieClip Frame 4
stop();
Symbol 148 MovieClip Frame 5
stop();
Symbol 148 MovieClip Frame 6
stop();
Symbol 149 MovieClip Frame 1
stop();
Symbol 149 MovieClip Frame 2
_root.stats++;
Instance of Symbol 148 MovieClip in Symbol 149 MovieClip Frame 2
onClipEvent (load) {
if (_root.ssound == 1) {
gotoAndStop(random(4) + 2);
}
}
Symbol 149 MovieClip Frame 83
_root.stats--;
Symbol 149 MovieClip Frame 90
stop();
boom = 4;
removeMovieClip(this);
Symbol 150 MovieClip Frame 1
stop();
Symbol 150 MovieClip Frame 2
_root.stats++;
Instance of Symbol 148 MovieClip in Symbol 150 MovieClip Frame 2
onClipEvent (load) {
if (_root.ssound == 1) {
gotoAndStop(random(4) + 2);
}
}
Symbol 150 MovieClip Frame 97
_root.stats--;
Symbol 150 MovieClip Frame 104
stop();
boom = 4;
removeMovieClip(this);
Symbol 152 MovieClip Frame 1
stop();
Symbol 153 MovieClip Frame 1
stop();
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
if ((_root.wl == 1) && (_root.ssound == 1)) {
gotoAndPlay (2);
}
}
Symbol 153 MovieClip Frame 41
if (_root.wl == 1) {
_root.megascore = _root.megascore + _root.score;
_root.level++;
} else {
_root.wl = 2;
}
if (_root.level == 16) {
_root.gotoAndStop("congr");
} else {
_root.gotoAndStop("gmenu");
}
Symbol 178 MovieClip Frame 1
stop();
Symbol 178 MovieClip Frame 2
_root.stats++;
Instance of Symbol 148 MovieClip in Symbol 178 MovieClip Frame 2
onClipEvent (load) {
if (_root.ssound == 1) {
gotoAndStop(random(4) + 2);
}
}
Symbol 178 MovieClip Frame 73
_root.stats--;
Symbol 178 MovieClip Frame 80
stop();
boom = 4;
removeMovieClip(this);
Symbol 204 Button
on (release) {
gotoAndStop ("mainmenu");
}
Symbol 208 Button
on (release) {
var myVar = new LoadVars();
myVar.onLoad = function () {
getURL ("http://www.freeonlinegames.com/scoreboard.php?", "_blank");
};
myVar.score = _root.megascore;
myVar.gamer = 40;
myVar.id = random(9999999);
myVar.toString();
myVar.sendAndLoad("http://www.freeonlinegames.com/scoreboard/score_c.php", myVar, "POST");
this.enabled = false;
}
Symbol 211 MovieClip Frame 20
stop();
Symbol 221 MovieClip Frame 1
stop();
Symbol 221 MovieClip Frame 2
stop();
Symbol 226 MovieClip Frame 1
stop();
Symbol 226 MovieClip Frame 2
stop();
Symbol 227 MovieClip Frame 1
stop();
Symbol 227 MovieClip Frame 2
stop();
Symbol 231 Button
on (release) {
gotoAndStop ("mainmenu");
}
Symbol 233 Button
on (release) {
if (smusic == 2) {
my_sound.start(0, 1000000000000);
smusic = 1;
}
}
Symbol 234 Button
on (release) {
my_sound.stop();
smusic = 2;
}
Symbol 235 Button
on (release) {
ssound = 1;
}
Symbol 236 Button
on (release) {
squality = 2;
_quality = "low";
}
Symbol 237 Button
on (release) {
squality = 1;
_quality = "best";
}
Symbol 238 Button
on (release) {
ssound = 2;
}
Symbol 242 Button
on (release) {
gotoAndStop ("mainmenu");
}
Symbol 252 Button
on (release) {
gotoAndPlay ("gmenu");
}
Symbol 262 MovieClip Frame 1
stop();
Symbol 262 MovieClip Frame 2
stop();
Symbol 273 Button
on (press) {
sboard.dir = "up";
}
on (release) {
sboard.dir = "stop";
}
Symbol 274 Button
on (press) {
sboard.dir = "down";
}
on (release) {
sboard.dir = "stop";
}