Frame 1
stop();
Frame 2
stop();
_root._quality = "MEDIUM";
Instance of Symbol 170 MovieClip "left" in Frame 2
onClipEvent (enterFrame) {
this._x = _root.gubbe._x + 300;
this._y = _root.gubbe._y - 100;
}
Instance of Symbol 170 MovieClip "right" in Frame 2
onClipEvent (enterFrame) {
this._x = _root.gubbe._x - 300;
this._y = _root.gubbe._y - 100;
}
Instance of Symbol 256 MovieClip "bana" in Frame 2
onClipEvent (load) {
_root.xpos = _x;
_root.ypos = _y;
}
Instance of Symbol 383 MovieClip "gubbe" in Frame 2
onClipEvent (enterFrame) {
_y = (_y + 10);
if (((Key.isDown(38) & (_root.jumping == false)) & (_currentframe != 4)) & (_root.move == true)) {
_root.jumping = true;
gotoAndStop (3);
} else if ((Key.isDown(39) & (_currentframe != 4)) & (_root.move == true)) {
_x = (_x + 7);
xspeed = 10;
_xscale = 100;
if (((_root.jumping == false) & (this._currentframe != 3)) & (_currentframe != 4)) {
gotoAndStop (2);
}
} else if ((Key.isDown(37) & (_currentframe != 4)) & (_root.move == true)) {
_x = (_x - 7);
xspeed = -10;
_xscale = -100;
if (((_root.jumping == false) & (_currentframe != 3)) & (_currentframe != 4)) {
gotoAndStop (2);
}
} else if (((_root.jumping == false) & (_currentframe != 3)) & (!(_currentframe === 4))) {
gotoAndStop (1);
_x = (_x + xspeed);
xspeed = xspeed * 0.75;
} else {
_x = (_x + xspeed);
xspeed = xspeed * 0.75;
}
if (this._x > 400) {
_x = (_x - 7);
_root.bana._x = _root.bana._x - 7;
} else if (this._x < 200) {
_x = (_x + 7);
_root.bana._x = _root.bana._x + 7;
}
if (this._y > 300) {
_y = (_y - 10);
_root.bana._y = _root.bana._y - 10;
} else if (this._y < 100) {
_y = (_y + 10);
_root.bana._y = _root.bana._y + 10;
}
}
onClipEvent (load) {
_root.jumping = false;
_root.inv = false;
_root.move = true;
}
Instance of Symbol 200 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (_root.score >= 100) {
_root.score = 0;
_root.lives = _root.lives + 1;
}
if (_root.lives <= 0) {
tellTarget ("_root.gm") {
play();
};
}
}
onClipEvent (load) {
_root.score = 0;
_root.lives = 3;
}
Instance of Symbol 420 MovieClip "levelswitch" in Frame 2
onClipEvent (load) {
gotoAndPlay (276);
}
Instance of Symbol 430 MovieClip "bana" in Frame 3
onClipEvent (load) {
_root.xpos = _x;
_root.ypos = _y;
}
Instance of Symbol 432 MovieClip "bana" in Frame 4
onClipEvent (load) {
_root.xpos = _x;
_root.ypos = _y;
}
Instance of Symbol 434 MovieClip "bana" in Frame 5
onClipEvent (load) {
_root.xpos = _x;
_root.ypos = _y;
}
Instance of Symbol 436 MovieClip "bana" in Frame 6
onClipEvent (load) {
_root.xpos = _x;
_root.ypos = _y;
}
Instance of Symbol 438 MovieClip "bana" in Frame 7
onClipEvent (load) {
_root.xpos = _x;
_root.ypos = _y;
}
Instance of Symbol 440 MovieClip "bana" in Frame 8
onClipEvent (load) {
_root.xpos = _x;
_root.ypos = _y;
}
Instance of Symbol 442 MovieClip "bana" in Frame 9
onClipEvent (load) {
_root.xpos = _x;
_root.ypos = _y;
}
Frame 10
stop();
Frame 11
stop();
Symbol 67 Button
on (release) {
gotoAndPlay (461);
}
Symbol 69 Button
on (release) {
tellTarget ("_root") {
nextFrame();
};
}
Symbol 70 Button
on (release) {
gotoAndPlay (461);
}
Symbol 143 Button
on (release) {
gotoAndPlay (454);
}
Symbol 167 MovieClip Frame 26
gotoAndPlay (1);
Symbol 167 MovieClip Frame 27
stop();
Symbol 168 MovieClip Frame 454
stop();
Symbol 168 MovieClip Frame 460
stop();
Instance of Symbol 167 MovieClip in Symbol 168 MovieClip Frame 513
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Symbol 168 MovieClip Frame 530
stop();
Instance of Symbol 170 MovieClip in Symbol 174 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe.feet)) {
_root.gubbe._y = _root.gubbe._y - 10;
_root.jumping = false;
}
if (this.hittest(_root.bana.en1.body)) {
_root.bana.en1._y = _root.bana.en1._y - 10;
}
if (this.hittest(_root.bana.en2.body)) {
_root.bana.en2._y = _root.bana.en2._y - 10;
}
if (this.hittest(_root.bana.en3.body)) {
_root.bana.en3._y = _root.bana.en3._y - 10;
}
if (this.hittest(_root.bana.en4.body)) {
_root.bana.en4._y = _root.bana.en4._y - 10;
}
if (this.hittest(_root.bana.en5.body)) {
_root.bana.en5._y = _root.bana.en5._y - 10;
}
if (this.hittest(_root.bana.en6.body)) {
_root.bana.en6._y = _root.bana.en6._y - 10;
}
if (this.hittest(_root.bana.en7.body)) {
_root.bana.en7._y = _root.bana.en7._y - 10;
}
if (this.hittest(_root.bana.en8.body)) {
_root.bana.en8._y = _root.bana.en8._y - 10;
}
if (this.hittest(_root.bana.en9.body)) {
_root.bana.en9._y = _root.bana.en9._y - 10;
}
if (this.hittest(_root.bana.en10.body)) {
_root.bana.en10._y = _root.bana.en10._y - 10;
}
if (this.hittest(_root.bana.en11.body)) {
_root.bana.en11._y = _root.bana.en11._y - 10;
}
if (this.hittest(_root.bana.en12.body)) {
_root.bana.en12._y = _root.bana.en12._y - 10;
}
if (this.hittest(_root.bana.en13.body)) {
_root.bana.en13._y = _root.bana.en13._y - 10;
}
if (this.hittest(_root.bana.en14.body)) {
_root.bana.en14._y = _root.bana.en14._y - 10;
}
if (this.hittest(_root.bana.en15.body)) {
_root.bana.en15._y = _root.bana.en15._y - 10;
}
if (this.hittest(_root.bana.en16.body)) {
_root.bana.en16._y = _root.bana.en16._y - 10;
}
if (this.hittest(_root.bana.en17.body)) {
_root.bana.en17._y = _root.bana.en17._y - 10;
}
if (this.hittest(_root.bana.en18.body)) {
_root.bana.en18._y = _root.bana.en18._y - 10;
}
if (this.hittest(_root.bana.en19.body)) {
_root.bana.en19._y = _root.bana.en19._y - 10;
}
}
Instance of Symbol 170 MovieClip in Symbol 176 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe.feet)) {
_root.gubbe._y = _root.gubbe._y - 10;
_root.jumping = false;
}
if (this.hittest(_root.bana.en1.body)) {
_root.bana.en1._y = _root.bana.en1._y - 10;
}
if (this.hittest(_root.bana.en2.body)) {
_root.bana.en2._y = _root.bana.en2._y - 10;
}
if (this.hittest(_root.bana.en3.body)) {
_root.bana.en3._y = _root.bana.en3._y - 10;
}
if (this.hittest(_root.bana.en4.body)) {
_root.bana.en4._y = _root.bana.en4._y - 10;
}
if (this.hittest(_root.bana.en5.body)) {
_root.bana.en5._y = _root.bana.en5._y - 10;
}
if (this.hittest(_root.bana.en6.body)) {
_root.bana.en6._y = _root.bana.en6._y - 10;
}
if (this.hittest(_root.bana.en7.body)) {
_root.bana.en7._y = _root.bana.en7._y - 10;
}
if (this.hittest(_root.bana.en8.body)) {
_root.bana.en8._y = _root.bana.en8._y - 10;
}
if (this.hittest(_root.bana.en9.body)) {
_root.bana.en9._y = _root.bana.en9._y - 10;
}
if (this.hittest(_root.bana.en10.body)) {
_root.bana.en10._y = _root.bana.en10._y - 10;
}
if (this.hittest(_root.bana.en11.body)) {
_root.bana.en11._y = _root.bana.en11._y - 10;
}
if (this.hittest(_root.bana.en12.body)) {
_root.bana.en12._y = _root.bana.en12._y - 10;
}
if (this.hittest(_root.bana.en13.body)) {
_root.bana.en13._y = _root.bana.en13._y - 10;
}
if (this.hittest(_root.bana.en14.body)) {
_root.bana.en14._y = _root.bana.en14._y - 10;
}
if (this.hittest(_root.bana.en15.body)) {
_root.bana.en15._y = _root.bana.en15._y - 10;
}
if (this.hittest(_root.bana.en16.body)) {
_root.bana.en16._y = _root.bana.en16._y - 10;
}
if (this.hittest(_root.bana.en17.body)) {
_root.bana.en17._y = _root.bana.en17._y - 10;
}
if (this.hittest(_root.bana.en18.body)) {
_root.bana.en18._y = _root.bana.en18._y - 10;
}
if (this.hittest(_root.bana.en19.body)) {
_root.bana.en19._y = _root.bana.en19._y - 10;
}
}
Instance of Symbol 170 MovieClip in Symbol 177 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe.feet)) {
_root.gubbe._y = _root.gubbe._y - 10;
_root.jumping = false;
}
if (this.hittest(_root.bana.en1.body)) {
_root.bana.en1._y = _root.bana.en1._y - 10;
}
if (this.hittest(_root.bana.en2.body)) {
_root.bana.en2._y = _root.bana.en2._y - 10;
}
if (this.hittest(_root.bana.en3.body)) {
_root.bana.en3._y = _root.bana.en3._y - 10;
}
if (this.hittest(_root.bana.en4.body)) {
_root.bana.en4._y = _root.bana.en4._y - 10;
}
if (this.hittest(_root.bana.en5.body)) {
_root.bana.en5._y = _root.bana.en5._y - 10;
}
if (this.hittest(_root.bana.en6.body)) {
_root.bana.en6._y = _root.bana.en6._y - 10;
}
if (this.hittest(_root.bana.en7.body)) {
_root.bana.en7._y = _root.bana.en7._y - 10;
}
if (this.hittest(_root.bana.en8.body)) {
_root.bana.en8._y = _root.bana.en8._y - 10;
}
if (this.hittest(_root.bana.en9.body)) {
_root.bana.en9._y = _root.bana.en9._y - 10;
}
if (this.hittest(_root.bana.en10.body)) {
_root.bana.en10._y = _root.bana.en10._y - 10;
}
if (this.hittest(_root.bana.en11.body)) {
_root.bana.en11._y = _root.bana.en11._y - 10;
}
if (this.hittest(_root.bana.en12.body)) {
_root.bana.en12._y = _root.bana.en12._y - 10;
}
if (this.hittest(_root.bana.en13.body)) {
_root.bana.en13._y = _root.bana.en13._y - 10;
}
if (this.hittest(_root.bana.en14.body)) {
_root.bana.en14._y = _root.bana.en14._y - 10;
}
if (this.hittest(_root.bana.en15.body)) {
_root.bana.en15._y = _root.bana.en15._y - 10;
}
if (this.hittest(_root.bana.en16.body)) {
_root.bana.en16._y = _root.bana.en16._y - 10;
}
if (this.hittest(_root.bana.en17.body)) {
_root.bana.en17._y = _root.bana.en17._y - 10;
}
if (this.hittest(_root.bana.en18.body)) {
_root.bana.en18._y = _root.bana.en18._y - 10;
}
if (this.hittest(_root.bana.en19.body)) {
_root.bana.en19._y = _root.bana.en19._y - 10;
}
}
Symbol 200 MovieClip Frame 26
gotoAndPlay (1);
Symbol 200 MovieClip Frame 27
stop();
Symbol 252 MovieClip Frame 77
stop();
Symbol 253 MovieClip Frame 1
stop();
Instance of Symbol 170 MovieClip "body" in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe) & (_root.inv == false)) {
tellTarget ("_root.gubbe") {
gotoAndStop (4);
};
}
}
Instance of Symbol 170 MovieClip "head" in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe.feet)) {
tellTarget ("_root.gubbe") {
gotoAndStop (3);
};
tellTarget ("_root.gubbe.jumper") {
gotoAndPlay (1);
};
}
}
Symbol 253 MovieClip Frame 2
stop();
Instance of Symbol 170 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe.feet)) {
tellTarget ("_root.gubbe") {
gotoAndStop (4);
};
}
}
Instance of Symbol 200 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 253 MovieClip "en1" in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 255 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
tellTarget ("_root.levelswitch") {
play();
};
}
}
Instance of Symbol 200 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 253 MovieClip "en2" in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en6" in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en9" in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 200 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Symbol 339 MovieClip Frame 1
gotoAndPlay (13);
Symbol 339 MovieClip Frame 13
_root.gubbe._y = _root.gubbe._y - 5;
Symbol 339 MovieClip Frame 14
_root.gubbe._y = _root.gubbe._y - 7;
Symbol 339 MovieClip Frame 15
_root.gubbe._y = _root.gubbe._y - 9;
Symbol 339 MovieClip Frame 16
_root.gubbe._y = _root.gubbe._y - 11;
Symbol 339 MovieClip Frame 17
_root.gubbe._y = _root.gubbe._y - 13;
Symbol 339 MovieClip Frame 18
_root.gubbe._y = _root.gubbe._y - 15;
Symbol 339 MovieClip Frame 19
_root.gubbe._y = _root.gubbe._y - 17;
Symbol 339 MovieClip Frame 20
_root.gubbe._y = _root.gubbe._y - 19;
Symbol 339 MovieClip Frame 21
_root.gubbe._y = _root.gubbe._y - 21;
Symbol 339 MovieClip Frame 22
_root.gubbe._y = _root.gubbe._y - 23;
Symbol 339 MovieClip Frame 23
_root.gubbe._y = _root.gubbe._y - 25;
Symbol 339 MovieClip Frame 24
_root.gubbe._y = _root.gubbe._y - 25;
Symbol 339 MovieClip Frame 25
_root.gubbe._y = _root.gubbe._y - 25;
Symbol 339 MovieClip Frame 26
_root.gubbe._y = _root.gubbe._y - 20;
Symbol 339 MovieClip Frame 27
_root.gubbe._y = _root.gubbe._y - 15;
Symbol 339 MovieClip Frame 28
_root.gubbe._y = _root.gubbe._y - 10;
Symbol 339 MovieClip Frame 29
_root.gubbe._y = _root.gubbe._y - 5;
Symbol 339 MovieClip Frame 32
gotoAndPlay (49);
Symbol 339 MovieClip Frame 50
tellTarget ("_root.gubbe") {
gotoAndStop (1);
};
Symbol 382 MovieClip Frame 44
_root.lives = _root.lives - 1;
Symbol 382 MovieClip Frame 59
_root.bana._x = _root.xpos;
_root.bana._y = _root.ypos;
Symbol 382 MovieClip Frame 60
_root.gubbe._x = 300;
_root.gubbe._y = 200;
tellTarget ("_root.gubbe") {
gotoAndStop (1);
};
Symbol 383 MovieClip Frame 1
stop();
Symbol 383 MovieClip Frame 2
stop();
Symbol 383 MovieClip Frame 3
stop();
Instance of Symbol 339 MovieClip "jumper" in Symbol 383 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((!Key.isDown(39)) & (!Key.isDown(37))) {
_root.gubbe._x = _root.gubbe._x + _root.gubbe.xspeed;
_root.gubbe.xspeed = _root.gubbe.xspeed * 0.75;
}
}
Symbol 383 MovieClip Frame 4
stop();
Symbol 395 Button
on (release) {
nextFrame();
}
Symbol 396 Button
on (release) {
play();
}
Symbol 397 MovieClip Frame 1
stop();
_root._quality = "MEDIUM";
Symbol 397 MovieClip Frame 2
_root._quality = "LOW";
Symbol 420 MovieClip Frame 2
_root.move = false;
_root.bana._visible = false;
Symbol 420 MovieClip Frame 213
tellTarget ("_root") {
nextFrame();
};
_root.gubbe._x = 300;
_root.gubbe._x = 200;
_root.move = true;
_root.bana._visible = true;
Symbol 420 MovieClip Frame 276
stop();
Symbol 422 MovieClip Frame 1
stop();
Symbol 422 MovieClip Frame 2
stop();
Symbol 427 Button
on (release) {
stopAllSounds();
tellTarget ("_root") {
gotoAndStop (1);
};
}
Symbol 428 MovieClip Frame 1
stop();
Symbol 428 MovieClip Frame 60
stop();
Symbol 428 MovieClip Frame 61
prevFrame();
Instance of Symbol 170 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe.feet)) {
tellTarget ("_root.gubbe") {
gotoAndStop (4);
};
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 253 MovieClip "en1" in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 255 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
tellTarget ("_root.levelswitch") {
play();
};
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 253 MovieClip "en3" in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en10" in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 170 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe.feet)) {
tellTarget ("_root.gubbe") {
gotoAndStop (4);
};
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 253 MovieClip "en1" in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 255 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
tellTarget ("_root.levelswitch") {
play();
};
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 253 MovieClip "en11" in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en18" in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en19" in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 170 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe.feet)) {
tellTarget ("_root.gubbe") {
gotoAndStop (4);
};
}
}
Instance of Symbol 253 MovieClip "en1" in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 255 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
tellTarget ("_root.levelswitch") {
play();
};
}
}
Instance of Symbol 253 MovieClip "en11" in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en12" in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en13" in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en14" in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en15" in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en16" in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en18" in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 170 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe.feet)) {
tellTarget ("_root.gubbe") {
gotoAndStop (4);
};
}
}
Instance of Symbol 253 MovieClip "en1" in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 255 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
tellTarget ("_root.levelswitch") {
play();
};
}
}
Instance of Symbol 253 MovieClip "en3" in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en4" in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en5" in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en6" in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en7" in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en8" in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en9" in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en10" in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en11" in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en12" in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en13" in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en14" in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en15" in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en16" in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en17" in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en18" in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en19" in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 253 MovieClip "en10" in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 255 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
tellTarget ("_root.levelswitch") {
play();
};
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 170 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe.feet)) {
tellTarget ("_root.gubbe") {
gotoAndStop (4);
};
}
}
Instance of Symbol 253 MovieClip "en1" in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 255 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
tellTarget ("_root.levelswitch") {
play();
};
}
}
Instance of Symbol 253 MovieClip "en3" in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en4" in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en5" in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en6" in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en7" in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en8" in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en9" in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en10" in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en11" in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en12" in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en13" in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en14" in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en15" in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en16" in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en17" in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en18" in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en19" in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 253 MovieClip "en10" in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 255 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
tellTarget ("_root.levelswitch") {
play();
};
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 170 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe.feet)) {
tellTarget ("_root.gubbe") {
gotoAndStop (4);
};
}
}
Instance of Symbol 253 MovieClip "en1" in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 255 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
tellTarget ("_root.levelswitch") {
play();
};
}
}
Instance of Symbol 253 MovieClip "en3" in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en4" in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en5" in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en6" in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en7" in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en8" in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en9" in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en10" in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en11" in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en12" in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en13" in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en14" in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en15" in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en16" in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en17" in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en18" in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en19" in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 200 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 253 MovieClip "en10" in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 200 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 255 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
tellTarget ("_root.levelswitch") {
play();
};
}
}
Instance of Symbol 200 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 50;
gotoAndStop (27);
}
}
Instance of Symbol 170 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe.feet)) {
tellTarget ("_root.gubbe") {
gotoAndStop (4);
};
}
}
Instance of Symbol 170 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe.feet)) {
tellTarget ("_root.gubbe") {
gotoAndStop (4);
};
}
}
Instance of Symbol 170 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe.feet)) {
tellTarget ("_root.gubbe") {
gotoAndStop (4);
};
}
}
Instance of Symbol 253 MovieClip "en1" in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en3" in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en4" in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en5" in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en6" in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en9" in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en10" in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en17" in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en19" in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 253 MovieClip "en10" in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.head.hittest(_root.gubbe.feet)) {
gotoAndStop (2);
}
if (this.hittest(_root.gubbe) & (_root.inv == true)) {
gotoAndStop (2);
}
_y = (_y + 10);
if (this.hittest(_root.screen) & (_currentframe != 2)) {
if (this.hittest(_root.left)) {
this._x = this._x - 3;
this._xscale = -100;
tellTarget ("walker") {
play();
};
} else if (this.hittest(_root.right)) {
this._xscale = 100;
this._x = this._x + 3;
tellTarget ("walker") {
play();
};
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
} else if (_currentframe != 2) {
tellTarget ("walker") {
gotoAndStop (1);
};
}
}
Instance of Symbol 255 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
tellTarget ("_root.levelswitch") {
play();
};
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Instance of Symbol 200 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.gubbe)) {
_y = 999999;
_root.score = _root.score + 1;
gotoAndStop (27);
}
}
Symbol 451 MovieClip Frame 59
stop();
Symbol 562 MovieClip Frame 721
tellTarget ("_root") {
nextFrame();
};
stopAllSounds();
Symbol 590 MovieClip Frame 1550
tellTarget ("_root") {
gotoAndStop (1);
};