Frame 217
_root.stop();
Instance of Symbol 45 MovieClip "star" in Frame 217
onClipEvent (load) {
var a = random(150);
var b = (random(10) - 5);
var c = (random(9) + 1);
var d = (random(3) + 1);
this._alpha = random(40);
}
onClipEvent (enterFrame) {
this._rotation = this._rotation + b;
this._xscale = a;
this._yscale = a;
this._x = this._x + c;
this._y = this._y + d;
if ((this._x > 800) || (this.y < -150)) {
this._x = -200;
this._y = random(650) - 200;
}
}
Instance of Symbol 46 MovieClip in Frame 217
onClipEvent (load) {
i = 1;
while (i < 100) {
duplicateMovieClip (_root.star, "MC" + i, i);
_root["MC" + i]._x = 799;
_root["MC" + i]._y = random(400);
_root["MC" + i]._alpha = 0;
i++;
}
}
Frame 745
stop();
stopAllSounds();
Frame 748
stop();
Instance of Symbol 100 MovieClip in Frame 748
onClipEvent (load) {
speed1 = 5;
rot1 = 5;
}
onClipEvent (enterFrame) {
if (this._y < 450) {
this._rotation = this._rotation + speed1;
this._y = this._y + rot1;
} else {
speed1 = random(10) + 1;
rot1 = random(10) + 1;
this._y = -50;
this._x = random(550);
}
}
Instance of Symbol 102 MovieClip in Frame 748
onClipEvent (load) {
speed3 = 7;
rot3 = 6;
}
onClipEvent (enterFrame) {
if (this._y < 450) {
this._rotation = this._rotation + speed3;
this._y = this._y + rot3;
} else {
speed3 = random(10) + 1;
rot3 = random(10) + 1;
this._y = -50;
this._x = random(550);
}
}
Instance of Symbol 104 MovieClip in Frame 748
onClipEvent (load) {
speed4 = -3;
rot4 = 3;
}
onClipEvent (enterFrame) {
if (this._y < 450) {
this._rotation = this._rotation + speed4;
this._y = this._y + rot4;
} else {
speed4 = random(10) + 1;
rot4 = random(10) + 1;
this._y = -50;
this._x = random(550);
}
}
Instance of Symbol 106 MovieClip in Frame 748
onClipEvent (load) {
speed2 = -5;
rot2 = 4;
}
onClipEvent (enterFrame) {
if (this._y < 450) {
this._rotation = this._rotation + speed2;
this._y = this._y + rot2;
} else {
speed2 = random(10) + 1;
rot2 = random(10) + 1;
this._y = -50;
this._x = random(550);
}
}
Instance of Symbol 102 MovieClip in Frame 748
onClipEvent (load) {
speed3 = 7;
rot3 = 6;
}
onClipEvent (enterFrame) {
if (this._y < 450) {
this._rotation = this._rotation - speed3;
this._y = this._y + rot3;
} else {
speed3 = random(10) + 1;
rot3 = random(10) + 1;
this._y = -50;
this._x = random(550);
}
}
Instance of Symbol 104 MovieClip in Frame 748
onClipEvent (load) {
speed4 = -3;
rot4 = 3;
}
onClipEvent (enterFrame) {
if (this._y < 450) {
this._rotation = this._rotation - speed4;
this._y = this._y + rot4;
} else {
speed4 = random(10) + 1;
rot4 = random(10) + 1;
this._y = -50;
this._x = random(550);
}
}
Instance of Symbol 106 MovieClip in Frame 748
onClipEvent (load) {
speed2 = -5;
rot2 = 4;
}
onClipEvent (enterFrame) {
if (this._y < 450) {
this._rotation = this._rotation - speed2;
this._y = this._y + rot2;
} else {
speed2 = random(10) + 1;
rot2 = random(10) + 1;
this._y = -50;
this._x = random(550);
}
}
Instance of Symbol 100 MovieClip in Frame 748
onClipEvent (load) {
speed1 = 5;
rot1 = 5;
}
onClipEvent (enterFrame) {
if (this._y < 450) {
this._rotation = this._rotation - speed1;
this._y = this._y + rot1;
} else {
speed1 = random(10) + 1;
rot1 = random(10) + 1;
this._y = -50;
this._x = random(550);
}
}
Instance of Symbol 108 MovieClip in Frame 748
onClipEvent (load) {
speed1 = 5;
rot1 = 5;
}
onClipEvent (enterFrame) {
if (this._y < 450) {
this._rotation = this._rotation - speed1;
this._y = this._y + rot1;
} else {
speed1 = random(10) + 1;
rot1 = random(10) + 1;
this._y = -50;
this._x = random(550);
}
}
Instance of Symbol 108 MovieClip in Frame 748
onClipEvent (load) {
speed1 = random(10) + 1;
rot1 = random(10) + 1;
}
onClipEvent (enterFrame) {
if (this._y < 450) {
this._rotation = this._rotation + speed1;
this._y = this._y + rot1;
} else {
speed1 = random(10) + 1;
rot1 = random(10) + 1;
this._y = -50;
this._x = random(550);
}
}
Frame 750
stop();
Instance of Symbol 112 MovieClip in Frame 750
onClipEvent (load) {
var n = 5;
}
onClipEvent (enterFrame) {
if ((this._y >= 400) || (this._y <= -45)) {
n = n * -1;
if (this._y <= -45) {
this._y = -44;
}
if (_y >= 400) {
this._y = 399;
}
} else {
this._y = this._y + n;
}
}
Instance of Symbol 114 MovieClip in Frame 750
onClipEvent (load) {
var n = 5;
}
onClipEvent (enterFrame) {
if ((this._y >= 400) || (this._y <= -45)) {
n = n * -1;
if (this._y <= -45) {
this._y = -44;
}
if (_y >= 400) {
this._y = 399;
}
} else {
this._y = this._y + n;
}
}
Instance of Symbol 116 MovieClip in Frame 750
onClipEvent (load) {
var n = 5;
}
onClipEvent (enterFrame) {
if ((this._y >= 400) || (this._y <= -45)) {
n = n * -1;
if (this._y <= -45) {
this._y = -44;
}
if (_y >= 400) {
this._y = 399;
}
} else {
this._y = this._y + n;
}
}
Instance of Symbol 118 MovieClip in Frame 750
onClipEvent (load) {
var n = 5;
}
onClipEvent (enterFrame) {
if ((this._y >= 400) || (this._y <= -45)) {
n = n * -1;
if (this._y <= -45) {
this._y = -44;
}
if (_y >= 400) {
this._y = 399;
}
} else {
this._y = this._y + n;
}
}
Instance of Symbol 120 MovieClip in Frame 750
onClipEvent (load) {
var n = 5;
}
onClipEvent (enterFrame) {
if ((this._y >= 400) || (this._y <= -45)) {
n = n * -1;
if (this._y <= -45) {
this._y = -44;
}
if (_y >= 400) {
this._y = 399;
}
} else {
this._y = this._y + n;
}
}
Instance of Symbol 122 MovieClip in Frame 750
onClipEvent (load) {
var n = 5;
}
onClipEvent (enterFrame) {
if ((this._y >= 400) || (this._y <= -45)) {
n = n * -1;
if (this._y <= -45) {
this._y = -44;
}
if (_y >= 400) {
this._y = 399;
}
} else {
this._y = this._y + n;
}
}
Frame 752
stop();
Frame 754
stop();
Instance of Symbol 137 MovieClip in Frame 754
onClipEvent (load) {
var a = 0;
var b = 0;
}
onClipEvent (enterFrame) {
a = random(4);
if (a == 1) {
this._rotation = 90;
} else if (a == 2) {
this._rotation = 180;
} else if (a == 3) {
this._rotation = 270;
} else {
this._rotation = 0;
}
stop();
b = random(5);
if (b == 1) {
this.gotoAndPlay(2);
} else if (b == 2) {
this.gotoAndPlay(3);
} else if (b == 3) {
this.gotoAndPlay(4);
} else {
this.gotoAndPlay(5);
}
}
Instance of Symbol 137 MovieClip in Frame 754
onClipEvent (load) {
var a = 0;
var b = 0;
}
onClipEvent (enterFrame) {
a = random(4);
if (a == 1) {
this._rotation = 90;
} else if (a == 2) {
this._rotation = 180;
} else if (a == 3) {
this._rotation = 270;
} else {
this._rotation = 0;
}
stop();
b = random(5);
if (b == 1) {
this.gotoAndPlay(2);
} else if (b == 2) {
this.gotoAndPlay(3);
} else if (b == 3) {
this.gotoAndPlay(4);
} else {
this.gotoAndPlay(5);
}
}
Instance of Symbol 137 MovieClip in Frame 754
onClipEvent (load) {
var a = 0;
var b = 0;
}
onClipEvent (enterFrame) {
a = random(4);
if (a == 1) {
this._rotation = 90;
} else if (a == 2) {
this._rotation = 180;
} else if (a == 3) {
this._rotation = 270;
} else {
this._rotation = 0;
}
stop();
b = random(5);
if (b == 1) {
this.gotoAndPlay(2);
} else if (b == 2) {
this.gotoAndPlay(3);
} else if (b == 3) {
this.gotoAndPlay(4);
} else {
this.gotoAndPlay(5);
}
}
Instance of Symbol 137 MovieClip in Frame 754
onClipEvent (load) {
var a = 0;
var b = 0;
}
onClipEvent (enterFrame) {
a = random(4);
if (a == 1) {
this._rotation = 90;
} else if (a == 2) {
this._rotation = 180;
} else if (a == 3) {
this._rotation = 270;
} else {
this._rotation = 0;
}
stop();
b = random(5);
if (b == 1) {
this.gotoAndPlay(2);
} else if (b == 2) {
this.gotoAndPlay(3);
} else if (b == 3) {
this.gotoAndPlay(4);
} else {
this.gotoAndPlay(5);
}
}
Instance of Symbol 137 MovieClip in Frame 754
onClipEvent (load) {
var a = 0;
var b = 0;
}
onClipEvent (enterFrame) {
a = random(4);
if (a == 1) {
this._rotation = 90;
} else if (a == 2) {
this._rotation = 180;
} else if (a == 3) {
this._rotation = 270;
} else {
this._rotation = 0;
}
stop();
b = random(5);
if (b == 1) {
this.gotoAndPlay(2);
} else if (b == 2) {
this.gotoAndPlay(3);
} else if (b == 3) {
this.gotoAndPlay(4);
} else {
this.gotoAndPlay(5);
}
}
Instance of Symbol 137 MovieClip in Frame 754
onClipEvent (load) {
var a = 0;
var b = 0;
}
onClipEvent (enterFrame) {
a = random(4);
if (a == 1) {
this._rotation = 90;
} else if (a == 2) {
this._rotation = 180;
} else if (a == 3) {
this._rotation = 270;
} else {
this._rotation = 0;
}
stop();
b = random(5);
if (b == 1) {
this.gotoAndPlay(2);
} else if (b == 2) {
this.gotoAndPlay(3);
} else if (b == 3) {
this.gotoAndPlay(4);
} else {
this.gotoAndPlay(5);
}
}
Instance of Symbol 137 MovieClip in Frame 754
onClipEvent (load) {
var a = 0;
var b = 0;
}
onClipEvent (enterFrame) {
a = random(4);
if (a == 1) {
this._rotation = 90;
} else if (a == 2) {
this._rotation = 180;
} else if (a == 3) {
this._rotation = 270;
} else {
this._rotation = 0;
}
stop();
b = random(5);
if (b == 1) {
this.gotoAndPlay(2);
} else if (b == 2) {
this.gotoAndPlay(3);
} else if (b == 3) {
this.gotoAndPlay(4);
} else {
this.gotoAndPlay(5);
}
}
Instance of Symbol 137 MovieClip in Frame 754
onClipEvent (load) {
var a = 0;
var b = 0;
}
onClipEvent (enterFrame) {
a = random(4);
if (a == 1) {
this._rotation = 90;
} else if (a == 2) {
this._rotation = 180;
} else if (a == 3) {
this._rotation = 270;
} else {
this._rotation = 0;
}
stop();
b = random(5);
if (b == 1) {
this.gotoAndPlay(2);
} else if (b == 2) {
this.gotoAndPlay(3);
} else if (b == 3) {
this.gotoAndPlay(4);
} else {
this.gotoAndPlay(5);
}
}
Instance of Symbol 137 MovieClip in Frame 754
onClipEvent (load) {
var a = 0;
var b = 0;
}
onClipEvent (enterFrame) {
a = random(4);
if (a == 1) {
this._rotation = 90;
} else if (a == 2) {
this._rotation = 180;
} else if (a == 3) {
this._rotation = 270;
} else {
this._rotation = 0;
}
stop();
b = random(5);
if (b == 1) {
this.gotoAndPlay(2);
} else if (b == 2) {
this.gotoAndPlay(3);
} else if (b == 3) {
this.gotoAndPlay(4);
} else {
this.gotoAndPlay(5);
}
}
Instance of Symbol 137 MovieClip in Frame 754
onClipEvent (load) {
var a = 0;
var b = 0;
}
onClipEvent (enterFrame) {
a = random(4);
if (a == 1) {
this._rotation = 90;
} else if (a == 2) {
this._rotation = 180;
} else if (a == 3) {
this._rotation = 270;
} else {
this._rotation = 0;
}
stop();
b = random(5);
if (b == 1) {
this.gotoAndPlay(2);
} else if (b == 2) {
this.gotoAndPlay(3);
} else if (b == 3) {
this.gotoAndPlay(4);
} else {
this.gotoAndPlay(5);
}
}
Instance of Symbol 137 MovieClip in Frame 754
onClipEvent (load) {
var a = 0;
var b = 0;
}
onClipEvent (enterFrame) {
a = random(4);
if (a == 1) {
this._rotation = 90;
} else if (a == 2) {
this._rotation = 180;
} else if (a == 3) {
this._rotation = 270;
} else {
this._rotation = 0;
}
stop();
b = random(5);
if (b == 1) {
this.gotoAndPlay(2);
} else if (b == 2) {
this.gotoAndPlay(3);
} else if (b == 3) {
this.gotoAndPlay(4);
} else {
this.gotoAndPlay(5);
}
}
Instance of Symbol 137 MovieClip in Frame 754
onClipEvent (load) {
var a = 0;
var b = 0;
}
onClipEvent (enterFrame) {
a = random(4);
if (a == 1) {
this._rotation = 90;
} else if (a == 2) {
this._rotation = 180;
} else if (a == 3) {
this._rotation = 270;
} else {
this._rotation = 0;
}
stop();
b = random(5);
if (b == 1) {
this.gotoAndPlay(2);
} else if (b == 2) {
this.gotoAndPlay(3);
} else if (b == 3) {
this.gotoAndPlay(4);
} else {
this.gotoAndPlay(5);
}
}
Instance of Symbol 137 MovieClip in Frame 754
onClipEvent (load) {
var a = 0;
var b = 0;
}
onClipEvent (enterFrame) {
a = random(4);
if (a == 1) {
this._rotation = 90;
} else if (a == 2) {
this._rotation = 180;
} else if (a == 3) {
this._rotation = 270;
} else {
this._rotation = 0;
}
stop();
b = random(5);
if (b == 1) {
this.gotoAndPlay(2);
} else if (b == 2) {
this.gotoAndPlay(3);
} else if (b == 3) {
this.gotoAndPlay(4);
} else {
this.gotoAndPlay(5);
}
}
Instance of Symbol 137 MovieClip in Frame 754
onClipEvent (load) {
var a = 0;
var b = 0;
}
onClipEvent (enterFrame) {
a = random(4);
if (a == 1) {
this._rotation = 90;
} else if (a == 2) {
this._rotation = 180;
} else if (a == 3) {
this._rotation = 270;
} else {
this._rotation = 0;
}
stop();
b = random(5);
if (b == 1) {
this.gotoAndPlay(2);
} else if (b == 2) {
this.gotoAndPlay(3);
} else if (b == 3) {
this.gotoAndPlay(4);
} else {
this.gotoAndPlay(5);
}
}
Instance of Symbol 137 MovieClip in Frame 754
onClipEvent (load) {
var a = 0;
var b = 0;
}
onClipEvent (enterFrame) {
a = random(4);
if (a == 1) {
this._rotation = 90;
} else if (a == 2) {
this._rotation = 180;
} else if (a == 3) {
this._rotation = 270;
} else {
this._rotation = 0;
}
stop();
b = random(5);
if (b == 1) {
this.gotoAndPlay(2);
} else if (b == 2) {
this.gotoAndPlay(3);
} else if (b == 3) {
this.gotoAndPlay(4);
} else {
this.gotoAndPlay(5);
}
}
Instance of Symbol 137 MovieClip in Frame 754
onClipEvent (load) {
var a = 0;
var b = 0;
}
onClipEvent (enterFrame) {
a = random(4);
if (a == 1) {
this._rotation = 90;
} else if (a == 2) {
this._rotation = 180;
} else if (a == 3) {
this._rotation = 270;
} else {
this._rotation = 0;
}
stop();
b = random(5);
if (b == 1) {
this.gotoAndPlay(2);
} else if (b == 2) {
this.gotoAndPlay(3);
} else if (b == 3) {
this.gotoAndPlay(4);
} else {
this.gotoAndPlay(5);
}
}
Instance of Symbol 137 MovieClip in Frame 754
onClipEvent (load) {
var a = 0;
var b = 0;
}
onClipEvent (enterFrame) {
a = random(4);
if (a == 1) {
this._rotation = 90;
} else if (a == 2) {
this._rotation = 180;
} else if (a == 3) {
this._rotation = 270;
} else {
this._rotation = 0;
}
stop();
b = random(5);
if (b == 1) {
this.gotoAndPlay(2);
} else if (b == 2) {
this.gotoAndPlay(3);
} else if (b == 3) {
this.gotoAndPlay(4);
} else {
this.gotoAndPlay(5);
}
}
Instance of Symbol 137 MovieClip in Frame 754
onClipEvent (load) {
var a = 0;
var b = 0;
}
onClipEvent (enterFrame) {
a = random(4);
if (a == 1) {
this._rotation = 90;
} else if (a == 2) {
this._rotation = 180;
} else if (a == 3) {
this._rotation = 270;
} else {
this._rotation = 0;
}
stop();
b = random(5);
if (b == 1) {
this.gotoAndPlay(2);
} else if (b == 2) {
this.gotoAndPlay(3);
} else if (b == 3) {
this.gotoAndPlay(4);
} else {
this.gotoAndPlay(5);
}
}
Instance of Symbol 137 MovieClip in Frame 754
onClipEvent (load) {
var a = 0;
var b = 0;
}
onClipEvent (enterFrame) {
a = random(4);
if (a == 1) {
this._rotation = 90;
} else if (a == 2) {
this._rotation = 180;
} else if (a == 3) {
this._rotation = 270;
} else {
this._rotation = 0;
}
stop();
b = random(5);
if (b == 1) {
this.gotoAndPlay(2);
} else if (b == 2) {
this.gotoAndPlay(3);
} else if (b == 3) {
this.gotoAndPlay(4);
} else {
this.gotoAndPlay(5);
}
}
Instance of Symbol 137 MovieClip in Frame 754
onClipEvent (load) {
var a = 0;
var b = 0;
}
onClipEvent (enterFrame) {
a = random(4);
if (a == 1) {
this._rotation = 90;
} else if (a == 2) {
this._rotation = 180;
} else if (a == 3) {
this._rotation = 270;
} else {
this._rotation = 0;
}
stop();
b = random(5);
if (b == 1) {
this.gotoAndPlay(2);
} else if (b == 2) {
this.gotoAndPlay(3);
} else if (b == 3) {
this.gotoAndPlay(4);
} else {
this.gotoAndPlay(5);
}
}
Instance of Symbol 137 MovieClip in Frame 754
onClipEvent (load) {
var a = 0;
var b = 0;
}
onClipEvent (enterFrame) {
a = random(4);
if (a == 1) {
this._rotation = 90;
} else if (a == 2) {
this._rotation = 180;
} else if (a == 3) {
this._rotation = 270;
} else {
this._rotation = 0;
}
stop();
b = random(5);
if (b == 1) {
this.gotoAndPlay(2);
} else if (b == 2) {
this.gotoAndPlay(3);
} else if (b == 3) {
this.gotoAndPlay(4);
} else {
this.gotoAndPlay(5);
}
}
Instance of Symbol 137 MovieClip in Frame 754
onClipEvent (load) {
var a = 0;
var b = 0;
}
onClipEvent (enterFrame) {
a = random(4);
if (a == 1) {
this._rotation = 90;
} else if (a == 2) {
this._rotation = 180;
} else if (a == 3) {
this._rotation = 270;
} else {
this._rotation = 0;
}
stop();
b = random(5);
if (b == 1) {
this.gotoAndPlay(2);
} else if (b == 2) {
this.gotoAndPlay(3);
} else if (b == 3) {
this.gotoAndPlay(4);
} else {
this.gotoAndPlay(5);
}
}
Instance of Symbol 137 MovieClip in Frame 754
onClipEvent (load) {
var a = 0;
var b = 0;
}
onClipEvent (enterFrame) {
a = random(4);
if (a == 1) {
this._rotation = 90;
} else if (a == 2) {
this._rotation = 180;
} else if (a == 3) {
this._rotation = 270;
} else {
this._rotation = 0;
}
stop();
b = random(5);
if (b == 1) {
this.gotoAndPlay(2);
} else if (b == 2) {
this.gotoAndPlay(3);
} else if (b == 3) {
this.gotoAndPlay(4);
} else {
this.gotoAndPlay(5);
}
}
Instance of Symbol 137 MovieClip in Frame 754
onClipEvent (load) {
var a = 0;
var b = 0;
}
onClipEvent (enterFrame) {
a = random(4);
if (a == 1) {
this._rotation = 90;
} else if (a == 2) {
this._rotation = 180;
} else if (a == 3) {
this._rotation = 270;
} else {
this._rotation = 0;
}
stop();
b = random(5);
if (b == 1) {
this.gotoAndPlay(2);
} else if (b == 2) {
this.gotoAndPlay(3);
} else if (b == 3) {
this.gotoAndPlay(4);
} else {
this.gotoAndPlay(5);
}
}
Instance of Symbol 137 MovieClip in Frame 754
onClipEvent (load) {
var a = 0;
var b = 0;
}
onClipEvent (enterFrame) {
a = random(4);
if (a == 1) {
this._rotation = 90;
} else if (a == 2) {
this._rotation = 180;
} else if (a == 3) {
this._rotation = 270;
} else {
this._rotation = 0;
}
stop();
b = random(5);
if (b == 1) {
this.gotoAndPlay(2);
} else if (b == 2) {
this.gotoAndPlay(3);
} else if (b == 3) {
this.gotoAndPlay(4);
} else {
this.gotoAndPlay(5);
}
}
Instance of Symbol 137 MovieClip in Frame 754
onClipEvent (load) {
var a = 0;
var b = 0;
}
onClipEvent (enterFrame) {
a = random(4);
if (a == 1) {
this._rotation = 90;
} else if (a == 2) {
this._rotation = 180;
} else if (a == 3) {
this._rotation = 270;
} else {
this._rotation = 0;
}
stop();
b = random(5);
if (b == 1) {
this.gotoAndPlay(2);
} else if (b == 2) {
this.gotoAndPlay(3);
} else if (b == 3) {
this.gotoAndPlay(4);
} else {
this.gotoAndPlay(5);
}
}
Instance of Symbol 137 MovieClip in Frame 754
onClipEvent (load) {
var a = 0;
var b = 0;
}
onClipEvent (enterFrame) {
a = random(4);
if (a == 1) {
this._rotation = 90;
} else if (a == 2) {
this._rotation = 180;
} else if (a == 3) {
this._rotation = 270;
} else {
this._rotation = 0;
}
stop();
b = random(5);
if (b == 1) {
this.gotoAndPlay(2);
} else if (b == 2) {
this.gotoAndPlay(3);
} else if (b == 3) {
this.gotoAndPlay(4);
} else {
this.gotoAndPlay(5);
}
}
Instance of Symbol 137 MovieClip in Frame 754
onClipEvent (load) {
var a = 0;
var b = 0;
}
onClipEvent (enterFrame) {
a = random(4);
if (a == 1) {
this._rotation = 90;
} else if (a == 2) {
this._rotation = 180;
} else if (a == 3) {
this._rotation = 270;
} else {
this._rotation = 0;
}
stop();
b = random(5);
if (b == 1) {
this.gotoAndPlay(2);
} else if (b == 2) {
this.gotoAndPlay(3);
} else if (b == 3) {
this.gotoAndPlay(4);
} else {
this.gotoAndPlay(5);
}
}
Instance of Symbol 137 MovieClip in Frame 754
onClipEvent (load) {
var a = 0;
var b = 0;
}
onClipEvent (enterFrame) {
a = random(4);
if (a == 1) {
this._rotation = 90;
} else if (a == 2) {
this._rotation = 180;
} else if (a == 3) {
this._rotation = 270;
} else {
this._rotation = 0;
}
stop();
b = random(5);
if (b == 1) {
this.gotoAndPlay(2);
} else if (b == 2) {
this.gotoAndPlay(3);
} else if (b == 3) {
this.gotoAndPlay(4);
} else {
this.gotoAndPlay(5);
}
}
Instance of Symbol 137 MovieClip in Frame 754
onClipEvent (load) {
var a = 0;
var b = 0;
}
onClipEvent (enterFrame) {
a = random(4);
if (a == 1) {
this._rotation = 90;
} else if (a == 2) {
this._rotation = 180;
} else if (a == 3) {
this._rotation = 270;
} else {
this._rotation = 0;
}
stop();
b = random(5);
if (b == 1) {
this.gotoAndPlay(2);
} else if (b == 2) {
this.gotoAndPlay(3);
} else if (b == 3) {
this.gotoAndPlay(4);
} else {
this.gotoAndPlay(5);
}
}
Instance of Symbol 141 MovieClip in Frame 754
onClipEvent (load) {
xs = 30;
ys = 30;
}
onClipEvent (enterFrame) {
this._x = this._x + xs;
this._y = this._y - ys;
if (hitTest(_root.wally1)) {
ys = ys * -1;
this._x = this._x - 1;
}
if (hitTest(_root.wally2)) {
ys = ys * -1;
this._y = this._y - 1;
}
if (hitTest(_root.wallx1)) {
xs = xs * -1;
this._x = this._x + 1;
}
if (hitTest(_root.wallx2)) {
xs = xs * -1;
this._x = this._x - 1;
}
}
Frame 756
stop();
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 153 MovieClip in Frame 756
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Frame 758
stop();
Instance of Symbol 163 MovieClip in Frame 758
onClipEvent (load) {
a = this._width;
b = this._height;
}
onClipEvent (enterFrame) {
this._alpha = random(70);
this._rotation = this._rotation - 5;
this._width = this._width + 11;
this._height = this._height + 8;
n++;
if (this._width > 950) {
this._width = a;
this._height = b;
}
}
Instance of Symbol 163 MovieClip in Frame 758
onClipEvent (load) {
a = this._width;
b = this._height;
c = 1;
}
onClipEvent (enterFrame) {
this._alpha = random(100);
this._rotation = this._rotation + 5;
if ((this._width < 30) || (this._width > 300)) {
c = c * -1;
this._width = this._width + (c * 22);
this._height = this._height + (c * 16);
} else {
this._width = this._width + (c * 22);
this._height = this._height + (c * 16);
}
}
Instance of Symbol 170 MovieClip in Frame 758
onClipEvent (load) {
_root.targx = random(550);
_root.targy = random(400);
_root.targt = random(360);
}
onClipEvent (enterFrame) {
x1 = this._x;
dx = x1 - _root.targx;
this._x = x1 - (dx / 6);
y1 = this._y;
dy = y1 - _root.targy;
this._y = y1 - (dy / 6);
t1 = this._rotation;
dt = t1 - _root.targt;
this._rotation = t1 - (dt / 6);
}
Frame 2361
stop();
Frame 2363
stop();
Symbol 19 Button
on (release) {
_root.play();
}
Symbol 20 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
loadbar._xscale = PercentLoaded;
} else {
gotoAndStop ("loaded");
}
Symbol 20 MovieClip Frame 2
gotoAndPlay (1);
Symbol 20 MovieClip Frame 3
stop();
Symbol 25 MovieClip Frame 1
loaded = _root.getBytesLoaded();
total = _root.getBytesTotal();
percent = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
Symbol 25 MovieClip Frame 2
gotoAndPlay (1);
Symbol 51 Button
on (release) {
_root.star._alpha = 0;
stopAllSounds();
i = 1;
while (i < 100) {
removeMovieClip(_root["MC" + i]);
i++;
}
gotoAndPlay ("zz top");
}
Symbol 53 Button
on (release) {
_root.star._alpha = 0;
stopAllSounds();
i = 1;
while (i < 100) {
removeMovieClip(_root["MC" + i]);
i++;
}
gotoAndPlay ("balls");
}
Symbol 55 Button
on (release) {
_root.star._alpha = 0;
stopAllSounds();
i = 1;
while (i < 100) {
removeMovieClip(_root["MC" + i]);
i++;
}
gotoAndPlay ("bars");
}
Symbol 57 Button
on (release) {
_root.star._alpha = 0;
stopAllSounds();
i = 1;
while (i < 100) {
removeMovieClip(_root["MC" + i]);
i++;
}
gotoAndPlay ("pinball");
}
Symbol 61 Button
on (release) {
_root.star._alpha = 0;
stopAllSounds();
i = 1;
while (i < 100) {
removeMovieClip(_root["MC" + i]);
i++;
}
gotoAndPlay ("shapes");
}
Symbol 65 Button
on (release) {
_root.star._alpha = 0;
stopAllSounds();
i = 1;
while (i < 100) {
removeMovieClip(_root["MC" + i]);
i++;
}
gotoAndPlay ("ozcar");
}
Symbol 67 Button
on (release) {
_root.star._alpha = 0;
stopAllSounds();
i = 1;
while (i < 100) {
removeMovieClip(_root["MC" + i]);
i++;
}
gotoAndPlay ("tubes");
}
Symbol 69 Button
on (release) {
_root.star._alpha = 0;
stopAllSounds();
i = 1;
while (i < 100) {
removeMovieClip(_root["MC" + i]);
i++;
}
gotoAndPlay ("oompa loompa");
}
Symbol 71 Button
on (release) {
_root.star._alpha = 0;
stopAllSounds();
i = 1;
while (i < 100) {
removeMovieClip(_root["MC" + i]);
i++;
}
gotoAndPlay ("dream");
}
Symbol 83 Button
on (release) {
stopAllSounds();
gotoAndPlay ("menu");
}
Symbol 90 MovieClip Frame 4
this._x = random(550);
this._y = random(400);
this._rotation = random(360);
Symbol 92 MovieClip Frame 6
this._x = random(550);
this._y = random(400);
this._rotation = random(360);
Symbol 109 Button
on (release) {
stopAllSounds();
gotoAndPlay ("menu");
}
Symbol 125 MovieClip Frame 1
_root.targx = random(550);
_root.targy = random(400);
Instance of Symbol 124 MovieClip in Symbol 125 MovieClip Frame 1
onClipEvent (load) {
_root.targx = random(550);
_root.targy = random(400);
}
onClipEvent (enterFrame) {
x1 = this._x;
dx = x1 - _root.targx;
this._x = x1 - (dx / 6);
y1 = this._y;
dy = y1 - _root.targy;
this._y = y1 - (dy / 6);
}
Symbol 125 MovieClip Frame 10
_root.targx = random(550);
_root.targy = random(400);
Symbol 126 Button
on (release) {
stopAllSounds();
gotoAndPlay ("menu");
}
Symbol 128 Button
on (release) {
stopAllSounds();
gotoAndPlay ("menu");
}
Symbol 134 MovieClip Frame 1
a = random(90) + 40;
_root.targYscale1 = (100 - a) + random(100);
_root.targYscale2 = (100 - a) + random(100);
_root.targYscale3 = (100 - a) + random(100);
_root.targYscale4 = (100 - a) + random(100);
_root.targYscale5 = (100 - a) + random(100);
_root.targYscale6 = (100 - a) + random(100);
_root.targYscale7 = (100 - a) + random(100);
_root.targYscale8 = (100 - a) + random(100);
Instance of Symbol 133 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (load) {
_root.targYscale1 = 100 - random(100);
}
onClipEvent (enterFrame) {
cy = this.mask._yscale;
dy = cy - _root.targYscale1;
this.mask._yscale = cy - (dy / 8);
}
Instance of Symbol 133 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (load) {
_root.targYscale2 = 100 - random(100);
}
onClipEvent (enterFrame) {
cy = this.mask._yscale;
dy = cy - _root.targYscale2;
this.mask._yscale = cy - (dy / 8);
}
Instance of Symbol 133 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (load) {
_root.targYscale3 = 100 - random(100);
}
onClipEvent (enterFrame) {
cy = this.mask._yscale;
dy = cy - _root.targYscale3;
this.mask._yscale = cy - (dy / 8);
}
Instance of Symbol 133 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (load) {
_root.targYscale4 = 100 - random(100);
}
onClipEvent (enterFrame) {
cy = this.mask._yscale;
dy = cy - _root.targYscale4;
this.mask._yscale = cy - (dy / 8);
}
Instance of Symbol 133 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (load) {
_root.targYscale5 = 100 - random(100);
}
onClipEvent (enterFrame) {
cy = this.mask._yscale;
dy = cy - _root.targYscale5;
this.mask._yscale = cy - (dy / 8);
}
Instance of Symbol 133 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (load) {
_root.targYscale6 = 100 - random(100);
}
onClipEvent (enterFrame) {
cy = this.mask._yscale;
dy = cy - _root.targYscale6;
this.mask._yscale = cy - (dy / 8);
}
Instance of Symbol 133 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (load) {
_root.targYscale7 = 100 - random(100);
}
onClipEvent (enterFrame) {
cy = this.mask._yscale;
dy = cy - _root.targYscale7;
this.mask._yscale = cy - (dy / 8);
}
Instance of Symbol 133 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (load) {
_root.targYscale8 = 100 - random(100);
}
onClipEvent (enterFrame) {
cy = this.mask._yscale;
dy = cy - _root.targYscale8;
this.mask._yscale = cy - (dy / 8);
}
Instance of Symbol 133 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (load) {
_root.targYscale1 = 100 - random(100);
}
onClipEvent (enterFrame) {
cy = this.mask._yscale;
dy = cy - _root.targYscale1;
this.mask._yscale = cy - (dy / 8);
}
Instance of Symbol 133 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (load) {
_root.targYscale2 = 100 - random(100);
}
onClipEvent (enterFrame) {
cy = this.mask._yscale;
dy = cy - _root.targYscale2;
this.mask._yscale = cy - (dy / 8);
}
Instance of Symbol 133 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (load) {
_root.targYscale3 = 100 - random(100);
}
onClipEvent (enterFrame) {
cy = this.mask._yscale;
dy = cy - _root.targYscale3;
this.mask._yscale = cy - (dy / 8);
}
Instance of Symbol 133 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (load) {
_root.targYscale4 = 100 - random(100);
}
onClipEvent (enterFrame) {
cy = this.mask._yscale;
dy = cy - _root.targYscale4;
this.mask._yscale = cy - (dy / 8);
}
Instance of Symbol 133 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (load) {
_root.targYscale5 = 100 - random(100);
}
onClipEvent (enterFrame) {
cy = this.mask._yscale;
dy = cy - _root.targYscale5;
this.mask._yscale = cy - (dy / 8);
}
Instance of Symbol 133 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (load) {
_root.targYscale6 = 100 - random(100);
}
onClipEvent (enterFrame) {
cy = this.mask._yscale;
dy = cy - _root.targYscale6;
this.mask._yscale = cy - (dy / 8);
}
Instance of Symbol 133 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (load) {
_root.targYscale7 = 100 - random(100);
}
onClipEvent (enterFrame) {
cy = this.mask._yscale;
dy = cy - _root.targYscale7;
this.mask._yscale = cy - (dy / 8);
}
Instance of Symbol 133 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (load) {
_root.targYscale8 = 100 - random(100);
}
onClipEvent (enterFrame) {
cy = this.mask._yscale;
dy = cy - _root.targYscale8;
this.mask._yscale = cy - (dy / 8);
}
Symbol 134 MovieClip Frame 3
_root.targYscale1 = (100 - a) + random(100);
_root.targYscale2 = (100 - a) + random(100);
_root.targYscale3 = (100 - a) + random(100);
_root.targYscale4 = (100 - a) + random(100);
_root.targYscale5 = (100 - a) + random(100);
_root.targYscale6 = (100 - a) + random(100);
_root.targYscale7 = (100 - a) + random(100);
_root.targYscale8 = (100 - a) + random(100);
Symbol 134 MovieClip Frame 5
_root.targYscale1 = (100 - a) + random(100);
_root.targYscale2 = (100 - a) + random(100);
_root.targYscale3 = (100 - a) + random(100);
_root.targYscale4 = (100 - a) + random(100);
_root.targYscale5 = (100 - a) + random(100);
_root.targYscale6 = (100 - a) + random(100);
_root.targYscale7 = (100 - a) + random(100);
_root.targYscale8 = (100 - a) + random(100);
Symbol 134 MovieClip Frame 7
_root.targYscale1 = (100 - a) + random(100);
_root.targYscale2 = (100 - a) + random(100);
_root.targYscale3 = (100 - a) + random(100);
_root.targYscale4 = (100 - a) + random(100);
_root.targYscale5 = (100 - a) + random(100);
_root.targYscale6 = (100 - a) + random(100);
_root.targYscale7 = (100 - a) + random(100);
_root.targYscale8 = (100 - a) + random(100);
Symbol 136 Button
on (release) {
stopAllSounds();
gotoAndPlay ("menu");
}
Symbol 143 Button
on (release) {
stopAllSounds();
gotoAndPlay ("menu");
}
Symbol 155 Button
on (release) {
stopAllSounds();
gotoAndPlay ("menu");
}
Symbol 170 MovieClip Frame 6
_root.targt = random(360);
_root.targx = random(550);
_root.targy = random(400);
Symbol 254 Button
on (release) {
stopAllSounds();
gotoAndPlay ("menu");
}
Symbol 287 MovieClip Frame 27
gotoAndPlay (1);
Symbol 288 MovieClip Frame 28
gotoAndPlay (1);
Instance of Symbol 319 MovieClip in Symbol 347 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
this._y = this._y + 5;
}
Instance of Symbol 320 MovieClip in Symbol 347 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
this._y = this._y + 5;
}
Instance of Symbol 320 MovieClip in Symbol 347 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
this._y = this._y + 5;
this._x = this._x + 6;
}
Instance of Symbol 320 MovieClip in Symbol 347 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
this._y = this._y + 5;
this._x = this._x + 3;
}
Instance of Symbol 319 MovieClip in Symbol 347 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
this._y = this._y + 5;
}
Instance of Symbol 319 MovieClip in Symbol 347 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
this._y = this._y + 5;
}
Instance of Symbol 319 MovieClip in Symbol 347 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
this._y = this._y + 5;
}
Instance of Symbol 319 MovieClip in Symbol 347 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
this._y = this._y + 5;
}
Instance of Symbol 319 MovieClip in Symbol 347 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation + 3;
this._y = this._y + 5;
}
Instance of Symbol 319 MovieClip in Symbol 347 MovieClip Frame 30
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
this._y = this._y + 5;
}
Symbol 348 Button
on (release) {
stopAllSounds();
gotoAndPlay ("menu");
}