Instance of Symbol 4 MovieClip in Frame 1
onClipEvent (load) {
_root.stop();
}
onClipEvent (enterFrame) {
if (_root._framesloaded >= 2) {
_root.play();
}
}
Instance of Symbol 36 MovieClip in Frame 10
onClipEvent (load) {
_root.stop();
}
Frame 461
_root._highquality = 0;
_root.title = String(_root.titleme);
stop();
Instance of Symbol 107 MovieClip in Frame 461
onClipEvent (load) {
this.timer = 0;
}
onClipEvent (enterFrame) {
this.timer = this.timer + 0.4;
this.basex = Math.sin(this.timer / 5) * 120;
this.basey = Math.sin(this.timer / 9) * 120;
this._rotation = (this.basex / 4) * Math.abs(this.basey / 100);
}
Instance of Symbol 20 MovieClip in Symbol 21 MovieClip Frame 1
onClipEvent (load) {
this._x = random(700) - 350;
this.speed = (random(100) - 50) * 0.02;
if (this.speed == 0) {
this.speed = 0.01;
}
gotoAndPlay(random(this._totalframes));
}
onClipEvent (enterFrame) {
this.timer++;
this._x = this._x + this.speed;
if (this._x > 400) {
this._x = -400;
}
if (this._x < -400) {
this._x = 400;
}
}
Instance of Symbol 20 MovieClip in Symbol 21 MovieClip Frame 1
onClipEvent (load) {
this._x = random(700) - 350;
this.speed = (random(100) - 50) * 0.02;
if (this.speed == 0) {
this.speed = 0.01;
}
gotoAndPlay(random(this._totalframes));
}
onClipEvent (enterFrame) {
this.timer++;
this._x = this._x + this.speed;
if (this._x > 400) {
this._x = -400;
}
if (this._x < -400) {
this._x = 400;
}
}
Instance of Symbol 20 MovieClip in Symbol 21 MovieClip Frame 1
onClipEvent (load) {
this._x = random(700) - 350;
this.speed = (random(100) - 50) * 0.02;
if (this.speed == 0) {
this.speed = 0.01;
}
gotoAndPlay(random(this._totalframes));
}
onClipEvent (enterFrame) {
this.timer++;
this._x = this._x + this.speed;
if (this._x > 400) {
this._x = -400;
}
if (this._x < -400) {
this._x = 400;
}
}
Instance of Symbol 20 MovieClip in Symbol 21 MovieClip Frame 1
onClipEvent (load) {
this._x = random(700) - 350;
this.speed = (random(100) - 50) * 0.02;
if (this.speed == 0) {
this.speed = 0.01;
}
gotoAndPlay(random(this._totalframes));
}
onClipEvent (enterFrame) {
this.timer++;
this._x = this._x + this.speed;
if (this._x > 400) {
this._x = -400;
}
if (this._x < -400) {
this._x = 400;
}
}
Instance of Symbol 20 MovieClip in Symbol 21 MovieClip Frame 1
onClipEvent (load) {
this._x = random(700) - 350;
this.speed = (random(100) - 50) * 0.02;
if (this.speed == 0) {
this.speed = 0.01;
}
gotoAndPlay(random(this._totalframes));
}
onClipEvent (enterFrame) {
this.timer++;
this._x = this._x + this.speed;
if (this._x > 400) {
this._x = -400;
}
if (this._x < -400) {
this._x = 400;
}
}
Instance of Symbol 20 MovieClip in Symbol 21 MovieClip Frame 1
onClipEvent (load) {
this._x = random(700) - 350;
this.speed = (random(100) - 50) * 0.02;
if (this.speed == 0) {
this.speed = 0.01;
}
gotoAndPlay(random(this._totalframes));
}
onClipEvent (enterFrame) {
this.timer++;
this._x = this._x + this.speed;
if (this._x > 400) {
this._x = -400;
}
if (this._x < -400) {
this._x = 400;
}
}
Instance of Symbol 20 MovieClip in Symbol 21 MovieClip Frame 1
onClipEvent (load) {
this._x = random(700) - 350;
this.speed = (random(100) - 50) * 0.02;
if (this.speed == 0) {
this.speed = 0.01;
}
gotoAndPlay(random(this._totalframes));
}
onClipEvent (enterFrame) {
this.timer++;
this._x = this._x + this.speed;
if (this._x > 400) {
this._x = -400;
}
if (this._x < -400) {
this._x = 400;
}
}
Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1
onClipEvent (load) {
this._xscale = 0;
}
onClipEvent (enterFrame) {
this._xscale = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
}
Symbol 36 MovieClip Frame 50
stop();
Instance of Symbol 34 MovieClip in Symbol 36 MovieClip Frame 50
onClipEvent (enterFrame) {
if ((_root.getBytesLoaded() / _root.getBytesTotal()) >= 1) {
_parent.play();
}
}
Symbol 36 MovieClip Frame 125
_root.play();
Symbol 40 MovieClip Frame 32
stop();
Symbol 45 MovieClip Frame 194
stop();
Symbol 58 MovieClip Frame 1
gotoAndPlay(Number(random(20)) + 1);
Symbol 59 MovieClip Frame 1
round = 1;
turn = 1;
Symbol 59 MovieClip Frame 2
if (round > 3) {
round = 3;
}
if (round < -3) {
round = -3;
}
if (Number(random(10)) == 1) {
if (Number(round) == 1) {
round = 2;
} else {
round = 1;
}
}
if (Number(round) == 1) {
turn = Number(turn) + 0.1;
} else if (Number(round) == 2) {
turn = turn - 0.1;
}
setProperty("shine", _rotation , Number(getProperty(shine, _rotation)) + Number(2 * turn));
Symbol 59 MovieClip Frame 3
gotoAndPlay (2);
Symbol 104 MovieClip Frame 28
stop();
Symbol 105 MovieClip Frame 1
i = 1;
max = length(_root.title);
char._visible = 0;
Symbol 105 MovieClip Frame 5
newchar = char.duplicateMovieClip("char" + i, i);
newchar.letter = substring(_root.title, i, 1);
i++;
Symbol 105 MovieClip Frame 6
if (Number(i) > Number(max)) {
play();
} else {
gotoAndPlay (2);
}
Instance of Symbol 76 MovieClip in Symbol 107 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _parent.basex;
this._y = _parent.basey;
this._rotation = this._rotation + 2;
}
Instance of Symbol 33 MovieClip in Symbol 107 MovieClip Frame 1
onClipEvent (load) {
function setvalue() {
this.truex = random(600) - 300;
this.truey = random(450) - 225;
this.depth = 0;
this._x = 275;
this._y = 200;
this._xscale = 0;
this._yscale = 0;
}
this.setvalue();
this.depth = random(100);
}
onClipEvent (enterFrame) {
if (this.depth > 150) {
this.setvalue();
}
this.depth = this.depth + 10;
this._xscale = this.depth;
this._yscale = this._xscale;
this._x = (this.truex * (this.depth / 100)) + (_parent.basex * ((100 - this.depth) / 100));
this._y = (this.truey * (this.depth / 100)) + (_parent.basey * ((100 - this.depth) / 100));
}
Instance of Symbol 33 MovieClip in Symbol 107 MovieClip Frame 1
onClipEvent (load) {
function setvalue() {
this.truex = random(600) - 300;
this.truey = random(450) - 225;
this.depth = 0;
this._x = 275;
this._y = 200;
this._xscale = 0;
this._yscale = 0;
}
this.setvalue();
this.depth = random(100);
}
onClipEvent (enterFrame) {
if (this.depth > 150) {
this.setvalue();
}
this.depth = this.depth + 10;
this._xscale = this.depth;
this._yscale = this._xscale;
this._x = (this.truex * (this.depth / 100)) + (_parent.basex * ((100 - this.depth) / 100));
this._y = (this.truey * (this.depth / 100)) + (_parent.basey * ((100 - this.depth) / 100));
}
Instance of Symbol 33 MovieClip in Symbol 107 MovieClip Frame 1
onClipEvent (load) {
function setvalue() {
this.truex = random(600) - 300;
this.truey = random(450) - 225;
this.depth = 0;
this._x = 275;
this._y = 200;
this._xscale = 0;
this._yscale = 0;
}
this.setvalue();
this.depth = random(100);
}
onClipEvent (enterFrame) {
if (this.depth > 150) {
this.setvalue();
}
this.depth = this.depth + 10;
this._xscale = this.depth;
this._yscale = this._xscale;
this._x = (this.truex * (this.depth / 100)) + (_parent.basex * ((100 - this.depth) / 100));
this._y = (this.truey * (this.depth / 100)) + (_parent.basey * ((100 - this.depth) / 100));
}
Instance of Symbol 33 MovieClip in Symbol 107 MovieClip Frame 1
onClipEvent (load) {
function setvalue() {
this.truex = random(600) - 300;
this.truey = random(450) - 225;
this.depth = 0;
this._x = 275;
this._y = 200;
this._xscale = 0;
this._yscale = 0;
}
this.setvalue();
this.depth = random(100);
}
onClipEvent (enterFrame) {
if (this.depth > 150) {
this.setvalue();
}
this.depth = this.depth + 10;
this._xscale = this.depth;
this._yscale = this._xscale;
this._x = (this.truex * (this.depth / 100)) + (_parent.basex * ((100 - this.depth) / 100));
this._y = (this.truey * (this.depth / 100)) + (_parent.basey * ((100 - this.depth) / 100));
}
Instance of Symbol 33 MovieClip in Symbol 107 MovieClip Frame 1
onClipEvent (load) {
function setvalue() {
this.truex = random(600) - 300;
this.truey = random(450) - 225;
this.depth = 0;
this._x = 275;
this._y = 200;
this._xscale = 0;
this._yscale = 0;
}
this.setvalue();
this.depth = random(100);
}
onClipEvent (enterFrame) {
if (this.depth > 150) {
this.setvalue();
}
this.depth = this.depth + 10;
this._xscale = this.depth;
this._yscale = this._xscale;
this._x = (this.truex * (this.depth / 100)) + (_parent.basex * ((100 - this.depth) / 100));
this._y = (this.truey * (this.depth / 100)) + (_parent.basey * ((100 - this.depth) / 100));
}
Instance of Symbol 33 MovieClip in Symbol 107 MovieClip Frame 1
onClipEvent (load) {
function setvalue() {
this.truex = random(600) - 300;
this.truey = random(450) - 225;
this.depth = 0;
this._x = 275;
this._y = 200;
this._xscale = 0;
this._yscale = 0;
}
this.setvalue();
this.depth = random(100);
}
onClipEvent (enterFrame) {
if (this.depth > 150) {
this.setvalue();
}
this.depth = this.depth + 10;
this._xscale = this.depth;
this._yscale = this._xscale;
this._x = (this.truex * (this.depth / 100)) + (_parent.basex * ((100 - this.depth) / 100));
this._y = (this.truey * (this.depth / 100)) + (_parent.basey * ((100 - this.depth) / 100));
}
Instance of Symbol 33 MovieClip in Symbol 107 MovieClip Frame 1
onClipEvent (load) {
function setvalue() {
this.truex = random(600) - 300;
this.truey = random(450) - 225;
this.depth = 0;
this._x = 275;
this._y = 200;
this._xscale = 0;
this._yscale = 0;
}
this.setvalue();
this.depth = random(100);
}
onClipEvent (enterFrame) {
if (this.depth > 150) {
this.setvalue();
}
this.depth = this.depth + 10;
this._xscale = this.depth;
this._yscale = this._xscale;
this._x = (this.truex * (this.depth / 100)) + (_parent.basex * ((100 - this.depth) / 100));
this._y = (this.truey * (this.depth / 100)) + (_parent.basey * ((100 - this.depth) / 100));
}
Instance of Symbol 33 MovieClip in Symbol 107 MovieClip Frame 1
onClipEvent (load) {
function setvalue() {
this.truex = random(600) - 300;
this.truey = random(450) - 225;
this.depth = 0;
this._x = 275;
this._y = 200;
this._xscale = 0;
this._yscale = 0;
}
this.setvalue();
this.depth = random(100);
}
onClipEvent (enterFrame) {
if (this.depth > 150) {
this.setvalue();
}
this.depth = this.depth + 10;
this._xscale = this.depth;
this._yscale = this._xscale;
this._x = (this.truex * (this.depth / 100)) + (_parent.basex * ((100 - this.depth) / 100));
this._y = (this.truey * (this.depth / 100)) + (_parent.basey * ((100 - this.depth) / 100));
}
Instance of Symbol 33 MovieClip in Symbol 107 MovieClip Frame 1
onClipEvent (load) {
function setvalue() {
this.truex = random(600) - 300;
this.truey = random(450) - 225;
this.depth = 0;
this._x = 275;
this._y = 200;
this._xscale = 0;
this._yscale = 0;
}
this.setvalue();
this.depth = random(100);
}
onClipEvent (enterFrame) {
if (this.depth > 150) {
this.setvalue();
}
this.depth = this.depth + 10;
this._xscale = this.depth;
this._yscale = this._xscale;
this._x = (this.truex * (this.depth / 100)) + (_parent.basex * ((100 - this.depth) / 100));
this._y = (this.truey * (this.depth / 100)) + (_parent.basey * ((100 - this.depth) / 100));
}
Instance of Symbol 33 MovieClip in Symbol 107 MovieClip Frame 1
onClipEvent (load) {
function setvalue() {
this.truex = random(600) - 300;
this.truey = random(450) - 225;
this.depth = 0;
this._x = 275;
this._y = 200;
this._xscale = 0;
this._yscale = 0;
}
this.setvalue();
this.depth = random(100);
}
onClipEvent (enterFrame) {
if (this.depth > 150) {
this.setvalue();
}
this.depth = this.depth + 10;
this._xscale = this.depth;
this._yscale = this._xscale;
this._x = (this.truex * (this.depth / 100)) + (_parent.basex * ((100 - this.depth) / 100));
this._y = (this.truey * (this.depth / 100)) + (_parent.basey * ((100 - this.depth) / 100));
}
Instance of Symbol 33 MovieClip in Symbol 107 MovieClip Frame 1
onClipEvent (load) {
function setvalue() {
this.truex = random(600) - 300;
this.truey = random(450) - 225;
this.depth = 0;
this._x = 275;
this._y = 200;
this._xscale = 0;
this._yscale = 0;
}
this.setvalue();
this.depth = random(100);
}
onClipEvent (enterFrame) {
if (this.depth > 150) {
this.setvalue();
}
this.depth = this.depth + 10;
this._xscale = this.depth;
this._yscale = this._xscale;
this._x = (this.truex * (this.depth / 100)) + (_parent.basex * ((100 - this.depth) / 100));
this._y = (this.truey * (this.depth / 100)) + (_parent.basey * ((100 - this.depth) / 100));
}
Instance of Symbol 33 MovieClip in Symbol 107 MovieClip Frame 1
onClipEvent (load) {
function setvalue() {
this.truex = random(600) - 300;
this.truey = random(450) - 225;
this.depth = 0;
this._x = 275;
this._y = 200;
this._xscale = 0;
this._yscale = 0;
}
this.setvalue();
this.depth = random(100);
}
onClipEvent (enterFrame) {
if (this.depth > 150) {
this.setvalue();
}
this.depth = this.depth + 10;
this._xscale = this.depth;
this._yscale = this._xscale;
this._x = (this.truex * (this.depth / 100)) + (_parent.basex * ((100 - this.depth) / 100));
this._y = (this.truey * (this.depth / 100)) + (_parent.basey * ((100 - this.depth) / 100));
}
Instance of Symbol 33 MovieClip in Symbol 107 MovieClip Frame 1
onClipEvent (load) {
function setvalue() {
this.truex = random(600) - 300;
this.truey = random(450) - 225;
this.depth = 0;
this._x = 275;
this._y = 200;
this._xscale = 0;
this._yscale = 0;
}
this.setvalue();
this.depth = random(100);
}
onClipEvent (enterFrame) {
if (this.depth > 150) {
this.setvalue();
}
this.depth = this.depth + 10;
this._xscale = this.depth;
this._yscale = this._xscale;
this._x = (this.truex * (this.depth / 100)) + (_parent.basex * ((100 - this.depth) / 100));
this._y = (this.truey * (this.depth / 100)) + (_parent.basey * ((100 - this.depth) / 100));
}
Instance of Symbol 33 MovieClip in Symbol 107 MovieClip Frame 1
onClipEvent (load) {
function setvalue() {
this.truex = random(600) - 300;
this.truey = random(450) - 225;
this.depth = 0;
this._x = 275;
this._y = 200;
this._xscale = 0;
this._yscale = 0;
}
this.setvalue();
this.depth = random(100);
}
onClipEvent (enterFrame) {
if (this.depth > 150) {
this.setvalue();
}
this.depth = this.depth + 10;
this._xscale = this.depth;
this._yscale = this._xscale;
this._x = (this.truex * (this.depth / 100)) + (_parent.basex * ((100 - this.depth) / 100));
this._y = (this.truey * (this.depth / 100)) + (_parent.basey * ((100 - this.depth) / 100));
}
Instance of Symbol 33 MovieClip in Symbol 107 MovieClip Frame 1
onClipEvent (load) {
function setvalue() {
this.truex = random(600) - 300;
this.truey = random(450) - 225;
this.depth = 0;
this._x = 275;
this._y = 200;
this._xscale = 0;
this._yscale = 0;
}
this.setvalue();
this.depth = random(100);
}
onClipEvent (enterFrame) {
if (this.depth > 150) {
this.setvalue();
}
this.depth = this.depth + 10;
this._xscale = this.depth;
this._yscale = this._xscale;
this._x = (this.truex * (this.depth / 100)) + (_parent.basex * ((100 - this.depth) / 100));
this._y = (this.truey * (this.depth / 100)) + (_parent.basey * ((100 - this.depth) / 100));
}
Instance of Symbol 33 MovieClip in Symbol 107 MovieClip Frame 1
onClipEvent (load) {
function setvalue() {
this.truex = random(600) - 300;
this.truey = random(450) - 225;
this.depth = 0;
this._x = 275;
this._y = 200;
this._xscale = 0;
this._yscale = 0;
}
this.setvalue();
this.depth = random(100);
}
onClipEvent (enterFrame) {
if (this.depth > 150) {
this.setvalue();
}
this.depth = this.depth + 10;
this._xscale = this.depth;
this._yscale = this._xscale;
this._x = (this.truex * (this.depth / 100)) + (_parent.basex * ((100 - this.depth) / 100));
this._y = (this.truey * (this.depth / 100)) + (_parent.basey * ((100 - this.depth) / 100));
}
Instance of Symbol 33 MovieClip in Symbol 107 MovieClip Frame 1
onClipEvent (load) {
function setvalue() {
this.truex = random(600) - 300;
this.truey = random(450) - 225;
this.depth = 0;
this._x = 275;
this._y = 200;
this._xscale = 0;
this._yscale = 0;
}
this.setvalue();
this.depth = random(100);
}
onClipEvent (enterFrame) {
if (this.depth > 150) {
this.setvalue();
}
this.depth = this.depth + 10;
this._xscale = this.depth;
this._yscale = this._xscale;
this._x = (this.truex * (this.depth / 100)) + (_parent.basex * ((100 - this.depth) / 100));
this._y = (this.truey * (this.depth / 100)) + (_parent.basey * ((100 - this.depth) / 100));
}
Instance of Symbol 33 MovieClip in Symbol 107 MovieClip Frame 1
onClipEvent (load) {
function setvalue() {
this.truex = random(600) - 300;
this.truey = random(450) - 225;
this.depth = 0;
this._x = 275;
this._y = 200;
this._xscale = 0;
this._yscale = 0;
}
this.setvalue();
this.depth = random(100);
}
onClipEvent (enterFrame) {
if (this.depth > 150) {
this.setvalue();
}
this.depth = this.depth + 10;
this._xscale = this.depth;
this._yscale = this._xscale;
this._x = (this.truex * (this.depth / 100)) + (_parent.basex * ((100 - this.depth) / 100));
this._y = (this.truey * (this.depth / 100)) + (_parent.basey * ((100 - this.depth) / 100));
}
Instance of Symbol 33 MovieClip in Symbol 107 MovieClip Frame 1
onClipEvent (load) {
function setvalue() {
this.truex = random(600) - 300;
this.truey = random(450) - 225;
this.depth = 0;
this._x = 275;
this._y = 200;
this._xscale = 0;
this._yscale = 0;
}
this.setvalue();
this.depth = random(100);
}
onClipEvent (enterFrame) {
if (this.depth > 150) {
this.setvalue();
}
this.depth = this.depth + 10;
this._xscale = this.depth;
this._yscale = this._xscale;
this._x = (this.truex * (this.depth / 100)) + (_parent.basex * ((100 - this.depth) / 100));
this._y = (this.truey * (this.depth / 100)) + (_parent.basey * ((100 - this.depth) / 100));
}
Instance of Symbol 99 MovieClip in Symbol 107 MovieClip Frame 1
onClipEvent (load) {
this.timer = random(10000);
this.timer2 = random(10000);
this.timer2i = random(5) + 1;
this._xscale = 0;
this._yscale = 0;
this.startscale = 0;
}
onClipEvent (enterFrame) {
this.timer = this.timer + 0.4;
this.timer2 = this.timer2 + (Math.sin(this.timer) * this.timer2i);
this._xscale = (100 + (Math.sin(this.timer / 5) * 30)) + ((Math.sin(this.timer2 / 5) * 20) * this.startscale);
this._yscale = this._xscale;
this._x = _parent.basex * -0.5;
this._y = _parent.basey * -0.5;
this.startscale = (this.startscale + 1) / 2;
}
Instance of Symbol 106 MovieClip in Symbol 107 MovieClip Frame 1
onClipEvent (load) {
this.timer = random(10000);
this.timer2 = random(10000);
this.timer2i = random(5) + 1;
this._xscale = 0;
this._yscale = 0;
this.startscale = 0;
}
onClipEvent (enterFrame) {
this.timer = this.timer + 0.4;
this.timer2 = this.timer2 + (Math.sin(this.timer) * this.timer2i);
this._xscale = (100 + (Math.sin(this.timer / 5) * 30)) + ((Math.sin(this.timer2 / 5) * 20) * this.startscale);
this._yscale = this._xscale;
this._x = _parent.basex * ((this._xscale - 50) / -100);
this._y = _parent.basey * ((this._xscale - 50) / -100);
this.startscale = (this.startscale + 1) / 2;
}
Symbol 107 MovieClip Frame 20
stop();