Frame 1
stopAllSounds();
stop();
Frame 15
stop();
Frame 70
stopAllSounds();
Frame 71
_root.uhrzeit = " ";
stop();
Frame 76
_root.bildzwei.gotoAndPlay("kotz");
Frame 115
stop();
Frame 120
_root.gotoAndPlay("titel");
Symbol 3 MovieClip Frame 1
stop();
Symbol 8 MovieClip Frame 1
_root.geladen = int(100 / (_root.getBytesTotal() / _root.getBytesLoaded()));
if (_root.getBytesTotal() == _root.getBytesLoaded()) {
_level0.play();
}
Instance of Symbol 3 MovieClip in Symbol 8 MovieClip Frame 1
onClipEvent (enterFrame) {
this._xscale = int(100 / (_root.getBytesTotal() / _root.getBytesLoaded()));
}
Symbol 8 MovieClip Frame 2
gotoAndPlay (1);
Symbol 61 MovieClip Frame 2
r = random(60);
if (r == 1) {
gotoAndPlay ("ruelps");
} else if (r == 2) {
gotoAndPlay ("saufen");
} else {
gotoAndPlay (1);
}
Symbol 61 MovieClip Frame 24
gotoAndPlay (1);
Symbol 61 MovieClip Frame 25
i = 1;
Symbol 61 MovieClip Frame 39
if (i < 20) {
gotoAndPlay ("kotzrepetition");
i++;
} else {
gotoAndPlay (1);
}
Symbol 61 MovieClip Frame 80
stop();
Symbol 61 MovieClip Frame 105
gotoAndPlay (1);
Symbol 70 Button
on (release) {
getURL ("http://www.severin.ch", "_blank");
}
Symbol 73 Button
on (release) {
_root.bild.gotoAndPlay("xray");
_root.play();
}
Symbol 85 MovieClip Frame 9
stop();
Symbol 111 MovieClip Frame 1
stop();
Symbol 111 MovieClip Frame 31
hit = 1;
_root.game.game.magengruen.play();
Symbol 111 MovieClip Frame 35
_root.game.game.magenmaske._y = _root.game.game.magenmaske._y - 20;
this.removeMovieClip();
Symbol 111 MovieClip Frame 45
this.removeMovieClip();
Symbol 115 MovieClip Frame 20
gotoAndPlay (1);
Symbol 119 MovieClip Frame 1
stop();
Symbol 134 Button
on (rollOver) {
_root.positionssetzer = 1;
Mouse.hide();
}
on (rollOut) {
_root.positionssetzer = 0;
Mouse.show();
}
Instance of Symbol 111 MovieClip "bloeterli" in Symbol 135 MovieClip Frame 1
onClipEvent (load) {
this.hit = 0;
}
onClipEvent (enterFrame) {
if (starten == 1) {
play();
this._y--;
}
if (this.hitTest(_root.game.game.uboot.hitter) && (this.hit == 0)) {
this.gotoAndPlay(40);
this.hit = 1;
}
}
Instance of Symbol 122 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (load) {
_root.uboottogox = 350;
_root.uboottogoy = 400;
i = 0;
zufallsstarter = 25;
_root.bloeterlinstart = 20;
_root.bloeterlinamhimmel = 0;
_root.stunden = 4;
_root.minuten = 23;
_root.sekunden = 0;
_root.uhrzeit = " ";
ysteiger = 1;
_root.magendehnen = 0;
}
onClipEvent (enterFrame) {
if (_root.positionssetzer == 1) {
_root.uboottogox = _xmouse + 670;
_root.uboottogoy = _ymouse + 250;
_root.ubootposx = _root.game.game.uboot._x;
_root.ubootposy = _root.game.game.uboot._y;
}
magendehnung = random(120);
if (magendehnung == 0) {
_root.hickup = 1;
}
_root.sekunden = _root.sekunden + 0.2;
if (_root.sekunden >= 60) {
_root.sekunden = 0;
_root.minuten++;
}
if (_root.minuten == 60) {
_root.minuten = 0;
_root.stunden++;
}
if (_root.stunden == 24) {
_root.stunden = 0;
}
if (_root.sekunden < 10) {
_root.sekundenstrg = "0" + int(_root.sekunden);
} else {
_root.sekundenstrg = "" + int(_root.sekunden);
}
if (_root.minuten < 10) {
_root.minutenstrg = "0" + _root.minuten;
} else {
_root.minutenstrg = "" + _root.minuten;
}
if (_root.stunden < 10) {
_root.stundenstrg = "0" + _root.stunden;
} else {
_root.stundenstrg = "" + _root.stunden;
}
_root.uhrzeit = ((((("" + _root.stundenstrg) + ":") + _root.minutenstrg) + ":") + _root.sekundenstrg) + " AM";
_root.mageny = _parent.magenmaske._y;
if (_parent.magenmaske._y < 240) {
_parent.magenmaske._y = _parent.magenmaske._y - ysteiger;
ysteiger++;
}
if (_parent.uboot._y < (_parent.magenmaske._y + 20)) {
_parent.uboot._y = _parent.magenmaske._y + 20;
}
if (_parent.magenmaske._y < 160) {
Mouse.show();
stopAllSounds();
_root.gotoAndPlay("kotzen");
}
if (_root.bloeterlinstart > 0) {
_root.bloeterlinstart--;
} else {
bloeterlistarten = random(zufallsstarter);
if (bloeterlistarten == 0) {
i++;
_root.game.game.bloeterli.duplicateMovieClip("bloeterli" + i, i);
position = random(38);
if (_parent.magenmaske._y < 305) {
position = random(43);
}
if (_parent.magenmaske._y < 275) {
position = random(48);
}
if (_parent.magenmaske._y < 245) {
position = random(53);
}
if (_parent.magenmaske._y < 215) {
position = random(58);
}
if (position == 0) {
_root.game.game["bloeterli" + i]._y = 545;
_root.game.game["bloeterli" + i]._x = 205;
}
if (position == 1) {
_root.game.game["bloeterli" + i]._y = 545;
_root.game.game["bloeterli" + i]._x = 230;
}
if (position == 2) {
_root.game.game["bloeterli" + i]._y = 530;
_root.game.game["bloeterli" + i]._x = 185;
}
if (position == 3) {
_root.game.game["bloeterli" + i]._y = 530;
_root.game.game["bloeterli" + i]._x = 215;
}
if (position == 4) {
_root.game.game["bloeterli" + i]._y = 530;
_root.game.game["bloeterli" + i]._x = 245;
}
if (position == 5) {
_root.game.game["bloeterli" + i]._y = 530;
_root.game.game["bloeterli" + i]._x = 270;
}
if (position == 6) {
_root.game.game["bloeterli" + i]._y = 530;
_root.game.game["bloeterli" + i]._x = 285;
}
if (position == 7) {
_root.game.game["bloeterli" + i]._y = 440;
_root.game.game["bloeterli" + i]._x = 325;
}
if (position == 8) {
_root.game.game["bloeterli" + i]._y = 410;
_root.game.game["bloeterli" + i]._x = 305;
}
if (position == 9) {
_root.game.game["bloeterli" + i]._y = 440;
_root.game.game["bloeterli" + i]._x = 355;
}
if (position == 10) {
_root.game.game["bloeterli" + i]._y = 500;
_root.game.game["bloeterli" + i]._x = 220;
}
if (position == 11) {
_root.game.game["bloeterli" + i]._y = 500;
_root.game.game["bloeterli" + i]._x = 250;
}
if (position == 12) {
_root.game.game["bloeterli" + i]._y = 500;
_root.game.game["bloeterli" + i]._x = 280;
}
if (position == 13) {
_root.game.game["bloeterli" + i]._y = 500;
_root.game.game["bloeterli" + i]._x = 310;
}
if (position == 14) {
_root.game.game["bloeterli" + i]._y = 500;
_root.game.game["bloeterli" + i]._x = 325;
}
if (position == 15) {
_root.game.game["bloeterli" + i]._y = 470;
_root.game.game["bloeterli" + i]._x = 250;
}
if (position == 16) {
_root.game.game["bloeterli" + i]._y = 470;
_root.game.game["bloeterli" + i]._x = 280;
}
if (position == 17) {
_root.game.game["bloeterli" + i]._y = 470;
_root.game.game["bloeterli" + i]._x = 310;
}
if (position == 18) {
_root.game.game["bloeterli" + i]._y = 470;
_root.game.game["bloeterli" + i]._x = 340;
}
if (position == 19) {
_root.game.game["bloeterli" + i]._y = 470;
_root.game.game["bloeterli" + i]._x = 355;
}
if (position == 20) {
_root.game.game["bloeterli" + i]._y = 440;
_root.game.game["bloeterli" + i]._x = 265;
}
if (position == 21) {
_root.game.game["bloeterli" + i]._y = 440;
_root.game.game["bloeterli" + i]._x = 295;
}
if (position == 22) {
_root.game.game["bloeterli" + i]._y = 440;
_root.game.game["bloeterli" + i]._x = 325;
}
if (position == 23) {
_root.game.game["bloeterli" + i]._y = 440;
_root.game.game["bloeterli" + i]._x = 355;
}
if (position == 24) {
_root.game.game["bloeterli" + i]._y = 440;
_root.game.game["bloeterli" + i]._x = 385;
}
if (position == 25) {
_root.game.game["bloeterli" + i]._y = 440;
_root.game.game["bloeterli" + i]._x = 395;
}
if (position == 26) {
_root.game.game["bloeterli" + i]._y = 410;
_root.game.game["bloeterli" + i]._x = 275;
}
if (position == 27) {
_root.game.game["bloeterli" + i]._y = 410;
_root.game.game["bloeterli" + i]._x = 305;
}
if (position == 28) {
_root.game.game["bloeterli" + i]._y = 410;
_root.game.game["bloeterli" + i]._x = 335;
}
if (position == 29) {
_root.game.game["bloeterli" + i]._y = 410;
_root.game.game["bloeterli" + i]._x = 365;
}
if (position == 30) {
_root.game.game["bloeterli" + i]._y = 410;
_root.game.game["bloeterli" + i]._x = 395;
}
if (position == 31) {
_root.game.game["bloeterli" + i]._y = 410;
_root.game.game["bloeterli" + i]._x = 410;
}
if (position == 32) {
_root.game.game["bloeterli" + i]._y = 380;
_root.game.game["bloeterli" + i]._x = 280;
}
if (position == 33) {
_root.game.game["bloeterli" + i]._y = 380;
_root.game.game["bloeterli" + i]._x = 310;
}
if (position == 33) {
_root.game.game["bloeterli" + i]._y = 380;
_root.game.game["bloeterli" + i]._x = 310;
}
if (position == 34) {
_root.game.game["bloeterli" + i]._y = 380;
_root.game.game["bloeterli" + i]._x = 340;
}
if (position == 35) {
_root.game.game["bloeterli" + i]._y = 380;
_root.game.game["bloeterli" + i]._x = 370;
}
if (position == 36) {
_root.game.game["bloeterli" + i]._y = 380;
_root.game.game["bloeterli" + i]._x = 400;
}
if (position == 37) {
_root.game.game["bloeterli" + i]._y = 380;
_root.game.game["bloeterli" + i]._x = 425;
}
if (position == 38) {
_root.game.game["bloeterli" + i]._y = 380;
_root.game.game["bloeterli" + i]._x = 425;
}
if (position == 39) {
_root.game.game["bloeterli" + i]._y = 350;
_root.game.game["bloeterli" + i]._x = 300;
}
if (position == 40) {
_root.game.game["bloeterli" + i]._y = 350;
_root.game.game["bloeterli" + i]._x = 330;
}
if (position == 41) {
_root.game.game["bloeterli" + i]._y = 350;
_root.game.game["bloeterli" + i]._x = 360;
}
if (position == 42) {
_root.game.game["bloeterli" + i]._y = 350;
_root.game.game["bloeterli" + i]._x = 390;
}
if (position == 43) {
_root.game.game["bloeterli" + i]._y = 350;
_root.game.game["bloeterli" + i]._x = 420;
}
if (position == 44) {
_root.game.game["bloeterli" + i]._y = 320;
_root.game.game["bloeterli" + i]._x = 320;
}
if (position == 45) {
_root.game.game["bloeterli" + i]._y = 320;
_root.game.game["bloeterli" + i]._x = 350;
}
if (position == 46) {
_root.game.game["bloeterli" + i]._y = 320;
_root.game.game["bloeterli" + i]._x = 380;
}
if (position == 47) {
_root.game.game["bloeterli" + i]._y = 320;
_root.game.game["bloeterli" + i]._x = 410;
}
if (position == 48) {
_root.game.game["bloeterli" + i]._y = 320;
_root.game.game["bloeterli" + i]._x = 440;
}
if (position == 49) {
_root.game.game["bloeterli" + i]._y = 290;
_root.game.game["bloeterli" + i]._x = 320;
}
if (position == 50) {
_root.game.game["bloeterli" + i]._y = 290;
_root.game.game["bloeterli" + i]._x = 350;
}
if (position == 51) {
_root.game.game["bloeterli" + i]._y = 290;
_root.game.game["bloeterli" + i]._x = 380;
}
if (position == 52) {
_root.game.game["bloeterli" + i]._y = 290;
_root.game.game["bloeterli" + i]._x = 410;
}
if (position == 53) {
_root.game.game["bloeterli" + i]._y = 290;
_root.game.game["bloeterli" + i]._x = 440;
}
if (position == 54) {
_root.game.game["bloeterli" + i]._y = 265;
_root.game.game["bloeterli" + i]._x = 320;
}
if (position == 55) {
_root.game.game["bloeterli" + i]._y = 265;
_root.game.game["bloeterli" + i]._x = 350;
}
if (position == 56) {
_root.game.game["bloeterli" + i]._y = 265;
_root.game.game["bloeterli" + i]._x = 380;
}
if (position == 57) {
_root.game.game["bloeterli" + i]._y = 265;
_root.game.game["bloeterli" + i]._x = 410;
}
if (position == 58) {
_root.game.game["bloeterli" + i]._y = 265;
_root.game.game["bloeterli" + i]._x = 440;
}
_root.game.game["bloeterli" + i].starten = 1;
}
if (zufallsstarter < 3) {
zufallsstarter = 3;
}
zufallsstarter = zufallsstarter - 0.01;
}
}
Instance of Symbol 132 MovieClip "uboot" in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.uboottogoy != _root.game.game.uboot._y) {
_root.game.game.uboot._y = _root.game.game.uboot._y + ((_root.uboottogoy - _root.game.game.uboot._y) / 5);
}
if (_root.uboottogox != _root.game.game.uboot._x) {
_root.game.game.uboot._x = _root.game.game.uboot._x + ((_root.uboottogox - _root.game.game.uboot._x) / 5);
}
if (_root.uboottogox > _root.game.game.uboot._x) {
_root.game.game.uboot._xscale = -100;
}
if (_root.uboottogox < _root.game.game.uboot._x) {
_root.game.game.uboot._xscale = 100;
}
}
Symbol 137 MovieClip Frame 17
if (_root.hickup == 0) {
gotoAndPlay (1);
} else {
play();
}
Symbol 137 MovieClip Frame 37
_root.hickup = 0;
Symbol 144 MovieClip Frame 21
stop();
Symbol 145 Button
on (release) {
_root.play();
}