Symbol 136 MovieClip Frame 1
this.stop();
Symbol 136 MovieClip Frame 2
this.stop();
Symbol 140 MovieClip Frame 1
this.stop();
Symbol 140 MovieClip Frame 2
this.stop();
Symbol 155 MovieClip Frame 50
this.stop();
Symbol 157 MovieClip Frame 1
this.stop();
Symbol 157 MovieClip Frame 2
this.stop();
Instance of Symbol 117 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 60;
speedx = 4;
speedy = -38;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 6);
this._y = this._y + (speedy / 6);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("Bar_Fall");
}
}
Instance of Symbol 120 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 60;
speedx = 8;
speedy = -52;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 8);
this._y = this._y + (speedy / 8);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("Bar_Fall");
}
}
Instance of Symbol 123 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 90;
speedx = 2;
speedy = -50;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 5);
this._y = this._y + (speedy / 5);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("Bar_Fall");
}
}
Instance of Symbol 126 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 90;
speedx = -9;
speedy = -48;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 5);
this._y = this._y + (speedy / 5);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("Bar_Fall");
}
}
Instance of Symbol 129 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 60;
speedx = -14;
speedy = -45;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 8);
this._y = this._y + (speedy / 8);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("Bar_Fall");
}
}
Instance of Symbol 132 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 60;
speedx = -6;
speedy = -47;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 6);
this._y = this._y + (speedy / 6);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("Bar_Fall");
}
}
Instance of Symbol 136 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 90;
speedx = 6;
speedy = -49;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 8);
this._y = this._y + (speedy / 8);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("Bar_Fall");
}
}
Instance of Symbol 136 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 90;
speedx = 4;
speedy = -32;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 7);
this._y = this._y + (speedy / 7);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("Bar_Fall");
}
}
Instance of Symbol 136 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 90;
speedx = -8;
speedy = -15;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 5);
this._y = this._y + (speedy / 5);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("Bar_Fall");
}
}
Instance of Symbol 136 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 90;
speedx = -4;
speedy = -19;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 7);
this._y = this._y + (speedy / 7);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("Bar_Fall");
}
}
Instance of Symbol 136 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 90;
speedx = -8;
speedy = -39;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 8);
this._y = this._y + (speedy / 8);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("Bar_Fall");
}
}
Instance of Symbol 136 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 90;
speedx = -16;
speedy = -24;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 6);
this._y = this._y + (speedy / 6);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("Bar_Fall");
}
}
Instance of Symbol 136 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 90;
speedx = 2;
speedy = -12;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 5);
this._y = this._y + (speedy / 5);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("Bar_Fall");
}
}
Instance of Symbol 136 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 90;
speedx = -5;
speedy = -50;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 10);
this._y = this._y + (speedy / 10);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("Bar_Fall");
}
}
Instance of Symbol 136 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 90;
speedx = -12;
speedy = -35;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 7);
this._y = this._y + (speedy / 7);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("Bar_Fall");
}
}
Instance of Symbol 136 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 90;
speedx = -18;
speedy = -24;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 8);
this._y = this._y + (speedy / 8);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("Bar_Fall");
}
}
Instance of Symbol 136 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 90;
speedx = -1;
speedy = -45;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 9);
this._y = this._y + (speedy / 9);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("Bar_Fall");
}
}
Instance of Symbol 140 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 80;
speedx = 8;
speedy = -27;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 5);
this._y = this._y + (speedy / 5);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("Bar_Fall");
}
}
Instance of Symbol 140 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 80;
speedx = -16;
speedy = -20;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 7);
this._y = this._y + (speedy / 7);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("Bar_Fall");
}
}
Instance of Symbol 140 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 80;
speedx = -12;
speedy = -46;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 5);
this._y = this._y + (speedy / 5);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("Bar_Fall");
}
}
Instance of Symbol 143 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 80;
speedx = 6;
speedy = -47;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 8);
this._y = this._y + (speedy / 8);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("Bar_Fall");
}
}
Instance of Symbol 146 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 80;
speedx = -18;
speedy = -37;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 8);
this._y = this._y + (speedy / 8);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("Bar_Fall");
}
}
Instance of Symbol 157 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = 7;
speedy = -12;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 5);
this._y = this._y + (speedy / 5);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("blood_drop");
}
}
Instance of Symbol 157 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = -5;
speedy = -8;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 5);
this._y = this._y + (speedy / 5);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("blood_drop");
}
}
Instance of Symbol 157 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = 10;
speedy = -8;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 5);
this._y = this._y + (speedy / 5);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("blood_drop");
}
}
Instance of Symbol 157 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 220;
speedx = 4;
speedy = -16;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 5);
this._y = this._y + (speedy / 5);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("blood_drop");
}
}
Instance of Symbol 157 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = 25;
speedy = -29;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 5);
this._y = this._y + (speedy / 5);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("blood_drop");
}
}
Instance of Symbol 157 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = -16;
speedy = -12;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 5);
this._y = this._y + (speedy / 5);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("blood_drop");
}
}
Instance of Symbol 157 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = 28;
speedy = -8;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 5);
this._y = this._y + (speedy / 5);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("blood_drop");
}
}
Instance of Symbol 157 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = 13;
speedy = -39;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 5);
this._y = this._y + (speedy / 5);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("blood_drop");
}
}
Instance of Symbol 157 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = 26;
speedy = -31;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 5);
this._y = this._y + (speedy / 5);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("blood_drop");
}
}
Instance of Symbol 157 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = 13;
speedy = -30;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 5);
this._y = this._y + (speedy / 5);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("blood_drop");
}
}
Instance of Symbol 157 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = -20;
speedy = -34;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 5);
this._y = this._y + (speedy / 5);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("blood_drop");
}
}
Instance of Symbol 157 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = -10;
speedy = -17;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 5);
this._y = this._y + (speedy / 5);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("blood_drop");
}
}
Instance of Symbol 157 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = -5;
speedy = -13;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 5);
this._y = this._y + (speedy / 5);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("blood_drop");
}
}
Instance of Symbol 157 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = 6;
speedy = -50;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 5);
this._y = this._y + (speedy / 5);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("blood_drop");
}
}
Instance of Symbol 157 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = 7;
speedy = -48;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 5);
this._y = this._y + (speedy / 5);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("blood_drop");
}
}
Instance of Symbol 157 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = 8;
speedy = -46;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 5);
this._y = this._y + (speedy / 5);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("blood_drop");
}
}
Instance of Symbol 157 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = -13;
speedy = -27;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 5);
this._y = this._y + (speedy / 5);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("blood_drop");
}
}
Instance of Symbol 157 MovieClip in Symbol 238 MovieClip Frame 419
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = 17;
speedy = -29;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 5);
this._y = this._y + (speedy / 5);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("blood_drop");
}
}