Frame 1
totalbytes = _root.getBytesTotal();
bytesloaded = _root.getBytesLoaded();
percent = int((bytesloaded / totalbytes) * 100);
if (percent < 0) {
percent = 0;
}
tellTarget ("_root.loader") {
gotoAndStop(int(_root.percent / 2));
};
Frame 2
if (bytesloaded >= totalbytes) {
_root.gotoAndstop("Main", 1);
} else {
gotoAndPlay (1);
}
Frame 3
stop();
stop();
fscommand ("showmenu", false);
Frame 4
function showGameOverWindow() {
stage_mc.attachMovie("gameOverWindow", "gameOverWindow_mc", depth++);
stage_mc.gameOverWindow_mc._x = 30;
stage_mc.gameOverWindow_mc._y = 0;
}
_global.stage_mc = this;
_global.highScoresScript = "http://www.mausland.de/games/php/squirrel2-db.php";
var frank = 1;
var choice = 1;
var runden = 1;
var crowns = 1;
stop();
stop();
Frame 5
stop();
Frame 6
_quality = "low";
stop();
maxPlatforms = 13;
for (i in this) {
if ((typeof(eval (i)) == "movieclip") && ((substring(i, 1, 5)) == "platf")) {
maxPlatforms++;
}
}
stop();
score = 0;
lives = 100;
Instance of Symbol 316 MovieClip "player" in Frame 6
onClipEvent (enterFrame) {
render();
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 4) == "coin") {
if (this.hitTest(_root[i])) {
_root[i].gotoAndStop(2);
_root.score = _root.score + 1;
}
}
}
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 0) == "bad") {
if (this.hitTest(_root[i])) {
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gotoAndStop(2);
}
}
}
}
}
Instance of Symbol 351 MovieClip "ssswvsaaw" in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.cloud2.play();
}
}
Instance of Symbol 363 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 376 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 378 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = _root.player._x + 32;
}
}
Instance of Symbol 454 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = -1;
_root.gotoAndStop("a1");
}
}
Instance of Symbol 477 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (Key.isDown(57)) {
_root.hello.play();
}
}
Frame 11
stop();
Instance of Symbol 351 MovieClip "ssswv" in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.cloud1.play();
}
}
Instance of Symbol 363 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 376 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 454 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = -1;
_root.gotoAndStop("a2");
}
}
Instance of Symbol 363 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 376 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 454 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = -1;
_root.gotoAndStop("a3");
}
}
Instance of Symbol 363 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 376 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 454 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = -1;
_root.gotoAndStop("a4");
}
}
Instance of Symbol 363 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 376 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 454 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = -1;
_root.gotoAndStop("a5");
}
}
Frame 31
stop();
Instance of Symbol 363 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 376 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 454 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = -1;
_root.gotoAndStop("a6");
}
}
Instance of Symbol 363 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 454 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = -1;
_root.gotoAndStop("a7");
}
}
Instance of Symbol 363 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 376 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 454 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = -1;
_root.gotoAndStop("a8");
}
}
Instance of Symbol 363 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 376 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 454 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = -1;
_root.gotoAndStop("a9");
}
}
Instance of Symbol 363 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 376 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 454 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = -1;
_root.gotoAndStop("a10");
}
}
Instance of Symbol 363 MovieClip in Frame 56
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 56
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 56
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 56
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 56
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 56
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 56
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 56
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 56
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 56
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 454 MovieClip in Frame 56
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = -1;
_root.gotoAndStop("a11");
}
}
Instance of Symbol 363 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 376 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 454 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = -1;
_root.gotoAndStop("a12");
}
}
Instance of Symbol 363 MovieClip in Frame 65
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 65
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 65
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 65
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 65
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 65
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 65
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 65
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 376 MovieClip in Frame 65
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 454 MovieClip in Frame 65
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = -1;
_root.gotoAndStop("a13");
}
}
Instance of Symbol 351 MovieClip "ssswvsaaw" in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.cloud1.play();
}
}
Instance of Symbol 363 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 376 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 454 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = -1;
_root.gotoAndStop("a14");
}
}
Instance of Symbol 363 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 376 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 351 MovieClip "ssswv" in Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.spider1.play();
}
}
Instance of Symbol 454 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = -1;
_root.gotoAndStop("a15");
}
}
Instance of Symbol 363 MovieClip in Frame 77
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 77
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 77
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 77
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 77
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 77
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 77
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 77
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 376 MovieClip in Frame 77
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 351 MovieClip "ssswv" in Frame 77
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.spider1.play();
}
}
Instance of Symbol 454 MovieClip in Frame 77
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = -1;
_root.gotoAndStop("a16");
}
}
Instance of Symbol 363 MovieClip in Frame 81
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 81
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 81
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 81
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 81
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 81
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 81
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 376 MovieClip in Frame 81
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 351 MovieClip "ssswv" in Frame 81
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.spider1.play();
}
}
Instance of Symbol 454 MovieClip in Frame 81
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = -1;
_root.gotoAndStop("a17");
}
}
Instance of Symbol 363 MovieClip in Frame 85
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 85
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 85
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 85
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 85
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 85
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 85
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 85
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 376 MovieClip in Frame 85
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 351 MovieClip "ssswvhhh" in Frame 85
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.spider2.play();
}
}
Instance of Symbol 454 MovieClip in Frame 85
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = -1;
_root.gotoAndStop("a18");
}
}
Instance of Symbol 363 MovieClip in Frame 89
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 89
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 89
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 89
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 89
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 89
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 89
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 89
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 376 MovieClip in Frame 89
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 351 MovieClip "ssswv" in Frame 89
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.spider1.play();
}
}
Instance of Symbol 454 MovieClip in Frame 89
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = -1;
_root.gotoAndStop("a19");
}
}
Instance of Symbol 363 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 376 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 351 MovieClip "ssswvhhh" in Frame 93
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.spider2.play();
}
}
Instance of Symbol 454 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = -1;
_root.gotoAndStop("a20");
}
}
Instance of Symbol 363 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 376 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 454 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = -1;
_root.gotoAndStop("a21");
}
}
Instance of Symbol 363 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.Play();
}
}
Instance of Symbol 454 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = -1;
_root.gotoAndStop("loop1");
}
}
Frame 107
stop();
Instance of Symbol 363 MovieClip in Frame 107
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 107
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 107
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 107
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 107
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 107
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 107
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 107
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 107
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 363 MovieClip in Frame 107
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Frame 116
stop();
Instance of Symbol 579 MovieClip in Frame 116
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 116
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 116
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 116
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 116
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 116
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Frame 126
stop();
Instance of Symbol 579 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Frame 136
stop();
Instance of Symbol 579 MovieClip in Frame 136
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 136
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 136
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Frame 146
stop();
Frame 156
stop();
Instance of Symbol 579 MovieClip in Frame 156
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 156
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 156
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 156
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Frame 166
stop();
Frame 176
stop();
Instance of Symbol 579 MovieClip in Frame 176
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 176
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 176
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Frame 186
stop();
Instance of Symbol 579 MovieClip in Frame 186
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 186
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Frame 197
stop();
Instance of Symbol 579 MovieClip in Frame 197
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Frame 207
stop();
Instance of Symbol 579 MovieClip in Frame 207
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 207
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 207
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 207
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Frame 217
stop();
Instance of Symbol 632 MovieClip in Frame 217
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 632 MovieClip in Frame 217
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 632 MovieClip in Frame 217
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 632 MovieClip in Frame 217
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 632 MovieClip in Frame 217
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 632 MovieClip in Frame 217
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Frame 226
stop();
Instance of Symbol 579 MovieClip in Frame 226
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 226
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 226
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 226
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 226
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 226
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Frame 236
stop();
Instance of Symbol 579 MovieClip in Frame 236
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 236
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 236
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 236
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 236
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 236
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Frame 246
stop();
Instance of Symbol 579 MovieClip in Frame 246
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 246
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 246
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Frame 256
stop();
Frame 266
stop();
Instance of Symbol 579 MovieClip in Frame 266
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 266
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 266
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 266
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Frame 276
stop();
Frame 286
stop();
Instance of Symbol 579 MovieClip in Frame 286
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 286
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 286
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Frame 296
stop();
Instance of Symbol 579 MovieClip in Frame 296
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 296
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Frame 307
stop();
Instance of Symbol 579 MovieClip in Frame 307
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Frame 317
runden = runden + 1;
stop();
Instance of Symbol 579 MovieClip in Frame 317
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 317
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 317
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Instance of Symbol 579 MovieClip in Frame 317
onClipEvent (enterFrame) {
if (this.hitTest(_root.fuchs)) {
this.Play();
}
}
Frame 327
_root.board.tim.stop();
_quality = "high";
Frame 332
_root.board.tim.stop();
_quality = "high";
Frame 337
showGameOverWindow();
_root.board.scor.score = _root.board.scor.score + 10000;
var schuss = _root.board.scor.score;
_root.board.tim.stop();
_quality = "high";
Frame 348
var frank = 1;
var choice = 1;
var runden = 1;
var crowns = 1;
gotoAndStop ("a0");
Symbol 74 MovieClip [highScoresWindow] Frame 1
highScores_mc = this;
_global.pressed = "false";
highScores_mc.close_btn.onRelease = function () {
_global.pressed = "true";
highScores_mc.removeMovieClip();
};
dataSender = new LoadVars();
dataReceiver = new LoadVars();
dataReceiver.onLoad = function () {
var _local1 = this;
highScores_mc.gotoAndStop("loaded");
highScores_mc.name1 = _local1.name1;
highScores_mc.name2 = _local1.name2;
highScores_mc.name3 = _local1.name3;
highScores_mc.name4 = _local1.name4;
highScores_mc.name5 = _local1.name5;
highScores_mc.name6 = _local1.name6;
highScores_mc.name7 = _local1.name7;
highScores_mc.name8 = _local1.name8;
highScores_mc.name9 = _local1.name9;
highScores_mc.name10 = _local1.name10;
highScores_mc.score1 = _local1.score1;
highScores_mc.score2 = _local1.score2;
highScores_mc.score3 = _local1.score3;
highScores_mc.score4 = _local1.score4;
highScores_mc.score5 = _local1.score5;
highScores_mc.score6 = _local1.score6;
highScores_mc.score7 = _local1.score7;
highScores_mc.score8 = _local1.score8;
highScores_mc.score9 = _local1.score9;
highScores_mc.score10 = _local1.score10;
};
dataSender.action = "getScores";
dataSender.sendAndLoad(_global.highScoresScript, dataReceiver, "POST");
highScores_mc.gotoAndStop("loading");
Symbol 84 MovieClip [gameOverWindow] Frame 1
function order(a, b) {
if (Number(a.score) < Number(b.score)) {
return(-1);
}
if (Number(a.score) > Number(b.score)) {
return(1);
}
return(0);
}
gameOver_mc = this;
depth = 0;
dataSender = new LoadVars();
dataReceiver = new LoadVars();
dataReceiver.onLoad = function () {
var _local1 = this;
gameOver_mc.gotoAndStop("loaded");
gameOver_mc.highScores_array = new Array();
gameOver_mc.highScores_array.push({name:_local1.name1, score:_local1.score1});
gameOver_mc.highScores_array.push({name:_local1.name2, score:_local1.score2});
gameOver_mc.highScores_array.push({name:_local1.name3, score:_local1.score3});
gameOver_mc.highScores_array.push({name:_local1.name4, score:_local1.score4});
gameOver_mc.highScores_array.push({name:_local1.name5, score:_local1.score5});
gameOver_mc.highScores_array.push({name:_local1.name6, score:_local1.score6});
gameOver_mc.highScores_array.push({name:_local1.name7, score:_local1.score7});
gameOver_mc.highScores_array.push({name:_local1.name8, score:_local1.score8});
gameOver_mc.highScores_array.push({name:_local1.name9, score:_local1.score9});
gameOver_mc.highScores_array.push({name:_local1.name10, score:_local1.score10});
gameOver_mc.highScores_array.push({name:"enter your name", score:_root.board.resul.result});
_root.gotoAndStop("titel");
gameOver_mc.highScores_array.sort(order);
if (gameOver_mc.highScores_array[0].name != "enter your name") {
gameOver_mc.desc = "Congratulations! You have reached a high score!";
gameOver_mc.attachMovie("newName", "inName_mc", depth++);
gameOver_mc.inName_mc._x = 210;
gameOver_mc.inName_mc._y = 250;
gameOver_mc.inName_mc.inName = "enter your name";
Selection.setFocus("gameOver_mc.inName_mc.inName_txt");
} else {
gameOver_mc.desc = "Good try, but you did not get a high score.";
gameOver_mc.gotoAndStop("lowScore");
}
};
dataSender.action = "getScores";
dataSender.sendAndLoad(_global.highScoresScript, dataReceiver, "POST");
gameOver_mc.gotoAndStop("loading");
Symbol 84 MovieClip [gameOverWindow] Frame 5
_global.checksum = function (a) {
k = new String("ficken");
k = k.concat(a);
summe = new Number();
i = 0;
while (i < k.length) {
summe = summe + k.charCodeAt(i);
i++;
}
summe = summe * summe;
return(summe);
};
dataSender = new LoadVars();
dataReceiver = new LoadVars();
dataReceiver.onLoad = function () {
_global.windowUp = false;
gameOver_mc.removeMovieClip();
};
gameOver_mc.save_btn.onRelease = function () {
var _local1 = _root;
var _local2 = _global;
_local2.pressed = "true";
counter = 1;
while (counter <= 10) {
if (gameOver_mc.highScores_array[counter].name == "enter your name") {
if (gameOver_mc.inName_mc.inName == "enter your name") {
gameOver_mc.highScores_array[counter].name = "Anonymous";
} else {
gameOver_mc.highScores_array[counter].name = gameOver_mc.inName_mc.inName;
}
_local1.board.resul.name = gameOver_mc.highScores_array[counter].name;
}
counter++;
}
dataSender.swfversion = 4;
dataSender.action = "putScore";
dataSender.name = _local1.board.resul.name;
dataSender.score = _local1.board.resul.result;
summe = _local2.checksum(dataSender.toString());
dataSender.hash = summe;
dataSender.sendAndLoad(_local2.highScoresScript, dataReceiver, "POST");
gameOver_mc.gotoAndStop("saving");
};
stop();
Symbol 84 MovieClip [gameOverWindow] Frame 23
gameOver_mc.close_btn.onRelease = function () {
_root.gotoAndStop("titel");
gameOver_mc.removeMovieClip();
};
stop();
Symbol 92 MovieClip Frame 1
stop();
Symbol 92 MovieClip Frame 25
stop();
Symbol 92 MovieClip Frame 50
stop();
stop();
Symbol 99 Button
on (release) {
gotoAndPlay (2);
}
Symbol 108 MovieClip Frame 1
stop();
Symbol 108 MovieClip Frame 118
_root.play();
Symbol 223 Button
on (release) {
highScoresWindow_mc.removeMovieClip();
gameOverWindow_mc.removeMovieClip();
_root.gotoAndStop("instr");
}
Symbol 226 Button
on (release) {
stage_mc.attachMovie("highScoresWindow", "highScoresWindow_mc", depth++);
stage_mc.highScoresWindow_mc._x = 30;
stage_mc.highScoresWindow_mc._y = 0;
}
Symbol 229 Button
on (release) {
getURL ("http://www.mausland.de", "_blank");
}
Symbol 242 Button
on (release) {
stopAllSounds();
highScoresWindow_mc.removeMovieClip();
gameOverWindow_mc.removeMovieClip();
_root.gotoAndStop("a0");
}
Symbol 265 MovieClip Frame 65
_root.crowns = 1;
_root.crownbonus.gotoAndStop(1);
stop();
Symbol 266 MovieClip Frame 1
if (_root.crowns >= 4) {
_root.crownbonus.gotoAndStop("ani");
}
Symbol 266 MovieClip Frame 2
gotoAndPlay (1);
Symbol 266 MovieClip Frame 3
stop();
Symbol 295 MovieClip Frame 15
_root.pfeil.gotoAndPlay(2);
Symbol 295 MovieClip Frame 16
gotoAndPlay ("pfeil");
Symbol 312 MovieClip Frame 1
stop();
var g = 1;
Symbol 312 MovieClip Frame 2
if (g == 1) {
_root.player.player2.player3.gotoAndStop(1);
} else if (g == 2) {
_root.player.player2.player3.gotoAndStop(2);
}
stop();
Symbol 312 MovieClip Frame 6
g = 1;
Symbol 312 MovieClip Frame 9
gotoAndPlay (2);
Symbol 312 MovieClip Frame 10
if (g == 1) {
_root.player.player2.player3.gotoAndStop(1);
} else if (g == 2) {
_root.player.player2.player3.gotoAndStop(2);
}
Symbol 312 MovieClip Frame 13
gotoAndPlay (2);
Symbol 312 MovieClip Frame 14
g = 1;
g = 2;
Symbol 312 MovieClip Frame 17
gotoAndPlay (2);
Symbol 312 MovieClip Frame 18
g = 2;
Symbol 312 MovieClip Frame 21
gotoAndPlay (6);
Symbol 315 MovieClip Frame 1
stop();
Symbol 315 MovieClip Frame 2
_root.leben.nextFrame();
Symbol 316 MovieClip Frame 1
if (_root.runden >= 2) {
gotoAndStop (2);
}
stop();
stop();
Symbol 316 MovieClip Frame 2
stop();
function hitPlatforms() {
var i;
var y;
var x;
i = 0;
while (i < _root.maxPlatforms) {
platform = eval ("_root.platform" + i);
y = _y + vertical;
x = _x + horizontal;
if (((_y < platform._y) && (y >= platform._y)) && (platform.hitTest(x, platform._y) == true)) {
_y = platform._y;
falling = false;
vertical = 0;
return(undefined);
}
i++;
}
platform = null;
return(undefined);
}
function render() {
var _local2 = _root;
var _local1;
var y;
_local1 = (y = 0);
if (Key.isDown(39) == true) {
_local1 = hforce;
_local2.player.player2.gotoAndPlay("run");
}
if (Key.isDown(37) == true) {
_local1 = hforce * -1;
_local2.player.player2.gotoAndPlay("runleft");
_local2.pfeil.gotoAndPlay(2);
}
if (Key.isDown(32) == true) {
_local2.speed.gotoAndPlay(2);
}
if (Math.abs(horizontal) < Math.abs(_local1)) {
horizontal = _local1;
} else {
horizontal = horizontal * friction;
if (Math.abs(horizontal) < 1) {
horizontal = 0;
}
}
if ((vertical == 0) && (Key.isDown(38) == true)) {
vertical = vforce * -1;
horizontal = horizontal + platform.velocity;
platform = null;
rising = true;
_local2.player.player2.gotoAndPlay("jump");
}
if (rising == true) {
vertical = vertical * gravity;
if (Math.abs(vertical) < 1) {
vertical = Math.abs(vertical);
falling = true;
rising = false;
}
}
if (falling == true) {
vertical = vertical * accel;
hitPlatforms();
}
lastX = _x;
lastY = _y;
_y = (_y + vertical);
_x = ((_x + horizontal) + platform.velocity);
if ((platform != null) && (platform.hitTest(_x, platform._y, true) == false)) {
vertical = 2;
falling = true;
}
}
vforce = 80;
horizontal = 0;
vertical = 5;
friction = 0.6;
gravity = 0.55;
accel = 1.7;
rising = false;
falling = true;
lastX = _x;
lastY = _y;
platform = null;
stop();
stop();
Instance of Symbol 330 MovieClip "fghfer554645" in Symbol 345 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.hit.play();
}
}
Symbol 350 MovieClip Frame 1
stop();
Symbol 363 MovieClip Frame 1
stop();
Symbol 363 MovieClip Frame 2
_root.board.scor.score = _root.board.scor.score + 175;
Symbol 363 MovieClip Frame 14
stop();
Symbol 369 MovieClip Frame 9
stop();
Symbol 376 MovieClip Frame 1
stop();
Symbol 376 MovieClip Frame 2
_root.board.scor.score = _root.board.scor.score + 5099;
Symbol 376 MovieClip Frame 15
_root.crowns = _root.crowns + 1;
stop();
Symbol 388 MovieClip Frame 1
stop();
Symbol 388 MovieClip Frame 2
_root.speed.abfr.stop();
Symbol 388 MovieClip Frame 40
_root.board.scor.play();
_root.board.tim.play();
_root.board.resul.play();
_root.speed.abfr.play(1);
_root.player.gotoAndStop(2);
Symbol 388 MovieClip Frame 59
stop();
Symbol 410 MovieClip Frame 1
stop();
Symbol 438 MovieClip Frame 1
stop();
Symbol 443 MovieClip Frame 1
var time = 120;
stop();
Symbol 443 MovieClip Frame 2
time = time - 1;
if (time <= 0) {
time = 0;
_root.gotoAndStop("timeup");
}
Symbol 443 MovieClip Frame 31
gotoAndPlay (2);
Symbol 445 MovieClip Frame 1
var score = 0;
stop();
Symbol 445 MovieClip Frame 3
gotoAndPlay (2);
Symbol 447 MovieClip Frame 1
var result = 0;
stop();
Symbol 447 MovieClip Frame 2
result = _root.board.tim.time * _root.board.scor.score;
Symbol 447 MovieClip Frame 3
gotoAndPlay (2);
Symbol 450 MovieClip Frame 1
_root.wurst.play();
Symbol 450 MovieClip Frame 2
stop();
Symbol 458 MovieClip Frame 47
_root.spacebar.gotoAndPlay(2);
Symbol 458 MovieClip Frame 48
gotoAndPlay ("bar");
Symbol 459 MovieClip Frame 1
_root.player.hforce = 14;
stop();
Symbol 459 MovieClip Frame 2
_root.player.hforce = 34;
Symbol 459 MovieClip Frame 5
gotoAndStop (1);
Symbol 459 MovieClip Frame 6
_root.player.hforce = 65;
Symbol 466 MovieClip Frame 1
stop();
Symbol 466 MovieClip Frame 6
_root.gotoAndStop("dead");
Symbol 469 Button
on (release) {
stopAllSounds();
highScoresWindow_mc.removeMovieClip();
gameOverWindow_mc.removeMovieClip();
_root.board.tim.time = 120;
_root.board.tim.gotoAndPlay(2);
_root.board.scor.score = 0;
_root.board.scor.gotoAndPlay(2);
_root.board.resul.result = 0;
_root.board.resul.gotoAndPlay(2);
_root.runden = 1;
_quality = "low";
_root.player._x = 61.8;
_root.player._y = _root.player._y - 10;
_root.gotoAndStop("out");
}
Symbol 472 MovieClip Frame 1
stop();
Symbol 475 Button
on (release) {
if (_root.soundbank.music == 1) {
stopAllSounds();
_root.soundbank.music = 2;
_root.soundbank.gotoAndStop("naruto");
} else if (_root.soundbank.music == 2) {
stopAllSounds();
_root.soundbank.music = 1;
_root.soundbank.gotoAndStop("disco");
}
}
Symbol 481 MovieClip Frame 1
var music = 1;
if (_root.choice == 1) {
gotoAndStop ("disco");
} else if (_root.choice == 2) {
gotoAndStop ("naruto");
}
Symbol 481 MovieClip Frame 2
_root.choice = 1;
stop();
Symbol 481 MovieClip Frame 6
_root.choice = 2;
Symbol 481 MovieClip Frame 11
stopAllSounds();
Instance of Symbol 488 MovieClip in Symbol 489 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.hit.play();
}
}
Symbol 495 MovieClip Frame 1
if (_root.runden <= 1) {
gotoAndStop ("a");
} else if (_root.runden >= 1) {
gotoAndStop ("b");
}
stop();
Symbol 525 MovieClip Frame 1
stop();
Instance of Symbol 524 MovieClip in Symbol 525 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.hit.play();
}
}
Symbol 525 MovieClip Frame 9
stop();
Instance of Symbol 536 MovieClip in Symbol 537 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.hit.play();
}
}
Symbol 543 MovieClip Frame 3
stop();
Symbol 545 MovieClip Frame 18
_root.gotoAndStop("loop2");
stop();
Symbol 573 MovieClip Frame 14
_root.gotoAndPlay("loop3");
stop();
Symbol 576 MovieClip Frame 9
stop();
Symbol 579 MovieClip Frame 1
stop();
Symbol 579 MovieClip Frame 2
_root.board.scor.score = _root.board.scor.score + 5099;
Symbol 579 MovieClip Frame 11
stop();
Symbol 599 MovieClip Frame 15
stop();
Symbol 604 MovieClip Frame 8
_root.gotoAndPlay("loop4");
stop();
Symbol 608 MovieClip Frame 9
_root.gotoAndPlay("loop6");
stop();
Symbol 609 MovieClip Frame 5
_root.gotoAndPlay("loop6");
stop();
Symbol 612 MovieClip Frame 14
_root.gotoAndPlay("loop8");
stop();
Symbol 613 MovieClip Frame 7
_root.gotoAndPlay("loop8");
stop();
Symbol 619 MovieClip Frame 10
_root.gotoAndPlay("loop9");
stop();
Symbol 622 MovieClip Frame 6
_root.gotoAndPlay("loop10");
stop();
Symbol 623 MovieClip Frame 12
_root.gotoAndPlay("loop11");
stop();
Symbol 624 MovieClip Frame 10
_root.gotoAndPlay("loopa");
stop();
Symbol 627 MovieClip Frame 1
g = 1;
Symbol 628 MovieClip Frame 13
_root.gotoAndStop("loopb");
stop();
Symbol 632 MovieClip Frame 1
stop();
Symbol 632 MovieClip Frame 10
stop();
Symbol 634 MovieClip Frame 14
_root.gotoAndPlay("loopc");
stop();
Symbol 636 MovieClip Frame 8
_root.gotoAndPlay("loopd");
stop();
Symbol 637 MovieClip Frame 9
_root.gotoAndPlay("loopf");
stop();
Symbol 638 MovieClip Frame 5
_root.gotoAndPlay("loop6");
stop();
Symbol 639 MovieClip Frame 14
_root.gotoAndPlay("looph");
stop();
Symbol 695 MovieClip Frame 1
if (_root.runden == 1) {
gotoAndStop ("eins");
} else if (_root.runden == 2) {
gotoAndStop ("zwei");
} else if (_root.runden == 3) {
gotoAndStop ("drei");
}
stop();
Symbol 696 MovieClip Frame 7
_root.gotoAndPlay("loop8");
stop();
Symbol 697 MovieClip Frame 10
_root.gotoAndPlay("loopi");
stop();
Symbol 698 MovieClip Frame 6
_root.gotoAndPlay("loopj");
stop();
Symbol 699 MovieClip Frame 12
_root.gotoAndPlay("loopk");
stop();
Symbol 701 MovieClip Frame 10
if (_root.runden >= 5) {
_root.gotoAndStop("finish");
}
_root.gotoAndPlay("a0");
stop();
Symbol 715 Button
on (release) {
stopAllSounds();
highScoresWindow_mc.removeMovieClip();
gameOverWindow_mc.removeMovieClip();
_root.board.tim.gotoAndPlay(1);
_root.board.scor.gotoAndPlay(1);
_root.board.resul.gotoAndPlay(1);
_root.crowns = 1;
_root.runden = 1;
_quality = "low";
_root.gotoAndStop("a0");
}
Symbol 717 MovieClip Frame 1
stopAllSounds();
Symbol 717 MovieClip Frame 2
stop();