Frame 3
stop();
Frame 4
stop();
t1 = new Sound();
t1.attachSound("t1");
t2 = new Sound();
t2.attachSound("t2");
t3 = new Sound();
t3.attachSound("t3");
m = 1;
t1.start(0, 99);
fst = 1;
play();
Frame 5
stop();
ok = 1;
i = 0;
xx = 0;
yy = 0;
hex = new Array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F");
this.onEnterFrame = function () {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = random(360);
g = new Color(_root["e1" + i]);
st = ((((("0x" + hex[random(16)]) + hex[random(16)]) + hex[random(16)]) + hex[random(16)]) + hex[random(16)]) + hex[random(16)];
g.setRGB(st);
i++;
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = random(360);
g = new Color(_root["e1" + i]);
st = ((((("0x" + hex[random(16)]) + hex[random(16)]) + hex[random(16)]) + hex[random(16)]) + hex[random(16)]) + hex[random(16)];
g.setRGB(st);
i++;
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = random(360);
g = new Color(_root["e1" + i]);
st = ((((("0x" + hex[random(16)]) + hex[random(16)]) + hex[random(16)]) + hex[random(16)]) + hex[random(16)]) + hex[random(16)];
g.setRGB(st);
i++;
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Instance of Symbol 37 MovieClip "ball" in Frame 5
onClipEvent (load) {
}
onClipEvent (enterFrame) {
if (_x > 550) {
_x = 550;
vx = -vx;
}
if (_x < 0) {
_x = 0;
vx = -vx;
}
if (_y > 400) {
_y = 400;
vy = -vy;
vy = vy * 0.9;
vx = vx * 0.9;
}
if (_y < 0) {
_y = 0;
vy = -vy;
}
}
Frame 6
stop();
i = 0;
hex = new Array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F");
this.onEnterFrame = function () {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = random(60);
g = new Color(e1);
st = ((((("0x" + hex[random(16)]) + hex[random(16)]) + hex[random(16)]) + hex[random(16)]) + hex[random(16)]) + hex[random(16)];
g.setRGB(st);
i++;
if (Key.isDown(77)) {
mu();
}
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Frame 7
stop();
i = 0;
sc = new Array("0033CC", "BFCFFF", "809FFF", "FF9900", "B36B00", "FFCC80", "FFD600", "FFEB80", "380099", "27006B", "D7BFFF", "AE80FF");
hex = new Array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F");
this.onEnterFrame = function () {
if (Key.isDown(77)) {
mu();
}
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = random(0);
g = new Color(e1);
st = "0x" + sc[random(12)];
g.setRGB(st);
i++;
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Frame 8
stop();
i = 0;
sc = new Array("5FFF00", "43B300", "D7FFBF", "AFFF80", "DB007D", "9A0057", "FFBFE4", "FF80C8", "330099", "24006B", "D5BFFF", "AA80FF", "FFCC00", "B38F00", "FFF2BF", "FFE680");
co = new Array("00CC00", "008F00", "BFFFBF", "80FF80", "FF0000", "B30000", "FFBFBF", "FF8080", "FF7000", "B34E00", "FFDBBF", "FFB880", "0085A3", "005D72", "BFF3FF", "80E8FF");
hex = new Array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F");
this.onEnterFrame = function () {
if (Key.isDown(77)) {
mu();
}
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
g = new Color(e1);
st = "0x" + sc[random(16)];
g.setRGB(st);
i++;
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Frame 9
stop();
i = 0;
sc = new Array("00CC00", "008F00", "BFFFBF", "80FF80", "FF0000", "B30000", "FFBFBF", "FF8080", "FF7000", "B34E00", "FFDBBF", "FFB880", "0085A3", "005D72", "BFF3FF", "80E8FF");
hex = new Array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F");
this.onEnterFrame = function () {
if (Key.isDown(77)) {
mu();
}
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
i++;
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Frame 10
stop();
i = 0;
r1 = 100;
r2 = 0;
color1 = new Array("330099", "24006B", "D5BFFF", "AA80FF", "FFCC00", "B38F00", "FFF2BF", "FFE680");
color2 = new Array("5FFF00", "43B300", "D7FFBF", "AFFF80", "DB007D", "9A0057", "FFBFE4", "FF80C8");
hex = new Array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F");
this.onEnterFrame = function () {
if (Key.isDown(77)) {
mu();
}
e1.duplicateMovieClip("e1" + i, i);
g = new Color(e1);
s = new Object();
if ((i % 50) == 0) {
s.ra = random(150) - 50;
s.rb = random(300) - 50;
s.ga = random(150) - 50;
s.gb = random(300) - 50;
s.ba = random(150) - 50;
s.bb = random(300) - 50;
g.setTransform(s);
}
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
i++;
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Instance of Symbol 57 MovieClip "e1" in Frame 10
/* no clip actions */
Frame 11
stop();
i = 0;
this.onEnterFrame = function () {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = 0;
i++;
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Frame 12
stop();
i = 0;
this.onEnterFrame = function () {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = 0;
g = new Color(e1);
s = new Object();
if ((i % 50) == 0) {
s.ra = random(150) - 50;
s.rb = random(300) - 50;
s.ga = random(150) - 50;
s.gb = random(300) - 50;
s.ba = random(150) - 50;
s.bb = random(300) - 50;
g.setTransform(s);
}
i++;
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Frame 13
stop();
i = 0;
this.onEnterFrame = function () {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = random(60);
g = new Color(e1);
s = new Object();
if ((i % 50) == 0) {
s.ra = random(150) - 50;
s.rb = random(300) - 50;
s.ga = random(150) - 50;
s.gb = random(300) - 50;
s.ba = random(150) - 50;
s.bb = random(300) - 50;
g.setTransform(s);
}
i++;
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Frame 14
stop();
i = 0;
this.onEnterFrame = function () {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = random(60);
g = new Color(e1);
s = new Object();
if ((i % 50) == 0) {
s.ra = random(150) - 50;
s.rb = random(300) - 50;
s.ga = random(150) - 50;
s.gb = random(300) - 50;
s.ba = random(150) - 50;
s.bb = random(300) - 50;
g.setTransform(s);
}
i++;
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Frame 15
stop();
i = 0;
this.onEnterFrame = function () {
if (random(2) == 1) {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = random(0);
if (random(2) == 1) {
_root["e1" + i]._xscale = -100;
}
if (random(2) == 1) {
_root["e1" + i]._yscale = -100;
}
g = new Color(e1);
s = new Object();
if ((i % 50) == 0) {
s.ra = random(150) - 50;
s.rb = random(300) - 50;
s.ga = random(150) - 50;
s.gb = random(300) - 50;
s.ba = random(150) - 50;
s.bb = random(300) - 50;
g.setTransform(s);
}
i++;
}
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Frame 16
stop();
i = 0;
this.onEnterFrame = function () {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = random(1800);
_root["e1" + i]._xscale = random(50) + 51;
_root["e1" + i]._yscale = random(50) + 51;
g = new Color(e1);
s = new Object();
if ((i % 50) == 0) {
s.ra = random(150) - 50;
s.rb = random(300) - 50;
s.ga = random(150) - 50;
s.gb = random(300) - 50;
s.ba = random(150) - 50;
s.bb = random(300) - 50;
g.setTransform(s);
}
i++;
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Frame 17
stop();
i = 0;
this.onEnterFrame = function () {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = random(0);
g = new Color(e1);
s = new Object();
if ((i % 50) == 0) {
s.ra = random(150) - 50;
s.rb = random(300) - 50;
s.ga = random(150) - 50;
s.gb = random(300) - 50;
s.ba = random(150) - 50;
s.bb = random(300) - 50;
g.setTransform(s);
}
i++;
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Frame 18
stop();
i = 0;
this.onEnterFrame = function () {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = random(360);
g = new Color(e1);
s = new Object();
if ((i % 50) == 0) {
s.ra = random(150) - 50;
s.rb = random(300) - 50;
s.ga = random(150) - 50;
s.gb = random(300) - 50;
s.ba = random(150) - 50;
s.bb = random(300) - 50;
g.setTransform(s);
}
i++;
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Frame 19
stop();
i = 0;
this.onEnterFrame = function () {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = random(0);
g = new Color(e1);
s = new Object();
if ((i % 100) == 0) {
s.ra = random(150) - 50;
s.rb = random(300) - 50;
s.ga = random(150) - 50;
s.gb = random(300) - 50;
s.ba = random(150) - 50;
s.bb = random(300) - 50;
g.setTransform(s);
}
i++;
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Frame 20
stop();
i = 0;
this.onEnterFrame = function () {
if (random(3) == 1) {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = random(360);
g = new Color(e1);
s = new Object();
if ((i % 50) == 0) {
s.ra = random(150) - 50;
s.rb = random(300) - 50;
s.ga = random(150) - 50;
s.gb = random(300) - 50;
s.ba = random(150) - 50;
s.bb = random(300) - 50;
g.setTransform(s);
}
i++;
}
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Frame 21
stop();
i = 0;
this.onEnterFrame = function () {
if (random(3) == 1) {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = random(360);
g = new Color(e1);
s = new Object();
if ((i % 50) == 0) {
s.ra = random(150) - 50;
s.rb = random(300) - 50;
s.ga = random(150) - 50;
s.gb = random(300) - 50;
s.ba = random(150) - 50;
s.bb = random(300) - 50;
g.setTransform(s);
}
i++;
}
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Frame 22
stop();
i = 0;
this.onEnterFrame = function () {
if (random(3) == 1) {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = random(60);
g = new Color(e1);
s = new Object();
if ((i % 50) == 0) {
s.ra = random(150) - 50;
s.rb = random(300) - 50;
s.ga = random(150) - 50;
s.gb = random(300) - 50;
s.ba = random(150) - 50;
s.bb = random(300) - 50;
g.setTransform(s);
}
i++;
}
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Frame 23
stop();
i = 0;
this.onEnterFrame = function () {
if (random(3) == 1) {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i].vx = random(5) - 6;
_root["e1" + i].vy = random(4) - 2;
_root["e1" + i].c = 1;
g = new Color(e1);
s = new Object();
s.ra = random(150) - 50;
s.rb = random(300) - 50;
s.ga = random(150) - 50;
s.gb = random(300) - 50;
s.ba = random(150) - 50;
s.bb = random(300) - 50;
g.setTransform(s);
i++;
}
};
this.onMouseDown = function () {
k = i + 10;
while (k >= 0) {
_root["e1" + k].removeMovieClip();
k--;
}
nextFrame();
"onRelease"[undefined] = undefined;
};
Instance of Symbol 88 MovieClip "e1" in Frame 23
onClipEvent (enterFrame) {
if (this._name != "e1") {
_x = (_x + vx);
_y = (_y + vy);
vx = vx + 0.1;
if (_x > (600 - (_width / 2))) {
if (c <= 2) {
_x = (600 - (_width / 2));
vx = (-vx) / 2;
vy = vy / 2;
c++;
} else {
this.removeMovieClip();
}
}
}
}
Frame 24
stop();
i = 0;
this.onEnterFrame = function () {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = random(360);
g = new Color(e1);
s = new Object();
if ((i % 50) == 0) {
s.ra = random(150) - 50;
s.rb = random(300) - 50;
s.ga = random(150) - 50;
s.gb = random(300) - 50;
s.ba = random(150) - 50;
s.bb = random(300) - 50;
g.setTransform(s);
}
i++;
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Frame 25
stop();
i = 0;
this.onEnterFrame = function () {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._yscale = 100 - random(50);
_root["e1" + i]._rotation = random(0);
g = new Color(e1);
s = new Object();
if ((i % 150) == 0) {
s.ra = random(150) - 50;
s.rb = random(300) - 50;
s.ga = random(150) - 50;
s.gb = random(300) - 50;
s.ba = random(150) - 50;
s.bb = random(300) - 50;
g.setTransform(s);
}
i++;
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Frame 26
stop();
i = 0;
this.onEnterFrame = function () {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = 45 * i;
g = new Color(e1);
s = new Object();
if ((i % 150) == 0) {
s.ra = random(150) - 50;
s.rb = random(300) - 50;
s.ga = random(150) - 50;
s.gb = random(300) - 50;
s.ba = random(150) - 50;
s.bb = random(300) - 50;
g.setTransform(s);
}
i++;
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Frame 27
stop();
i = 0;
this.onEnterFrame = function () {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = 22.5 * i;
g = new Color(e1);
s = new Object();
if ((i % 150) == 0) {
s.ra = random(150) - 50;
s.rb = random(300) - 50;
s.ga = random(150) - 50;
s.gb = random(300) - 50;
s.ba = random(150) - 50;
s.bb = random(300) - 50;
g.setTransform(s);
}
i++;
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Frame 28
stop();
i = 0;
this.onEnterFrame = function () {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = random(180);
g = new Color(e1);
s = new Object();
if ((i % 150) == 0) {
s.ra = random(150) - 50;
s.rb = random(300) - 50;
s.ga = random(150) - 50;
s.gb = random(300) - 50;
s.ba = random(150) - 50;
s.bb = random(300) - 50;
g.setTransform(s);
}
i++;
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Frame 29
stop();
i = 0;
this.onEnterFrame = function () {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = 4 * i;
g = new Color(e1);
s = new Object();
if ((i % 150) == 0) {
s.ra = random(150) - 50;
s.rb = random(300) - 50;
s.ga = random(150) - 50;
s.gb = random(300) - 50;
s.ba = random(150) - 50;
s.bb = random(300) - 50;
g.setTransform(s);
}
i++;
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Frame 30
stop();
i = 0;
this.onEnterFrame = function () {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = 5 * i;
g = new Color(e1);
s = new Object();
if ((i % 150) == 0) {
s.ra = random(150) - 50;
s.rb = random(300) - 50;
s.ga = random(150) - 50;
s.gb = random(300) - 50;
s.ba = random(150) - 50;
s.bb = random(300) - 50;
g.setTransform(s);
}
i++;
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Frame 31
stop();
i = 0;
this.onEnterFrame = function () {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = random(180);
g = new Color(e1);
s = new Object();
if ((i % 150) == 0) {
s.ra = random(150) - 50;
s.rb = random(300) - 50;
s.ga = random(150) - 50;
s.gb = random(300) - 50;
s.ba = random(150) - 50;
s.bb = random(300) - 50;
g.setTransform(s);
}
i++;
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Frame 32
stop();
i = 0;
this.onEnterFrame = function () {
if (random(4) == 1) {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = random(360);
r = 100 - random(70);
_root["e1" + i]._xscale = r;
_root["e1" + i]._yscale = r;
g = new Color(e1);
s = new Object();
if ((i % 50) == 0) {
s.ra = random(150) - 50;
s.rb = random(300) - 50;
s.ga = random(150) - 50;
s.gb = random(300) - 50;
s.ba = random(150) - 50;
s.bb = random(300) - 50;
g.setTransform(s);
}
i++;
}
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Frame 33
stop();
i = 0;
this.onEnterFrame = function () {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = i * 2;
g = new Color(e1);
s = new Object();
if ((i % 150) == 0) {
s.ra = random(150) - 50;
s.rb = random(300) - 50;
s.ga = random(150) - 50;
s.gb = random(300) - 50;
s.ba = random(150) - 50;
s.bb = random(300) - 50;
g.setTransform(s);
}
i++;
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Frame 34
stop();
i = 0;
this.onEnterFrame = function () {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = i * 2;
g = new Color(e1);
s = new Object();
if ((i % 150) == 0) {
s.ra = random(150) - 50;
s.rb = random(300) - 50;
s.ga = random(150) - 50;
s.gb = random(300) - 50;
s.ba = random(150) - 50;
s.bb = random(300) - 50;
g.setTransform(s);
}
i++;
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Frame 35
stop();
i = 0;
this.onEnterFrame = function () {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = 0;
g = new Color(e1);
s = new Object();
if ((i % 150) == 0) {
s.ra = random(150) - 50;
s.rb = random(300) - 50;
s.ga = random(150) - 50;
s.gb = random(300) - 50;
s.ba = random(150) - 50;
s.bb = random(300) - 50;
g.setTransform(s);
}
i++;
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Frame 36
stop();
i = 0;
this.onEnterFrame = function () {
if (random(5) == 1) {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = random(360);
g = new Color(e1);
s = new Object();
if ((i % 30) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(300);
s.ga = 100 - random(150);
s.gb = 255 - random(300);
s.ba = 100 - random(150);
s.bb = 255 - random(300);
g.setTransform(s);
}
i++;
}
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Frame 37
stop();
i = 0;
this.onEnterFrame = function () {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = (180 * i) + i;
g = new Color(e1);
s = new Object();
if ((i % 130) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(300);
s.ga = 100 - random(150);
s.gb = 255 - random(300);
s.ba = 100 - random(150);
s.bb = 255 - random(300);
g.setTransform(s);
}
i++;
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Frame 38
stop();
i = 0;
this.onEnterFrame = function () {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = 2 * i;
g = new Color(e1);
s = new Object();
if ((i % 160) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(300);
s.ga = 100 - random(150);
s.gb = 255 - random(300);
s.ba = 100 - random(150);
s.bb = 255 - random(300);
g.setTransform(s);
}
i++;
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Frame 39
stop();
i = 0;
this.onEnterFrame = function () {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = i * 3;
g = new Color(e1);
s = new Object();
if ((i % 160) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(300);
s.ga = 100 - random(150);
s.gb = 255 - random(300);
s.ba = 100 - random(150);
s.bb = 255 - random(300);
g.setTransform(s);
}
i++;
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Frame 40
stop();
i = 0;
this.onEnterFrame = function () {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = random(i);
g = new Color(e1);
s = new Object();
if ((i % 90) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(300);
s.ga = 100 - random(150);
s.gb = 255 - random(300);
s.ba = 100 - random(150);
s.bb = 255 - random(300);
g.setTransform(s);
}
if (i > 360) {
i = 0;
}
i++;
};
this.onMouseDown = function () {
nextFrame();
"onRelease"[undefined] = undefined;
};
Frame 41
stop();
i = 1;
this.onEnterFrame = function () {
if (random(50) == 1) {
e2.duplicateMovieClip("e2" + i, i);
_root["e2" + i]._x = 300;
_root["e2" + i]._y = 300;
g = new Color(e2);
s = new Object();
if ((i % 10) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(300);
s.ga = 100 - random(150);
s.gb = 255 - random(300);
s.ba = 100 - random(150);
s.bb = 255 - random(300);
g.setTransform(s);
}
i++;
}
};
this.onMouseDown = function () {
k = i + 10;
while (k >= 0) {
_root["e2" + k].removeMovieClip();
k--;
}
nextFrame();
"onRelease"[undefined] = undefined;
};
Instance of Symbol 160 MovieClip "e2" in Frame 41
onClipEvent (load) {
vx = 0;
vy = 0;
xa = 0;
ya = 0;
cn = 0;
r = 999;
}
onClipEvent (enterFrame) {
if ((_name != "e2") and (r > 10)) {
vx = vx - xa;
vy = vy - ya;
_x = (_x + vx);
_y = (_y + vy);
var temp = new Object();
temp.distx = _x - _root._xmouse;
temp.disty = _y - _root._ymouse;
temp.distance = Math.sqrt((temp.distx * temp.distx) + (temp.disty * temp.disty));
if (temp.distx > 0) {
temp.directionx = 1;
} else {
temp.directionx = -1;
}
if (temp.disty > 0) {
temp.directiony = 1;
} else {
temp.directiony = -1;
}
r = temp.distance;
theta = Math.atan(temp.disty / temp.distx);
if (r > 300) {
a = r / 9999;
} else if (r > 20) {
a = (300 / r) / r;
} else {
a = 0;
}
xa = (Math.abs(Math.cos(theta)) * a) * temp.directionx;
ya = (Math.abs(Math.sin(theta)) * a) * temp.directiony;
if (this._x < (_width / 2)) {
this._x = _width / 2;
this.vx = -this.vx;
vx = vx * 0.8;
vy = vy * 0.8;
} else if (this._x > (600 - (_width / 2))) {
this._x = 600 - (_width / 2);
this.vx = -this.vx;
vx = vx * 0.8;
vy = vy * 0.8;
}
if (this._y < (_width / 2)) {
this._y = _width / 2;
this.vy = -this.vy;
vx = vx * 0.8;
vy = vy * 0.8;
} else if (this._y > (600 - (_width / 2))) {
this._y = 600 - (_width / 2);
this.vy = -this.vy;
vx = vx * 0.8;
vy = vy * 0.8;
}
vx = vx * 0.99;
vy = vy * 0.99;
} else {
vx = 0;
vy = 0;
xa = 0;
ya = 0;
play();
}
}
Frame 42
stopAllSounds();
Symbol 9 MovieClip Frame 1
_root.stop();
p = (_root.getBytesLoaded() / _root.getBytesTotal()) * 298.9;
bar._width = p;
if (p > 298.7) {
_root.gotoAndStop(3);
}
Symbol 9 MovieClip Frame 2
gotoAndPlay (1);
Symbol 14 MovieClip Frame 1
stopAllSounds();
Symbol 14 MovieClip Frame 2
stopAllSounds();
Symbol 14 MovieClip Frame 3
stopAllSounds();
Symbol 26 Button
on (release) {
_root.gotoAndStop(4);
}
Symbol 35 MovieClip Frame 233
this.removeMovieClip();
Symbol 39 MovieClip Frame 1
stop();
ok = 1;
m = 1;
this.onEnterFrame = function () {
if (Key.isDown(77)) {
if (ok == 1) {
ok = 0;
m++;
if (m == 1) {
_root.t1.start(0, 99);
}
if (m == 2) {
_root.t1.stop();
_root.t2.start(0, 99);
}
if (m == 3) {
_root.t2.stop();
_root.t3.start(0, 99);
}
if (m == 4) {
_root.t3.stop();
m = 0;
}
}
} else {
ok = 1;
}
};
Symbol 42 MovieClip Frame 180
this.removeMovieClip();
Symbol 44 MovieClip Frame 221
this.removeMovieClip();
Symbol 46 MovieClip Frame 190
this.removeMovieClip();
Symbol 51 MovieClip Frame 81
this.removeMovieClip();
Symbol 57 MovieClip Frame 121
this.removeMovieClip();
Symbol 60 MovieClip Frame 106
this.removeMovieClip();
Symbol 62 MovieClip Frame 121
this.removeMovieClip();
Symbol 64 MovieClip Frame 146
this.removeMovieClip();
Symbol 66 MovieClip Frame 131
this.removeMovieClip();
Symbol 68 MovieClip Frame 121
this.removeMovieClip();
Symbol 70 MovieClip Frame 101
this.removeMovieClip();
Symbol 72 MovieClip Frame 76
this.removeMovieClip();
Symbol 75 MovieClip Frame 156
this.removeMovieClip();
Symbol 77 MovieClip Frame 71
this.removeMovieClip();
Symbol 81 MovieClip Frame 110
this.removeMovieClip();
Symbol 83 MovieClip Frame 121
this.removeMovieClip();
Symbol 86 MovieClip Frame 126
this.removeMovieClip();
Symbol 88 MovieClip Frame 120
stop();
Symbol 90 MovieClip Frame 81
this.removeMovieClip();
Symbol 92 MovieClip Frame 91
this.removeMovieClip();
Symbol 94 MovieClip Frame 76
this.removeMovieClip();
Symbol 103 MovieClip Frame 86
this.removeMovieClip();
Symbol 110 MovieClip Frame 111
this.removeMovieClip();
Symbol 112 MovieClip Frame 103
this.removeMovieClip();
Symbol 114 MovieClip Frame 81
this.removeMovieClip();
Symbol 116 MovieClip Frame 111
this.removeMovieClip();
Symbol 118 MovieClip Frame 66
this.removeMovieClip();
Symbol 120 MovieClip Frame 86
this.removeMovieClip();
Symbol 122 MovieClip Frame 121
this.removeMovieClip();
Symbol 128 MovieClip Frame 136
this.removeMovieClip();
Symbol 130 MovieClip Frame 121
this.removeMovieClip();
Symbol 133 MovieClip Frame 81
this.removeMovieClip();
Symbol 143 MovieClip Frame 106
this.removeMovieClip();
Symbol 151 MovieClip Frame 97
this.removeMovieClip();
Symbol 154 MovieClip Frame 71
this.removeMovieClip();
Symbol 160 MovieClip Frame 1
stop();
Symbol 160 MovieClip Frame 36
this.removeMovieClip();
Symbol 174 Button
on (release) {
_root.fst = 40;
_root.gotoAndStop(5);
}