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

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

Hang Over.swf

This is the info page for
Flash #22766

(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

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 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(); }

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 145
Symbol 73 ButtonUses:72Used by:Timeline
Symbol 74 FontUsed by:75 121 123 138 142 143
Symbol 75 TextUses:74Used by:76
Symbol 76 MovieClipUses:75Used by:85
Symbol 77 FontUsed by:78 103
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 144
Symbol 85 MovieClipUses:76 79 84Used by:Timeline
Symbol 86 GraphicUsed by:135
Symbol 87 GraphicUsed by:101
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:88Used by:101
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:90Used by:101
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:92Used by:94
Symbol 94 MovieClipUses:93Used by:101
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:95Used by:97
Symbol 97 MovieClipUses:96Used by:101
Symbol 98 GraphicUsed by:99
Symbol 99 MovieClipUses:98Used by:100
Symbol 100 MovieClipUses:99Used by:101
Symbol 101 MovieClipUses:87 89 91 94 97 100Used by:135
Symbol 102 GraphicUsed by:135
Symbol 103 TextUses:77Used by:135
Symbol 104 GraphicUsed by:105
Symbol 105 MovieClipUses:104Used by:111
Symbol 106 SoundUsed by:111
Symbol 107 GraphicUsed by:111
Symbol 108 GraphicUsed by:111
Symbol 109 GraphicUsed by:111
Symbol 110 SoundUsed by:111
Symbol 111 MovieClipUses:105 106 107 108 109 110Used by:135
Symbol 112 GraphicUsed by:116
Symbol 113 GraphicUsed by:114
Symbol 114 MovieClipUses:113Used by:115
Symbol 115 MovieClipUses:114Used by:116
Symbol 116 MovieClipUses:112 115Used by:135
Symbol 117 GraphicUsed by:118
Symbol 118 MovieClipUses:117Used by:119
Symbol 119 MovieClipUses:118Used by:135
Symbol 120 GraphicUsed by:135
Symbol 121 TextUses:74Used by:122
Symbol 122 MovieClipUses:121Used by:135
Symbol 123 EditableTextUses:74Used by:135
Symbol 124 GraphicUsed by:135
Symbol 125 GraphicUsed by:129
Symbol 126 GraphicUsed by:129
Symbol 127 GraphicUsed by:129
Symbol 128 GraphicUsed by:129
Symbol 129 MovieClipUses:125 126 127 128Used by:132
Symbol 130 GraphicUsed by:131
Symbol 131 MovieClipUses:130Used by:132
Symbol 132 MovieClipUses:129 131Used by:135
Symbol 133 GraphicUsed by:134
Symbol 134 ButtonUses:133Used by:135
Symbol 135 MovieClipUses:86 101 102 103 111 116 119 120 122 123 124 132 134Used by:137
Symbol 136 SoundUsed by:137
Symbol 137 MovieClipUses:135 136Used by:Timeline
Symbol 138 EditableTextUses:74Used by:Timeline
Symbol 139 SoundUsed by:Timeline
Symbol 140 SoundUsed by:Timeline
Symbol 141 SoundUsed by:Timeline
Symbol 142 EditableTextUses:74Used by:144
Symbol 143 TextUses:74Used by:144
Symbol 144 MovieClipUses:142 143 84Used by:Timeline
Symbol 145 ButtonUses:72Used by:Timeline

Instance Names

"bild"Frame 2Symbol 61 MovieClip
"game"Frame 71Symbol 137 MovieClip
"bildzwei"Frame 72Symbol 61 MovieClip
"bloeterli"Symbol 111 MovieClip Frame 1Symbol 105 MovieClip
"hitter"Symbol 132 MovieClip Frame 1Symbol 131 MovieClip
"bloeterli"Symbol 135 MovieClip Frame 1Symbol 111 MovieClip
"magenmaske"Symbol 135 MovieClip Frame 1Symbol 116 MovieClip
"magengruen"Symbol 135 MovieClip Frame 1Symbol 119 MovieClip
"uboot"Symbol 135 MovieClip Frame 1Symbol 132 MovieClip
"game"Symbol 137 MovieClip Frame 1Symbol 135 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 123 EditableText"12345"
_root.uhrzeitSymbol 138 EditableText"12345"
_root.uhrzeitSymbol 142 EditableText"12345"




http://swfchan.com/5/22766/info.shtml
Created: 26/5 -2019 17:34:56 Last modified: 26/5 -2019 17:34:56 Server time: 14/05 -2024 06:16:23