Instance of Symbol 20 MovieClip "circle" in Frame 2
onClipEvent (load) {
if (this._name != "circle") {
this._x = random(450);
this._y = random(300);
deedee = random(100);
this._xscale = deedee;
this._yscale = deedee;
}
}
Instance of Symbol 24 MovieClip in Frame 2
onClipEvent (enterFrame) {
_root.line._x = random(450);
i = 0;
while (i <= 2) {
_root.circle.duplicateMovieClip("circle" + i, i + 1);
i++;
}
if ((i = 2)) {
i = 0;
}
}
Instance of Symbol 20 MovieClip "circle" in Frame 172
onClipEvent (load) {
if (this._name != "circle") {
this._x = random(450);
this._y = random(300);
deedee = random(100);
this._xscale = deedee;
this._yscale = deedee;
}
}
Instance of Symbol 24 MovieClip in Frame 172
onClipEvent (enterFrame) {
_root.line._x = random(450);
i = 0;
while (i <= 2) {
_root.circle.duplicateMovieClip("circle" + i, i + 1);
i++;
}
if ((i = 2)) {
i = 0;
}
}
Instance of Symbol 20 MovieClip "circle" in Frame 250
onClipEvent (load) {
if (this._name != "circle") {
this._x = random(450);
this._y = random(300);
deedee = random(100);
this._xscale = deedee;
this._yscale = deedee;
}
}
Instance of Symbol 24 MovieClip in Frame 250
onClipEvent (enterFrame) {
_root.line._x = random(450);
i = 0;
while (i <= 2) {
_root.circle.duplicateMovieClip("circle" + i, i + 1);
i++;
}
if ((i = 2)) {
i = 0;
}
}
Instance of Symbol 20 MovieClip "circle" in Frame 280
onClipEvent (load) {
if (this._name != "circle") {
this._x = random(450);
this._y = random(300);
deedee = random(100);
this._xscale = deedee;
this._yscale = deedee;
}
}
Instance of Symbol 24 MovieClip in Frame 280
onClipEvent (enterFrame) {
_root.line._x = random(450);
i = 0;
while (i <= 2) {
_root.circle.duplicateMovieClip("circle" + i, i + 1);
i++;
}
if ((i = 2)) {
i = 0;
}
}
Instance of Symbol 20 MovieClip "circle" in Frame 315
onClipEvent (load) {
if (this._name != "circle") {
this._x = random(450);
this._y = random(300);
deedee = random(100);
this._xscale = deedee;
this._yscale = deedee;
}
}
Instance of Symbol 24 MovieClip in Frame 315
onClipEvent (enterFrame) {
_root.line._x = random(450);
i = 0;
while (i <= 2) {
_root.circle.duplicateMovieClip("circle" + i, i + 1);
i++;
}
if ((i = 2)) {
i = 0;
}
}
Instance of Symbol 20 MovieClip "circle" in Frame 370
onClipEvent (load) {
if (this._name != "circle") {
this._x = random(450);
this._y = random(300);
deedee = random(100);
this._xscale = deedee;
this._yscale = deedee;
}
}
Instance of Symbol 24 MovieClip in Frame 370
onClipEvent (enterFrame) {
_root.line._x = random(450);
i = 0;
while (i <= 2) {
_root.circle.duplicateMovieClip("circle" + i, i + 1);
i++;
}
if ((i = 2)) {
i = 0;
}
}
Instance of Symbol 20 MovieClip "circle" in Frame 420
onClipEvent (load) {
if (this._name != "circle") {
this._x = random(450);
this._y = random(300);
deedee = random(100);
this._xscale = deedee;
this._yscale = deedee;
}
}
Instance of Symbol 24 MovieClip in Frame 420
onClipEvent (enterFrame) {
_root.line._x = random(450);
i = 0;
while (i <= 2) {
_root.circle.duplicateMovieClip("circle" + i, i + 1);
i++;
}
if ((i = 2)) {
i = 0;
}
}
Frame 453
k = 0;
while (k < 50) {
duplicateMovieClip (_root.snow, "snow" + k, k);
k++;
}
Instance of Symbol 75 MovieClip "snow" in Frame 453
onClipEvent (load) {
movieWidth = 450;
movieHeight = 300;
i = 1 + (Math.random() * 2);
k = -3.14159265358979 + (Math.random() * Math.PI);
this._xscale = (this._yscale = 50 + (Math.random() * 100));
this._alpha = 75 + (Math.random() * 100);
this._x = -10 + (Math.random() * movieWidth);
this._y = -10 + (Math.random() * movieHeight);
}
onClipEvent (enterFrame) {
rad = rad + ((k / 180) * Math.PI);
this._x = this._x - Math.cos(rad);
this._y = this._y + i;
if (this._y >= movieHeight) {
this._y = -5;
}
if ((this._x >= movieWidth) || (this._x <= 0)) {
this._x = -10 + (Math.random() * movieWidth);
this._y = -5;
}
}
Instance of Symbol 20 MovieClip "circle" in Frame 453
onClipEvent (load) {
if (this._name != "circle") {
this._x = random(450);
this._y = random(300);
deedee = random(100);
this._xscale = deedee;
this._yscale = deedee;
}
}
Instance of Symbol 24 MovieClip in Frame 453
onClipEvent (enterFrame) {
_root.line._x = random(450);
i = 0;
while (i <= 2) {
_root.circle.duplicateMovieClip("circle" + i, i + 1);
i++;
}
if ((i = 2)) {
i = 0;
}
}
Instance of Symbol 76 MovieClip in Frame 453
onClipEvent (load) {
swapDepths(10000);
}
Frame 478
k = 0;
while (k < 50) {
removeMovieClip(_root["snow" + k]);
k++;
}
Instance of Symbol 20 MovieClip "circle" in Frame 478
onClipEvent (load) {
if (this._name != "circle") {
this._x = random(450);
this._y = random(300);
deedee = random(100);
this._xscale = deedee;
this._yscale = deedee;
}
}
Instance of Symbol 24 MovieClip in Frame 478
onClipEvent (enterFrame) {
_root.line._x = random(450);
i = 0;
while (i <= 2) {
_root.circle.duplicateMovieClip("circle" + i, i + 1);
i++;
}
if ((i = 2)) {
i = 0;
}
}
Instance of Symbol 20 MovieClip "circle" in Frame 565
onClipEvent (load) {
if (this._name != "circle") {
this._x = random(450);
this._y = random(300);
deedee = random(100);
this._xscale = deedee;
this._yscale = deedee;
}
}
Instance of Symbol 24 MovieClip in Frame 565
onClipEvent (enterFrame) {
_root.line._x = random(450);
i = 0;
while (i <= 2) {
_root.circle.duplicateMovieClip("circle" + i, i + 1);
i++;
}
if ((i = 2)) {
i = 0;
}
}
Instance of Symbol 20 MovieClip "circle" in Frame 605
onClipEvent (load) {
if (this._name != "circle") {
this._x = random(450);
this._y = random(300);
deedee = random(100);
this._xscale = deedee;
this._yscale = deedee;
}
}
Instance of Symbol 24 MovieClip in Frame 605
onClipEvent (enterFrame) {
_root.line._x = random(450);
i = 0;
while (i <= 2) {
_root.circle.duplicateMovieClip("circle" + i, i + 1);
i++;
}
if ((i = 2)) {
i = 0;
}
}
Instance of Symbol 20 MovieClip "circle" in Frame 635
onClipEvent (load) {
if (this._name != "circle") {
this._x = random(450);
this._y = random(300);
deedee = random(100);
this._xscale = deedee;
this._yscale = deedee;
}
}
Instance of Symbol 24 MovieClip in Frame 635
onClipEvent (enterFrame) {
_root.line._x = random(450);
i = 0;
while (i <= 2) {
_root.circle.duplicateMovieClip("circle" + i, i + 1);
i++;
}
if ((i = 2)) {
i = 0;
}
}
Instance of Symbol 20 MovieClip "circle" in Frame 695
onClipEvent (load) {
if (this._name != "circle") {
this._x = random(450);
this._y = random(300);
deedee = random(100);
this._xscale = deedee;
this._yscale = deedee;
}
}
Instance of Symbol 24 MovieClip in Frame 695
onClipEvent (enterFrame) {
_root.line._x = random(450);
i = 0;
while (i <= 2) {
_root.circle.duplicateMovieClip("circle" + i, i + 1);
i++;
}
if ((i = 2)) {
i = 0;
}
}
Instance of Symbol 20 MovieClip "circle" in Frame 760
onClipEvent (load) {
if (this._name != "circle") {
this._x = random(450);
this._y = random(300);
deedee = random(100);
this._xscale = deedee;
this._yscale = deedee;
}
}
Instance of Symbol 24 MovieClip in Frame 760
onClipEvent (enterFrame) {
_root.line._x = random(450);
i = 0;
while (i <= 2) {
_root.circle.duplicateMovieClip("circle" + i, i + 1);
i++;
}
if ((i = 2)) {
i = 0;
}
}
Instance of Symbol 20 MovieClip "circle" in Frame 812
onClipEvent (load) {
if (this._name != "circle") {
this._x = random(450);
this._y = random(300);
deedee = random(100);
this._xscale = deedee;
this._yscale = deedee;
}
}
Instance of Symbol 24 MovieClip in Frame 812
onClipEvent (enterFrame) {
_root.line._x = random(450);
i = 0;
while (i <= 2) {
_root.circle.duplicateMovieClip("circle" + i, i + 1);
i++;
}
if ((i = 2)) {
i = 0;
}
}
Instance of Symbol 20 MovieClip "circle" in Frame 864
onClipEvent (load) {
if (this._name != "circle") {
this._x = random(450);
this._y = random(300);
deedee = random(100);
this._xscale = deedee;
this._yscale = deedee;
}
}
Instance of Symbol 24 MovieClip in Frame 864
onClipEvent (enterFrame) {
_root.line._x = random(450);
i = 0;
while (i <= 2) {
_root.circle.duplicateMovieClip("circle" + i, i + 1);
i++;
}
if ((i = 2)) {
i = 0;
}
}
Instance of Symbol 20 MovieClip "circle" in Frame 904
onClipEvent (load) {
if (this._name != "circle") {
this._x = random(450);
this._y = random(300);
deedee = random(100);
this._xscale = deedee;
this._yscale = deedee;
}
}
Instance of Symbol 24 MovieClip in Frame 904
onClipEvent (enterFrame) {
_root.line._x = random(450);
i = 0;
while (i <= 2) {
_root.circle.duplicateMovieClip("circle" + i, i + 1);
i++;
}
if ((i = 2)) {
i = 0;
}
}
Instance of Symbol 20 MovieClip "circle" in Frame 956
onClipEvent (load) {
if (this._name != "circle") {
this._x = random(450);
this._y = random(300);
deedee = random(100);
this._xscale = deedee;
this._yscale = deedee;
}
}
Instance of Symbol 24 MovieClip in Frame 956
onClipEvent (enterFrame) {
_root.line._x = random(450);
i = 0;
while (i <= 2) {
_root.circle.duplicateMovieClip("circle" + i, i + 1);
i++;
}
if ((i = 2)) {
i = 0;
}
}
Instance of Symbol 20 MovieClip "circle" in Frame 1016
onClipEvent (load) {
if (this._name != "circle") {
this._x = random(450);
this._y = random(300);
deedee = random(100);
this._xscale = deedee;
this._yscale = deedee;
}
}
Instance of Symbol 24 MovieClip in Frame 1016
onClipEvent (enterFrame) {
_root.line._x = random(450);
i = 0;
while (i <= 2) {
_root.circle.duplicateMovieClip("circle" + i, i + 1);
i++;
}
if ((i = 2)) {
i = 0;
}
}
Instance of Symbol 20 MovieClip "circle" in Frame 1046
onClipEvent (load) {
if (this._name != "circle") {
this._x = random(450);
this._y = random(300);
deedee = random(100);
this._xscale = deedee;
this._yscale = deedee;
}
}
Instance of Symbol 24 MovieClip in Frame 1046
onClipEvent (enterFrame) {
_root.line._x = random(450);
i = 0;
while (i <= 2) {
_root.circle.duplicateMovieClip("circle" + i, i + 1);
i++;
}
if ((i = 2)) {
i = 0;
}
}
Instance of Symbol 20 MovieClip "circle" in Frame 1091
onClipEvent (load) {
if (this._name != "circle") {
this._x = random(450);
this._y = random(300);
deedee = random(100);
this._xscale = deedee;
this._yscale = deedee;
}
}
Instance of Symbol 24 MovieClip in Frame 1091
onClipEvent (enterFrame) {
_root.line._x = random(450);
i = 0;
while (i <= 2) {
_root.circle.duplicateMovieClip("circle" + i, i + 1);
i++;
}
if ((i = 2)) {
i = 0;
}
}
Instance of Symbol 20 MovieClip "circle" in Frame 1129
onClipEvent (load) {
if (this._name != "circle") {
this._x = random(450);
this._y = random(300);
deedee = random(100);
this._xscale = deedee;
this._yscale = deedee;
}
}
Instance of Symbol 24 MovieClip in Frame 1129
onClipEvent (enterFrame) {
_root.line._x = random(450);
i = 0;
while (i <= 2) {
_root.circle.duplicateMovieClip("circle" + i, i + 1);
i++;
}
if ((i = 2)) {
i = 0;
}
}
Instance of Symbol 20 MovieClip "circle" in Frame 1174
onClipEvent (load) {
if (this._name != "circle") {
this._x = random(450);
this._y = random(300);
deedee = random(100);
this._xscale = deedee;
this._yscale = deedee;
}
}
Instance of Symbol 24 MovieClip in Frame 1174
onClipEvent (enterFrame) {
_root.line._x = random(450);
i = 0;
while (i <= 2) {
_root.circle.duplicateMovieClip("circle" + i, i + 1);
i++;
}
if ((i = 2)) {
i = 0;
}
}
Instance of Symbol 20 MovieClip "circle" in Frame 1289
onClipEvent (load) {
if (this._name != "circle") {
this._x = random(450);
this._y = random(300);
deedee = random(100);
this._xscale = deedee;
this._yscale = deedee;
}
}
Instance of Symbol 24 MovieClip in Frame 1289
onClipEvent (enterFrame) {
_root.line._x = random(450);
i = 0;
while (i <= 2) {
_root.circle.duplicateMovieClip("circle" + i, i + 1);
i++;
}
if ((i = 2)) {
i = 0;
}
}
Instance of Symbol 20 MovieClip "circle" in Frame 1334
onClipEvent (load) {
if (this._name != "circle") {
this._x = random(450);
this._y = random(300);
deedee = random(100);
this._xscale = deedee;
this._yscale = deedee;
}
}
Instance of Symbol 24 MovieClip in Frame 1334
onClipEvent (enterFrame) {
_root.line._x = random(450);
i = 0;
while (i <= 2) {
_root.circle.duplicateMovieClip("circle" + i, i + 1);
i++;
}
if ((i = 2)) {
i = 0;
}
}
Frame 1564
stop();
Symbol 11 Button
on (release) {
_root.play();
}
Symbol 12 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop (3);
}
Symbol 12 MovieClip Frame 2
gotoAndPlay (1);
Symbol 225 Button
on (release) {
_root.gotoAndPlay(2);
}