Frame 1
_quality = "low";
Stage.showMenu = false;
Frame 2
var sound = new Sound();
sound.attachSound("music");
sound.start(0, 0);
sound.onSoundComplete = function () {
sound.start(0, 0);
};
stop();
Frame 5
stop();
px = _root.player._x;
py = _root.player._y;
Instance of Symbol 15 MovieClip "player" in Frame 5
onClipEvent (enterFrame) {
this.speed = 2.5;
if (Key.isDown(38)) {
_root._y = _root._y + this.speed;
this._y = this._y - this.speed;
_root.movement = "up";
} else if (Key.isDown(40)) {
_root._y = _root._y - this.speed;
this._y = this._y + this.speed;
_root.movement = "down";
} else if (Key.isDown(37)) {
_root._x = _root._x + this.speed;
this._x = this._x - this.speed;
_root.movement = "left";
} else if (Key.isDown(39)) {
_root._x = _root._x - this.speed;
this._x = this._x + this.speed;
_root.movement = "right";
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 18 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.nextFrame();
}
}
Instance of Symbol 20 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this.stop();
}
if (Key.isDown(40)) {
this.stop();
}
if (Key.isDown(37)) {
this.stop();
}
if (Key.isDown(39)) {
this.stop();
}
}
Frame 6
_root._x = 0;
_root._y = 0;
_root.player._x = px;
_root.player._y = py;
Instance of Symbol 17 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 17 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.movement == "up") {
_root._y = _root._y - _root.player.speed;
_root.player._y = _root.player._y + _root.player.speed;
}
if (_root.movement == "down") {
_root._y = _root._y + _root.player.speed;
_root.player._y = _root.player._y - _root.player.speed;
}
if (_root.movement == "left") {
_root._x = _root._x - 2.5;
_root.player._x = _root.player._x + _root.player.speed;
}
if (_root.movement == "right") {
_root._x = _root._x + 2.5;
_root.player._x = _root.player._x - _root.player.speed;
}
}
}
Instance of Symbol 22 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.nextFrame();
}
}
Frame 7
stopAllSounds();
_root._x = 0;
_root._y = 0;
Symbol 8 MovieClip Frame 1
function timerHandler() {
if (!loadingComplete) {
var _local4 = _root.getBytesLoaded() / _root.getBytesTotal();
bar._xscale = 100 * _local4;
if (_local4 == 1) {
loadingComplete = true;
if (AUTO_PLAY) {
startMovie();
} else {
gotoAndStop ("loaded");
}
return(undefined);
}
}
dt = getTimer() - time;
time = time + dt;
frameAccum = frameAccum + dt;
var _local3 = 0;
while ((frameAccum >= FRAME_TIME) && (_local3 < MAX_FRAME_SKIP)) {
advanceFrame(tankLogo, true, true);
advanceFrame(loadingText, false, true);
advanceFrame(barGfx, false, true);
if (loadingComplete) {
advanceFrame(this, false, false);
}
(frameAccum = frameAccum - FRAME_TIME);
_local3++;
}
updateAfterEvent();
}
function advanceFrame(clip, recurse, loop) {
if (!clip) {
return(undefined);
}
clip.stop();
if (clip._currentframe == clip._totalframes) {
if (loop) {
clip.gotoAndStop(1);
}
} else {
clip.nextFrame();
}
if (recurse) {
for (childName in clip) {
if (typeof(clip[childName]) == "movieclip") {
advanceFrame(clip[childName], recurse, loop);
}
}
}
}
function startMovie() {
clearInterval(intervalId);
_root.play();
}
_root.stop();
stop();
var FRAME_TIME = 33.3333333333333;
var AUTO_PLAY = false;
var MAX_FRAME_SKIP = 5;
var loadingComplete;
var intervalId;
var time;
var frameAccum;
loadingComplete = false;
intervalId = setInterval(this, "timerHandler", FRAME_TIME / 2);
frameAccum = 0;
time = getTimer();
timerHandler();
Symbol 8 MovieClip Frame 26
startMovie();
Symbol 11 Button
on (release) {
nextFrame();
}
Symbol 20 MovieClip Frame 91
if (Key.isDown(65)) {
if (Key.isDown(76)) {
_root.gotoAndStop("win");
}
}
Symbol 20 MovieClip Frame 92
gotoAndPlay (90);