Frame 3
stop();
Frame 4
stop();
stopAllSounds();
t1 = new Sound();
t1.attachSound("t1");
t2 = new Sound();
t2.attachSound("t2");
t3 = new Sound();
t3.attachSound("t3");
t4 = new Sound();
t4.attachSound("t4");
t5 = new Sound();
t5.attachSound("t5");
m = 1;
t1.start(0, 1);
play();
Frame 10
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 % 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++;
if (Key.isDown(39)) {
nextFrame();
}
};
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;
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++;
if (i > 30) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
Frame 12
stop();
i = 0;
this.onEnterFrame = function () {
if (random(3) == 1) {
e2.duplicateMovieClip("e1" + i, i);
} else {
e1.duplicateMovieClip("e1" + i, i);
}
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = 0;
if (random(2) == 1) {
_root["e1" + i]._xscale = -100;
}
i++;
if (i > 30) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
Frame 13
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(360);
g = new Color(e1);
s = new Object();
if ((i % 90) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
if (i > 360) {
i = 0;
}
i++;
}
if (i > 30) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
Frame 14
stop();
i = 0;
b = -1000;
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 % 90) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
if (i > 360) {
i = 0;
}
i++;
if (i > 30) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
Frame 15
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(30);
g = new Color(e1);
s = new Object();
if ((i % 90) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
if (i > 360) {
i = 0;
}
i++;
if (i > 30) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
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 = 0;
g = new Color(e1);
s = new Object();
if ((i % 90) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
if (i > 360) {
i = 0;
}
i++;
if (i > 30) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
Frame 17
stop();
i = 0;
this.onEnterFrame = function () {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = (_xmouse + random(61)) - 30;
_root["e1" + i]._y = (_ymouse + random(61)) - 30;
_root["e1" + i]._rotation = 0;
g = new Color(e1);
s = new Object();
if ((i % 90) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
if (i > 360) {
i = 0;
}
i++;
if (i > 30) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
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 = i * 3;
g = new Color(e1);
s = new Object();
if ((i % 90) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
i++;
if (i > 10) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
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 = i * 6.5;
g = new Color(e1);
s = new Object();
if ((i % 90) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
i++;
if (i > 10) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
Frame 20
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 % 90) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
i++;
if (i > 10) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
Frame 21
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;
g = new Color(e1);
s = new Object();
if ((i % 90) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
i++;
if (i > 20) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
Frame 22
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 % 90) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
i++;
if (i > 20) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
Frame 23
stop();
i = 0;
this.onEnterFrame = function () {
if (random(20) == 1) {
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 % 3) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
i++;
}
if (i > 3) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
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 = 0;
g = new Color(e1);
s = new Object();
if ((i % 90) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
i++;
if (i > 20) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
Frame 25
stop();
i = 0;
this.onEnterFrame = function () {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = (_ymouse + random(71)) - 35;
_root["e1" + i]._rotation = random(0);
g = new Color(e1);
s = new Object();
if ((i % 90) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
i++;
if (i > 20) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
Frame 26
stop();
i = 0;
this.onEnterFrame = function () {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = (_xmouse + random(71)) - 35;
_root["e1" + i]._y = (_ymouse + random(71)) - 35;
_root["e1" + i]._rotation = random(360);
g = new Color(e1);
s = new Object();
if ((i % 90) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
i++;
if (i > 20) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
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 = i * 10;
g = new Color(e1);
s = new Object();
if ((i % 90) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
i++;
if (i > 20) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
Frame 28
stop();
i = 0;
this.onEnterFrame = function () {
if (random(5) == 1) {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = (_xmouse + random(71)) - 35;
_root["e1" + i]._y = (_ymouse + random(71)) - 35;
_root["e1" + i]._rotation = 0;
if (random(2) == 1) {
_root["e1" + i]._xscale = -100;
}
g = new Color(e2);
s = new Object();
if ((i % 90) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
i++;
}
if (i > 7) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
Frame 29
stop();
i = 0;
this.onEnterFrame = function () {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = (_xmouse + random(71)) - 35;
_root["e1" + i]._y = (_ymouse + random(71)) - 35;
_root["e1" + i]._yscale = random(100) + 30;
_root["e1" + i]._rotation = random(360);
g = new Color(e1);
s = new Object();
if ((i % 90) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
i++;
if (i > 17) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
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 = 0;
g = new Color(e1);
s = new Object();
if ((i % 90) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
i++;
if (i > 17) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
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 = 0;
g = new Color(e1);
s = new Object();
if ((i % 90) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
i++;
if (i > 17) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
Frame 32
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 % 90) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
i++;
if (i > 17) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
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].gotoAndStop(random(60) + 1);
_root["e1" + i]._rotation = 0;
_root["e1" + i].an.xx = i;
g = new Color(e1);
s = new Object();
if ((i % 90) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
i++;
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i].gotoAndStop(random(60) + 1);
_root["e1" + i]._rotation = 0;
_root["e1" + i].an.xx = i;
i++;
if (i > 17) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
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 = 0;
g = new Color(e1);
s = new Object();
if ((i % 90) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
i++;
if (i > 19) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
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 = random(360);
g = new Color(e1);
s = new Object();
if ((i % 90) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
i++;
if (i > 19) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
Frame 36
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 * 10;
g = new Color(e1);
s = new Object();
if ((i % 90) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
i++;
if (i > 17) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
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 = i * 22.5;
g = new Color(e1);
s = new Object();
if ((i % 90) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
i++;
if (i > 17) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
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 = i * 5;
g = new Color(e1);
s = new Object();
if ((i % 90) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
i++;
if (i > 17) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
Frame 39
stop();
i = 0;
this.onEnterFrame = function () {
if ((i % 2) == 0) {
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 % 90) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
i++;
if (i > 17) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
Frame 40
stop();
i = 0;
this.onEnterFrame = function () {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = (_xmouse + random(31)) - 15;
_root["e1" + i]._y = (_ymouse + random(31)) - 15;
_root["e1" + i]._rotation = 0;
g = new Color(e1);
s = new Object();
if ((i % 90) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
i++;
if (i > 17) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
Frame 41
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 * 10;
g = new Color(e1);
s = new Object();
if ((i % 90) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
i++;
if (i > 17) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
Frame 42
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 * 10;
g = new Color(e1);
s = new Object();
if ((i % 90) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
i++;
if (i > 17) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
Frame 43
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 % 90) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
i++;
if (i > 17) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
Frame 44
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 * 8;
g = new Color(e1);
s = new Object();
if ((i % 140) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
i++;
if (i > 17) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
Frame 45
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 * 8;
g = new Color(e1);
s = new Object();
if ((i % 140) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
i++;
if (i > 17) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
Frame 46
stop();
i = 0;
rt = 0;
dir = 1;
this.onEnterFrame = function () {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = i * 10;
if ((rt > 30) && (dir == 1)) {
dir = -1;
}
if ((rt < -30) && (dir == -1)) {
dir = 1;
}
rt = rt + (dir * 1.3);
g = new Color(e1);
s = new Object();
if ((i % 140) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
i++;
if (i > 17) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
Frame 47
stop();
k = i;
while (k >= 0) {
_root["e1" + k].removeMovieClip();
k--;
}
i = 0;
_root.createEmptyMovieClip("lines", -1);
this.onEnterFrame = function () {
e1.duplicateMovieClip("e1" + i, i + 2);
_root["e1" + i]._x = ball._x;
_root["e1" + i]._y = ball._y;
_root["e1" + i]._rotation = i * 10;
g = new Color(e1);
s = new Object();
if ((i % 90) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
i++;
if (i > 17) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
lines.clear();
lines.moveTo(_xmouse, _ymouse);
lines.lineStyle(3, 16777215);
yy = (_ymouse + ball._y) / 2;
xx = (_xmouse + ball._x) / 2;
lines.curveTo((xx + random(21)) - 10, (yy + random(21)) - 10, ball._x, ball._y);
};
Instance of Symbol 196 MovieClip "ball" in Frame 47
onClipEvent (load) {
x0 = _x;
y0 = _y;
vy = 0;
vx = 0;
}
onClipEvent (enterFrame) {
y0 = _root._ymouse;
dy = _y - y0;
f1 = dy / 60;
ft = 2 - f1;
vy = vy + ft;
_y = (_y + vy);
vy = vy * 0.97;
x0 = _root._xmouse;
dx = _x - x0;
f2 = dx / 60;
ft2 = -f2;
vx = vx + ft2;
_x = (_x + vx);
vx = vx * 0.97;
}
Frame 48
stop();
lines.clear();
i = 0;
this.onEnterFrame = function () {
if ((i % 20) == 0) {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i].ang = 45 - random(90);
_root["e1" + i]._x = _xmouse;
_root["e1" + i]._y = _ymouse;
_root["e1" + i]._rotation = 0;
g = new Color(e1);
s = new Object();
if ((i % 100) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
}
i++;
if (i > 20) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
Instance of Symbol 199 MovieClip "e1" in Frame 48
onClipEvent (load) {
ang = 0;
t = (Math.PI/180);
w = 0;
aw = 0;
d = 0;
x1 = 0;
y1 = 0;
}
onClipEvent (enterFrame) {
if (_name != "e1") {
_x = _root._xmouse;
_y = _root._ymouse;
x2 = _x;
y2 = _y;
dx = x2 - x1;
dy = (-y2) + y1;
_rotation = Math.floor(ang);
if (ang >= 360) {
ang = ang - 360;
}
if (ang < 0) {
ang = ang + 360;
}
aw = Math.cos(ang * t);
w = w + aw;
if ((w > 0) && (dx > 0)) {
w = w + (dx / 80);
}
if ((w < 0) && (dx < 0)) {
w = w + (dx / 80);
}
if ((w > 0) && (dy > 0)) {
w = w + (dy / 80);
}
if ((w < 0) && (dy < 0)) {
w = w + (dy / 80);
}
ang = ang - (w / 4);
x1 = _x;
y1 = _y;
}
}
Frame 49
stop();
k = i;
while (k >= 0) {
_root["e1" + k].removeMovieClip();
k--;
}
i = 0;
this.onEnterFrame = function () {
e1.duplicateMovieClip("e1" + i, i);
_root["e1" + i]._x = xx;
_root["e1" + i]._y = yy;
_root["e1" + i]._rotation = random(360);
g = new Color(e1);
s = new Object();
if ((i % 140) == 0) {
s.ra = 100 - random(150);
s.rb = 255 - random(200);
s.ga = 100 - random(150);
s.gb = 255 - random(200);
s.ba = 100 - random(150);
s.bb = 255 - random(200);
while (((s.ra + s.ga) + s.ba) < 70) {
s.ra = s.ra + random(6);
s.ga = s.ga + random(6);
s.ba = s.ba + random(6);
}
g.setTransform(s);
}
i++;
if (i > 17) {
if (Key.isDown(37)) {
prevFrame();
}
if (Key.isDown(39)) {
nextFrame();
}
}
};
Instance of Symbol 207 MovieClip "ball" in Frame 49
onClipEvent (load) {
vx = -3;
vy = 0;
xa = 0;
ya = 0;
mass = 1E-12;
c = 4;
cn = 0;
}
onClipEvent (enterFrame) {
if (Math.sqrt((vx * vx) + (vy * vy)) > 0) {
if (this._name == "ball") {
this.duplicateMovieClip("ball" + c, c);
_root["ball" + c]._x = _x;
_root["ball" + c]._y = _y;
c++;
if (c == 30) {
c = 4;
}
var temp = new Object();
temp.distx = _root.ball._x - _root._xmouse;
temp.disty = _root.ball._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);
a = r / 400;
xa = (Math.abs(Math.cos(theta)) * a) * temp.directionx;
ya = (Math.abs(Math.sin(theta)) * a) * temp.directiony;
vx = vx - xa;
vy = vy - ya;
_x = (_x + vx);
_y = (_y + vy);
vx = vx * 0.99;
vy = vy * 0.99;
if (this._x < (_width / 2)) {
this._x = v;
this.vx = -this.vx;
} else if (this._x > (600 - (_width / 2))) {
this._x = 600 - (_width / 2);
this.vx = -this.vx;
}
if (this._y < (_width / 2)) {
this._y = _width / 2;
this.vy = -this.vy;
} else if (this._y > (600 - (_width / 2))) {
this._y = 600 - (_width / 2);
this.vy = -this.vy;
}
} else {
_alpha = (_alpha - 3);
cn++;
if ((cn % 4) == 0) {
nextFrame();
}
if (_currentframe == 6) {
_root.xx = _x;
_root.yy = _y;
}
}
}
}
Frame 50
stop();
k = i;
while (k >= 0) {
_root["e1" + k].removeMovieClip();
k--;
}
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 24 Button
on (release) {
_root.gotoAndStop(4);
}
Symbol 38 MovieClip Frame 2
stopAllSounds();
Symbol 38 MovieClip Frame 3
stopAllSounds();
Symbol 38 MovieClip Frame 4
stopAllSounds();
Symbol 38 MovieClip Frame 5
stopAllSounds();
Symbol 38 MovieClip Frame 6
stopAllSounds();
Symbol 39 MovieClip Frame 1
stop();
ok = 1;
this.onEnterFrame = function () {
if (Key.isDown(77)) {
if (ok == 1) {
ok = 0;
_root.m++;
if (_root.m == 1) {
_root.t1.start(0, 1);
}
if (_root.m == 2) {
_root.t1.stop();
_root.t2.start(0, 1);
}
if (_root.m == 3) {
_root.t2.stop();
_root.t3.start(0, 1);
}
if (_root.m == 4) {
_root.t3.stop();
_root.t4.start(0, 1);
}
if (_root.m == 5) {
_root.t4.stop();
_root.t5.start(0, 1);
}
if (_root.m == 6) {
_root.t5.stop();
_root.m = 0;
}
}
} else {
ok = 1;
}
};
_root.t1.onSoundComplete = function () {
_root.t2.start(0, 1);
_root.m = 2;
};
_root.t2.onSoundComplete = function () {
_root.t3.start(0, 1);
_root.m = 3;
};
_root.t3.onSoundComplete = function () {
_root.t4.start(0, 1);
_root.m = 4;
};
_root.t4.onSoundComplete = function () {
_root.t5.start(0, 1);
_root.m = 5;
};
_root.t5.onSoundComplete = function () {
_root.t1.start(0, 1);
_root.m = 1;
};
Symbol 43 MovieClip Frame 75
this.removeMovieClip();
Symbol 48 MovieClip Frame 22
this.removeMovieClip();
Symbol 52 MovieClip Frame 46
this.removeMovieClip();
Symbol 53 MovieClip Frame 56
this.removeMovieClip();
Symbol 55 MovieClip Frame 44
this.removeMovieClip();
Symbol 58 MovieClip Frame 126
this.removeMovieClip();
Symbol 63 MovieClip Frame 71
this.removeMovieClip();
Symbol 66 MovieClip Frame 51
this.removeMovieClip();
Symbol 69 MovieClip Frame 51
this.removeMovieClip();
Symbol 75 MovieClip Frame 54
this.removeMovieClip();
Symbol 77 MovieClip Frame 65
this.removeMovieClip();
Symbol 80 MovieClip Frame 30
this.removeMovieClip();
Symbol 82 MovieClip Frame 62
this.removeMovieClip();
Symbol 84 MovieClip Frame 50
this.removeMovieClip();
Symbol 87 MovieClip Frame 50
this.removeMovieClip();
Symbol 104 MovieClip Frame 80
this.removeMovieClip();
Symbol 120 MovieClip Frame 90
this.removeMovieClip();
Symbol 122 MovieClip Frame 40
this.removeMovieClip();
Symbol 124 MovieClip Frame 50
this.removeMovieClip();
Symbol 126 MovieClip Frame 50
this.removeMovieClip();
Symbol 128 MovieClip Frame 53
this.removeMovieClip();
Symbol 130 MovieClip Frame 51
this.removeMovieClip();
Symbol 146 MovieClip Frame 75
this.removeMovieClip();
Symbol 148 MovieClip Frame 63
this.removeMovieClip();
Symbol 149 MovieClip Frame 61
this.removeMovieClip();
Symbol 151 MovieClip Frame 61
_parent.removeMovieClip();
Symbol 154 MovieClip Frame 40
this.removeMovieClip();
Symbol 160 MovieClip Frame 61
this.removeMovieClip();
Symbol 166 MovieClip Frame 101
this.removeMovieClip();
Symbol 169 MovieClip Frame 90
this.removeMovieClip();
Symbol 172 MovieClip Frame 40
this.removeMovieClip();
Symbol 175 MovieClip Frame 50
this.removeMovieClip();
Symbol 179 MovieClip Frame 41
this.removeMovieClip();
Symbol 181 MovieClip Frame 50
this.removeMovieClip();
Symbol 184 MovieClip Frame 50
this.removeMovieClip();
Symbol 186 MovieClip Frame 60
this.removeMovieClip();
Symbol 189 MovieClip Frame 50
this.removeMovieClip();
Symbol 191 MovieClip Frame 55
this.removeMovieClip();
Symbol 194 MovieClip Frame 40
this.removeMovieClip();
Symbol 197 MovieClip Frame 100
this.removeMovieClip();
Symbol 199 MovieClip Frame 264
this.removeMovieClip();
Symbol 207 MovieClip Frame 1
stop();
Symbol 207 MovieClip Frame 2
stop();
Symbol 207 MovieClip Frame 3
stop();
Symbol 207 MovieClip Frame 4
stop();
Symbol 207 MovieClip Frame 5
stop();
Symbol 207 MovieClip Frame 6
stop();
Symbol 207 MovieClip Frame 7
this.removeMovieClip();
Symbol 209 MovieClip Frame 55
this.removeMovieClip();
Symbol 219 Button
on (release) {
_root.gotoAndStop(10);
}