Frame 1
totalBytes = Math.round(getBytesTotal() / 1024);
loadedBytes = Math.round(getBytesLoaded() / 1024);
percentDone = Math.round((loadedBytes / totalBytes) * 100);
if (_root._framesloaded >= _root._totalframes) {
gotoAndPlay (3);
}
Instance of Symbol 7 MovieClip in Frame 1
onClipEvent (enterFrame) {
_xscale = _root.percentDone;
}
Frame 2
gotoAndPlay (1);
Instance of Symbol 39 MovieClip in Frame 8
onClipEvent (load) {
wanderAmount = 100;
leftLimit = 10;
rightLimit = 550;
chanceOfJump = 20;
xPosition = 275;
speed = 30;
chanceOfChange = 0;
}
onClipEvent (enterFrame) {
xPosition = xPosition + speed;
this._x = xPosition;
chanceOfChange++;
if ((((Math.random() * wanderAmount) < chanceOfChange) or (xPosition < leftLimit)) or (rightLimit < xPosition)) {
speed = -speed;
chanceOfChange = 0;
}
if ((Math.random() * chanceOfJump) == 1) {
xPosition = (Math.random() * (rightLimit - leftLimit)) + leftLimit;
}
}
Instance of Symbol 40 MovieClip in Frame 8
onClipEvent (load) {
wanderAmount = 100;
leftLimit = 10;
rightLimit = 550;
chanceOfJump = 20;
xPosition = 275;
speed = 100;
chanceOfChange = 0;
}
onClipEvent (enterFrame) {
xPosition = xPosition + speed;
this._x = xPosition;
chanceOfChange++;
if ((((Math.random() * wanderAmount) < chanceOfChange) or (xPosition < leftLimit)) or (rightLimit < xPosition)) {
speed = -speed;
chanceOfChange = 0;
}
if ((Math.random() * chanceOfJump) == 1) {
xPosition = (Math.random() * (rightLimit - leftLimit)) + leftLimit;
}
}
Instance of Symbol 42 MovieClip in Frame 8
onClipEvent (load) {
wanderAmount = 100;
leftLimit = 10;
rightLimit = 550;
chanceOfJump = 100;
xPosition = 100;
speed = 65;
chanceOfChange = 0;
}
onClipEvent (enterFrame) {
xPosition = xPosition + speed;
this._x = xPosition;
chanceOfChange++;
if ((((Math.random() * wanderAmount) < chanceOfChange) or (xPosition < leftLimit)) or (rightLimit < xPosition)) {
speed = -speed;
chanceOfChange = 0;
}
if ((Math.random() * chanceOfJump) == 1) {
xPosition = (Math.random() * (rightLimit - leftLimit)) + leftLimit;
}
}
Instance of Symbol 44 MovieClip in Frame 8
onClipEvent (load) {
chanceOfAppearing = 10;
chance = 0;
}
onClipEvent (enterFrame) {
chance++;
if (random(chanceOfAppearing) < chance) {
this._x = random(550);
this._y = random(400);
chance = 0;
} else {
this._x = -100;
}
}
Instance of Symbol 46 MovieClip in Frame 8
onClipEvent (load) {
chanceOfAppearing = 50;
chance = 0;
}
onClipEvent (enterFrame) {
chance++;
if (random(chanceOfAppearing) < chance) {
this._x = random(550);
this._y = random(400);
chance = 0;
} else {
this._x = -10;
}
}
Instance of Symbol 44 MovieClip in Frame 8
onClipEvent (load) {
chanceOfAppearing = 10;
chance = 0;
}
onClipEvent (enterFrame) {
chance++;
if (random(chanceOfAppearing) < chance) {
this._x = random(550);
this._y = random(400);
chance = 0;
} else {
this._x = -100;
}
}
Instance of Symbol 48 MovieClip in Frame 8
onClipEvent (load) {
chanceOfAppearing = 25;
chance = 0;
}
onClipEvent (enterFrame) {
chance++;
if (random(chanceOfAppearing) < chance) {
this._x = random(550);
this._y = random(400);
chance = 0;
} else {
this._x = -100;
}
}
Instance of Symbol 54 MovieClip in Frame 333
onClipEvent (load) {
wanderAmount = 100;
leftLimit = 10;
rightLimit = 550;
chanceOfJump = 20;
xPosition = 275;
speed = 30;
chanceOfChange = 0;
}
onClipEvent (enterFrame) {
xPosition = xPosition + speed;
this._x = xPosition;
chanceOfChange++;
if ((((Math.random() * wanderAmount) < chanceOfChange) or (xPosition < leftLimit)) or (rightLimit < xPosition)) {
speed = -speed;
chanceOfChange = 0;
}
if ((Math.random() * chanceOfJump) == 1) {
xPosition = (Math.random() * (rightLimit - leftLimit)) + leftLimit;
}
}
Instance of Symbol 55 MovieClip in Frame 333
onClipEvent (load) {
wanderAmount = 100;
leftLimit = 10;
rightLimit = 550;
chanceOfJump = 20;
xPosition = 275;
speed = 100;
chanceOfChange = 0;
}
onClipEvent (enterFrame) {
xPosition = xPosition + speed;
this._x = xPosition;
chanceOfChange++;
if ((((Math.random() * wanderAmount) < chanceOfChange) or (xPosition < leftLimit)) or (rightLimit < xPosition)) {
speed = -speed;
chanceOfChange = 0;
}
if ((Math.random() * chanceOfJump) == 1) {
xPosition = (Math.random() * (rightLimit - leftLimit)) + leftLimit;
}
}
Instance of Symbol 56 MovieClip in Frame 333
onClipEvent (load) {
chanceOfAppearing = 10;
chance = 0;
}
onClipEvent (enterFrame) {
chance++;
if (random(chanceOfAppearing) < chance) {
this._x = random(550);
this._y = random(400);
chance = 0;
} else {
this._x = -100;
}
}
Instance of Symbol 56 MovieClip in Frame 333
onClipEvent (load) {
chanceOfAppearing = 10;
chance = 0;
}
onClipEvent (enterFrame) {
chance++;
if (random(chanceOfAppearing) < chance) {
this._x = random(550);
this._y = random(400);
chance = 0;
} else {
this._x = -100;
}
}
Instance of Symbol 58 MovieClip in Frame 333
onClipEvent (load) {
chanceOfAppearing = 25;
chance = 0;
}
onClipEvent (enterFrame) {
chance++;
if (random(chanceOfAppearing) < chance) {
this._x = random(550);
this._y = random(400);
chance = 0;
} else {
this._x = -100;
}
}
Instance of Symbol 60 MovieClip in Frame 333
onClipEvent (load) {
chanceOfAppearing = 10;
chance = 0;
}
onClipEvent (enterFrame) {
chance++;
if (random(chanceOfAppearing) < chance) {
this._x = random(550);
this._y = random(400);
chance = 0;
} else {
this._x = -100;
}
}
Instance of Symbol 62 MovieClip in Frame 333
onClipEvent (load) {
chanceOfAppearing = 30;
chance = 0;
}
onClipEvent (enterFrame) {
chance++;
if (random(chanceOfAppearing) < chance) {
this._x = random(550);
this._y = random(400);
chance = 0;
} else {
this._x = -100;
}
}
Instance of Symbol 64 MovieClip in Frame 333
onClipEvent (load) {
chanceOfAppearing = 10;
chance = 0;
}
onClipEvent (enterFrame) {
chance++;
if (random(chanceOfAppearing) < chance) {
this._x = random(550);
this._y = random(400);
chance = 0;
} else {
this._x = -100;
}
}
Instance of Symbol 66 MovieClip in Frame 333
onClipEvent (load) {
chanceOfAppearing = 50;
chance = 0;
}
onClipEvent (enterFrame) {
chance++;
if (random(chanceOfAppearing) < chance) {
this._x = random(550);
this._y = random(400);
chance = 0;
} else {
this._x = -100;
}
}
Instance of Symbol 67 MovieClip in Frame 333
onClipEvent (load) {
chanceOfAppearing = 70;
chance = 0;
}
onClipEvent (enterFrame) {
chance++;
if (random(chanceOfAppearing) < chance) {
this._x = random(550);
this._y = random(400);
chance = 0;
} else {
this._x = -200;
}
}
Instance of Symbol 69 MovieClip in Frame 333
onClipEvent (load) {
chanceOfAppearing = 20;
chance = 0;
}
onClipEvent (enterFrame) {
chance++;
if (random(chanceOfAppearing) < chance) {
this._x = random(550);
this._y = random(400);
chance = 0;
} else {
this._x = -100;
}
}
Instance of Symbol 71 MovieClip in Frame 333
onClipEvent (load) {
chanceOfAppearing = 30;
chance = 0;
}
onClipEvent (enterFrame) {
chance++;
if (random(chanceOfAppearing) < chance) {
this._x = random(550);
this._y = random(400);
chance = 0;
} else {
this._x = -100;
}
}
Instance of Symbol 73 MovieClip in Frame 333
onClipEvent (load) {
chanceOfAppearing = 10;
chance = 0;
}
onClipEvent (enterFrame) {
chance++;
if (random(chanceOfAppearing) < chance) {
this._x = random(550);
this._y = random(400);
chance = 0;
} else {
this._x = -100;
}
}
Instance of Symbol 74 MovieClip in Frame 333
onClipEvent (load) {
chanceOfAppearing = 30;
chance = 0;
}
onClipEvent (enterFrame) {
chance++;
if (random(chanceOfAppearing) < chance) {
this._x = random(550);
this._y = random(400);
chance = 0;
} else {
this._x = -100;
}
}
Instance of Symbol 76 MovieClip in Frame 333
onClipEvent (load) {
chanceOfAppearing = 50;
chance = 0;
}
onClipEvent (enterFrame) {
chance++;
if (random(chanceOfAppearing) < chance) {
this._x = random(550);
this._y = random(400);
chance = 0;
} else {
this._x = -100;
}
}
Instance of Symbol 78 MovieClip in Frame 333
onClipEvent (load) {
chanceOfAppearing = 10;
chance = 0;
}
onClipEvent (enterFrame) {
chance++;
if (random(chanceOfAppearing) < chance) {
this._x = random(550);
this._y = random(400);
chance = 0;
} else {
this._x = -100;
}
}
Instance of Symbol 83 MovieClip in Frame 333
onClipEvent (load) {
chanceOfAppearing = 30;
chance = 0;
}
onClipEvent (enterFrame) {
chance++;
if (random(chanceOfAppearing) < chance) {
this._x = random(550);
this._y = random(400);
chance = 0;
} else {
this._x = -100;
}
}
Instance of Symbol 54 MovieClip in Frame 662
onClipEvent (load) {
wanderAmount = 100;
leftLimit = 10;
rightLimit = 550;
chanceOfJump = 20;
xPosition = 275;
speed = 30;
chanceOfChange = 0;
}
onClipEvent (enterFrame) {
xPosition = xPosition + speed;
this._x = xPosition;
chanceOfChange++;
if ((((Math.random() * wanderAmount) < chanceOfChange) or (xPosition < leftLimit)) or (rightLimit < xPosition)) {
speed = -speed;
chanceOfChange = 0;
}
if ((Math.random() * chanceOfJump) == 1) {
xPosition = (Math.random() * (rightLimit - leftLimit)) + leftLimit;
}
}
Instance of Symbol 55 MovieClip in Frame 662
onClipEvent (load) {
wanderAmount = 100;
leftLimit = 10;
rightLimit = 550;
chanceOfJump = 20;
xPosition = 275;
speed = 100;
chanceOfChange = 0;
}
onClipEvent (enterFrame) {
xPosition = xPosition + speed;
this._x = xPosition;
chanceOfChange++;
if ((((Math.random() * wanderAmount) < chanceOfChange) or (xPosition < leftLimit)) or (rightLimit < xPosition)) {
speed = -speed;
chanceOfChange = 0;
}
if ((Math.random() * chanceOfJump) == 1) {
xPosition = (Math.random() * (rightLimit - leftLimit)) + leftLimit;
}
}
Instance of Symbol 56 MovieClip in Frame 662
onClipEvent (load) {
chanceOfAppearing = 10;
chance = 0;
}
onClipEvent (enterFrame) {
chance++;
if (random(chanceOfAppearing) < chance) {
this._x = random(550);
this._y = random(400);
chance = 0;
} else {
this._x = -100;
}
}
Instance of Symbol 56 MovieClip in Frame 662
onClipEvent (load) {
chanceOfAppearing = 10;
chance = 0;
}
onClipEvent (enterFrame) {
chance++;
if (random(chanceOfAppearing) < chance) {
this._x = random(550);
this._y = random(400);
chance = 0;
} else {
this._x = -100;
}
}
Instance of Symbol 58 MovieClip in Frame 662
onClipEvent (load) {
chanceOfAppearing = 25;
chance = 0;
}
onClipEvent (enterFrame) {
chance++;
if (random(chanceOfAppearing) < chance) {
this._x = random(550);
this._y = random(400);
chance = 0;
} else {
this._x = -100;
}
}
Frame 1033
stop();
getURL ("hw.htm", "_self");
Symbol 157 MovieClip Frame 25
stop();
stop();