Frame 1
Stage.showMenu = false;
stop();
stopAllSounds();
Timer = 0;
timeDisp = 0;
score = 0;
lives = 3;
health = 100;
Mouse.show();
Frame 2
Stage.showMenu = false;
Mouse.show();
score = 0;
lives = 3;
health = 100;
Timer = 0;
timeDisp = 0;
_quality = "HIGH";
Frame 7
corpse.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
Mouse.show();
Timer = 0;
timeDisp = 0;
Frame 23
stop();
Mouse.show();
Timer = 0;
timeDisp = 0;
corpsereal.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
corpse.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (load) {
lives = 3;
}
onClipEvent (enterFrame) {
if (_root.lives > 99) {
_root.lives = 99;
}
if (_root.lives < 1) {
_root.lives = 0;
_root.gotoAndStop("gameOver");
}
}
Instance of Symbol 138 MovieClip in Frame 23
onClipEvent (load) {
health = 100;
}
onClipEvent (enterFrame) {
if (_root.health > 100) {
_root.health = 100;
}
if (_root.health < 1) {
_root.health = 0;
}
if (_root.health <= 0) {
_root.lives = _root.lives - 1;
_root.health = 100;
}
if (_root.lives <= 0) {
_root.health = 0;
}
}
Frame 24
var Timer = 750;
onEnterFrame = function () {
Timer--;
timeDisp = Math.round(Timer / 50);
if (Timer == 0) {
nextFrame();
}
if (Timer <= 0) {
timeDisp = 0;
}
};
_root.timerr = _root.Timer;
stop();
Mouse.hide();
corpsereal.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
corpse.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
Instance of Symbol 95 MovieClip "elfboy20" in Frame 24
onClipEvent (load) {
function reset() {
this._y = -170;
this._x = random(550);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy1" in Frame 24
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 149 MovieClip "elfboy60" in Frame 24
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(2000);
thisSpeed = 7 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 60);
_root.corpsereal.play();
_root.health = _root.health + 10;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy10" in Frame 24
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life" in Frame 24
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(50000);
thisSpeed = 6 + random(15);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy" in Frame 24
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy1" in Frame 24
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 3 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 151 MovieClip "niggerrrr" in Frame 24
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(8000);
thisSpeed = 6 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 100);
_root.corpsereal.play();
_root.health = _root.health + 10;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Frame 25
stop();
Mouse.show();
Frame 26
var Timer = 1000;
onEnterFrame = function () {
Timer--;
timeDisp = Math.round(Timer / 50);
if (Timer == 0) {
nextFrame();
}
if (Timer <= 0) {
timeDisp = 0;
}
};
stop();
Mouse.hide();
corpsereal.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
corpse.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
_quality = "MEDIUM";
Instance of Symbol 95 MovieClip "elfboy20" in Frame 26
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 5 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy1" in Frame 26
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 3 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 149 MovieClip "elfboy60" in Frame 26
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(2000);
thisSpeed = 9 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 60);
_root.corpsereal.play();
_root.health = _root.health + 5;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life" in Frame 26
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(50000);
thisSpeed = 6 + random(15);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy10" in Frame 26
onClipEvent (load) {
function reset() {
this._y = -470;
this._x = random(550);
thisSpeed = 3 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy2" in Frame 26
onClipEvent (load) {
function reset() {
this._y = -100;
this._x = random(550);
thisSpeed = 5 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "tedd" in Frame 26
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy" in Frame 26
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock1" in Frame 26
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 3 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy1" in Frame 26
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Frame 27
stop();
Mouse.show();
_quality = "HIGH";
Frame 28
var Timer = 1250;
onEnterFrame = function () {
Timer--;
timeDisp = Math.round(Timer / 50);
if (Timer == 0) {
nextFrame();
}
if (Timer <= 0) {
timeDisp = 0;
}
};
stop();
Mouse.hide();
corpsereal.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
corpse.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
_quality = "MEDIUM";
Instance of Symbol 149 MovieClip "elfboy60" in Frame 28
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(2000);
thisSpeed = 10 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 60);
_root.corpsereal.play();
_root.health = _root.health + 5;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life" in Frame 28
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(50000);
thisSpeed = 6 + random(15);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy10" in Frame 28
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 3 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy2" in Frame 28
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 5 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy12" in Frame 28
onClipEvent (load) {
function reset() {
this._y = -480;
this._x = random(550);
thisSpeed = 3 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip in Frame 28
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip in Frame 28
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "tedd" in Frame 28
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy" in Frame 28
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock1" in Frame 28
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 3 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy1" in Frame 28
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock2" in Frame 28
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 3 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Frame 29
stop();
Mouse.show();
_quality = "HIGH";
Frame 30
var Timer = 1500;
onEnterFrame = function () {
Timer--;
timeDisp = Math.round(Timer / 50);
if (Timer == 0) {
nextFrame();
}
if (Timer <= 0) {
timeDisp = 0;
}
};
stop();
Mouse.hide();
corpsereal.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
corpse.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
_quality = "MEDIUM";
Instance of Symbol 149 MovieClip "elfboy60" in Frame 30
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(2000);
thisSpeed = 10 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 60);
_root.corpsereal.play();
_root.health = _root.health + 5;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life" in Frame 30
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(50000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy10" in Frame 30
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy2" in Frame 30
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy12" in Frame 30
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip in Frame 30
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip in Frame 30
onClipEvent (load) {
function reset() {
this._y = -600;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb" in Frame 30
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "56t5" in Frame 30
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip in Frame 30
onClipEvent (load) {
function reset() {
this._y = -450;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "tedd" in Frame 30
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy" in Frame 30
onClipEvent (load) {
function reset() {
this._y = -700;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock1" in Frame 30
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy1" in Frame 30
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock2" in Frame 30
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 151 MovieClip "niggerrrr" in Frame 30
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(8000);
thisSpeed = 6 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 100);
_root.corpsereal.play();
_root.health = _root.health + 10;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Frame 31
stop();
Mouse.show();
_quality = "HIGH";
Frame 32
var Timer = 1750;
onEnterFrame = function () {
Timer--;
timeDisp = Math.round(Timer / 50);
if (Timer == 0) {
nextFrame();
}
if (Timer <= 0) {
timeDisp = 0;
}
};
stop();
Mouse.hide();
corpsereal.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
corpse.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
_quality = "MEDIUM";
Instance of Symbol 149 MovieClip "elfboy60" in Frame 32
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(2000);
thisSpeed = 10 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 60);
_root.corpsereal.play();
_root.health = _root.health + 5;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life" in Frame 32
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(50000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy10" in Frame 32
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy2" in Frame 32
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy12" in Frame 32
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip in Frame 32
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip in Frame 32
onClipEvent (load) {
function reset() {
this._y = -600;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb" in Frame 32
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "56t5" in Frame 32
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip in Frame 32
onClipEvent (load) {
function reset() {
this._y = -450;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi" in Frame 32
onClipEvent (load) {
function reset() {
this._y = -450;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy1" in Frame 32
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life2" in Frame 32
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(50000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life456456" in Frame 32
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(50000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy" in Frame 32
onClipEvent (load) {
function reset() {
this._y = -700;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock1" in Frame 32
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy1" in Frame 32
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock2" in Frame 32
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Frame 33
stop();
Mouse.show();
_quality = "HIGH";
Frame 34
var Timer = 2000;
onEnterFrame = function () {
Timer--;
timeDisp = Math.round(Timer / 50);
if (Timer == 0) {
nextFrame();
}
if (Timer <= 0) {
timeDisp = 0;
}
};
stop();
Mouse.hide();
corpsereal.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
corpse.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
_quality = "MEDIUM";
Instance of Symbol 149 MovieClip "elfboy60" in Frame 34
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(2000);
thisSpeed = 10 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 60);
_root.corpsereal.play();
_root.health = _root.health + 5;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life" in Frame 34
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy10" in Frame 34
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy2" in Frame 34
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy12" in Frame 34
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip in Frame 34
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip in Frame 34
onClipEvent (load) {
function reset() {
this._y = -600;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb" in Frame 34
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "hn" in Frame 34
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy20" in Frame 34
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "56t5" in Frame 34
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life435" in Frame 34
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip in Frame 34
onClipEvent (load) {
function reset() {
this._y = -450;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi" in Frame 34
onClipEvent (load) {
function reset() {
this._y = -450;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy" in Frame 34
onClipEvent (load) {
function reset() {
this._y = -700;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock1" in Frame 34
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy1" in Frame 34
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock2" in Frame 34
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Frame 35
stop();
Mouse.show();
_quality = "HIGH";
Frame 36
var Timer = 2250;
onEnterFrame = function () {
Timer--;
timeDisp = Math.round(Timer / 50);
if (Timer == 0) {
nextFrame();
}
if (Timer <= 0) {
timeDisp = 0;
}
};
stop();
Mouse.hide();
corpsereal.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
corpse.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
_quality = "MEDIUM";
Instance of Symbol 149 MovieClip "elfboy60" in Frame 36
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(2000);
thisSpeed = 10 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 60);
_root.corpsereal.play();
_root.health = _root.health + 5;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life" in Frame 36
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy10" in Frame 36
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy2" in Frame 36
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy12" in Frame 36
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip in Frame 36
onClipEvent (load) {
function reset() {
this._y = -1100;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip in Frame 36
onClipEvent (load) {
function reset() {
this._y = -600;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb" in Frame 36
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "hn" in Frame 36
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy20" in Frame 36
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 151 MovieClip "niggerrrr" in Frame 36
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(8000);
thisSpeed = 6 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 100);
_root.corpsereal.play();
_root.health = _root.health + 10;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "56t5" in Frame 36
onClipEvent (load) {
function reset() {
this._y = -1500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy123" in Frame 36
onClipEvent (load) {
function reset() {
this._y = -1800;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip in Frame 36
onClipEvent (load) {
function reset() {
this._y = -450;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi" in Frame 36
onClipEvent (load) {
function reset() {
this._y = -900;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy" in Frame 36
onClipEvent (load) {
function reset() {
this._y = -700;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock1" in Frame 36
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy1" in Frame 36
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock2" in Frame 36
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock25" in Frame 36
onClipEvent (load) {
function reset() {
this._y = -600;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Frame 37
stop();
Mouse.show();
_quality = "HIGH";
Frame 38
var Timer = 2500;
onEnterFrame = function () {
Timer--;
timeDisp = Math.round(Timer / 50);
if (Timer == 0) {
nextFrame();
}
if (Timer <= 0) {
timeDisp = 0;
}
};
stop();
Mouse.hide();
corpsereal.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
corpse.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
_quality = "MEDIUM";
Instance of Symbol 149 MovieClip "elfboy60" in Frame 38
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(2000);
thisSpeed = 10 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 60);
_root.corpsereal.play();
_root.health = _root.health + 5;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life" in Frame 38
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy10" in Frame 38
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy2" in Frame 38
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy12" in Frame 38
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip in Frame 38
onClipEvent (load) {
function reset() {
this._y = -1100;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip in Frame 38
onClipEvent (load) {
function reset() {
this._y = -600;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb" in Frame 38
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "hn" in Frame 38
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy20" in Frame 38
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 151 MovieClip "niggerrrr" in Frame 38
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(8000);
thisSpeed = 6 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 100);
_root.corpsereal.play();
_root.health = _root.health + 10;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "56t5" in Frame 38
onClipEvent (load) {
function reset() {
this._y = -1500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip in Frame 38
onClipEvent (load) {
function reset() {
this._y = -450;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi" in Frame 38
onClipEvent (load) {
function reset() {
this._y = -900;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy" in Frame 38
onClipEvent (load) {
function reset() {
this._y = -700;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock1" in Frame 38
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy1" in Frame 38
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock2" in Frame 38
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo" in Frame 38
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddyregr" in Frame 38
onClipEvent (load) {
function reset() {
this._y = -9000;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Frame 39
stop();
Mouse.show();
_quality = "HIGH";
Frame 40
var Timer = 2750;
onEnterFrame = function () {
Timer--;
timeDisp = Math.round(Timer / 50);
if (Timer == 0) {
nextFrame();
}
if (Timer <= 0) {
timeDisp = 0;
}
};
stop();
Mouse.hide();
corpsereal.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
corpse.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
_quality = "MEDIUM";
Instance of Symbol 149 MovieClip "elfboy60" in Frame 40
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(2000);
thisSpeed = 10 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 60);
_root.corpsereal.play();
_root.health = _root.health + 5;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life" in Frame 40
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(50000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy10" in Frame 40
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy2" in Frame 40
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy12" in Frame 40
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip in Frame 40
onClipEvent (load) {
function reset() {
this._y = -1100;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip in Frame 40
onClipEvent (load) {
function reset() {
this._y = -600;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb" in Frame 40
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "hn" in Frame 40
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy20" in Frame 40
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 151 MovieClip "niggerrrr" in Frame 40
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(8000);
thisSpeed = 6 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 100);
_root.corpsereal.play();
_root.health = _root.health + 10;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "56t5" in Frame 40
onClipEvent (load) {
function reset() {
this._y = -1500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 190 MovieClip "fdbfbfgbfgbfgbfg" in Frame 40
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(1000);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 7000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 80);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "liferet" in Frame 40
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(50000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip in Frame 40
onClipEvent (load) {
function reset() {
this._y = -450;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi" in Frame 40
onClipEvent (load) {
function reset() {
this._y = -900;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy" in Frame 40
onClipEvent (load) {
function reset() {
this._y = -700;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock1" in Frame 40
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy1" in Frame 40
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock2" in Frame 40
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo" in Frame 40
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddyregr" in Frame 40
onClipEvent (load) {
function reset() {
this._y = -9000;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Frame 41
stop();
Mouse.show();
_quality = "HIGH";
Frame 42
var Timer = 3000;
onEnterFrame = function () {
Timer--;
timeDisp = Math.round(Timer / 50);
if (Timer == 0) {
nextFrame();
}
if (Timer <= 0) {
timeDisp = 0;
}
};
stop();
Mouse.hide();
corpsereal.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
corpse.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
_quality = "MEDIUM";
Instance of Symbol 149 MovieClip "elfboy60" in Frame 42
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(2000);
thisSpeed = 10 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 60);
_root.corpsereal.play();
_root.health = _root.health + 5;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life" in Frame 42
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy10" in Frame 42
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy2" in Frame 42
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy12" in Frame 42
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip in Frame 42
onClipEvent (load) {
function reset() {
this._y = -1100;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip in Frame 42
onClipEvent (load) {
function reset() {
this._y = -600;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb" in Frame 42
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "hn" in Frame 42
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy20" in Frame 42
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 151 MovieClip "niggerrrr" in Frame 42
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(8000);
thisSpeed = 6 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 100);
_root.corpsereal.play();
_root.health = _root.health + 10;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "56t5" in Frame 42
onClipEvent (load) {
function reset() {
this._y = -1500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip in Frame 42
onClipEvent (load) {
function reset() {
this._y = -8000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip "helth" in Frame 42
onClipEvent (load) {
function reset() {
this._y = -8000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life4543" in Frame 42
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip in Frame 42
onClipEvent (load) {
function reset() {
this._y = -450;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi" in Frame 42
onClipEvent (load) {
function reset() {
this._y = -900;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy" in Frame 42
onClipEvent (load) {
function reset() {
this._y = -700;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock1" in Frame 42
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy1" in Frame 42
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock2" in Frame 42
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo" in Frame 42
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddyregr" in Frame 42
onClipEvent (load) {
function reset() {
this._y = -9000;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Frame 43
stop();
Mouse.show();
_quality = "HIGH";
Frame 44
var Timer = 3250;
onEnterFrame = function () {
Timer--;
timeDisp = Math.round(Timer / 50);
if (Timer == 0) {
nextFrame();
}
if (Timer <= 0) {
timeDisp = 0;
}
};
stop();
Mouse.hide();
corpsereal.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
corpse.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
_quality = "MEDIUM";
Instance of Symbol 149 MovieClip "elfboy60" in Frame 44
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(2000);
thisSpeed = 10 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 60);
_root.corpsereal.play();
_root.health = _root.health + 5;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life" in Frame 44
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy10" in Frame 44
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy2" in Frame 44
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy12" in Frame 44
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip in Frame 44
onClipEvent (load) {
function reset() {
this._y = -1100;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip in Frame 44
onClipEvent (load) {
function reset() {
this._y = -600;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb" in Frame 44
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "hn" in Frame 44
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy20" in Frame 44
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 151 MovieClip "niggerrrr" in Frame 44
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(8000);
thisSpeed = 6 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 100);
_root.corpsereal.play();
_root.health = _root.health + 10;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "56t5" in Frame 44
onClipEvent (load) {
function reset() {
this._y = -1500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 190 MovieClip "fdbfbfgbfgbfgbfg" in Frame 44
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(1000);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 7000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 80);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip in Frame 44
onClipEvent (load) {
function reset() {
this._y = -8000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip in Frame 44
onClipEvent (load) {
function reset() {
this._y = -450;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi" in Frame 44
onClipEvent (load) {
function reset() {
this._y = -900;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy" in Frame 44
onClipEvent (load) {
function reset() {
this._y = -700;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock1" in Frame 44
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy1" in Frame 44
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock2" in Frame 44
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo" in Frame 44
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddyregr" in Frame 44
onClipEvent (load) {
function reset() {
this._y = -9000;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Frame 45
stop();
Mouse.show();
_quality = "HIGH";
Frame 46
var Timer = 3500;
onEnterFrame = function () {
Timer--;
timeDisp = Math.round(Timer / 50);
if (Timer == 0) {
nextFrame();
}
if (Timer <= 0) {
timeDisp = 0;
}
};
stop();
Mouse.hide();
corpsereal.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
corpse.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
_quality = "MEDIUM";
Instance of Symbol 149 MovieClip "elfboy60" in Frame 46
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(2000);
thisSpeed = 10 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 60);
_root.corpsereal.play();
_root.health = _root.health + 5;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life" in Frame 46
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy10" in Frame 46
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy2" in Frame 46
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy12" in Frame 46
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip in Frame 46
onClipEvent (load) {
function reset() {
this._y = -1100;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip in Frame 46
onClipEvent (load) {
function reset() {
this._y = -600;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb" in Frame 46
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "hn" in Frame 46
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy20" in Frame 46
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 151 MovieClip "niggerrrr" in Frame 46
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(8000);
thisSpeed = 6 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 100);
_root.corpsereal.play();
_root.health = _root.health + 10;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "56t5" in Frame 46
onClipEvent (load) {
function reset() {
this._y = -1500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 190 MovieClip "fdbfbfgbfgbfgbfg" in Frame 46
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(1000);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 7000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 80);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life5" in Frame 46
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip in Frame 46
onClipEvent (load) {
function reset() {
this._y = -8000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip in Frame 46
onClipEvent (load) {
function reset() {
this._y = -450;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi" in Frame 46
onClipEvent (load) {
function reset() {
this._y = -900;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy" in Frame 46
onClipEvent (load) {
function reset() {
this._y = -700;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock1" in Frame 46
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy1" in Frame 46
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock2" in Frame 46
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo" in Frame 46
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddyregr" in Frame 46
onClipEvent (load) {
function reset() {
this._y = -9000;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Frame 47
stop();
Mouse.show();
_quality = "HIGH";
Frame 48
var Timer = 3750;
onEnterFrame = function () {
Timer--;
timeDisp = Math.round(Timer / 50);
if (Timer == 0) {
nextFrame();
}
if (Timer <= 0) {
timeDisp = 0;
}
};
stop();
Mouse.hide();
corpsereal.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
corpse.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
_quality = "MEDIUM";
Instance of Symbol 149 MovieClip "elfboy60" in Frame 48
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(2000);
thisSpeed = 10 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 60);
_root.corpsereal.play();
_root.health = _root.health + 5;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life" in Frame 48
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy10" in Frame 48
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy2" in Frame 48
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy12" in Frame 48
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip in Frame 48
onClipEvent (load) {
function reset() {
this._y = -1100;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip in Frame 48
onClipEvent (load) {
function reset() {
this._y = -600;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb" in Frame 48
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "hn" in Frame 48
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy20" in Frame 48
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 151 MovieClip "niggerrrr" in Frame 48
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(8000);
thisSpeed = 6 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 100);
_root.corpsereal.play();
_root.health = _root.health + 10;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "56t5" in Frame 48
onClipEvent (load) {
function reset() {
this._y = -1500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 190 MovieClip "fdbfbfgbfgbfgbfg" in Frame 48
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(1000);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 7000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 80);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life5" in Frame 48
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip in Frame 48
onClipEvent (load) {
function reset() {
this._y = -8000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip in Frame 48
onClipEvent (load) {
function reset() {
this._y = -450;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi" in Frame 48
onClipEvent (load) {
function reset() {
this._y = -900;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy" in Frame 48
onClipEvent (load) {
function reset() {
this._y = -700;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock1" in Frame 48
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy1" in Frame 48
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock2" in Frame 48
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo" in Frame 48
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddyregr" in Frame 48
onClipEvent (load) {
function reset() {
this._y = -9000;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo5" in Frame 48
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Frame 49
stop();
Mouse.show();
_quality = "HIGH";
Frame 50
var Timer = 3750;
onEnterFrame = function () {
Timer--;
timeDisp = Math.round(Timer / 50);
if (Timer == 0) {
nextFrame();
}
if (Timer <= 0) {
timeDisp = 0;
}
};
stop();
Mouse.hide();
corpsereal.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
corpse.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
_quality = "MEDIUM";
Instance of Symbol 149 MovieClip "elfboy60" in Frame 50
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(2000);
thisSpeed = 10 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 60);
_root.corpsereal.play();
_root.health = _root.health + 5;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life" in Frame 50
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy10" in Frame 50
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy2" in Frame 50
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy12" in Frame 50
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip in Frame 50
onClipEvent (load) {
function reset() {
this._y = -1100;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip in Frame 50
onClipEvent (load) {
function reset() {
this._y = -600;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb" in Frame 50
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "hn" in Frame 50
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy20" in Frame 50
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 151 MovieClip "niggerrrr" in Frame 50
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(8000);
thisSpeed = 6 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 100);
_root.corpsereal.play();
_root.health = _root.health + 10;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "56t5" in Frame 50
onClipEvent (load) {
function reset() {
this._y = -1500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 190 MovieClip "fdbfbfgbfgbfgbfg" in Frame 50
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(1000);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 7000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 80);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip in Frame 50
onClipEvent (load) {
function reset() {
this._y = -8000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip in Frame 50
onClipEvent (load) {
function reset() {
this._y = -450;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi" in Frame 50
onClipEvent (load) {
function reset() {
this._y = -900;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy" in Frame 50
onClipEvent (load) {
function reset() {
this._y = -700;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock1" in Frame 50
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy1" in Frame 50
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock2" in Frame 50
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo" in Frame 50
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddyregr" in Frame 50
onClipEvent (load) {
function reset() {
this._y = -9000;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Frame 51
stop();
Mouse.show();
_quality = "HIGH";
Frame 52
var Timer = 4000;
onEnterFrame = function () {
Timer--;
timeDisp = Math.round(Timer / 50);
if (Timer == 0) {
nextFrame();
}
if (Timer <= 0) {
timeDisp = 0;
}
};
stop();
Mouse.hide();
corpsereal.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
corpse.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
_quality = "MEDIUM";
Instance of Symbol 149 MovieClip "elfboy60" in Frame 52
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(2000);
thisSpeed = 10 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 60);
_root.corpsereal.play();
_root.health = _root.health + 5;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life" in Frame 52
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy10" in Frame 52
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy2" in Frame 52
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy12" in Frame 52
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip in Frame 52
onClipEvent (load) {
function reset() {
this._y = -1100;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip in Frame 52
onClipEvent (load) {
function reset() {
this._y = -600;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb" in Frame 52
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "hn" in Frame 52
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy20" in Frame 52
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 151 MovieClip "niggerrrr" in Frame 52
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(8000);
thisSpeed = 6 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 100);
_root.corpsereal.play();
_root.health = _root.health + 10;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "56t5" in Frame 52
onClipEvent (load) {
function reset() {
this._y = -1500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 190 MovieClip "fdbfbfgbfgbfgbfg" in Frame 52
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(1000);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 7000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 80);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life5" in Frame 52
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip in Frame 52
onClipEvent (load) {
function reset() {
this._y = -8000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip in Frame 52
onClipEvent (load) {
function reset() {
this._y = -450;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi" in Frame 52
onClipEvent (load) {
function reset() {
this._y = -900;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy" in Frame 52
onClipEvent (load) {
function reset() {
this._y = -700;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock1" in Frame 52
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy1" in Frame 52
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock2" in Frame 52
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo" in Frame 52
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddyregr" in Frame 52
onClipEvent (load) {
function reset() {
this._y = -9000;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo5" in Frame 52
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Frame 53
stop();
Mouse.show();
_quality = "HIGH";
Frame 54
var Timer = 4250;
onEnterFrame = function () {
Timer--;
timeDisp = Math.round(Timer / 50);
if (Timer == 0) {
nextFrame();
}
if (Timer <= 0) {
timeDisp = 0;
}
};
stop();
Mouse.hide();
corpsereal.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
corpse.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
_quality = "MEDIUM";
Instance of Symbol 149 MovieClip "elfboy60" in Frame 54
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(2000);
thisSpeed = 10 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 60);
_root.corpsereal.play();
_root.health = _root.health + 5;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life" in Frame 54
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy10" in Frame 54
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy2" in Frame 54
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy12" in Frame 54
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip in Frame 54
onClipEvent (load) {
function reset() {
this._y = -1100;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip in Frame 54
onClipEvent (load) {
function reset() {
this._y = -600;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb" in Frame 54
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "hn" in Frame 54
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy20" in Frame 54
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 151 MovieClip "niggerrrr" in Frame 54
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(8000);
thisSpeed = 6 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 100);
_root.corpsereal.play();
_root.health = _root.health + 10;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "56t5" in Frame 54
onClipEvent (load) {
function reset() {
this._y = -1500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 190 MovieClip "fdbfbfgbfgbfgbfg" in Frame 54
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(1000);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 7000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 80);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life5" in Frame 54
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life56" in Frame 54
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb6" in Frame 54
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy24" in Frame 54
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 190 MovieClip "fdbfbf77" in Frame 54
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(1000);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 7000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 80);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "56t56" in Frame 54
onClipEvent (load) {
function reset() {
this._y = -1500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip in Frame 54
onClipEvent (load) {
function reset() {
this._y = -8000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip in Frame 54
onClipEvent (load) {
function reset() {
this._y = -450;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi" in Frame 54
onClipEvent (load) {
function reset() {
this._y = -900;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy" in Frame 54
onClipEvent (load) {
function reset() {
this._y = -700;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock1" in Frame 54
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy1" in Frame 54
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock2" in Frame 54
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo" in Frame 54
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddyregr" in Frame 54
onClipEvent (load) {
function reset() {
this._y = -9000;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo5" in Frame 54
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi6" in Frame 54
onClipEvent (load) {
function reset() {
this._y = -900;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo57" in Frame 54
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock2" in Frame 54
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Frame 55
stop();
Mouse.show();
_quality = "HIGH";
Frame 56
var Timer = 4500;
onEnterFrame = function () {
Timer--;
timeDisp = Math.round(Timer / 50);
if (Timer == 0) {
nextFrame();
}
if (Timer <= 0) {
timeDisp = 0;
}
};
stop();
Mouse.hide();
corpsereal.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
corpse.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
_quality = "MEDIUM";
Instance of Symbol 149 MovieClip "elfboy60" in Frame 56
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(2000);
thisSpeed = 10 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 60);
_root.corpsereal.play();
_root.health = _root.health + 5;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life" in Frame 56
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy10" in Frame 56
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy2" in Frame 56
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy12" in Frame 56
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip in Frame 56
onClipEvent (load) {
function reset() {
this._y = -1100;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip in Frame 56
onClipEvent (load) {
function reset() {
this._y = -600;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb" in Frame 56
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "hn" in Frame 56
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy20" in Frame 56
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 151 MovieClip "niggerrrr" in Frame 56
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(8000);
thisSpeed = 6 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 100);
_root.corpsereal.play();
_root.health = _root.health + 10;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "56t5" in Frame 56
onClipEvent (load) {
function reset() {
this._y = -1500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 190 MovieClip "fdbfbfgbfgbfgbfg" in Frame 56
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(1000);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 7000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 80);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life56" in Frame 56
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb6" in Frame 56
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy24" in Frame 56
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 190 MovieClip "fdbfbf77" in Frame 56
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(1000);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 7000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 80);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "56t56" in Frame 56
onClipEvent (load) {
function reset() {
this._y = -1500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip in Frame 56
onClipEvent (load) {
function reset() {
this._y = -8000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip in Frame 56
onClipEvent (load) {
function reset() {
this._y = -450;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi" in Frame 56
onClipEvent (load) {
function reset() {
this._y = -900;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy" in Frame 56
onClipEvent (load) {
function reset() {
this._y = -700;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock1" in Frame 56
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy1" in Frame 56
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock2" in Frame 56
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo" in Frame 56
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddyregr" in Frame 56
onClipEvent (load) {
function reset() {
this._y = -9000;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo5" in Frame 56
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi6" in Frame 56
onClipEvent (load) {
function reset() {
this._y = -900;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo57" in Frame 56
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock2" in Frame 56
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Frame 57
stop();
Mouse.show();
_quality = "HIGH";
Frame 58
var Timer = 4750;
onEnterFrame = function () {
Timer--;
timeDisp = Math.round(Timer / 50);
if (Timer == 0) {
nextFrame();
}
if (Timer <= 0) {
timeDisp = 0;
}
};
stop();
Mouse.hide();
corpsereal.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
corpse.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
_quality = "LOW";
Instance of Symbol 149 MovieClip "elfboy60" in Frame 58
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(2000);
thisSpeed = 10 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 60);
_root.corpsereal.play();
_root.health = _root.health + 5;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life" in Frame 58
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy10" in Frame 58
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy2" in Frame 58
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy12" in Frame 58
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip in Frame 58
onClipEvent (load) {
function reset() {
this._y = -1100;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip in Frame 58
onClipEvent (load) {
function reset() {
this._y = -600;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb" in Frame 58
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "hn" in Frame 58
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy20" in Frame 58
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 151 MovieClip "niggerrrr" in Frame 58
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(8000);
thisSpeed = 6 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 100);
_root.corpsereal.play();
_root.health = _root.health + 10;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "56t5" in Frame 58
onClipEvent (load) {
function reset() {
this._y = -1500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 190 MovieClip "fdbfbfgbfgbfgbfg" in Frame 58
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(1000);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 7000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 80);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life56" in Frame 58
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb6" in Frame 58
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy24" in Frame 58
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 190 MovieClip "fdbfbf77" in Frame 58
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(1000);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 7000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 80);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy205" in Frame 58
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy12222" in Frame 58
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb6ggg" in Frame 58
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip in Frame 58
onClipEvent (load) {
function reset() {
this._y = -8000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip in Frame 58
onClipEvent (load) {
function reset() {
this._y = -450;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi" in Frame 58
onClipEvent (load) {
function reset() {
this._y = -900;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy" in Frame 58
onClipEvent (load) {
function reset() {
this._y = -700;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock1" in Frame 58
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy1" in Frame 58
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock2" in Frame 58
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo" in Frame 58
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddyregr" in Frame 58
onClipEvent (load) {
function reset() {
this._y = -9000;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo5" in Frame 58
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi6" in Frame 58
onClipEvent (load) {
function reset() {
this._y = -900;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo57" in Frame 58
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock2" in Frame 58
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 228 MovieClip in Frame 58
onClipEvent (load) {
function reset() {
this._y = -1700;
this._x = random(800);
thisSpeed = 6 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1600) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddyregrff" in Frame 58
onClipEvent (load) {
function reset() {
this._y = -9000;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi6gggg" in Frame 58
onClipEvent (load) {
function reset() {
this._y = -900;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Frame 59
stop();
Mouse.show();
_quality = "HIGH";
Frame 60
var Timer = 5000;
onEnterFrame = function () {
Timer--;
timeDisp = Math.round(Timer / 50);
if (Timer == 0) {
nextFrame();
}
if (Timer <= 0) {
timeDisp = 0;
}
};
stop();
Mouse.hide();
corpsereal.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
corpse.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
_quality = "LOW";
Instance of Symbol 149 MovieClip "elfboy60" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(2000);
thisSpeed = 6 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 60);
_root.corpsereal.play();
_root.health = _root.health + 5;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy10" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy2" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 6 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy12" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip in Frame 60
onClipEvent (load) {
function reset() {
this._y = -1100;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip in Frame 60
onClipEvent (load) {
function reset() {
this._y = -600;
this._x = random(550);
thisSpeed = 5 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "hn" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy20" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 151 MovieClip "niggerrrr" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(8000);
thisSpeed = 6 + random(8);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 100);
_root.corpsereal.play();
_root.health = _root.health + 10;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "56t5" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -1500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 190 MovieClip "fdbfbfgbfgbfgbfg" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(1000);
thisSpeed = 5 + random(8);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 7000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 80);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life56" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb6" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 6 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy24" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 190 MovieClip "fdbfbf77" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(1000);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 7000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 80);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy205" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 6 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy12222" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb6ggg" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "lifed" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip in Frame 60
onClipEvent (load) {
function reset() {
this._y = -8000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip in Frame 60
onClipEvent (load) {
function reset() {
this._y = -8000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip "ewwwewe" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -8000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip in Frame 60
onClipEvent (load) {
function reset() {
this._y = -450;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -900;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -700;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock1" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy1" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock2" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -900;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddyregr" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -9000;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo5" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -12000;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi6" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -1900;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo57" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock2" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 228 MovieClip "planey" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -1700;
this._x = random(800);
thisSpeed = 6 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1600) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddyregrff" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -9000;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi6gggg" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -2900;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 228 MovieClip "planey2" in Frame 60
onClipEvent (load) {
function reset() {
this._y = -1700;
this._x = random(800);
thisSpeed = 6 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1600) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Frame 61
stop();
Mouse.show();
_quality = "HIGH";
Frame 62
var Timer = 5000;
onEnterFrame = function () {
Timer--;
timeDisp = Math.round(Timer / 50);
if (Timer == 0) {
nextFrame();
}
if (Timer <= 0) {
timeDisp = 0;
}
};
stop();
Mouse.hide();
corpsereal.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
corpse.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
_quality = "LOW";
Instance of Symbol 149 MovieClip "elfboy60" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(2000);
thisSpeed = 6 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 60);
_root.corpsereal.play();
_root.health = _root.health + 5;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy10" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy2" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 6 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy12" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip in Frame 62
onClipEvent (load) {
function reset() {
this._y = -1100;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip in Frame 62
onClipEvent (load) {
function reset() {
this._y = -600;
this._x = random(550);
thisSpeed = 5 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "hn" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy20" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 151 MovieClip "niggerrrr" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(8000);
thisSpeed = 6 + random(8);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 100);
_root.corpsereal.play();
_root.health = _root.health + 10;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "56t5" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -1500;
this._x = random(550);
thisSpeed = 4 + random(4);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 190 MovieClip "fdbfbfgbfgbfgbfg" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(1000);
thisSpeed = 5 + random(8);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 7000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 80);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life56" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb6" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 6 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy24" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 190 MovieClip "fdbfbf77" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(1000);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 7000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 80);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy205" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 6 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy12222" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb6ggg" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "lifed" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 190 MovieClip "whiteman3" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(1000);
thisSpeed = 5 + random(8);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 7000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 80);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 151 MovieClip "niggerrrr2" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(8000);
thisSpeed = 6 + random(8);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 100);
_root.corpsereal.play();
_root.health = _root.health + 10;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip "ffffff" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -8000;
this._x = random(1000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 12000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip "tght" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -8000;
this._x = random(2000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip in Frame 62
onClipEvent (load) {
function reset() {
this._y = -450;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -900;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -700;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock1" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy1" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock2" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -900;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddyregr" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -9000;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo5" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -12000;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi6" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -1900;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo57" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock2" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 228 MovieClip "planey" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -1700;
this._x = random(800);
thisSpeed = 6 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1600) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddyregrff" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -9000;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi6gggg" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -2900;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 228 MovieClip "planey2" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -1700;
this._x = random(800);
thisSpeed = 6 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1600) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 228 MovieClip "planey3" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -1700;
this._x = random(800);
thisSpeed = 6 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1600) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock4" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo4" in Frame 62
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Frame 63
stop();
Mouse.show();
_quality = "HIGH";
Frame 64
var Timer = 5250;
onEnterFrame = function () {
Timer--;
timeDisp = Math.round(Timer / 50);
if (Timer == 0) {
nextFrame();
}
if (Timer <= 0) {
timeDisp = 0;
}
};
stop();
Mouse.hide();
corpsereal.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
corpse.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
_quality = "LOW";
Instance of Symbol 149 MovieClip "elfboy60" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(2000);
thisSpeed = 6 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 60);
_root.corpsereal.play();
_root.health = _root.health + 5;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy10" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy2" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 6 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy12" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip in Frame 64
onClipEvent (load) {
function reset() {
this._y = -1100;
this._x = random(550);
thisSpeed = 5 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip in Frame 64
onClipEvent (load) {
function reset() {
this._y = -600;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 4 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "hn" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy20" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 7 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 151 MovieClip "niggerrrr" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(8000);
thisSpeed = 9 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 100);
_root.corpsereal.play();
_root.health = _root.health + 10;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "56t5" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -1500;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 190 MovieClip "fdbfbfgbfgbfgbfg" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(1000);
thisSpeed = 7 + random(8);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 7000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 80);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life56" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -8000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb6" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 6 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy24" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 7 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 190 MovieClip "fdbfbf77" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(1000);
thisSpeed = 7 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 7000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 80);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy205" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 6 + random(8);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy12222" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb6ggg" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 5 + random(8);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "lifed" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 190 MovieClip "whiteman3" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(1000);
thisSpeed = 7 + random(8);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 7000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 80);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 151 MovieClip "niggerrrr2" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(8000);
thisSpeed = 8 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 100);
_root.corpsereal.play();
_root.health = _root.health + 10;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 149 MovieClip "elfboy62" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(2000);
thisSpeed = 7 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 60);
_root.corpsereal.play();
_root.health = _root.health + 5;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "bgbfgbgf" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -600;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy16" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfgreen44" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 7 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "greenelf" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 6 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "redelf" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -1100;
this._x = random(550);
thisSpeed = 5 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip "rgegfregf" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -8000;
this._x = random(3000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip "fgf" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -12000;
this._x = random(3000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip "hghghg" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -6000;
this._x = random(3000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip "gbfgbfbfgbfgbfgb" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(3000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip in Frame 64
onClipEvent (load) {
function reset() {
this._y = -450;
this._x = random(550);
thisSpeed = 6 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -900;
this._x = random(550);
thisSpeed = 7 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -700;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock1" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 6 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy1" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock2" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -900;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddyregr" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -9000;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo5" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -12000;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi6" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -1900;
this._x = random(550);
thisSpeed = 7 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo57" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock2" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 228 MovieClip "planey" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -1700;
this._x = random(800);
thisSpeed = 6 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1600) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddyregrff" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -9000;
this._x = random(550);
thisSpeed = 6 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 228 MovieClip "planey2" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -1700;
this._x = random(800);
thisSpeed = 6 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1600) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 228 MovieClip "planey3" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -1700;
this._x = random(800);
thisSpeed = 8 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1600) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock4" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 228 MovieClip "planey4" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -3700;
this._x = random(800);
thisSpeed = 8 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1600) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "bearf" in Frame 64
onClipEvent (load) {
function reset() {
this._y = -9000;
this._x = random(550);
thisSpeed = 6 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Frame 65
stop();
Mouse.show();
_quality = "HIGH";
Frame 66
var Timer = 5500;
onEnterFrame = function () {
Timer--;
timeDisp = Math.round(Timer / 50);
if (Timer == 0) {
nextFrame();
}
if (Timer <= 0) {
timeDisp = 0;
}
};
stop();
Mouse.hide();
corpsereal.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
corpse.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
_quality = "LOW";
Instance of Symbol 149 MovieClip "elfboy60" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(2000);
thisSpeed = 6 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 60);
_root.corpsereal.play();
_root.health = _root.health + 5;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy10" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy2" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 6 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy12" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip in Frame 66
onClipEvent (load) {
function reset() {
this._y = -1100;
this._x = random(550);
thisSpeed = 5 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip in Frame 66
onClipEvent (load) {
function reset() {
this._y = -600;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 4 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "hn" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy20" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 7 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 151 MovieClip "niggerrrr" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(8000);
thisSpeed = 9 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 100);
_root.corpsereal.play();
_root.health = _root.health + 10;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "56t5" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -1500;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 190 MovieClip "fdbfbfgbfgbfgbfg" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(1000);
thisSpeed = 7 + random(8);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 7000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 80);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life56" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -8000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb6" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 6 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy24" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 7 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 190 MovieClip "fdbfbf77" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(1000);
thisSpeed = 7 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 7000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 80);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy205" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 6 + random(8);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy12222" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb6ggg" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 5 + random(8);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "lifed" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 190 MovieClip "whiteman3" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(1000);
thisSpeed = 7 + random(8);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 7000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 80);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 151 MovieClip "niggerrrr2" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(8000);
thisSpeed = 8 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 100);
_root.corpsereal.play();
_root.health = _root.health + 10;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 149 MovieClip "elfboy62" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(2000);
thisSpeed = 7 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 60);
_root.corpsereal.play();
_root.health = _root.health + 5;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "bgbfgbgf" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -600;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy16" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfgreen44" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 7 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "greenelf" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 6 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "redelf" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -1100;
this._x = random(550);
thisSpeed = 5 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 151 MovieClip "niggerrrr3" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(8000);
thisSpeed = 8 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 100);
_root.corpsereal.play();
_root.health = _root.health + 10;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "greenelf657657" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 6 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip "tyhtyh" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -12000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip "tge" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -6000;
this._x = random(3000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip "tg" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -5000;
this._x = random(3000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip "fbgfbgf" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -8000;
this._x = random(1000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip in Frame 66
onClipEvent (load) {
function reset() {
this._y = -450;
this._x = random(550);
thisSpeed = 6 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -900;
this._x = random(550);
thisSpeed = 7 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -700;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock1" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 6 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy1" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock2" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -900;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddyregr" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -9000;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo5" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -12000;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi6" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -1900;
this._x = random(550);
thisSpeed = 7 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo57" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock2" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 228 MovieClip "planey" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -1700;
this._x = random(800);
thisSpeed = 6 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1600) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddyregrff" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -9000;
this._x = random(550);
thisSpeed = 6 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 228 MovieClip "planey2" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -1700;
this._x = random(800);
thisSpeed = 6 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1600) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 228 MovieClip "planey3" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -1700;
this._x = random(800);
thisSpeed = 8 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1600) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock4" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo4" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 228 MovieClip "planey4" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -3700;
this._x = random(800);
thisSpeed = 8 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1600) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 228 MovieClip "planey47777" in Frame 66
onClipEvent (load) {
function reset() {
this._y = -3700;
this._x = random(800);
thisSpeed = 8 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1600) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Frame 67
stop();
Mouse.show();
_quality = "HIGH";
Frame 68
var Timer = 5750;
onEnterFrame = function () {
Timer--;
timeDisp = Math.round(Timer / 50);
if (Timer == 0) {
nextFrame();
}
if (Timer <= 0) {
timeDisp = 0;
}
};
stop();
Mouse.hide();
corpsereal.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
corpse.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
_quality = "LOW";
Instance of Symbol 149 MovieClip "elfboy60" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(2000);
thisSpeed = 6 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 60);
_root.corpsereal.play();
_root.health = _root.health + 5;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy10" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy2" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 6 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy12" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip in Frame 68
onClipEvent (load) {
function reset() {
this._y = -1100;
this._x = random(550);
thisSpeed = 5 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip in Frame 68
onClipEvent (load) {
function reset() {
this._y = -600;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 4 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "hn" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy20" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 7 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 151 MovieClip "niggerrrr" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(8000);
thisSpeed = 9 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 100);
_root.corpsereal.play();
_root.health = _root.health + 10;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "56t5" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -1500;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 190 MovieClip "fdbfbfgbfgbfgbfg" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(1000);
thisSpeed = 7 + random(8);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 7000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 80);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life56" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -8000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb6" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 6 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy24" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 7 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 190 MovieClip "fdbfbf77" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(1000);
thisSpeed = 7 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 7000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 80);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy205" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 6 + random(8);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy12222" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb6ggg" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 5 + random(8);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "lifed" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 190 MovieClip "whiteman3" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(1000);
thisSpeed = 7 + random(8);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 7000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 80);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 151 MovieClip "niggerrrr2" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(8000);
thisSpeed = 8 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 100);
_root.corpsereal.play();
_root.health = _root.health + 10;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 149 MovieClip "elfboy62" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(2000);
thisSpeed = 7 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 60);
_root.corpsereal.play();
_root.health = _root.health + 5;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "bgbfgbgf" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -600;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy16" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfgreen44" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 7 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "greenelf" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 6 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "redelf" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -1100;
this._x = random(550);
thisSpeed = 5 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip "rvtrvtr" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -8000;
this._x = random(3000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip "rgrtvbt" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(3000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip "erverv" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -7000;
this._x = random(3000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip "nngtgf" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -14000;
this._x = random(1000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip "jnuyhny" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -6000;
this._x = random(1000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip "gh" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(3000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip in Frame 68
onClipEvent (load) {
function reset() {
this._y = -450;
this._x = random(550);
thisSpeed = 6 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -900;
this._x = random(550);
thisSpeed = 7 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -700;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock1" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 6 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy1" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock2" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -900;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddyregr" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -9000;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo5" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -12000;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi6" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -1900;
this._x = random(550);
thisSpeed = 7 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo57" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock2" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 228 MovieClip "planey" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -1700;
this._x = random(800);
thisSpeed = 6 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1600) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddyregrff" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -9000;
this._x = random(550);
thisSpeed = 6 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi6gggg" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -2900;
this._x = random(550);
thisSpeed = 6 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 228 MovieClip "planey2" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -1700;
this._x = random(800);
thisSpeed = 6 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1600) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 228 MovieClip "planey3" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -1700;
this._x = random(800);
thisSpeed = 8 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1600) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock4" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo4" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 228 MovieClip "planey4" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -3700;
this._x = random(800);
thisSpeed = 8 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1600) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "bearf" in Frame 68
onClipEvent (load) {
function reset() {
this._y = -9000;
this._x = random(550);
thisSpeed = 6 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Frame 69
stop();
Mouse.show();
_quality = "HIGH";
Frame 70
var Timer = 5750;
onEnterFrame = function () {
Timer--;
timeDisp = Math.round(Timer / 50);
if (Timer == 0) {
nextFrame();
}
if (Timer <= 0) {
timeDisp = 0;
}
};
stop();
Mouse.hide();
corpsereal.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
corpse.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
_quality = "LOW";
Instance of Symbol 149 MovieClip "elfboy60" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(2000);
thisSpeed = 6 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 60);
_root.corpsereal.play();
_root.health = _root.health + 5;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy10" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy2" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 6 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy12" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip in Frame 70
onClipEvent (load) {
function reset() {
this._y = -1100;
this._x = random(550);
thisSpeed = 5 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip in Frame 70
onClipEvent (load) {
function reset() {
this._y = -600;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 4 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "hn" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy20" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 7 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 151 MovieClip "niggerrrr" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(8000);
thisSpeed = 9 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 100);
_root.corpsereal.play();
_root.health = _root.health + 10;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "56t5" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -1500;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 190 MovieClip "fdbfbfgbfgbfgbfg" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(1000);
thisSpeed = 7 + random(8);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 7000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 80);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life56" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -8000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb6" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 6 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy24" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 7 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 190 MovieClip "fdbfbf77" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(1000);
thisSpeed = 7 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 7000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 80);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy205" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 6 + random(8);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy12222" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb6ggg" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 5 + random(8);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "lifed" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 190 MovieClip "whiteman3" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(1000);
thisSpeed = 7 + random(8);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 7000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 80);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 151 MovieClip "niggerrrr2" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(8000);
thisSpeed = 8 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 100);
_root.corpsereal.play();
_root.health = _root.health + 10;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 149 MovieClip "elfboy62" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(2000);
thisSpeed = 7 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 60);
_root.corpsereal.play();
_root.health = _root.health + 5;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "bgbfgbgf" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -600;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy16" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfgreen44" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 7 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "greenelf" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 6 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "redelf" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -1100;
this._x = random(550);
thisSpeed = 5 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip "rvtrvtr" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -8000;
this._x = random(1000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip "rgrtvbt" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(3000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip "erverv" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -7000;
this._x = random(3000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip "nngtgf" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -14000;
this._x = random(1000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip "jnuyhny" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -6000;
this._x = random(1000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip "gh" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(3000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip in Frame 70
onClipEvent (load) {
function reset() {
this._y = -450;
this._x = random(550);
thisSpeed = 6 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -900;
this._x = random(550);
thisSpeed = 7 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -700;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock1" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 6 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy1" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock2" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -900;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddyregr" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -9000;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo5" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -12000;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi6" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -1900;
this._x = random(550);
thisSpeed = 7 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo57" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock2" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 228 MovieClip "planey" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -1700;
this._x = random(800);
thisSpeed = 6 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1600) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddyregrff" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -9000;
this._x = random(550);
thisSpeed = 6 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi6gggg" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -2900;
this._x = random(550);
thisSpeed = 6 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 228 MovieClip "planey2" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -1700;
this._x = random(800);
thisSpeed = 6 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1600) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 228 MovieClip "planey3" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -1700;
this._x = random(800);
thisSpeed = 8 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1600) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock4" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo4" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 228 MovieClip "planey4" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -3700;
this._x = random(800);
thisSpeed = 8 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1600) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "bearf" in Frame 70
onClipEvent (load) {
function reset() {
this._y = -9000;
this._x = random(550);
thisSpeed = 6 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Frame 71
stop();
Mouse.show();
_quality = "HIGH";
Frame 72
var Timer = 6000;
onEnterFrame = function () {
Timer--;
timeDisp = Math.round(Timer / 50);
if (Timer == 0) {
nextFrame();
}
if (Timer <= 0) {
timeDisp = 0;
}
};
stop();
Mouse.hide();
corpsereal.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
corpse.onEnterFrame = function () {
var _local3 = _root._xmouse;
var _local4 = _root._ymouse;
if (Math.abs(_local3 - this._x) < 1) {
this._x = _local3;
this._y = _local4;
} else {
this._x = this._x - ((this._x - _local3) / 1.5);
this._y = this._y - ((this._y - _local4) / 1.5);
}
};
_quality = "LOW";
Instance of Symbol 149 MovieClip "elfboy60" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(2000);
thisSpeed = 6 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 60);
_root.corpsereal.play();
_root.health = _root.health + 5;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy10" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy2" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 6 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy12" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip in Frame 72
onClipEvent (load) {
function reset() {
this._y = -1100;
this._x = random(550);
thisSpeed = 5 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip in Frame 72
onClipEvent (load) {
function reset() {
this._y = -600;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 4 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "hn" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy20" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 7 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 151 MovieClip "niggerrrr" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(8000);
thisSpeed = 9 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 100);
_root.corpsereal.play();
_root.health = _root.health + 10;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "56t5" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -1500;
this._x = random(550);
thisSpeed = 4 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 190 MovieClip "fdbfbfgbfgbfgbfg" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(1000);
thisSpeed = 7 + random(8);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 7000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 80);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "life56" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -8000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb6" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 6 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy24" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 7 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 190 MovieClip "fdbfbf77" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(1000);
thisSpeed = 7 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 7000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 80);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfboy205" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 6 + random(8);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy12222" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "dfbdfb6ggg" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 5 + random(8);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 107 MovieClip "lifed" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(5000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 200000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.lives = (_root.lives = _root.lives + 1);
_root.extralife.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 190 MovieClip "whiteman3" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(1000);
thisSpeed = 7 + random(8);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 7000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 80);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 151 MovieClip "niggerrrr2" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -3000;
this._x = random(8000);
thisSpeed = 8 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 100);
_root.corpsereal.play();
_root.health = _root.health + 10;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 149 MovieClip "elfboy62" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(2000);
thisSpeed = 7 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 60);
_root.corpsereal.play();
_root.health = _root.health + 5;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 161 MovieClip "bgbfgbgf" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -600;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 15);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 97 MovieClip "elfboy16" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 3 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 10);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "elfgreen44" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(550);
thisSpeed = 7 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 95 MovieClip "greenelf" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 6 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 99 MovieClip "redelf" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -1100;
this._x = random(550);
thisSpeed = 5 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 20);
_root.corpsereal.play();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip "rvtrvtr" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -8000;
this._x = random(3000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip "rgrtvbt" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(3000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 3000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip "erverv" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -7000;
this._x = random(1000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip "nngtgf" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -14000;
this._x = random(3000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip "jnuyhny" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -6000;
this._x = random(3000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 3000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip "gh" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(3000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip "ghfgbfgbghngfngf" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(1000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 109 MovieClip "kklkkkk" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(1000);
thisSpeed = 4 + random(5);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 2000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.health = (_root.health = _root.health + 20);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 151 MovieClip "niggerrrr2dfv" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -14359;
this._x = random(8000);
thisSpeed = 8 + random(9);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 6000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score + 100);
_root.corpsereal.play();
_root.health = _root.health + 10;
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip in Frame 72
onClipEvent (load) {
function reset() {
this._y = -450;
this._x = random(550);
thisSpeed = 6 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -900;
this._x = random(550);
thisSpeed = 7 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -700;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock1" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(550);
thisSpeed = 6 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddy1" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -270;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock2" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -900;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddyregr" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -9000;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo5" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -12000;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi6" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -1900;
this._x = random(550);
thisSpeed = 7 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo57" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock2" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 4 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 228 MovieClip "planey" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -1700;
this._x = random(800);
thisSpeed = 6 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1600) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "teddyregrff" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -9000;
this._x = random(550);
thisSpeed = 6 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 101 MovieClip "hi6gggg" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -2900;
this._x = random(550);
thisSpeed = 6 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 228 MovieClip "planey2" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -1700;
this._x = random(800);
thisSpeed = 6 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1600) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 228 MovieClip "planey3" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -1700;
this._x = random(800);
thisSpeed = 8 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1600) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 103 MovieClip "clock4" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(550);
thisSpeed = 5 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 15);
_root.health = _root.health - 30;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 184 MovieClip "choochoo4" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -2000;
this._x = random(550);
thisSpeed = 5 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 900) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 228 MovieClip "planey4" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -3700;
this._x = random(800);
thisSpeed = 8 + random(7);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1600) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "bearf" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -9000;
this._x = random(550);
thisSpeed = 6 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Instance of Symbol 105 MovieClip "bear2" in Frame 72
onClipEvent (load) {
function reset() {
this._y = -9000;
this._x = random(550);
thisSpeed = 6 + random(6);
}
reset();
}
onClipEvent (enterFrame) {
if (this._y >= 1000) {
reset();
}
if (hitTest(_root.corpse) == true) {
_root.score = (_root.score = _root.score - 10);
_root.health = _root.health - 25;
_root.hurt.play();
_root.corpsereal.gotoAndPlay(14);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_pcoin", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this._parent.BS_pcoin);
} else {
this.createEmptyMovieClip("_pcoin_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.pcoin = new Sound(this.BS_pcoin);
}
_global.Behaviors.Sound.pcoin.attachSound("pcoin");
_global.Behaviors.Sound.pcoin.start(0, 1);
this._y = 710;
}
}
onClipEvent (enterFrame) {
this._y = this._y + thisSpeed;
}
Frame 73
stop();
Mouse.show();
_quality = "HIGH";
_root.gameover = 1;
Frame 74
stop();
Mouse.show();
_quality = "HIGH";
timeDisp = 0;
Timer = 0;
_root.gameover = 1;
Symbol 48 MovieClip Frame 1
stop();
Symbol 48 MovieClip Frame 9
gotoAndStop (1);
Symbol 48 MovieClip Frame 46
gotoAndStop (1);
Symbol 57 Button
on (release) {
_root.gotoAndStop("menu");
}
Symbol 58 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop ("loaded");
}
Symbol 58 MovieClip Frame 2
gotoAndPlay (1);
Symbol 66 Button
on (release) {
gotoAndStop ("Level_1_intro");
}
Symbol 72 Button
on (release) {
gotoAndStop ("instructions");
}
Symbol 76 Button
on (release) {
getURL ("http://www.clockcrew.cc", "_blank");
}
Symbol 81 Button
on (release) {
stopAllSounds();
}
Symbol 85 Button
on (release) {
gotoAndStop ("Level_1_intro");
}
Symbol 90 Button
on (release) {
gotoAndStop ("menu");
}
Symbol 119 MovieClip Frame 1
stop();
Symbol 123 MovieClip Frame 1
stop();
Symbol 146 Button
on (release) {
gotoAndStop ("Level_1");
}
Symbol 154 Button
on (release) {
gotoAndStop ("Level_2");
}
Symbol 158 Button
on (release) {
gotoAndStop ("Level_3");
}
Symbol 164 Button
on (release) {
gotoAndStop ("Level_4");
}
Symbol 168 Button
on (release) {
gotoAndStop ("Level_5");
}
Symbol 172 Button
on (release) {
gotoAndStop ("Level_6");
}
Symbol 176 Button
on (release) {
gotoAndStop ("Level_7");
}
Symbol 181 Button
on (release) {
gotoAndStop ("Level_8");
}
Symbol 187 Button
on (release) {
gotoAndStop ("Level_9");
}
Symbol 193 Button
on (release) {
gotoAndStop ("Level_10");
}
Symbol 197 Button
on (release) {
gotoAndStop ("Level_11");
}
Symbol 201 Button
on (release) {
gotoAndStop ("Level_12");
}
Symbol 205 Button
on (release) {
gotoAndStop ("Level_13");
}
Symbol 209 Button
on (release) {
gotoAndStop ("Level_14");
}
Symbol 213 Button
on (release) {
gotoAndStop ("Level_15");
}
Symbol 217 Button
on (release) {
gotoAndStop ("Level_16");
}
Symbol 221 Button
on (release) {
gotoAndStop ("Level_17");
}
Symbol 225 Button
on (release) {
gotoAndStop ("Level_18");
}
Symbol 231 Button
on (release) {
gotoAndStop ("Level_19");
}
Symbol 236 Button
on (release) {
gotoAndStop ("Level_20");
}
Symbol 240 Button
on (release) {
gotoAndStop ("Level_21");
}
Symbol 244 Button
on (release) {
gotoAndStop ("Level_22");
}
Symbol 248 Button
on (release) {
gotoAndStop ("Level_23");
}
Symbol 252 Button
on (release) {
gotoAndStop ("Level_24");
}
Symbol 256 Button
on (release) {
gotoAndStop ("Level_25");
}
Symbol 276 Button
on (release) {
gotoAndStop (2);
}