STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228131
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/47043441?noj=FRM47043441-15DC" width="1" height="1"></div>

67924505.swf

This is the info page for
Flash #13080

(Click the ID number above for more basic data on this flash file.)


Text
percent loaded

123

A game by severin.ch

HangOver

Catch the bubbles with your
submarine, before your stomach
acid will make you to vomit. 
You can maneuver the
submarine with your mouse.
Klick on dude to start game.

Klick here to
get HangOver
for your mobile!

Point of no return!

Coding

12345

12345

12345

You held your liquor until

ActionScript [AS1/AS2]

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 91 Button
on (release) { getURL ("http://www.wagenschenke.ch/hangovermobile/", "_blank"); }
Symbol 93 MovieClip Frame 9
stop();
Symbol 119 MovieClip Frame 1
stop();
Symbol 119 MovieClip Frame 31
hit = 1; _root.game.game.magengruen.play();
Symbol 119 MovieClip Frame 35
_root.game.game.magenmaske._y = _root.game.game.magenmaske._y - 20; this.removeMovieClip();
Symbol 119 MovieClip Frame 45
this.removeMovieClip();
Symbol 123 MovieClip Frame 20
gotoAndPlay (1);
Symbol 127 MovieClip Frame 1
stop();
Symbol 142 Button
on (rollOver) { _root.positionssetzer = 1; Mouse.hide(); } on (rollOut) { _root.positionssetzer = 0; Mouse.show(); }
Instance of Symbol 119 MovieClip "bloeterli" in Symbol 143 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 130 MovieClip in Symbol 143 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 140 MovieClip "uboot" in Symbol 143 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 145 MovieClip Frame 17
if (_root.hickup == 0) { gotoAndPlay (1); } else { play(); }
Symbol 145 MovieClip Frame 37
_root.hickup = 0;
Symbol 152 MovieClip Frame 21
stop();
Symbol 153 Button
on (release) { _root.play(); }

Library Items

