Instance of Symbol 5 MovieClip "tex2" in Frame 1
onClipEvent (load) {
f = 100;
z = 3 + random(1);
al = 100;
}
onClipEvent (enterFrame) {
this._alpha = al;
f = f - 4;
this._xscale = f;
this._yscale = f;
this._x = this._x - 3;
this._y = this._y - 4;
al = al - z;
if (f < 10) {
this.removeMovieClip();
}
}
Instance of Symbol 7 MovieClip in Frame 1
onClipEvent (load) {
z = 0;
}
onClipEvent (enterFrame) {
timer = int(getTimer() / 1000);
if (timer < 20) {
i = random(100000);
_root.tex1.duplicateMovieClip("tex1" + i, i);
z = z + 0.05;
if (z > 10000) {
z = 0;
}
_root["tex1" + i]._x = (Math.sin(z) * 50) + 125;
_root["tex1" + i]._y = 100;
_root.text.text = timer;
}
if ((timer > 5) and (timer < 10)) {
q = random(100000);
_root.tex2.duplicateMovieClip("tex2" + q, q);
_root["tex2" + q]._x = (Math.sin(z) * 50) + 250;
_root["tex2" + q]._y = 100;
_root.text.text = timer;
}
if ((timer > 10) and (timer < 20)) {
q = random(100000);
_root.tex3.duplicateMovieClip("tex3" + q, q);
_root["tex3" + q]._x = (Math.sin(z) * 50) + 250;
_root["tex3" + q]._y = 100;
_root.text.text = timer;
}
if ((timer > 20) and (timer < 30)) {
i = random(100000);
_root.tex1.duplicateMovieClip("tex1" + i, i);
z = z + 0.05;
if (z > 10000) {
z = 0;
}
_root["tex1" + i]._x = (Math.sin(z) * 50) + 225;
_root["tex1" + i]._y = 175;
q = random(100000);
_root.tex4.duplicateMovieClip("tex4" + q, q);
z = z + 0.05;
if (z > 10000) {
z = 0;
}
_root["tex4" + q]._x = (Math.sin(z) * 50) + 225;
_root["tex4" + q]._y = 175;
_root.text.text = timer;
}
if ((timer > 30) and (timer < 40)) {
i = random(100000);
_root.tex1.duplicateMovieClip("tex1" + i, i);
z = z + 0.05;
if (z > 10000) {
z = 0;
}
_root["tex1" + i]._x = 225;
_root["tex1" + i]._y = (Math.sin(z) * 50) + 175;
q = random(100000);
_root.tex4.duplicateMovieClip("tex4" + q, q);
_root["tex4" + q]._x = 225;
_root["tex4" + q]._y = (Math.sin(z) * 50) + 175;
w = random(100000);
_root.tex5.duplicateMovieClip("tex5" + w, w);
_root["tex5" + w]._x = 225;
_root["tex5" + w]._y = (Math.sin(z) * 50) + 175;
e = random(100000);
_root.tex6.duplicateMovieClip("tex6" + e, e);
_root["tex6" + e]._x = 225;
_root["tex6" + e]._y = (Math.sin(z) * 50) + 175;
_root.text.text = timer;
}
if (timer > 40) {
i = random(100000);
_root.tex11.duplicateMovieClip("tex1" + i, i);
z = z + 0.05;
if (z > 10000) {
z = 0;
}
_root["tex1" + i]._x = 225;
_root["tex1" + i]._y = (Math.sin(z) * 50) + 175;
q = random(100000);
_root.tex41.duplicateMovieClip("tex4" + q, q);
_root["tex4" + q]._x = 225;
_root["tex4" + q]._y = (Math.sin(z) * 50) + 175;
w = random(100000);
_root.tex51.duplicateMovieClip("tex5" + w, w);
_root["tex5" + w]._x = 225;
_root["tex5" + w]._y = (Math.sin(z) * 50) + 175;
e = random(100000);
_root.tex61.duplicateMovieClip("tex6" + e, e);
_root["tex6" + e]._x = 225;
_root["tex6" + e]._y = (Math.sin(z) * 50) + 175;
i1 = random(100000);
_root.tex1.duplicateMovieClip("tex1" + i1, i1);
z = z + 0.05;
if (z > 10000) {
z = 0;
}
_root["tex1" + i1]._x = 225;
_root["tex1" + i1]._y = (Math.sin(z) * 50) + 175;
q1 = random(100000);
_root.tex4.duplicateMovieClip("tex4" + q1, q1);
_root["tex4" + q1]._x = 225;
_root["tex4" + q1]._y = (Math.sin(z) * 50) + 175;
w1 = random(100000);
_root.tex5.duplicateMovieClip("tex5" + w1, w1);
_root["tex5" + w1]._x = 225;
_root["tex5" + w1]._y = (Math.sin(z) * 50) + 175;
e1 = random(100000);
_root.tex6.duplicateMovieClip("tex6" + e1, e1);
_root["tex6" + e1]._x = 225;
_root["tex6" + e1]._y = (Math.sin(z) * 50) + 175;
_root.text.text = "The End";
}
}
Instance of Symbol 5 MovieClip "tex1" in Frame 1
onClipEvent (load) {
f = 100;
z = 3 + random(1);
al = 100;
}
onClipEvent (enterFrame) {
this._alpha = al;
f = f - 4;
this._xscale = f;
this._yscale = f;
this._x = this._x - 3;
this._y = this._y - 4;
al = al - z;
if (f < 10) {
this.removeMovieClip();
}
}
Instance of Symbol 5 MovieClip "tex3" in Frame 1
onClipEvent (load) {
f = 100;
z = 3 + random(1);
al = 100;
}
onClipEvent (enterFrame) {
this._alpha = al;
f = f - 4;
this._xscale = f;
this._yscale = f;
this._x = this._x + 3;
this._y = this._y - 4;
al = al - z;
if (f < 10) {
this.removeMovieClip();
}
}
Instance of Symbol 5 MovieClip "tex4" in Frame 1
onClipEvent (load) {
f = 100;
z = 3 + random(1);
al = 100;
}
onClipEvent (enterFrame) {
this._alpha = al;
f = f - 4;
this._xscale = f;
this._yscale = f;
this._x = this._x + 3;
this._y = this._y - 4;
al = al - z;
if (f < 10) {
this.removeMovieClip();
}
}
Instance of Symbol 5 MovieClip "tex5" in Frame 1
onClipEvent (load) {
f = 100;
z = 3 + random(1);
al = 100;
}
onClipEvent (enterFrame) {
this._alpha = al;
f = f - 4;
this._xscale = f;
this._yscale = f;
this._x = this._x + 3;
this._y = this._y + 4;
al = al - z;
if (f < 10) {
this.removeMovieClip();
}
}
Instance of Symbol 5 MovieClip "tex6" in Frame 1
onClipEvent (load) {
f = 100;
z = 3 + random(1);
al = 100;
}
onClipEvent (enterFrame) {
this._alpha = al;
f = f - 4;
this._xscale = f;
this._yscale = f;
this._x = this._x - 3;
this._y = this._y + 4;
al = al - z;
if (f < 10) {
this.removeMovieClip();
}
}
Instance of Symbol 5 MovieClip "tex41" in Frame 1
onClipEvent (load) {
f = 100;
z = 3 + random(1);
al = 100;
}
onClipEvent (enterFrame) {
this._alpha = al;
f = f - 4;
this._xscale = f;
this._yscale = f;
this._x = this._x + 6;
this._y = this._y - 4;
al = al - z;
if (f < 10) {
this.removeMovieClip();
}
}
Instance of Symbol 5 MovieClip "tex51" in Frame 1
onClipEvent (load) {
f = 100;
z = 3 + random(1);
al = 100;
}
onClipEvent (enterFrame) {
this._alpha = al;
f = f - 4;
this._xscale = f;
this._yscale = f;
this._x = this._x + 6;
this._y = this._y + 4;
al = al - z;
if (f < 10) {
this.removeMovieClip();
}
}
Instance of Symbol 5 MovieClip "tex61" in Frame 1
onClipEvent (load) {
f = 100;
z = 3 + random(1);
al = 100;
}
onClipEvent (enterFrame) {
this._alpha = al;
f = f - 4;
this._xscale = f;
this._yscale = f;
this._x = this._x - 6;
this._y = this._y + 4;
al = al - z;
if (f < 10) {
this.removeMovieClip();
}
}
Instance of Symbol 5 MovieClip "tex11" in Frame 1
onClipEvent (load) {
f = 100;
z = 3 + random(1);
al = 100;
}
onClipEvent (enterFrame) {
this._alpha = al;
f = f - 4;
this._xscale = f;
this._yscale = f;
this._x = this._x - 6;
this._y = this._y - 4;
al = al - z;
if (f < 10) {
this.removeMovieClip();
}
}