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
var intro = 1;
if (bytesloaded >= totalbytes) {
_root.gotoAndstop("Main", 1);
} else {
gotoAndPlay (1);
}
Frame 3
stop();
Frame 4
stop();
Frame 5
var bober = 1;
var quiz = 1;
var gewonnen = 1;
var kack = 1;
var bonusstage = 1;
var honi = 0;
var level = 1;
var life = 1;
var turbine = 1;
var fromover = 1;
var kei = 1;
_global.x = 10;
var richtung = 1;
var jumpon = 1;
var froge = 1;
_quality = "high";
stop();
Frame 6
var intro = 2;
Frame 7
_root.music.gotoAndStop("bossa");
Frame 8
_quality = "low";
stop();
_global.x = 13;
if (jumpon == 2) {
_root.fodo._x = _root.xebene;
_root.fodo._y = _root.yebene;
jumpon = 1;
}
stop();
Instance of Symbol 478 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
_root.ballon.gotoAndStop(3);
if (_root.life <= 0) {
_root.gameover.play();
} else if (_root.life >= 1) {
_root.gotoAndStop("over");
}
}
}
Instance of Symbol 484 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
if ((_root.fodo._x <= 130) && (_root.ballon._x <= 280.6)) {
_root.fodo._x = _root.fodo._x + x;
} else if ((_root.fodo._x >= 130.1) && (_root.ballon._x >= 46.1)) {
_root.ballon._x = _root.ballon._x - x;
} else if (_root.ballon._x >= 280.5) {
_root.ballon._x = _root.ballon._x - x;
}
_root.ballon.gotoAndStop(1);
}
if (Key.isDown(38)) {
if ((_root.fodo._y <= -1200) && (_root.ballon._y <= 146.5)) {
_root.fodo._y = _root.fodo._y + x;
} else if (_root.ballon._y >= 146.6) {
_root.ballon._y = _root.ballon._y - x;
} else if ((_root.fodo._y >= -1200) && (_root.ballon._y >= 11)) {
_root.ballon._y = _root.ballon._y - x;
}
}
if (Key.isDown(39)) {
if ((_root.fodo._x >= -1990) && (_root.ballon._x >= 280)) {
_root.fodo._x = _root.fodo._x - x;
} else if (_root.ballon._x <= 279.9) {
_root.ballon._x = _root.ballon._x + x;
} else if ((_root.fodo._x <= -1989.9) && (_root.ballon._x <= 505.5)) {
_root.ballon._x = _root.ballon._x + x;
}
_root.ballon.gotoAndStop(2);
}
if (Key.isDown(40)) {
if ((_root.fodo._y >= -3150) && (_root.ballon._y >= 146.5)) {
_root.fodo._y = _root.fodo._y - x;
} else if ((_root.fodo <= -3150) && (_root.ballon._y <= 292.9)) {
_root.ballon._y = _root.ballon._y + x;
}
}
if (Key.isDown(65)) {
if (_root.richtung == 1) {
_root.shot1.play();
} else if (_root.richtung == 2) {
_root.shot2.play();
}
}
}
Frame 9
stop();
Frame 10
stop();
Frame 11
stop();
Frame 12
stop();
Frame 13
stop();
Frame 15
var jumpon = 2;
gotoAndStop ("level1");
Frame 17
stop();
_global.x = 13;
if (jumpon == 2) {
_root.fodo._x = _root.xebene;
_root.fodo._y = _root.yebene;
jumpon = 1;
}
Frame 18
stop();
Frame 19
stop();
Frame 20
stop();
Frame 21
stop();
Frame 22
stop();
Frame 24
var jumpon = 2;
gotoAndStop ("level2");
Frame 26
stop();
if (froge == 2) {
_root.fodo._x = -1170.65;
_root.fodo._y = -3130.85;
froge = 1;
}
_global.x = 13;
if (jumpon == 2) {
_root.fodo._x = _root.xebene;
_root.fodo._y = _root.yebene;
jumpon = 1;
}
Frame 27
stop();
Frame 28
stop();
Frame 29
stop();
Frame 30
stop();
Frame 31
var jumpon = 2;
gotoAndStop ("level3");
Frame 33
bonusstage = 2;
_global.x = 13;
bonusstage = 2;
if (jumpon == 2) {
_root.fodo._x = _root.xebene;
_root.fodo._y = _root.yebene;
jumpon = 1;
}
Frame 34
var jumpon = 2;
gotoAndStop ("bonusstage");
Frame 35
bonusstage = 2;
_global.x = 13;
bonusstage = 2;
if (jumpon == 2) {
_root.fodo._x = _root.xebene;
_root.fodo._y = _root.yebene;
jumpon = 1;
}
Frame 36
var jumpon = 2;
gotoAndStop ("bonusstage2");
Frame 37
bonusstage = 2;
_global.x = 13;
bonusstage = 2;
if (jumpon == 2) {
_root.fodo._x = _root.xebene;
_root.fodo._y = _root.yebene;
jumpon = 1;
}
Frame 38
var jumpon = 2;
gotoAndStop ("bonusstage3");
Frame 47
_root.bonusstage = 2;
Frame 63
_root.fromover = 1;
_root.bonusstage = 1;
_root.kei = 1;
_root.board.kleinkey.gotoAndStop(1);
stop();
Frame 70
froge = 2;
_root.bonusstage = 2;
Frame 76
_root.kack = 2;
Frame 81
_root.board.kleinkey.gotoAndStop(2);
_root.gewonnen = 2;
_root.kei = 2;
Frame 91
_quality = "high";
var valu = _root.board.score;
_root.board.stop();
Frame 100
var honi = 0;
var fromover = 2;
_global.x = 13;
stopAllSounds();
_root.music.gotoAndStop("normal");
if ((_root.level == 1) && (_root.life >= 1)) {
_root.life = _root.life - 1;
_root.gotoAndStop("level1");
} else if ((_root.level == 2) && (_root.life >= 1)) {
_root.life = _root.life - 1;
_root.gotoAndStop("level2");
} else if ((_root.level == 3) && (_root.life >= 1)) {
_root.life = _root.life - 1;
_root.gotoAndStop("level3");
} else if (_root.life <= 0) {
_root.gotoAndStop("gameover");
}
Frame 110
var quiz = 1;
var gewonnen = 1;
var kack = 1;
var bonusstage = 1;
var honi = 0;
var level = 1;
var life = 1;
var turbine = 1;
var fromover = 1;
var kei = 1;
_global.x = 13;
var richtung = 1;
var jumpon = 1;
var froge = 1;
stopAllSounds();
_root.music.gotoAndStop("normal");
_root.gotoAndStop("level1");
Symbol 8 MovieClip Frame 1
stop();
Symbol 8 MovieClip Frame 25
stop();
Symbol 8 MovieClip Frame 50
stop();
stop();
Symbol 14 Button
on (release) {
gotoAndStop ("intro");
}
Symbol 21 MovieClip Frame 107
_root.gotoAndStop("titel");
stop();
Symbol 25 MovieClip Frame 1
gotoAndPlay (102);
Symbol 25 MovieClip Frame 426
gotoAndPlay (2);
Symbol 27 MovieClip Frame 1
gotoAndPlay (390);
Symbol 27 MovieClip Frame 537
gotoAndPlay (2);
Symbol 28 MovieClip Frame 1
gotoAndPlay (50);
Symbol 28 MovieClip Frame 403
gotoAndPlay (2);
Symbol 44 MovieClip Frame 68
stop();
Symbol 46 Button
on (release) {
getURL ("http://www.mausland.de", "_blank");
}
Symbol 51 MovieClip Frame 37
stop();
Symbol 52 Button
on (release) {
_root.gotoAndStop("soundmenue");
}
Symbol 57 MovieClip Frame 35
stop();
Symbol 58 Button
on (release) {
_root.gotoAndStop("instr");
}
Symbol 60 MovieClip Frame 1
if (_root.intro == 2) {
gotoAndStop (38);
}
Symbol 60 MovieClip Frame 34
stop();
Symbol 61 MovieClip Frame 45
_root.music.gotoAndStop("bossa");
Symbol 61 MovieClip Frame 87
stop();
Symbol 91 MovieClip Frame 1
stop();
Symbol 91 MovieClip Frame 5
var mucke = 1;
stop();
Symbol 91 MovieClip Frame 8
mucke = 2;
Symbol 91 MovieClip Frame 21
mucke = 3;
Symbol 91 MovieClip Frame 34
gotoAndStop ("fast");
Symbol 123 Button
on (release) {
stopAllSounds();
_root.music.gotoAndStop("aus");
_root.music.gotoAndStop("bossa");
_root.button2.gotoAndStop(1);
_root.button3.gotoAndStop(1);
_root.button4.gotoAndStop(1);
_root.button5.gotoAndStop(1);
_root.button6.gotoAndStop(1);
play();
}
Symbol 127 MovieClip Frame 1
stop();
Symbol 127 MovieClip Frame 7
gotoAndPlay (2);
Symbol 128 Button
on (release) {
stopAllSounds();
_root.music.gotoAndStop("aus");
_root.music.gotoAndStop("normal");
_root.button1.gotoAndStop(1);
_root.button3.gotoAndStop(1);
_root.button4.gotoAndStop(1);
_root.button5.gotoAndStop(1);
_root.button6.gotoAndStop(1);
play();
}
Symbol 129 MovieClip Frame 1
stop();
Symbol 129 MovieClip Frame 7
gotoAndPlay (2);
Symbol 130 Button
on (release) {
stopAllSounds();
_root.music.gotoAndStop("aus");
_root.music.gotoAndStop("turbo");
_root.button1.gotoAndStop(1);
_root.button2.gotoAndStop(1);
_root.button4.gotoAndStop(1);
_root.button5.gotoAndStop(1);
_root.button6.gotoAndStop(1);
play();
}
Symbol 131 MovieClip Frame 1
stop();
Symbol 131 MovieClip Frame 7
gotoAndPlay (2);
Symbol 132 Button
on (release) {
stopAllSounds();
_root.music.gotoAndStop("aus");
_root.music.gotoAndStop("cottage");
_root.button1.gotoAndStop(1);
_root.button2.gotoAndStop(1);
_root.button3.gotoAndStop(1);
_root.button5.gotoAndStop(1);
_root.button6.gotoAndStop(1);
play();
}
Symbol 133 MovieClip Frame 1
stop();
Symbol 133 MovieClip Frame 7
gotoAndPlay (2);
Symbol 134 Button
on (release) {
stopAllSounds();
_root.music.gotoAndStop("aus");
_root.music.gotoAndStop("bonus");
_root.button1.gotoAndStop(1);
_root.button2.gotoAndStop(1);
_root.button3.gotoAndStop(1);
_root.button4.gotoAndStop(1);
_root.button6.gotoAndStop(1);
play();
}
Symbol 135 MovieClip Frame 1
stop();
Symbol 135 MovieClip Frame 7
gotoAndPlay (2);
Symbol 136 Button
on (release) {
stopAllSounds();
_root.music.gotoAndStop("aus");
_root.music.gotoAndStop("outro");
_root.button1.gotoAndStop(1);
_root.button2.gotoAndStop(1);
_root.button3.gotoAndStop(1);
_root.button4.gotoAndStop(1);
_root.button5.gotoAndStop(1);
play();
}
Symbol 137 MovieClip Frame 1
stop();
Symbol 137 MovieClip Frame 7
gotoAndPlay (2);
Symbol 143 Button
on (release) {
stopAllSounds();
_root.music.gotoAndStop("aus");
_root.gotoAndStop("titel");
}
Symbol 180 Button
on (release) {
stopAllSounds();
_root.music.gotoAndStop("normal");
_root.gotoAndStop("level1");
}
Symbol 219 MovieClip Frame 1
stop();
Symbol 219 MovieClip Frame 2
_root.palm.play();
Symbol 229 MovieClip Frame 1
stop();
Symbol 229 MovieClip Frame 2
_root.honey.nextFrame();
_root.board.score = _root.board.score + 750;
Instance of Symbol 239 MovieClip in Symbol 240 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt) && (_root.kei == 2)) {
_root.turbo.gotoAndStop(1);
_root.board.kleinkey.gotoAndStop(1);
_root.shop.gotoAndStop(2);
} else if (this.hitTest(_root.ballon.punkt) && (_root.kei == 1)) {
_root.locked.gotoAndPlay(2);
}
}
Symbol 244 MovieClip Frame 1
if (_root.kei == 2) {
gotoAndStop (25);
}
stop();
Symbol 244 MovieClip Frame 2
gotoAndPlay (1);
Symbol 244 MovieClip Frame 3
_root.kei = 2;
_root.anzeigekey.gotoAndPlay(2);
_root.board.kleinkey.gotoAndStop(2);
stop();
Symbol 256 MovieClip Frame 1
stop();
Symbol 256 MovieClip Frame 2
_root.honbon.play();
_root.board.score = _root.board.score + 175;
_root.honey.nextFrame();
Symbol 279 MovieClip Frame 25
stop();
Symbol 283 MovieClip Frame 1
stop();
Symbol 283 MovieClip Frame 16
stop();
Symbol 286 MovieClip Frame 1
stop();
Symbol 286 MovieClip Frame 16
stop();
Symbol 292 MovieClip Frame 1
wahl = Math.floor(Math.random() * 4) + 1;
if (wahl == 1) {
gotoAndStop ("herz");
} else if (wahl == 2) {
gotoAndStop ("uhr");
} else if (wahl == 3) {
if (_root.turbine == 1) {
gotoAndStop ("turb");
} else if (_root.turbine == 2) {
gotoAndStop ("herz");
}
} else if (wahl == 4) {
if (_root.turbine == 1) {
gotoAndStop ("turb");
} else if (_root.turbine == 2) {
gotoAndStop ("uhr");
}
}
Symbol 292 MovieClip Frame 2
stop();
Instance of Symbol 268 MovieClip in Symbol 292 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.herzen.prevFrame();
_root.energie.gotoAndPlay(2);
_root.fodo.ei1.random.heart.play();
_root.shot1.gotoAndStop(1);
_root.fodo.ei1.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.shot2)) {
_root.herzen.prevFrame();
_root.energie.gotoAndPlay(2);
_root.fodo.ei1.random.heart.play();
_root.shot2.gotoAndStop(1);
_root.fodo.ei1.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.ballon)) {
_root.herzen.prevFrame();
_root.energie.gotoAndPlay(2);
_root.fodo.ei1.random.heart.play();
_root.shot2.gotoAndStop();
_root.fodo.ei1.random.gotoAndPlay("schleife");
}
}
Instance of Symbol 288 MovieClip in Symbol 292 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.turbo.gotoAndPlay(2);
_root.shot1.gotoAndStop(1);
_root.fodo.ei1.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.shot2)) {
_root.turbo.gotoAndPlay(2);
_root.shot2.gotoAndStop(1);
_root.fodo.ei1.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.ballon)) {
_root.turbo.gotoAndPlay(2);
_root.shot2.gotoAndStop();
_root.fodo.ei1.random.gotoAndPlay("schleife");
}
}
Symbol 292 MovieClip Frame 10
stop();
Instance of Symbol 268 MovieClip in Symbol 292 MovieClip Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.board.time = _root.board.time + 5;
_root.timor.gotoAndPlay(2);
if ((_root.board.time >= 21) && (_root.music.mucke == 2)) {
stopAllSounds();
_root.music.gotoAndStop("normal");
}
_root.fodo.ei1.random.time.play();
_root.shot1.gotoAndStop(1);
_root.fodo.ei1.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.shot2)) {
_root.board.time = _root.board.time + 5;
_root.timor.gotoAndPlay(2);
if ((_root.board.time >= 21) && (_root.music.mucke == 2)) {
stopAllSounds();
_root.music.gotoAndStop("normal");
}
_root.fodo.ei1.random.time.play();
_root.shot2.gotoAndStop(1);
_root.fodo.ei1.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.ballon)) {
_root.board.time = _root.board.time + 5;
_root.timor.gotoAndPlay(2);
if ((_root.board.time >= 21) && (_root.music.mucke == 2)) {
stopAllSounds();
_root.music.gotoAndStop("normal");
}
_root.fodo.ei1.random.time.play();
_root.shot2.gotoAndStop();
_root.fodo.ei1.random.gotoAndPlay("schleife");
}
}
Instance of Symbol 291 MovieClip in Symbol 292 MovieClip Frame 244
onClipEvent (enterFrame) {
if (this.hitTest(_root.screen)) {
_root.fodo.ei1.random.gotoAndPlay("nochma");
}
}
Symbol 292 MovieClip Frame 250
_root.fodo.ei1.gotoAndStop(1);
Symbol 296 MovieClip Frame 1
stop();
Instance of Symbol 268 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.fodo.ei1.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
_root.fodo.ei1.play();
_root.shot2.gotoAndStop(1);
} else if (this.hitTest(_root.ballon)) {
if (_root.turbine == 2) {
_root.fodo.ei1.play();
_root.shot2.gotoAndStop(1);
}
}
}
Symbol 296 MovieClip Frame 11
stop();
Instance of Symbol 268 MovieClip in Symbol 296 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.fodo.ei1.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
_root.fodo.ei1.play();
_root.shot2.gotoAndStop(1);
} else if (this.hitTest(_root.ballon)) {
if (_root.turbine == 2) {
_root.fodo.ei1.play();
_root.shot2.gotoAndStop(1);
}
}
}
Symbol 296 MovieClip Frame 16
stop();
Symbol 302 MovieClip Frame 1
stop();
Symbol 302 MovieClip Frame 16
stop();
Symbol 303 MovieClip Frame 1
stop();
Symbol 303 MovieClip Frame 16
stop();
Symbol 305 MovieClip Frame 1
wahl = Math.floor(Math.random() * 4) + 1;
if (wahl == 1) {
gotoAndStop ("herz");
} else if (wahl == 2) {
gotoAndStop ("uhr");
} else if (wahl == 3) {
if (_root.turbine == 1) {
gotoAndStop ("turb");
} else if (_root.turbine == 2) {
gotoAndStop ("herz");
}
} else if (wahl == 4) {
if (_root.turbine == 1) {
gotoAndStop ("turb");
} else if (_root.turbine == 2) {
gotoAndStop ("uhr");
}
}
Symbol 305 MovieClip Frame 2
stop();
Instance of Symbol 288 MovieClip in Symbol 305 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.herzen.prevFrame();
_root.energie.play();
_root.fodo.ei2.random.heart.play();
_root.shot1.gotoAndStop(1);
_root.fodo.ei2.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.shot2)) {
_root.herzen.prevFrame();
_root.energie.play();
_root.fodo.ei2.random.heart.play();
_root.shot2.gotoAndStop(1);
_root.fodo.ei2.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.ballon)) {
_root.herzen.prevFrame();
_root.energie.play();
_root.fodo.ei2.random.heart.play();
_root.shot2.gotoAndStop();
_root.fodo.ei2.random.gotoAndPlay("schleife");
}
}
Instance of Symbol 288 MovieClip in Symbol 305 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.turbo.gotoAndPlay(2);
_root.shot1.gotoAndStop(1);
_root.fodo.ei2.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.shot2)) {
_root.turbo.gotoAndPlay(2);
_root.shot2.gotoAndStop(1);
_root.fodo.ei2.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.ballon)) {
_root.turbo.gotoAndPlay(2);
_root.shot2.gotoAndStop();
_root.fodo.ei2.random.gotoAndPlay("schleife");
}
}
Symbol 305 MovieClip Frame 13
stop();
Instance of Symbol 288 MovieClip in Symbol 305 MovieClip Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.board.time = _root.board.time + 5;
_root.timor.gotoAndPlay(2);
if ((_root.board.time >= 21) && (_root.music.mucke == 2)) {
stopAllSounds();
_root.music.gotoAndStop("normal");
}
_root.fodo.ei2.random.time.play();
_root.shot1.gotoAndStop(1);
_root.fodo.ei2.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.shot2)) {
_root.board.time = _root.board.time + 5;
_root.timor.gotoAndPlay(2);
if ((_root.board.time >= 21) && (_root.music.mucke == 2)) {
stopAllSounds();
_root.music.gotoAndStop("normal");
}
_root.fodo.ei2.random.time.play();
_root.shot2.gotoAndStop(1);
_root.fodo.ei2.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.ballon)) {
_root.board.time = _root.board.time + 5;
_root.timor.gotoAndPlay(2);
if ((_root.board.time >= 21) && (_root.music.mucke == 2)) {
stopAllSounds();
_root.music.gotoAndStop("normal");
}
_root.fodo.ei2.random.time.play();
_root.shot2.gotoAndStop();
_root.fodo.ei2.random.gotoAndPlay("schleife");
}
}
Instance of Symbol 304 MovieClip in Symbol 305 MovieClip Frame 244
onClipEvent (enterFrame) {
if (this.hitTest(_root.screen)) {
_root.fodo.ei2.random.gotoAndPlay("nochma");
}
}
Symbol 305 MovieClip Frame 250
_root.fodo.ei2.gotoAndStop(1);
Symbol 306 MovieClip Frame 1
stop();
Instance of Symbol 288 MovieClip in Symbol 306 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.fodo.ei2.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
_root.fodo.ei2.play();
_root.shot2.gotoAndStop(1);
} else if (this.hitTest(_root.ballon)) {
if (_root.turbine == 2) {
_root.fodo.ei2.play();
_root.shot2.gotoAndStop(1);
}
}
}
Symbol 306 MovieClip Frame 11
stop();
Instance of Symbol 288 MovieClip in Symbol 306 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.fodo.ei2.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
_root.fodo.ei2.play();
_root.shot2.gotoAndStop(1);
} else if (this.hitTest(_root.ballon)) {
if (_root.turbine == 2) {
_root.fodo.ei2.play();
_root.shot2.gotoAndStop(1);
}
}
}
Symbol 306 MovieClip Frame 16
stop();
Symbol 312 MovieClip Frame 1
stop();
Symbol 312 MovieClip Frame 16
stop();
Symbol 313 MovieClip Frame 1
stop();
Symbol 313 MovieClip Frame 16
stop();
Symbol 316 MovieClip Frame 1
wahl = Math.floor(Math.random() * 4) + 1;
if (wahl == 1) {
gotoAndStop ("herz");
} else if (wahl == 2) {
gotoAndStop ("uhr");
} else if (wahl == 3) {
if (_root.turbine == 1) {
gotoAndStop ("turb");
} else if (_root.turbine == 2) {
gotoAndStop ("herz");
}
} else if (wahl == 4) {
if (_root.turbine == 1) {
gotoAndStop ("turb");
} else if (_root.turbine == 2) {
gotoAndStop ("uhr");
}
}
Symbol 316 MovieClip Frame 2
stop();
Instance of Symbol 309 MovieClip in Symbol 316 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.herzen.prevFrame();
_root.fodo.ei3.random.heart.play();
_root.shot1.gotoAndStop(1);
_root.fodo.ei3.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.shot2)) {
_root.herzen.prevFrame();
_root.fodo.ei3.random.heart.play();
_root.shot2.gotoAndStop(1);
_root.fodo.ei3.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.ballon)) {
_root.herzen.prevFrame();
_root.fodo.ei3.random.heart.play();
_root.shot2.gotoAndStop();
_root.fodo.ei3.random.gotoAndPlay("schleife");
}
}
Instance of Symbol 314 MovieClip in Symbol 316 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.turbo.gotoAndPlay(2);
_root.shot1.gotoAndStop(1);
_root.fodo.ei3.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.shot2)) {
_root.turbo.gotoAndPlay(2);
_root.shot2.gotoAndStop(1);
_root.fodo.ei3.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.ballon)) {
_root.turbo.gotoAndPlay(2);
_root.shot2.gotoAndStop();
_root.fodo.ei3.random.gotoAndPlay("schleife");
}
}
Symbol 316 MovieClip Frame 10
stop();
Instance of Symbol 309 MovieClip in Symbol 316 MovieClip Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.board.time = _root.board.time + 5;
if ((_root.board.time >= 21) && (_root.music.mucke == 2)) {
stopAllSounds();
_root.music.gotoAndStop("normal");
}
_root.fodo.ei3.random.time.play();
_root.shot1.gotoAndStop(1);
_root.fodo.ei3.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.shot2)) {
_root.board.time = _root.board.time + 5;
if ((_root.board.time >= 21) && (_root.music.mucke == 2)) {
stopAllSounds();
_root.music.gotoAndStop("normal");
}
_root.fodo.ei3.random.time.play();
_root.shot2.gotoAndStop(1);
_root.fodo.ei3.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.ballon)) {
_root.board.time = _root.board.time + 5;
if ((_root.board.time >= 21) && (_root.music.mucke == 2)) {
stopAllSounds();
_root.music.gotoAndStop("normal");
}
_root.fodo.ei3.random.time.play();
_root.shot2.gotoAndStop();
_root.fodo.ei3.random.gotoAndPlay("schleife");
}
}
Instance of Symbol 315 MovieClip in Symbol 316 MovieClip Frame 244
onClipEvent (enterFrame) {
if (this.hitTest(_root.screen)) {
_root.fodo.ei3.random.gotoAndPlay("nochma");
}
}
Symbol 316 MovieClip Frame 250
_root.fodo.ei3.gotoAndStop(1);
Symbol 317 MovieClip Frame 1
stop();
Instance of Symbol 309 MovieClip in Symbol 317 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.fodo.ei3.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
_root.fodo.ei3.play();
_root.shot2.gotoAndStop(1);
} else if (this.hitTest(_root.ballon)) {
if (_root.turbine == 2) {
_root.fodo.ei3.play();
_root.shot2.gotoAndStop(1);
}
}
}
Symbol 317 MovieClip Frame 11
stop();
Symbol 317 MovieClip Frame 16
stop();
Symbol 323 MovieClip Frame 1
stop();
Symbol 323 MovieClip Frame 16
stop();
Symbol 324 MovieClip Frame 1
stop();
Symbol 324 MovieClip Frame 16
stop();
Symbol 327 MovieClip Frame 1
wahl = Math.floor(Math.random() * 4) + 1;
if (wahl == 1) {
gotoAndStop ("herz");
} else if (wahl == 2) {
gotoAndStop ("uhr");
} else if (wahl == 3) {
if (_root.turbine == 1) {
gotoAndStop ("turb");
} else if (_root.turbine == 2) {
gotoAndStop ("herz");
}
} else if (wahl == 4) {
if (_root.turbine == 1) {
gotoAndStop ("turb");
} else if (_root.turbine == 2) {
gotoAndStop ("uhr");
}
}
Symbol 327 MovieClip Frame 2
stop();
Instance of Symbol 320 MovieClip in Symbol 327 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.herzen.prevFrame();
_root.energie.play();
_root.fodo.ei4.random.heart.play();
_root.shot1.gotoAndStop(1);
_root.fodo.ei4.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.shot2)) {
_root.herzen.prevFrame();
_root.energie.play();
_root.fodo.ei4.random.heart.play();
_root.shot2.gotoAndStop(1);
_root.fodo.ei4.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.ballon)) {
_root.herzen.prevFrame();
_root.energie.play();
_root.fodo.ei4.random.heart.play();
_root.shot2.gotoAndStop();
_root.fodo.ei4.random.gotoAndPlay("schleife");
}
}
Instance of Symbol 325 MovieClip in Symbol 327 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.turbo.gotoAndPlay(2);
_root.shot1.gotoAndStop(1);
_root.fodo.ei4.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.shot2)) {
_root.turbo.gotoAndPlay(2);
_root.shot2.gotoAndStop(1);
_root.fodo.ei4.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.ballon)) {
_root.turbo.gotoAndPlay(2);
_root.shot2.gotoAndStop();
_root.fodo.ei4.random.gotoAndPlay("schleife");
}
}
Symbol 327 MovieClip Frame 10
stop();
Instance of Symbol 320 MovieClip in Symbol 327 MovieClip Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.board.time = _root.board.time + 5;
_root.timor.gotoAndPlay(2);
if ((_root.board.time >= 21) && (_root.music.mucke == 2)) {
stopAllSounds();
_root.music.gotoAndStop("normal");
}
_root.fodo.ei4.random.time.play();
_root.shot1.gotoAndStop(1);
_root.fodo.ei4.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.shot2)) {
_root.board.time = _root.board.time + 5;
_root.timor.gotoAndPlay(2);
if ((_root.board.time >= 21) && (_root.music.mucke == 2)) {
stopAllSounds();
_root.music.gotoAndStop("normal");
}
_root.fodo.ei4.random.time.play();
_root.shot2.gotoAndStop(1);
_root.fodo.ei4.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.ballon)) {
_root.board.time = _root.board.time + 5;
_root.timor.gotoAndPlay(2);
if ((_root.board.time >= 21) && (_root.music.mucke == 2)) {
stopAllSounds();
_root.music.gotoAndStop("normal");
}
_root.fodo.ei4.random.time.play();
_root.shot2.gotoAndStop();
_root.fodo.ei4.random.gotoAndPlay("schleife");
}
}
Instance of Symbol 326 MovieClip in Symbol 327 MovieClip Frame 244
onClipEvent (enterFrame) {
if (this.hitTest(_root.screen)) {
_root.fodo.ei4.random.gotoAndPlay("nochma");
}
}
Symbol 327 MovieClip Frame 250
_root.fodo.ei4.gotoAndStop(1);
Symbol 328 MovieClip Frame 1
stop();
Instance of Symbol 320 MovieClip in Symbol 328 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.fodo.ei4.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
_root.fodo.ei4.play();
_root.shot2.gotoAndStop(1);
} else if (this.hitTest(_root.ballon)) {
if (_root.turbine == 2) {
_root.fodo.ei4.play();
_root.shot2.gotoAndStop(1);
}
}
}
Symbol 328 MovieClip Frame 11
stop();
Symbol 328 MovieClip Frame 16
stop();
Instance of Symbol 330 MovieClip in Symbol 331 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
_global.x = 0;
_root.ballon.turbox.gotoAndStop(1);
_root.turbo.gotoAndStop(1);
_root.schieber1.play();
}
}
Symbol 332 MovieClip Frame 1
if (_root.bonusstage == 2) {
gotoAndStop (2);
}
stop();
Symbol 343 MovieClip Frame 1
stop();
Instance of Symbol 338 MovieClip in Symbol 343 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 341 MovieClip in Symbol 343 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
if (_root.turbine == 1) {
_root.herzen.herzattake.play();
} else if (_root.turbine == 2) {
_root.fodo.bat5.innen.play();
}
}
}
Symbol 343 MovieClip Frame 10
stop();
Symbol 351 MovieClip Frame 25
stop();
Symbol 352 MovieClip Frame 1
stop();
Symbol 352 MovieClip Frame 16
stop();
Symbol 353 MovieClip Frame 1
stop();
Symbol 353 MovieClip Frame 16
stop();
Symbol 355 MovieClip Frame 1
wahl = Math.floor(Math.random() * 4) + 1;
if (wahl == 1) {
gotoAndStop ("herz");
} else if (wahl == 2) {
gotoAndStop ("uhr");
} else if (wahl == 3) {
if (_root.turbine == 1) {
gotoAndStop ("turb");
} else if (_root.turbine == 2) {
gotoAndStop ("herz");
}
} else if (wahl == 4) {
if (_root.turbine == 1) {
gotoAndStop ("turb");
} else if (_root.turbine == 2) {
gotoAndStop ("uhr");
}
}
Symbol 355 MovieClip Frame 2
stop();
Instance of Symbol 346 MovieClip in Symbol 355 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.herzen.prevFrame();
_root.energie.play();
_root.fodo.eis5.random.heart.play();
_root.shot1.gotoAndStop(1);
_root.fodo.eis5.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.shot2)) {
_root.herzen.prevFrame();
_root.energie.play();
_root.fodo.eis5.random.heart.play();
_root.shot2.gotoAndStop(1);
_root.fodo.eis5.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.ballon)) {
_root.herzen.prevFrame();
_root.energie.play();
_root.fodo.eis5.random.heart.play();
_root.shot2.gotoAndStop();
_root.fodo.eis5.random.gotoAndPlay("schleife");
}
}
Instance of Symbol 346 MovieClip in Symbol 355 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.turbo.gotoAndPlay(2);
_root.shot1.gotoAndStop(1);
_root.fodo.eis5.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.shot2)) {
_root.turbo.gotoAndPlay(2);
_root.shot2.gotoAndStop(1);
_root.fodo.eis5.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.ballon)) {
_root.turbo.gotoAndPlay(2);
_root.shot2.gotoAndStop();
_root.fodo.eis5.random.gotoAndPlay("schleife");
}
}
Symbol 355 MovieClip Frame 13
stop();
Instance of Symbol 346 MovieClip in Symbol 355 MovieClip Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.board.time = _root.board.time + 5;
_root.timor.gotoAndPlay(2);
if ((_root.board.time >= 21) && (_root.music.mucke == 2)) {
stopAllSounds();
_root.music.gotoAndStop("normal");
}
_root.fodo.eis5.random.time.play();
_root.shot1.gotoAndStop(1);
_root.fodo.eis5.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.shot2)) {
_root.board.time = _root.board.time + 5;
_root.timor.gotoAndPlay(2);
if ((_root.board.time >= 21) && (_root.music.mucke == 2)) {
stopAllSounds();
_root.music.gotoAndStop("normal");
}
_root.fodo.eis5.random.time.play();
_root.shot2.gotoAndStop(1);
_root.fodo.eis5.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.ballon)) {
_root.board.time = _root.board.time + 5;
_root.timor.gotoAndPlay(2);
if ((_root.board.time >= 21) && (_root.music.mucke == 2)) {
stopAllSounds();
_root.music.gotoAndStop("normal");
}
_root.fodo.eis5.random.time.play();
_root.shot2.gotoAndStop();
_root.fodo.eis5.random.gotoAndPlay("schleife");
}
}
Instance of Symbol 354 MovieClip in Symbol 355 MovieClip Frame 244
onClipEvent (enterFrame) {
if (this.hitTest(_root.screen)) {
_root.fodo.eis5.random.gotoAndPlay("nochma");
}
}
Symbol 355 MovieClip Frame 250
_root.fodo.eis5.gotoAndStop(1);
Symbol 356 MovieClip Frame 1
stop();
Instance of Symbol 346 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.fodo.eis5.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
_root.fodo.eis5.play();
_root.shot2.gotoAndStop(1);
} else if (this.hitTest(_root.ballon)) {
if (_root.turbine == 2) {
_root.fodo.eis5.play();
_root.shot2.gotoAndStop(1);
}
}
}
Symbol 356 MovieClip Frame 11
stop();
Symbol 356 MovieClip Frame 16
stop();
Symbol 364 MovieClip Frame 25
stop();
Symbol 365 MovieClip Frame 1
stop();
Symbol 365 MovieClip Frame 16
stop();
Symbol 366 MovieClip Frame 1
stop();
Symbol 366 MovieClip Frame 16
stop();
Symbol 368 MovieClip Frame 1
wahl = Math.floor(Math.random() * 4) + 1;
if (wahl == 1) {
gotoAndStop ("herz");
} else if (wahl == 2) {
gotoAndStop ("uhr");
} else if (wahl == 3) {
if (_root.turbine == 1) {
gotoAndStop ("turb");
} else if (_root.turbine == 2) {
gotoAndStop ("herz");
}
} else if (wahl == 4) {
if (_root.turbine == 1) {
gotoAndStop ("turb");
} else if (_root.turbine == 2) {
gotoAndStop ("uhr");
}
}
Symbol 368 MovieClip Frame 2
stop();
Instance of Symbol 359 MovieClip in Symbol 368 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.herzen.prevFrame();
_root.energie.play();
_root.fodo.eis6.random.heart.play();
_root.shot1.gotoAndStop(1);
_root.fodo.eis6.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.shot2)) {
_root.herzen.prevFrame();
_root.energie.play();
_root.fodo.eis6.random.heart.play();
_root.shot2.gotoAndStop(1);
_root.fodo.eis6.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.ballon)) {
_root.herzen.prevFrame();
_root.energie.play();
_root.fodo.eis6.random.heart.play();
_root.shot2.gotoAndStop();
_root.fodo.eis6.random.gotoAndPlay("schleife");
}
}
Instance of Symbol 359 MovieClip in Symbol 368 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.turbo.gotoAndPlay(2);
_root.shot1.gotoAndStop(1);
_root.fodo.eis6.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.shot2)) {
_root.turbo.gotoAndPlay(2);
_root.shot2.gotoAndStop(1);
_root.fodo.eis6.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.ballon)) {
_root.turbo.gotoAndPlay(2);
_root.shot2.gotoAndStop();
_root.fodo.eis6.random.gotoAndPlay("schleife");
}
}
Symbol 368 MovieClip Frame 13
stop();
Instance of Symbol 359 MovieClip in Symbol 368 MovieClip Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.board.time = _root.board.time + 5;
_root.timor.gotoAndPlay(2);
if ((_root.board.time >= 21) && (_root.music.mucke == 2)) {
stopAllSounds();
_root.music.gotoAndStop("normal");
}
_root.fodo.eis6.random.time.play();
_root.shot1.gotoAndStop(1);
_root.fodo.eis6.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.shot2)) {
_root.board.time = _root.board.time + 5;
_root.timor.gotoAndPlay(2);
if ((_root.board.time >= 21) && (_root.music.mucke == 2)) {
stopAllSounds();
_root.music.gotoAndStop("normal");
}
_root.fodo.eis6.random.time.play();
_root.shot2.gotoAndStop(1);
_root.fodo.eis6.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.ballon)) {
_root.board.time = _root.board.time + 5;
_root.timor.gotoAndPlay(2);
if ((_root.board.time >= 21) && (_root.music.mucke == 2)) {
stopAllSounds();
_root.music.gotoAndStop("normal");
}
_root.fodo.eis6.random.time.play();
_root.shot2.gotoAndStop();
_root.fodo.eis6.random.gotoAndPlay("schleife");
}
}
Instance of Symbol 367 MovieClip in Symbol 368 MovieClip Frame 244
onClipEvent (enterFrame) {
if (this.hitTest(_root.screen)) {
_root.fodo.eis6.random.gotoAndPlay("nochma");
}
}
Symbol 368 MovieClip Frame 250
_root.fodo.eis6.gotoAndStop(1);
Symbol 369 MovieClip Frame 1
stop();
Instance of Symbol 359 MovieClip in Symbol 369 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.fodo.eis6.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
_root.fodo.eis6.play();
_root.shot2.gotoAndStop(1);
} else if (this.hitTest(_root.ballon)) {
if (_root.turbine == 2) {
_root.fodo.eis6.play();
_root.shot2.gotoAndStop(1);
}
}
}
Symbol 369 MovieClip Frame 11
stop();
Symbol 369 MovieClip Frame 16
stop();
Symbol 377 MovieClip Frame 25
stop();
Symbol 378 MovieClip Frame 1
stop();
Symbol 378 MovieClip Frame 16
stop();
Symbol 379 MovieClip Frame 1
stop();
Symbol 379 MovieClip Frame 16
stop();
Symbol 381 MovieClip Frame 1
wahl = Math.floor(Math.random() * 4) + 1;
if (wahl == 1) {
gotoAndStop ("herz");
} else if (wahl == 2) {
gotoAndStop ("uhr");
} else if (wahl == 3) {
if (_root.turbine == 1) {
gotoAndStop ("turb");
} else if (_root.turbine == 2) {
gotoAndStop ("herz");
}
} else if (wahl == 4) {
if (_root.turbine == 1) {
gotoAndStop ("turb");
} else if (_root.turbine == 2) {
gotoAndStop ("uhr");
}
}
Symbol 381 MovieClip Frame 2
stop();
Instance of Symbol 372 MovieClip in Symbol 381 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.herzen.prevFrame();
_root.energie.play();
_root.fodo.eis7.random.heart.play();
_root.shot1.gotoAndStop(1);
_root.fodo.eis7.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.shot2)) {
_root.herzen.prevFrame();
_root.energie.play();
_root.fodo.eis7.random.heart.play();
_root.shot2.gotoAndStop(1);
_root.fodo.eis7.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.ballon)) {
_root.herzen.prevFrame();
_root.energie.play();
_root.fodo.eis7.random.heart.play();
_root.shot2.gotoAndStop();
_root.fodo.eis7.random.gotoAndPlay("schleife");
}
}
Instance of Symbol 372 MovieClip in Symbol 381 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.turbo.gotoAndPlay(2);
_root.shot1.gotoAndStop(1);
_root.fodo.eis7.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.shot2)) {
_root.turbo.gotoAndPlay(2);
_root.shot2.gotoAndStop(1);
_root.fodo.eis7.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.ballon)) {
_root.turbo.gotoAndPlay(2);
_root.shot2.gotoAndStop();
_root.fodo.eis7.random.gotoAndPlay("schleife");
}
}
Symbol 381 MovieClip Frame 13
stop();
Instance of Symbol 372 MovieClip in Symbol 381 MovieClip Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.board.time = _root.board.time + 5;
_root.timor.gotoAndPlay(2);
if ((_root.board.time >= 21) && (_root.music.mucke == 2)) {
stopAllSounds();
_root.music.gotoAndStop("normal");
}
_root.fodo.eis7.random.time.play();
_root.shot1.gotoAndStop(1);
_root.fodo.eis7.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.shot2)) {
_root.board.time = _root.board.time + 5;
_root.timor.gotoAndPlay(2);
if ((_root.board.time >= 21) && (_root.music.mucke == 2)) {
stopAllSounds();
_root.music.gotoAndStop("normal");
}
_root.fodo.eis7.random.time.play();
_root.shot2.gotoAndStop(1);
_root.fodo.eis7.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.ballon)) {
_root.board.time = _root.board.time + 5;
_root.timor.gotoAndPlay(2);
if ((_root.board.time >= 21) && (_root.music.mucke == 2)) {
stopAllSounds();
_root.music.gotoAndStop("normal");
}
_root.fodo.eis7.random.time.play();
_root.shot2.gotoAndStop();
_root.fodo.eis7.random.gotoAndPlay("schleife");
}
}
Instance of Symbol 380 MovieClip in Symbol 381 MovieClip Frame 244
onClipEvent (enterFrame) {
if (this.hitTest(_root.screen)) {
_root.fodo.eis7.random.gotoAndPlay("nochma");
}
}
Symbol 381 MovieClip Frame 250
_root.fodo.eis7.gotoAndStop(1);
Symbol 382 MovieClip Frame 1
stop();
Instance of Symbol 372 MovieClip in Symbol 382 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.fodo.eis7.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
_root.fodo.eis7.play();
_root.shot2.gotoAndStop(1);
} else if (this.hitTest(_root.ballon)) {
if (_root.turbine == 2) {
_root.fodo.eis7.play();
_root.shot2.gotoAndStop(1);
}
}
}
Symbol 382 MovieClip Frame 11
stop();
Symbol 382 MovieClip Frame 16
stop();
Symbol 390 MovieClip Frame 25
stop();
Symbol 391 MovieClip Frame 1
stop();
Symbol 391 MovieClip Frame 16
stop();
Symbol 392 MovieClip Frame 1
stop();
Symbol 392 MovieClip Frame 16
stop();
Symbol 394 MovieClip Frame 1
wahl = Math.floor(Math.random() * 4) + 1;
if (wahl == 1) {
gotoAndStop ("herz");
} else if (wahl == 2) {
gotoAndStop ("uhr");
} else if (wahl == 3) {
if (_root.turbine == 1) {
gotoAndStop ("turb");
} else if (_root.turbine == 2) {
gotoAndStop ("herz");
}
} else if (wahl == 4) {
if (_root.turbine == 1) {
gotoAndStop ("turb");
} else if (_root.turbine == 2) {
gotoAndStop ("uhr");
}
}
Symbol 394 MovieClip Frame 2
stop();
Instance of Symbol 385 MovieClip in Symbol 394 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.herzen.prevFrame();
_root.energie.play();
_root.fodo.eis8.random.heart.play();
_root.shot1.gotoAndStop(1);
_root.fodo.eis8.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.shot2)) {
_root.herzen.prevFrame();
_root.energie.play();
_root.fodo.eis8.random.heart.play();
_root.shot2.gotoAndStop(1);
_root.fodo.eis8.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.ballon)) {
_root.herzen.prevFrame();
_root.energie.play();
_root.fodo.eis8.random.heart.play();
_root.shot2.gotoAndStop();
_root.fodo.eis8.random.gotoAndPlay("schleife");
}
}
Instance of Symbol 385 MovieClip in Symbol 394 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.turbo.gotoAndPlay(2);
_root.shot1.gotoAndStop(1);
_root.fodo.eis8.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.shot2)) {
_root.turbo.gotoAndPlay(2);
_root.shot2.gotoAndStop(1);
_root.fodo.eis8.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.ballon)) {
_root.turbo.gotoAndPlay(2);
_root.shot2.gotoAndStop();
_root.fodo.eis8.random.gotoAndPlay("schleife");
}
}
Symbol 394 MovieClip Frame 13
stop();
Instance of Symbol 385 MovieClip in Symbol 394 MovieClip Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.board.time = _root.board.time + 5;
_root.timor.gotoAndPlay(2);
if ((_root.board.time >= 21) && (_root.music.mucke == 2)) {
stopAllSounds();
_root.music.gotoAndStop("normal");
}
_root.fodo.eis8.random.time.play();
_root.shot1.gotoAndStop(1);
_root.fodo.eis8.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.shot2)) {
_root.board.time = _root.board.time + 5;
_root.timor.gotoAndPlay(2);
if ((_root.board.time >= 21) && (_root.music.mucke == 2)) {
stopAllSounds();
_root.music.gotoAndStop("normal");
}
_root.fodo.eis8.random.time.play();
_root.shot2.gotoAndStop(1);
_root.fodo.eis8.random.gotoAndPlay("schleife");
} else if (this.hitTest(_root.ballon)) {
_root.board.time = _root.board.time + 5;
_root.timor.gotoAndPlay(2);
if ((_root.board.time >= 21) && (_root.music.mucke == 2)) {
stopAllSounds();
_root.music.gotoAndStop("normal");
}
_root.fodo.eis8.random.time.play();
_root.shot2.gotoAndStop();
_root.fodo.eis8.random.gotoAndPlay("schleife");
}
}
Instance of Symbol 393 MovieClip in Symbol 394 MovieClip Frame 244
onClipEvent (enterFrame) {
if (this.hitTest(_root.screen)) {
_root.fodo.eis8.random.gotoAndPlay("nochma");
}
}
Symbol 394 MovieClip Frame 250
_root.fodo.eis8.gotoAndStop(1);
Symbol 395 MovieClip Frame 1
stop();
Instance of Symbol 385 MovieClip in Symbol 395 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.fodo.eis8.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
_root.fodo.eis8.play();
_root.shot2.gotoAndStop(1);
} else if (this.hitTest(_root.ballon)) {
if (_root.turbine == 2) {
_root.fodo.eis8.play();
_root.shot2.gotoAndStop(1);
}
}
}
Symbol 395 MovieClip Frame 11
stop();
Symbol 395 MovieClip Frame 16
stop();
Symbol 416 MovieClip Frame 1
stop();
Instance of Symbol 407 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.fodo.bat4.innen.play();
} else if (this.hitTest(_root.shot2)) {
_root.fodo.bat4.innen.play();
} else if (this.hitTest(_root.ballon)) {
if (_root.turbine == 1) {
_root.herzen.herzattake.play();
} else if (_root.turbine == 2) {
_root.fodo.bat4.innen.play();
}
}
}
Symbol 416 MovieClip Frame 2
_root.fodo.bat4.stop();
_root.board.score = _root.board.score + 150;
Instance of Symbol 415 MovieClip in Symbol 416 MovieClip Frame 116
onClipEvent (enterFrame) {
if (this.hitTest(_root.screen)) {
_root.fodo.bat4.innen.gotoAndPlay("nochma");
}
}
Symbol 416 MovieClip Frame 119
_root.fodo.bat4.play();
Symbol 422 MovieClip Frame 1
stop();
Instance of Symbol 419 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.fodo.bat5.innen.play();
} else if (this.hitTest(_root.shot2)) {
_root.fodo.bat5.innen.play();
} else if (this.hitTest(_root.ballon)) {
if (_root.turbine == 1) {
_root.herzen.herzattake.play();
} else if (_root.turbine == 2) {
_root.fodo.bat5.innen.play();
}
}
}
Symbol 422 MovieClip Frame 2
_root.fodo.bat5.stop();
_root.board.score = _root.board.score + 150;
Instance of Symbol 421 MovieClip in Symbol 422 MovieClip Frame 116
onClipEvent (enterFrame) {
if (this.hitTest(_root.screen)) {
_root.fodo.bat5.innen.gotoAndPlay("nochma");
}
}
Symbol 422 MovieClip Frame 119
_root.fodo.bat5.play();
Symbol 428 MovieClip Frame 1
stop();
Instance of Symbol 425 MovieClip in Symbol 428 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.fodo.bat6.innen.play();
} else if (this.hitTest(_root.shot2)) {
_root.fodo.bat6.innen.play();
} else if (this.hitTest(_root.ballon)) {
if (_root.turbine == 1) {
_root.herzen.herzattake.play();
} else if (_root.turbine == 2) {
_root.fodo.bat6.innen.play();
}
}
}
Symbol 428 MovieClip Frame 2
_root.fodo.bat6.stop();
_root.board.score = _root.board.score + 150;
Instance of Symbol 427 MovieClip in Symbol 428 MovieClip Frame 116
onClipEvent (enterFrame) {
if (this.hitTest(_root.screen)) {
_root.fodo.bat6.innen.gotoAndPlay("nochma");
}
}
Symbol 428 MovieClip Frame 119
_root.fodo.bat6.play();
Symbol 430 MovieClip Frame 1
if (_root.bonusstage == 2) {
gotoAndStop (2);
}
stop();
Symbol 431 MovieClip Frame 1
if (_root.bonusstage == 2) {
gotoAndStop (2);
}
stop();
Symbol 436 MovieClip Frame 1
stop();
Instance of Symbol 433 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.fodo.bat2.innen.play();
} else if (this.hitTest(_root.shot2)) {
_root.fodo.bat2.innen.play();
} else if (this.hitTest(_root.ballon)) {
if (_root.turbine == 1) {
_root.herzen.herzattake.play();
} else if (_root.turbine == 2) {
_root.fodo.bat2.innen.play();
}
}
}
Symbol 436 MovieClip Frame 2
_root.fodo.bat2.stop();
_root.board.score = _root.board.score + 150;
Instance of Symbol 435 MovieClip in Symbol 436 MovieClip Frame 116
onClipEvent (enterFrame) {
if (this.hitTest(_root.screen)) {
_root.fodo.bat2.innen.gotoAndPlay("nochma");
}
}
Symbol 436 MovieClip Frame 119
_root.fodo.bat2.play();
Symbol 442 MovieClip Frame 1
stop();
Instance of Symbol 439 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.fodo.bat3.innen.play();
} else if (this.hitTest(_root.shot2)) {
_root.fodo.bat3.innen.play();
} else if (this.hitTest(_root.ballon)) {
if (_root.turbine == 1) {
_root.herzen.herzattake.play();
} else if (_root.turbine == 2) {
_root.fodo.bat3.innen.play();
}
}
}
Symbol 442 MovieClip Frame 2
_root.fodo.bat3.stop();
_root.board.score = _root.board.score + 150;
Instance of Symbol 441 MovieClip in Symbol 442 MovieClip Frame 116
onClipEvent (enterFrame) {
if (this.hitTest(_root.screen)) {
_root.fodo.bat3.innen.gotoAndPlay("nochma");
}
}
Symbol 442 MovieClip Frame 119
_root.fodo.bat3.play();
Symbol 448 MovieClip Frame 1
stop();
Instance of Symbol 445 MovieClip in Symbol 448 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.fodo.bat1.innen.play();
} else if (this.hitTest(_root.shot2)) {
_root.fodo.bat1.innen.play();
} else if (this.hitTest(_root.ballon)) {
if (_root.turbine == 1) {
_root.herzen.herzattake.play();
} else if (_root.turbine == 2) {
_root.fodo.bat1.innen.play();
}
}
}
Symbol 448 MovieClip Frame 2
_root.fodo.bat1.stop();
_root.board.score = _root.board.score + 150;
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 116
onClipEvent (enterFrame) {
if (this.hitTest(_root.screen)) {
_root.fodo.bat1.innen.gotoAndPlay("nochma");
}
}
Symbol 448 MovieClip Frame 119
_root.fodo.bat1.play();
Symbol 451 MovieClip Frame 1
stop();
Instance of Symbol 219 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 229 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 244 MovieClip "schloss1" in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.gotoAndPlay(3);
} else if (this.hitTest(_root.shot1)) {
this.gotoAndPlay(3);
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.gotoAndPlay(3);
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 256 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 256 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 256 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 256 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 256 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 256 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 256 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 256 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 256 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Symbol 460 MovieClip Frame 1
_root.turbine = 1;
stop();
Symbol 460 MovieClip Frame 2
_root.turbine = 2;
stop();
Symbol 468 MovieClip Frame 1
stop();
Symbol 470 MovieClip Frame 1
_root.richtung = 1;
stop();
Symbol 470 MovieClip Frame 2
_root.richtung = 2;
Symbol 474 MovieClip Frame 1
stop();
Symbol 474 MovieClip Frame 2
_root.shot1._x = _root.ballon._x;
_root.shot1._Y = _root.ballon._y;
Symbol 477 MovieClip Frame 1
stop();
Symbol 477 MovieClip Frame 2
_root.shot2._x = _root.ballon._x;
_root.shot2._Y = _root.ballon._y;
Symbol 482 MovieClip Frame 1
if (_root.bonusstage == 2) {
stop();
}
Symbol 482 MovieClip Frame 34
stop();
Symbol 487 MovieClip Frame 15
_root.gotoAndStop("quiza");
_root.quizshow.gotoAndStop(1);
stop();
Symbol 498 Button
on (release) {
_root.quizshow.gotoAndStop("win");
}
Symbol 502 Button
on (release) {
_root.quizshow.gotoAndStop("loose");
}
Symbol 506 Button
on (release) {
_root.quizshow.gotoAndStop("loose");
}
Symbol 511 MovieClip Frame 72
stop();
Symbol 512 MovieClip Frame 15
stopAllSounds();
_root.board.play();
_global.x = 13;
if (_root.music.mucke == 1) {
_root.music.gotoAndStop("aus");
_root.music.gotoAndStop("normal");
} else if (_root.music.mucke == 2) {
_root.music.gotoAndStop("aus");
_root.music.gotoAndStop("fast");
}
if (_root.kack == 2) {
_root.timerboy.play();
}
_root.quizshow.gotoAndStop(1);
stop();
Symbol 517 MovieClip Frame 1
stop();
Symbol 517 MovieClip Frame 2
_global.x = 0;
_root.ballon.turbox.gotoAndStop(1);
_root.fromover = 1;
_root.board.stop();
stopAllSounds();
_root.music.gotoAndStop("cottage");
stop();
Symbol 519 MovieClip Frame 1
stop();
Symbol 519 MovieClip Frame 307
_root.kack = 1;
Symbol 519 MovieClip Frame 308
_root.kack = 1;
Symbol 540 MovieClip Frame 1
_global.x = 13;
stop();
Symbol 540 MovieClip Frame 2
if (_root.music.mucke <= 2) {
stopAllSounds();
}
if (_root.music.mucke <= 2) {
_root.music.gotoAndStop("turbo");
}
Symbol 540 MovieClip Frame 3
Symbol 540 MovieClip Frame 4
_root.jumb._y = 353.4;
Symbol 540 MovieClip Frame 7
_root.ballon.turbox.gotoAndStop(2);
_global.x = 18;
Symbol 540 MovieClip Frame 228
_root.jumb._y = 378.05;
if (_root.music.mucke <= 2) {
stopAllSounds();
}
_root.ballon.turbox.gotoAndStop(1);
if (_root.music.mucke <= 2) {
if (_root.music.mucke == 1) {
_root.music.gotoAndStop("aus");
_root.music.gotoAndStop("normal");
} else if (_root.music.mucke == 2) {
_root.music.gotoAndStop("aus");
_root.music.gotoAndStop("fast");
}
}
Symbol 545 MovieClip Frame 6
stop();
Symbol 546 MovieClip Frame 5
stop();
Symbol 547 MovieClip Frame 1
stop();
Symbol 553 MovieClip Frame 6
stop();
Symbol 555 MovieClip Frame 5
stop();
Symbol 556 MovieClip Frame 1
stop();
Symbol 563 MovieClip Frame 1
if (_root.fodo._y <= -2300) {
_root.kompass.gotoAndStop("pupe");
}
Symbol 563 MovieClip Frame 5
if (_root.fodo._y >= -2255) {
_root.kompass.gotoAndStop("unten");
}
Symbol 563 MovieClip Frame 9
if (_root.fodo._x <= -822) {
_root.kompass.gotoAndStop("links");
}
Symbol 563 MovieClip Frame 13
if (_root.fodo._x >= -821) {
_root.kompass.gotoAndStop("rechts");
}
Symbol 568 MovieClip Frame 15
_root.gotoAndStop("shopa");
_root.shop.gotoAndStop(1);
stop();
Symbol 581 MovieClip Frame 72
stop();
Symbol 587 MovieClip Frame 15
stopAllSounds();
_global.x = 13;
_root.board.play();
_root.honey.thankyou.gotoAndStop(1);
if (_root.music.mucke == 1) {
_root.music.gotoAndStop("aus");
_root.music.gotoAndStop("normal");
} else if (_root.music.mucke == 2) {
_root.music.gotoAndStop("aus");
_root.music.gotoAndStop("fast");
}
_root.shop.gotoAndStop(1);
stop();
Symbol 593 MovieClip Frame 1
stop();
Symbol 593 MovieClip Frame 2
_global.x = 0;
_root.ballon.turbox.gotoAndStop(1);
_root.fromover = 1;
_root.board.stop();
stopAllSounds();
stop();
Symbol 593 MovieClip Frame 36
if (_root.level == 1) {
_root.fodo._x = -793.55;
_root.fodo._y = -2286.75;
} else if (_root.level == 2) {
_root.fodo._x = -1772.95;
_root.fodo._y = -2175.4;
} else if (_root.level == 3) {
_root.fodo._x = -1317.75;
_root.fodo._y = -1528.85;
}
stop();
Symbol 593 MovieClip Frame 42
if (_root.level == 1) {
_root.fodo._x = -793.55;
_root.fodo._y = -2286.75;
} else if (_root.level == 2) {
_root.fodo._x = -1772.95;
_root.fodo._y = -2175.4;
} else if (_root.level == 3) {
_root.fodo._x = -1317.75;
_root.fodo._y = -1528.85;
}
stop();
Symbol 593 MovieClip Frame 49
if (_root.level == 1) {
_root.fodo._x = -793.55;
_root.fodo._y = -2286.75;
} else if (_root.level == 2) {
_root.fodo._x = -1772.95;
_root.fodo._y = -2175.4;
} else if (_root.level == 3) {
_root.fodo._x = -1317.75;
_root.fodo._y = -1528.85;
}
stop();
Symbol 597 MovieClip Frame 29
stopAllSounds();
_root.music.gotoAndStop("aus");
Symbol 597 MovieClip Frame 30
_root.music.gotoAndStop("fast");
Symbol 597 MovieClip Frame 32
stop();
Symbol 598 MovieClip Frame 1
stop();
Symbol 602 MovieClip Frame 1
stop();
Symbol 608 MovieClip Frame 1
stop();
Symbol 612 MovieClip Frame 1
stop();
Symbol 616 MovieClip Frame 1
stop();
Symbol 622 MovieClip Frame 1
stop();
Symbol 622 MovieClip Frame 2
_global.x = 0;
Symbol 622 MovieClip Frame 23
_root.schieber2.gotoAndPlay(2);
Symbol 622 MovieClip Frame 24
_root.schieber2.play();
stopAllSounds();
_root.music.gotoAndStop("bonus");
if (_root.level == 1) {
_root.gotoAndStop("bonusstage");
} else if (_root.level == 2) {
_root.gotoAndStop("bonusstage2");
} else if (_root.level == 3) {
_root.gotoAndStop("bonusstage3");
}
Symbol 623 MovieClip Frame 1
stop();
Symbol 623 MovieClip Frame 2
_global.x = 13;
Symbol 623 MovieClip Frame 15
_global.x = 13;
Symbol 623 MovieClip Frame 16
stop();
Symbol 638 MovieClip Frame 1
if (_root.kei == 2) {
gotoAndStop (2);
}
stop();
Symbol 640 MovieClip Frame 1
time = 60;
score = 0;
lives = _root.life;
Symbol 640 MovieClip Frame 2
Symbol 640 MovieClip Frame 32
time = time - 1;
if (time <= 0) {
time = 0;
gotoAndPlay ("death");
} else if ((time >= 1) && (time == 20)) {
_root.hurry.gotoAndStop(2);
gotoAndPlay (2);
} else if (time >= 1) {
gotoAndPlay (2);
}
Symbol 640 MovieClip Frame 34
_root.ballon._y = _root.ballon._y + 10;
Symbol 640 MovieClip Frame 35
_root.ballon._y = _root.ballon._y + 10;
gotoAndPlay (34);
Symbol 640 MovieClip Frame 156
stop();
Symbol 645 MovieClip Frame 1
stop();
Symbol 652 Button
on (release) {
stopAllSounds();
_root.gotoAndPlay("start");
}
Symbol 656 MovieClip Frame 1
stop();
Symbol 656 MovieClip Frame 4
stopAllSounds();
Symbol 656 MovieClip Frame 5
_quality = "high";
var punkte = _root.board.score;
_global.x = 0;
Symbol 656 MovieClip Frame 58
_quality = "high";
var punkte = _root.board.score;
_root.board.stop();
_root.music.gotoAndStop("cottage");
Symbol 656 MovieClip Frame 64
stop();
Symbol 661 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("restart");
}
Symbol 668 MovieClip Frame 1
stop();
Symbol 668 MovieClip Frame 73
stop();
Symbol 685 MovieClip Frame 15
stop();
Symbol 687 MovieClip Frame 1
_root.honi = 0;
stop();
Symbol 687 MovieClip Frame 10
_root.honi = 10;
Symbol 687 MovieClip Frame 11
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 12
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 13
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 14
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 15
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 16
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 17
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 18
_root.honi = 10;
Symbol 687 MovieClip Frame 19
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 20
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 21
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 22
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 23
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 24
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 25
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 26
_root.honi = 10;
Symbol 687 MovieClip Frame 27
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 28
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 29
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 30
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 31
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 32
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 33
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 34
_root.honi = 10;
Symbol 687 MovieClip Frame 35
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 36
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 37
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 38
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 39
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 40
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 41
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 42
_root.honi = 10;
Symbol 687 MovieClip Frame 43
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 44
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 45
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 46
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 47
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 48
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 49
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 50
_root.honi = 10;
Symbol 687 MovieClip Frame 51
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 52
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 53
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 54
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 55
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 56
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 57
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 58
_root.honi = 10;
Symbol 687 MovieClip Frame 59
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 60
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 61
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 62
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 63
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 64
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 65
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 66
_root.honi = 10;
Symbol 687 MovieClip Frame 67
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 68
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 69
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 70
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 71
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 72
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 73
_root.honi = 10;
stop();
Symbol 687 MovieClip Frame 80
_root.board.score = _root.board.score + 125;
Symbol 687 MovieClip Frame 83
_root.board.score = _root.board.score + 125;
Symbol 687 MovieClip Frame 86
_root.board.score = _root.board.score + 125;
Symbol 687 MovieClip Frame 89
_root.board.score = _root.board.score + 125;
Symbol 687 MovieClip Frame 93
_root.board.score = _root.board.score + 125;
Symbol 687 MovieClip Frame 97
_root.board.score = _root.board.score + 125;
Symbol 687 MovieClip Frame 102
_root.board.score = _root.board.score + 125;
Symbol 687 MovieClip Frame 108
_root.board.score = _root.board.score + 125;
Symbol 687 MovieClip Frame 117
_root.board.score = _root.board.score + 125;
Symbol 687 MovieClip Frame 125
_root.music.mucke = 1;
_root.board.gotoAndStop(2);
_root.level = _root.level + 1;
_root.honey.thankyou.play();
_root.gotoAndStop("shopc");
Symbol 693 MovieClip Frame 1
_root.ballon._alpha = 20;
Symbol 693 MovieClip Frame 3
_root.ballon._alpha = 100;
Symbol 694 MovieClip Frame 1
_root.ballon._alpha = 100;
stop();
Symbol 694 MovieClip Frame 2
_root.herzen.nextFrame();
_root.ballon.hit.play();
Symbol 706 MovieClip Frame 1
gotoAndStop (9);
Symbol 706 MovieClip Frame 14
_root.board.gotoAndPlay("death");
Symbol 708 MovieClip Frame 2
var mucke = 1;
stop();
Symbol 708 MovieClip Frame 5
mucke = 2;
Symbol 708 MovieClip Frame 17
mucke = 3;
Instance of Symbol 239 MovieClip in Symbol 717 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt) && (_root.kei == 2)) {
_root.turbo.gotoAndStop(1);
_root.board.kleinkey.gotoAndStop(1);
_root.shop.gotoAndStop(2);
} else if (this.hitTest(_root.ballon.punkt) && (_root.kei == 1)) {
_root.locked.gotoAndPlay(2);
}
}
Instance of Symbol 718 MovieClip in Symbol 719 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
_global.x = 0;
_root.ballon.turbox.gotoAndStop(1);
_root.turbo.gotoAndStop(1);
_root.schieber1.play();
}
}
Symbol 720 MovieClip Frame 1
if ((_root.bonusstage == 2) && (_root.kei == 2)) {
gotoAndStop (2);
}
stop();
Symbol 722 MovieClip Frame 1
if ((_root.bonusstage == 2) && (_root.kei == 2)) {
gotoAndStop (2);
}
stop();
Symbol 727 MovieClip Frame 1
stop();
Instance of Symbol 724 MovieClip in Symbol 727 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.fodo.batb.innen.play();
} else if (this.hitTest(_root.shot2)) {
_root.fodo.batb.innen.play();
} else if (this.hitTest(_root.ballon)) {
if (_root.turbine == 1) {
_root.herzen.herzattake.play();
} else if (_root.turbine == 2) {
_root.fodo.batb.innen.play();
}
}
}
Symbol 727 MovieClip Frame 2
_root.fodo.batb.stop();
_root.board.score = _root.board.score + 150;
Instance of Symbol 726 MovieClip in Symbol 727 MovieClip Frame 116
onClipEvent (enterFrame) {
if (this.hitTest(_root.screen)) {
_root.fodo.batb.innen.gotoAndPlay("nochma");
}
}
Symbol 727 MovieClip Frame 119
_root.fodo.batb.play();
Symbol 733 MovieClip Frame 1
stop();
Instance of Symbol 730 MovieClip in Symbol 733 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.fodo.batc.innen.play();
} else if (this.hitTest(_root.shot2)) {
_root.fodo.batc.innen.play();
} else if (this.hitTest(_root.ballon)) {
if (_root.turbine == 1) {
_root.herzen.herzattake.play();
} else if (_root.turbine == 2) {
_root.fodo.batc.innen.play();
}
}
}
Symbol 733 MovieClip Frame 2
_root.fodo.batc.stop();
_root.board.score = _root.board.score + 150;
Instance of Symbol 732 MovieClip in Symbol 733 MovieClip Frame 116
onClipEvent (enterFrame) {
if (this.hitTest(_root.screen)) {
_root.fodo.batc.innen.gotoAndPlay("nochma");
}
}
Symbol 733 MovieClip Frame 119
_root.fodo.batc.play();
Instance of Symbol 219 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 229 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 256 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 256 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 256 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 256 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 256 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 256 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 244 MovieClip "schloss1" in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.gotoAndPlay(3);
} else if (this.hitTest(_root.shot1)) {
this.gotoAndPlay(3);
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.gotoAndPlay(3);
_root.shot2.gotoAndStop(1);
}
}
Symbol 739 MovieClip Frame 1
if (_root.bonusstage == 2) {
stop();
}
Symbol 739 MovieClip Frame 2
if (_root.fromover == 2) {
_root.fromover = 1;
gotoAndPlay (15);
}
Symbol 739 MovieClip Frame 50
stop();
Symbol 741 MovieClip Frame 1
if (_root.fodo._y <= -2250) {
_root.kompass.gotoAndStop("pupe");
}
var yachse = _root.fodo._y;
Symbol 741 MovieClip Frame 5
if (_root.fodo._y >= -2050) {
_root.kompass.gotoAndStop("unten");
}
Symbol 741 MovieClip Frame 9
if (_root.fodo._x <= -1789) {
_root.kompass.gotoAndStop("links");
}
Symbol 741 MovieClip Frame 13
if (_root.fodo._x >= -1778) {
_root.kompass.gotoAndStop("rechts");
}
Instance of Symbol 745 MovieClip in Symbol 746 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
_global.x = 0;
_root.ballon.turbox.gotoAndStop(1);
_root.turbo.gotoAndStop(1);
_root.schieber1.play();
}
}
Symbol 747 MovieClip Frame 1
if ((_root.bonusstage == 2) && (_root.kei == 2)) {
gotoAndStop (2);
}
stop();
Symbol 748 MovieClip Frame 1
if ((_root.bonusstage == 2) && (_root.kei == 2)) {
gotoAndStop (2);
}
stop();
Symbol 756 MovieClip Frame 1
Symbol 757 MovieClip Frame 1
if (_root.kei == 2) {
gotoAndStop (3);
}
Instance of Symbol 330 MovieClip in Symbol 757 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt) && (_root.kack == 1)) {
_root.turbo.gotoAndStop(1);
_root.quizshow.gotoAndStop(2);
} else if (this.hitTest(_root.ballon.punkt) && (_root.kack == 2)) {
_root.ananas.gotoAndPlay(2);
}
}
Symbol 757 MovieClip Frame 2
gotoAndPlay (1);
Symbol 762 MovieClip Frame 1
stop();
Instance of Symbol 759 MovieClip in Symbol 762 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.fodo.bate.innen.play();
} else if (this.hitTest(_root.shot2)) {
_root.fodo.bate.innen.play();
} else if (this.hitTest(_root.ballon)) {
if (_root.turbine == 1) {
_root.herzen.herzattake.play();
} else if (_root.turbine == 2) {
_root.fodo.bate.innen.play();
}
}
}
Symbol 762 MovieClip Frame 2
_root.fodo.bate.stop();
_root.board.score = _root.board.score + 150;
Instance of Symbol 761 MovieClip in Symbol 762 MovieClip Frame 116
onClipEvent (enterFrame) {
if (this.hitTest(_root.screen)) {
_root.fodo.bate.innen.gotoAndPlay("nochma");
}
}
Symbol 762 MovieClip Frame 119
_root.fodo.bate.play();
Symbol 768 MovieClip Frame 1
stop();
Instance of Symbol 765 MovieClip in Symbol 768 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.shot1)) {
_root.fodo.batd.innen.play();
} else if (this.hitTest(_root.shot2)) {
_root.fodo.batd.innen.play();
} else if (this.hitTest(_root.ballon)) {
if (_root.turbine == 1) {
_root.herzen.herzattake.play();
} else if (_root.turbine == 2) {
_root.fodo.batd.innen.play();
}
}
}
Symbol 768 MovieClip Frame 2
_root.fodo.batd.stop();
_root.board.score = _root.board.score + 150;
Instance of Symbol 767 MovieClip in Symbol 768 MovieClip Frame 116
onClipEvent (enterFrame) {
if (this.hitTest(_root.screen)) {
_root.fodo.batd.innen.gotoAndPlay("nochma");
}
}
Symbol 768 MovieClip Frame 119
_root.fodo.batd.play();
Instance of Symbol 219 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon.punkt)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 229 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 256 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 256 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 256 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 256 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 256 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 256 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 343 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Symbol 774 MovieClip Frame 1
if (_root.bonusstage == 2) {
stop();
}
Symbol 774 MovieClip Frame 2
if (_root.fromover == 2) {
_root.fromover = 1;
gotoAndPlay (15);
}
Symbol 774 MovieClip Frame 50
stop();
Symbol 776 MovieClip Frame 1
if (_root.fodo._y <= -1650) {
_root.kompass.gotoAndStop("pupe");
}
Symbol 776 MovieClip Frame 5
if (_root.fodo._y >= -1440) {
_root.kompass.gotoAndStop("unten");
}
Symbol 776 MovieClip Frame 9
if (_root.fodo._x <= -1335) {
_root.kompass.gotoAndStop("links");
}
Symbol 776 MovieClip Frame 13
if (_root.fodo._x >= -1334) {
_root.kompass.gotoAndStop("rechts");
}
Symbol 788 MovieClip Frame 1
stop();
Symbol 788 MovieClip Frame 2
_root.board.score = _root.board.score + 20;
Symbol 788 MovieClip Frame 25
stop();
Symbol 795 MovieClip Frame 1
stop();
Instance of Symbol 789 MovieClip in Symbol 795 MovieClip Frame 1
/* no clip actions */
Symbol 795 MovieClip Frame 2
_root.board.time = _root.board.time + 1;
Symbol 795 MovieClip Frame 25
stop();
Instance of Symbol 788 MovieClip in Symbol 796 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 796 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 796 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 796 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 796 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 796 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 796 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 796 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 796 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 796 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 796 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Symbol 797 MovieClip Frame 1
stop();
Symbol 797 MovieClip Frame 2
_root.turbine = 2;
_root.turbo.gotoAndPlay(3);
Instance of Symbol 788 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Symbol 803 MovieClip Frame 31
stop();
Symbol 804 MovieClip Frame 1
_global.x = 0;
stop();
Symbol 804 MovieClip Frame 23
_root.schieber2.gotoAndPlay(2);
Symbol 804 MovieClip Frame 25
_root.schieber2.play();
stopAllSounds();
_root.music.gotoAndStop("normal");
if (_root.level == 1) {
_root.gotoAndStop("level1");
} else if (_root.level == 2) {
_root.gotoAndStop("level2");
} else if (_root.level == 3) {
_root.gotoAndStop("level3");
}
Instance of Symbol 788 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 244 MovieClip "schloss1ooo" in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.gotoAndPlay(3);
} else if (this.hitTest(_root.shot1)) {
this.gotoAndPlay(3);
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.gotoAndPlay(3);
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Symbol 810 MovieClip Frame 1
stop();
Instance of Symbol 788 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 795 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Instance of Symbol 797 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ballon)) {
this.play();
} else if (this.hitTest(_root.shot1)) {
this.play();
_root.shot1.gotoAndStop(1);
} else if (this.hitTest(_root.shot2)) {
this.play();
_root.shot2.gotoAndStop(1);
}
}
Symbol 816 Button
on (release) {
if (_root.honi == 10) {
_root.honey.gotoAndPlay("gogo");
gotoAndStop ("abrechnung");
} else if (_root.honi == 0) {
gotoAndStop ("shopb");
}
}
Symbol 819 Button
on (release) {
if (_root.level == 1) {
_root.bober = 2;
_root.shop.gotoAndStop("leave");
_root.gotoAndStop("level1");
} else if (_root.level == 2) {
_root.bober = 2;
_root.shop.gotoAndStop("leave");
_root.gotoAndStop("level2");
} else if (_root.level == 3) {
_root.bober = 2;
_root.shop.gotoAndStop("leave");
_root.gotoAndStop("level3");
}
}
Symbol 822 MovieClip Frame 120
stop();
Symbol 824 Button
on (release) {
if (_root.level == 1) {
_root.gotoAndStop("level1");
_root.shop.gotoAndStop("leave2");
} else if (_root.level == 2) {
_root.gotoAndStop("level2");
_root.shop.gotoAndStop("leave2");
} else if (_root.level == 3) {
_root.gotoAndStop("level3");
_root.shop.gotoAndStop("leave2");
}
}
Symbol 825 Button
on (release) {
if (_root.level == 1) {
_root.bober = 2;
_root.shop.gotoAndStop("leave2");
_root.gotoAndStop("level1");
} else if (_root.level == 2) {
_root.shop.gotoAndStop("leave2");
_root.bober = 2;
_root.gotoAndStop("level2");
} else if (_root.level == 3) {
_root.shop.gotoAndStop("leave2");
_root.bober = 2;
_root.gotoAndStop("level3");
}
}
Symbol 829 MovieClip Frame 136
stop();
Symbol 830 MovieClip Frame 4
stop();
Symbol 831 Button
on (release) {
if (_root.level == 1) {
_root.gotoAndStop("level1");
_root.shop.gotoAndStop("leave3");
} else if (_root.level == 2) {
_root.bober = 2;
_root.board.time = 80;
_root.gotoAndStop("level2");
_root.shop.gotoAndStop("leave3");
} else if (_root.level == 3) {
_root.bober = 2;
_root.board.time = 99;
_root.gotoAndStop("level3");
_root.shop.gotoAndStop("leave3");
} else if (_root.level == 4) {
_root.music.mucke = 5;
_root.gotoAndStop("congr");
_root.board.gotoAndStop(40);
_root.shop.gotoAndStop("leave3");
}
}
Symbol 834 Button
on (release) {
gotoAndStop ("quizc");
}
Symbol 835 Button
on (release) {
gotoAndStop ("quizb");
}
Symbol 836 Button
on (release) {
gotoAndStop ("quizc");
}
Symbol 840 Button
on (release) {
if (_root.level == 1) {
_root.gotoAndStop("level1");
_root.quizshow.gotoAndStop("looserr");
} else if (_root.level == 2) {
_root.gotoAndStop("level2");
_root.quizshow.gotoAndStop("looserr");
} else if (_root.level == 3) {
_root.gotoAndStop("level3");
_root.quizshow.gotoAndStop("looserr");
}
}
Symbol 841 Button
on (release) {
if (_root.level == 1) {
_root.gotoAndStop("level1");
_root.quizshow.gotoAndStop("winner");
} else if (_root.level == 2) {
_root.gotoAndStop("level2");
_root.quizshow.gotoAndStop("winner");
} else if (_root.level == 3) {
_root.gotoAndStop("level3");
_root.quizshow.gotoAndStop("winner");
}
}
Symbol 847 Button
on (release) {
stopAllSounds();
_root.gotoAndPlay("start");
}
Symbol 849 Button
on (release) {
getURL ("http://www.mausland.de", "_blank");
}
Symbol 860 MovieClip Frame 138
stop();
Symbol 862 Button
on (release) {
stopAllSounds();
_root.gotoAndPlay(1);
}