Symbol 81 MovieClip Frame 50
this.stop();
Symbol 83 MovieClip Frame 1
this.stop();
Symbol 83 MovieClip Frame 2
this.stop();
Instance of Symbol 83 MovieClip in Symbol 84 MovieClip Frame 1
onClipEvent (load) {
gravity = 1;
floor = 220;
speedx = 0;
speedy = -5;
}
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 83 MovieClip in Symbol 84 MovieClip Frame 12
onClipEvent (load) {
gravity = 1;
floor = 220;
speedx = 0;
speedy = -5;
}
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 83 MovieClip in Symbol 84 MovieClip Frame 21
onClipEvent (load) {
gravity = 1;
floor = 220;
speedx = 0;
speedy = -5;
}
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 83 MovieClip in Symbol 84 MovieClip Frame 32
onClipEvent (load) {
gravity = 1;
floor = 220;
speedx = 0;
speedy = -5;
}
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 83 MovieClip in Symbol 84 MovieClip Frame 41
onClipEvent (load) {
gravity = 1;
floor = 220;
speedx = 0;
speedy = -5;
}
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");
}
}
Symbol 84 MovieClip Frame 49
this.stop();
Instance of Symbol 84 MovieClip in Symbol 142 MovieClip Frame 104
onClipEvent (load) {
gravity = 1;
floor = 220;
speedx = 30;
speedy = -14;
}
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("HEAD_drop");
}
}
Instance of Symbol 83 MovieClip in Symbol 142 MovieClip Frame 104
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = 13;
speedy = -5;
}
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 83 MovieClip in Symbol 142 MovieClip Frame 104
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = 4;
speedy = -22;
}
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 83 MovieClip in Symbol 142 MovieClip Frame 104
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = 17;
speedy = -27;
}
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("blood_drop");
}
}
Instance of Symbol 83 MovieClip in Symbol 142 MovieClip Frame 104
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = 13;
speedy = -19;
}
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 83 MovieClip in Symbol 142 MovieClip Frame 104
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 83 MovieClip in Symbol 142 MovieClip Frame 104
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = -5;
speedy = -18;
}
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 83 MovieClip in Symbol 142 MovieClip Frame 104
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = -13;
speedy = -10;
}
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 121 MovieClip in Symbol 142 MovieClip Frame 170
onClipEvent (load) {
gravity = 1;
floor = 220;
speedx = 30;
speedy = -24;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 4);
this._y = this._y + (speedy / 4);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("blood_drop");
}
}
Instance of Symbol 83 MovieClip in Symbol 180 MovieClip Frame 98
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = 13;
speedy = -5;
}
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 83 MovieClip in Symbol 180 MovieClip Frame 98
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = 4;
speedy = -22;
}
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 83 MovieClip in Symbol 180 MovieClip Frame 98
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = 17;
speedy = -27;
}
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("blood_drop");
}
}
Instance of Symbol 83 MovieClip in Symbol 180 MovieClip Frame 98
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = 13;
speedy = -19;
}
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 83 MovieClip in Symbol 180 MovieClip Frame 98
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 83 MovieClip in Symbol 180 MovieClip Frame 98
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = -5;
speedy = -18;
}
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 83 MovieClip in Symbol 180 MovieClip Frame 98
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = -13;
speedy = -10;
}
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 84 MovieClip in Symbol 180 MovieClip Frame 104
onClipEvent (load) {
gravity = 1;
floor = 220;
speedx = 30;
speedy = -14;
}
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("HEAD_drop");
}
}
Instance of Symbol 83 MovieClip in Symbol 180 MovieClip Frame 169
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 83 MovieClip in Symbol 180 MovieClip Frame 169
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 83 MovieClip in Symbol 180 MovieClip Frame 169
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 83 MovieClip in Symbol 180 MovieClip Frame 169
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 83 MovieClip in Symbol 180 MovieClip Frame 169
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = 25;
speedy = -5;
}
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 83 MovieClip in Symbol 180 MovieClip Frame 169
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 83 MovieClip in Symbol 180 MovieClip Frame 169
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 83 MovieClip in Symbol 180 MovieClip Frame 169
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = 13;
speedy = -9;
}
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 83 MovieClip in Symbol 180 MovieClip Frame 169
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 83 MovieClip in Symbol 180 MovieClip Frame 169
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = 13;
speedy = -5;
}
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 83 MovieClip in Symbol 180 MovieClip Frame 169
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = -20;
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 83 MovieClip in Symbol 180 MovieClip Frame 169
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 83 MovieClip in Symbol 180 MovieClip Frame 169
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 83 MovieClip in Symbol 180 MovieClip Frame 169
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = 6;
speedy = -28;
}
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 83 MovieClip in Symbol 180 MovieClip Frame 169
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = 7;
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 83 MovieClip in Symbol 180 MovieClip Frame 169
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = 8;
speedy = -20;
}
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 83 MovieClip in Symbol 180 MovieClip Frame 169
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = -13;
speedy = -10;
}
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 83 MovieClip in Symbol 180 MovieClip Frame 169
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = 17;
speedy = -25;
}
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 121 MovieClip in Symbol 180 MovieClip Frame 170
onClipEvent (load) {
gravity = 1;
floor = 220;
speedx = 30;
speedy = -24;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 4);
this._y = this._y + (speedy / 4);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("blood_drop");
}
}
Instance of Symbol 83 MovieClip in Symbol 180 MovieClip Frame 188
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 83 MovieClip in Symbol 180 MovieClip Frame 188
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 83 MovieClip in Symbol 180 MovieClip Frame 188
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 83 MovieClip in Symbol 180 MovieClip Frame 188
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 83 MovieClip in Symbol 180 MovieClip Frame 188
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = 25;
speedy = -5;
}
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 83 MovieClip in Symbol 180 MovieClip Frame 188
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 83 MovieClip in Symbol 180 MovieClip Frame 188
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 83 MovieClip in Symbol 180 MovieClip Frame 188
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = 13;
speedy = -9;
}
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 83 MovieClip in Symbol 180 MovieClip Frame 188
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 83 MovieClip in Symbol 180 MovieClip Frame 188
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = 13;
speedy = -5;
}
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 83 MovieClip in Symbol 180 MovieClip Frame 188
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = -20;
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 83 MovieClip in Symbol 180 MovieClip Frame 188
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 83 MovieClip in Symbol 180 MovieClip Frame 188
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 83 MovieClip in Symbol 180 MovieClip Frame 188
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = 6;
speedy = -28;
}
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 83 MovieClip in Symbol 180 MovieClip Frame 188
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = 7;
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 83 MovieClip in Symbol 180 MovieClip Frame 188
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = 8;
speedy = -20;
}
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 83 MovieClip in Symbol 180 MovieClip Frame 188
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = -13;
speedy = -10;
}
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 83 MovieClip in Symbol 180 MovieClip Frame 188
onClipEvent (load) {
gravity = 1;
floor = 99;
speedx = 17;
speedy = -25;
}
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");
}
}