Symbol 1 GraphicUsed by:8
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClipUses:2Used by:8
Symbol 4 FontUsed by:5 6
Symbol 5 TextUses:4Used by:8
Symbol 6 EditableTextUses:4Used by:8
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:1 3 5 6 7Used by:Timeline
Symbol 9 GraphicUsed by:Timeline
Symbol 10 GraphicUsed by:61
Symbol 11 GraphicUsed by:61
Symbol 12 GraphicUsed by:61
Symbol 13 GraphicUsed by:61
Symbol 14 GraphicUsed by:61
Symbol 15 GraphicUsed by:61
Symbol 16 GraphicUsed by:61
Symbol 17 SoundUsed by:61
Symbol 18 GraphicUsed by:61
Symbol 19 GraphicUsed by:61
Symbol 20 GraphicUsed by:61
Symbol 21 GraphicUsed by:61
Symbol 22 GraphicUsed by:61
Symbol 23 SoundUsed by:61
Symbol 24 GraphicUsed by:61
Symbol 25 GraphicUsed by:61
Symbol 26 GraphicUsed by:61
Symbol 27 GraphicUsed by:61
Symbol 28 SoundUsed by:61
Symbol 29 GraphicUsed by:61
Symbol 30 GraphicUsed by:61
Symbol 31 GraphicUsed by:61
Symbol 32 GraphicUsed by:61
Symbol 33 GraphicUsed by:61
Symbol 34 GraphicUsed by:61
Symbol 35 GraphicUsed by:61
Symbol 36 GraphicUsed by:61
Symbol 37 GraphicUsed by:61
Symbol 38 GraphicUsed by:61
Symbol 39 GraphicUsed by:61
Symbol 40 GraphicUsed by:61
Symbol 41 GraphicUsed by:61
Symbol 42 GraphicUsed by:61
Symbol 43 GraphicUsed by:61
Symbol 44 GraphicUsed by:61
Symbol 45 GraphicUsed by:61
Symbol 46 GraphicUsed by:61
Symbol 47 GraphicUsed by:61
Symbol 48 GraphicUsed by:61
Symbol 49 GraphicUsed by:61
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:50Used by:61
Symbol 52 GraphicUsed by:61
Symbol 53 GraphicUsed by:57
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:54Used by:57
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:53 55 56Used by:61
Symbol 58 SoundUsed by:61
Symbol 59 GraphicUsed by:61
Symbol 60 SoundUsed by:61
Symbol 61 MovieClipUses:10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 51 52 57 58 59 60Used by:Timeline
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:62Used by:Timeline
Symbol 64 GraphicUsed by:65 70
Symbol 65 MovieClipUses:64Used by:70
Symbol 66 FontUsed by:68
Symbol 67 FontUsed by:68
Symbol 68 TextUses:66 67Used by:70
Symbol 69 GraphicUsed by:70
Symbol 70 ButtonUses:65 68 69 64Used by:Timeline
Symbol 71 SoundUsed by:Timeline
Symbol 72 GraphicUsed by:73 153
Symbol 73 ButtonUses:72Used by:Timeline
Symbol 74 FontUsed by:75 89 129 131 146 150 151
Symbol 75 TextUses:74Used by:76
Symbol 76 MovieClipUses:75Used by:85
Symbol 77 FontUsed by:78 111
Symbol 78 TextUses:77Used by:79
Symbol 79 MovieClipUses:78Used by:85
Symbol 80 GraphicUsed by:84
Symbol 81 GraphicUsed by:84
Symbol 82 GraphicUsed by:84
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClipUses:80 81 82 83Used by:85 152
Symbol 85 MovieClipUses:76 79 84Used by:Timeline
Symbol 86 GraphicUsed by:92
Symbol 87 BitmapUsed by:88
Symbol 88 GraphicUses:87Used by:92
Symbol 89 TextUses:74Used by:92
Symbol 90 GraphicUsed by:91
Symbol 91 ButtonUses:90Used by:92
Symbol 92 MovieClipUses:86 88 89 91Used by:93
Symbol 93 MovieClipUses:92Used by:Timeline
Symbol 94 GraphicUsed by:143
Symbol 95 GraphicUsed by:109
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClipUses:96Used by:109
Symbol 98 GraphicUsed by:99
Symbol 99 MovieClipUses:98Used by:109
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:100Used by:102
Symbol 102 MovieClipUses:101Used by:109
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClipUses:103Used by:105
Symbol 105 MovieClipUses:104Used by:109
Symbol 106 GraphicUsed by:107
Symbol 107 MovieClipUses:106Used by:108
Symbol 108 MovieClipUses:107Used by:109
Symbol 109 MovieClipUses:95 97 99 102 105 108Used by:143
Symbol 110 GraphicUsed by:143
Symbol 111 TextUses:77Used by:143
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:112Used by:119
Symbol 114 SoundUsed by:119
Symbol 115 GraphicUsed by:119
Symbol 116 GraphicUsed by:119
Symbol 117 GraphicUsed by:119
Symbol 118 SoundUsed by:119
Symbol 119 MovieClipUses:113 114 115 116 117 118Used by:143
Symbol 120 GraphicUsed by:124
Symbol 121 GraphicUsed by:122
Symbol 122 MovieClipUses:121Used by:123
Symbol 123 MovieClipUses:122Used by:124
Symbol 124 MovieClipUses:120 123Used by:143
Symbol 125 GraphicUsed by:126
Symbol 126 MovieClipUses:125Used by:127
Symbol 127 MovieClipUses:126Used by:143
Symbol 128 GraphicUsed by:143
Symbol 129 TextUses:74Used by:130
Symbol 130 MovieClipUses:129Used by:143
Symbol 131 EditableTextUses:74Used by:143
Symbol 132 GraphicUsed by:143
Symbol 133 GraphicUsed by:137
Symbol 134 GraphicUsed by:137
Symbol 135 GraphicUsed by:137
Symbol 136 GraphicUsed by:137
Symbol 137 MovieClipUses:133 134 135 136Used by:140
Symbol 138 GraphicUsed by:139
Symbol 139 MovieClipUses:138Used by:140
Symbol 140 MovieClipUses:137 139Used by:143
Symbol 141 GraphicUsed by:142
Symbol 142 ButtonUses:141Used by:143
Symbol 143 MovieClipUses:94 109 110 111 119 124 127 128 130 131 132 140 142Used by:145
Symbol 144 SoundUsed by:145
Symbol 145 MovieClipUses:143 144Used by:Timeline
Symbol 146 EditableTextUses:74Used by:Timeline
Symbol 147 SoundUsed by:Timeline
Symbol 148 SoundUsed by:Timeline
Symbol 149 SoundUsed by:Timeline
Symbol 150 EditableTextUses:74Used by:152
Symbol 151 TextUses:74Used by:152
Symbol 152 MovieClipUses:150 151 84Used by:Timeline
Symbol 153 ButtonUses:72Used by:Timeline

Instance Names

"bild"Frame 2Symbol 61 MovieClip
"game"Frame 71Symbol 145 MovieClip
"bildzwei"Frame 72Symbol 61 MovieClip
"bloeterli"Symbol 119 MovieClip Frame 1Symbol 113 MovieClip
"hitter"Symbol 140 MovieClip Frame 1Symbol 139 MovieClip
"bloeterli"Symbol 143 MovieClip Frame 1Symbol 119 MovieClip
"magenmaske"Symbol 143 MovieClip Frame 1Symbol 124 MovieClip
"magengruen"Symbol 143 MovieClip Frame 1Symbol 127 MovieClip
"uboot"Symbol 143 MovieClip Frame 1Symbol 140 MovieClip
"game"Symbol 145 MovieClip Frame 1Symbol 143 MovieClip

Labels

"titel"Frame 2
"kotzen"Frame 72
"ruelps"Symbol 61 MovieClip Frame 3
"kotz"Symbol 61 MovieClip Frame 25
"kotzrepetition"Symbol 61 MovieClip Frame 37
"xray"Symbol 61 MovieClip Frame 40
"saufen"Symbol 61 MovieClip Frame 85

Dynamic Text Variables

_root.geladenSymbol 6 EditableText"123"
_root.magenySymbol 131 EditableText"12345"
_root.uhrzeitSymbol 146 EditableText"12345"
_root.uhrzeitSymbol 150 EditableText"12345"




http://swfchan.com/3/13080/info.shtml
Created: 5/6 -2019 06:22:11 Last modified: 5/6 -2019 06:22:11 Server time: 15/05 -2024 15:31:53