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

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

collect-hentai-pics.swf

This is the info page for
Flash #77849

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


Text
0

Play over 1000 free sex games

(link opens in a new window)

Collect Hentai Gallery

Collect Hentai Gallery

Start Game

More Sex Games

Use your mouse pointer to control the purple ball and collect the red balls.
You will unlock one hentai picture for each red ball collected but you will also add one more blue ball.
Score 100 points to unlock whole gallery.

You unlocked      pics from the gallery

But there are 100 pics total, so you can either:

Play Again

Browse Gallery

You unlocked all         pics. All hentai pictures from the gallery are available.

Congrats!!!

/

NEXT

MORE SEX GAMES

/

PREV

No more pictures...

You unlocked      pics from 100 available pics

ActionScript [AS1/AS2]

Frame 2
stop(); more_btn.onRelease = function () { getURL ("http://www.funny-games.biz/adult.html", "_blank"); }; start_btn.onRelease = function () { gotoAndPlay (3); };
Frame 3
so_app = new Sound(this); so_app.attachSound("s_app"); so_go = new Sound(this); so_go.attachSound("gover"); stop(); _root.attachMovie("score", "score", 1, {_x:150, _y:100}); _root.attachMovie("hero", "hero", 2, {_x:400, _y:300}); _root.attachMovie("target", "target", 3, {_x:(Math.random() * 700) + 25, _y:(Math.random() * 500) + 25}); enemy_power = 2; points = 0; max_score = 0; hero.onEnterFrame = function () { this._x = _root._xmouse; this._y = _root._ymouse; }; target.dir = (Math.random() * 2) * 3.141593; target.xspeed = enemy_power * Math.cos(foe.dir); target.yspeed = enemy_power * Math.sin(foe.dir); target.onEnterFrame = function () { dist_x = this._x - hero._x; dist_y = this._y - hero._y; distance = Math.sqrt((dist_x * dist_x) + (dist_y * dist_y)); if (distance < ((hero._width + this._width) / 2)) { so_app.start(0, 1); points++; score.scoretxt.text = points; this._x = (Math.random() * 700) + 25; this._y = (Math.random() * 500) + 25; foe = _root.attachMovie("enemy", "enemy", _root.getNextHighestDepth(), {_x:(Math.random() * 700) + 25, _y:(Math.random() * 500) + 25}); foe.dir = (Math.random() * 2) * 3.141593; foe.xspeed = enemy_power * Math.cos(foe.dir); foe.yspeed = enemy_power * Math.sin(foe.dir); if (points == 100) { target.removeMovieClip(); hero.removeMovieClip(); score.removeMovieClip(); var _local3 = 0; while (_local3 < points) { foe.removeMovieClip(); _local3++; } gotoAndStop (5); } foe.onEnterFrame = function () { this._x = this._x + this.xspeed; this._y = this._y + this.yspeed; if ((this._x < 0) || (this._x > 800)) { this.xspeed = this.xspeed * -1; } if ((this._y < 0) || (this._y > 600)) { this.yspeed = this.yspeed * -1; } dist_x = this._x - hero._x; dist_y = this._y - hero._y; distance = Math.sqrt((dist_x * dist_x) + (dist_y * dist_y)); if (distance < ((hero._width + this._width) / 2)) { score.scoretxt.text = points; so_go.start(0, 1); this.removeMovieClip(); target.removeMovieClip(); hero.removeMovieClip(); score.removeMovieClip(); var _local2 = 0; while (_local2 < points) { foe.removeMovieClip(); _local2++; } gotoAndStop (4); } }; } };
Frame 4
stop();
Frame 6
more_btn.onRelease = function () { getURL ("http://www.funny-games.biz/adult.html", "_blank"); }; var currentpicture = (_root._currentframe - 5); var totalpictures = points;
Frame 107
more_btn.onRelease = function () { getURL ("http://www.funny-games.biz/adult.html", "_blank"); };
Symbol 22 Button
on (release) { getURL ("http://www.funny-games.biz/adult.html", "_blank"); }
Symbol 30 Button
on (release) { _root.play(); }
Symbol 31 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndStop ("loaded"); }
Symbol 31 MovieClip Frame 2
gotoAndPlay (1);
Symbol 50 Button
on (release) { gotoAndStop (2); }
Symbol 54 Button
on (release) { gotoAndStop (6); }
Symbol 67 Button
on (release) { if (_root._currentframe <= (points + 4)) { currentpicture++; nextFrame(); } else { gotoAndStop (107); } }
Symbol 79 Button
on (release) { currentpicture--; prevFrame(); }

Library Items

Symbol 1 Sound [s_app]
Symbol 2 Sound [gover]
Symbol 3 FontUsed by:4 34 35 37 40 42 44 45 46 48 52 55 56 57 61 62 63 65 69 75 76 77 78 276 277 278
Symbol 4 EditableTextUses:3Used by:5
Symbol 5 MovieClip [score]Uses:4
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClip [enemy]Uses:6
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClip [target]Uses:8
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClip [hero]Uses:10
Symbol 12 GraphicUsed by:Timeline
Symbol 13 GraphicUsed by:31
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:14Used by:31
Symbol 16 GraphicUsed by:31
Symbol 17 BitmapUsed by:18
Symbol 18 GraphicUses:17Used by:22  Timeline
Symbol 19 FontUsed by:20 21
Symbol 20 TextUses:19Used by:22
Symbol 21 TextUses:19Used by:22
Symbol 22 ButtonUses:18 20 21Used by:31
Symbol 23 GraphicUsed by:31
Symbol 24 GraphicUsed by:30
Symbol 25 GraphicUsed by:30
Symbol 26 GraphicUsed by:30
Symbol 27 GraphicUsed by:30
Symbol 28 GraphicUsed by:30
Symbol 29 GraphicUsed by:30
Symbol 30 ButtonUses:24 25 26 27 28 29Used by:31
Symbol 31 MovieClipUses:13 15 16 22 23 30Used by:Timeline
Symbol 32 BitmapUsed by:33
Symbol 33 GraphicUses:32Used by:Timeline
Symbol 34 TextUses:3Used by:Timeline
Symbol 35 TextUses:3Used by:Timeline
Symbol 36 GraphicUsed by:39 41
Symbol 37 TextUses:3Used by:39
Symbol 38 GraphicUsed by:39 41
Symbol 39 ButtonUses:36 37 38Used by:Timeline
Symbol 40 TextUses:3Used by:41
Symbol 41 ButtonUses:36 40 38Used by:Timeline
Symbol 42 TextUses:3Used by:Timeline
Symbol 43 GraphicUsed by:Timeline
Symbol 44 EditableTextUses:3Used by:Timeline
Symbol 45 EditableTextUses:3Used by:Timeline
Symbol 46 TextUses:3Used by:Timeline
Symbol 47 GraphicUsed by:50
Symbol 48 TextUses:3Used by:50
Symbol 49 GraphicUsed by:50
Symbol 50 ButtonUses:47 48 49Used by:Timeline
Symbol 51 GraphicUsed by:54
Symbol 52 TextUses:3Used by:54
Symbol 53 GraphicUsed by:54
Symbol 54 ButtonUses:51 52 53Used by:Timeline
Symbol 55 EditableTextUses:3Used by:Timeline
Symbol 56 EditableTextUses:3Used by:Timeline
Symbol 57 TextUses:3Used by:Timeline
Symbol 58 BitmapUsed by:59
Symbol 59 GraphicUses:58Used by:Timeline
Symbol 60 TextUsed by:Timeline
Symbol 61 EditableTextUses:3Used by:Timeline
Symbol 62 TextUses:3Used by:Timeline
Symbol 63 EditableTextUses:3Used by:Timeline
Symbol 64 GraphicUsed by:67 79
Symbol 65 TextUses:3Used by:67
Symbol 66 GraphicUsed by:67 79
Symbol 67 ButtonUses:64 65 66Used by:Timeline
Symbol 68 GraphicUsed by:71
Symbol 69 TextUses:3Used by:71
Symbol 70 GraphicUsed by:71
Symbol 71 ButtonUses:68 69 70Used by:Timeline
Symbol 72 BitmapUsed by:73
Symbol 73 GraphicUses:72Used by:Timeline
Symbol 74 TextUsed by:Timeline
Symbol 75 EditableTextUses:3Used by:Timeline
Symbol 76 TextUses:3Used by:Timeline
Symbol 77 EditableTextUses:3Used by:Timeline
Symbol 78 TextUses:3Used by:79
Symbol 79 ButtonUses:64 78 66Used by:Timeline
Symbol 80 BitmapUsed by:81
Symbol 81 GraphicUses:80Used by:Timeline
Symbol 82 BitmapUsed by:83
Symbol 83 GraphicUses:82Used by:Timeline
Symbol 84 BitmapUsed by:85
Symbol 85 GraphicUses:84Used by:Timeline
Symbol 86 BitmapUsed by:87
Symbol 87 GraphicUses:86Used by:Timeline
Symbol 88 BitmapUsed by:89
Symbol 89 GraphicUses:88Used by:Timeline
Symbol 90 BitmapUsed by:91
Symbol 91 GraphicUses:90Used by:Timeline
Symbol 92 BitmapUsed by:93
Symbol 93 GraphicUses:92Used by:Timeline
Symbol 94 BitmapUsed by:95
Symbol 95 GraphicUses:94Used by:Timeline
Symbol 96 BitmapUsed by:97
Symbol 97 GraphicUses:96Used by:Timeline
Symbol 98 BitmapUsed by:99
Symbol 99 GraphicUses:98Used by:Timeline
Symbol 100 BitmapUsed by:101
Symbol 101 GraphicUses:100Used by:Timeline
Symbol 102 BitmapUsed by:103
Symbol 103 GraphicUses:102Used by:Timeline
Symbol 104 BitmapUsed by:105
Symbol 105 GraphicUses:104Used by:Timeline
Symbol 106 BitmapUsed by:107
Symbol 107 GraphicUses:106Used by:Timeline
Symbol 108 BitmapUsed by:109
Symbol 109 GraphicUses:108Used by:Timeline
Symbol 110 BitmapUsed by:111
Symbol 111 GraphicUses:110Used by:Timeline
Symbol 112 BitmapUsed by:113
Symbol 113 GraphicUses:112Used by:Timeline
Symbol 114 BitmapUsed by:115
Symbol 115 GraphicUses:114Used by:Timeline
Symbol 116 BitmapUsed by:117
Symbol 117 GraphicUses:116Used by:Timeline
Symbol 118 BitmapUsed by:119
Symbol 119 GraphicUses:118Used by:Timeline
Symbol 120 BitmapUsed by:121
Symbol 121 GraphicUses:120Used by:Timeline
Symbol 122 BitmapUsed by:123
Symbol 123 GraphicUses:122Used by:Timeline
Symbol 124 BitmapUsed by:125
Symbol 125 GraphicUses:124Used by:Timeline
Symbol 126 BitmapUsed by:127
Symbol 127 GraphicUses:126Used by:Timeline
Symbol 128 BitmapUsed by:129
Symbol 129 GraphicUses:128Used by:Timeline
Symbol 130 BitmapUsed by:131
Symbol 131 GraphicUses:130Used by:Timeline
Symbol 132 BitmapUsed by:133
Symbol 133 GraphicUses:132Used by:Timeline
Symbol 134 BitmapUsed by:135
Symbol 135 GraphicUses:134Used by:Timeline
Symbol 136 BitmapUsed by:137
Symbol 137 GraphicUses:136Used by:Timeline
Symbol 138 BitmapUsed by:139
Symbol 139 GraphicUses:138Used by:Timeline
Symbol 140 BitmapUsed by:141
Symbol 141 GraphicUses:140Used by:Timeline
Symbol 142 BitmapUsed by:143
Symbol 143 GraphicUses:142Used by:Timeline
Symbol 144 BitmapUsed by:145
Symbol 145 GraphicUses:144Used by:Timeline
Symbol 146 BitmapUsed by:147
Symbol 147 GraphicUses:146Used by:Timeline
Symbol 148 BitmapUsed by:149
Symbol 149 GraphicUses:148Used by:Timeline
Symbol 150 BitmapUsed by:151
Symbol 151 GraphicUses:150Used by:Timeline
Symbol 152 BitmapUsed by:153
Symbol 153 GraphicUses:152Used by:Timeline
Symbol 154 BitmapUsed by:155
Symbol 155 GraphicUses:154Used by:Timeline
Symbol 156 BitmapUsed by:157
Symbol 157 GraphicUses:156Used by:Timeline
Symbol 158 BitmapUsed by:159
Symbol 159 GraphicUses:158Used by:Timeline
Symbol 160 BitmapUsed by:161
Symbol 161 GraphicUses:160Used by:Timeline
Symbol 162 BitmapUsed by:163
Symbol 163 GraphicUses:162Used by:Timeline
Symbol 164 BitmapUsed by:165
Symbol 165 GraphicUses:164Used by:Timeline
Symbol 166 BitmapUsed by:167
Symbol 167 GraphicUses:166Used by:Timeline
Symbol 168 BitmapUsed by:169
Symbol 169 GraphicUses:168Used by:Timeline
Symbol 170 BitmapUsed by:171
Symbol 171 GraphicUses:170Used by:Timeline
Symbol 172 BitmapUsed by:173
Symbol 173 GraphicUses:172Used by:Timeline
Symbol 174 BitmapUsed by:175
Symbol 175 GraphicUses:174Used by:Timeline
Symbol 176 BitmapUsed by:177
Symbol 177 GraphicUses:176Used by:Timeline
Symbol 178 BitmapUsed by:179
Symbol 179 GraphicUses:178Used by:Timeline
Symbol 180 BitmapUsed by:181
Symbol 181 GraphicUses:180Used by:Timeline
Symbol 182 BitmapUsed by:183
Symbol 183 GraphicUses:182Used by:Timeline
Symbol 184 BitmapUsed by:185
Symbol 185 GraphicUses:184Used by:Timeline
Symbol 186 BitmapUsed by:187
Symbol 187 GraphicUses:186Used by:Timeline
Symbol 188 BitmapUsed by:189
Symbol 189 GraphicUses:188Used by:Timeline
Symbol 190 BitmapUsed by:191
Symbol 191 GraphicUses:190Used by:Timeline
Symbol 192 BitmapUsed by:193
Symbol 193 GraphicUses:192Used by:Timeline
Symbol 194 BitmapUsed by:195
Symbol 195 GraphicUses:194Used by:Timeline
Symbol 196 BitmapUsed by:197
Symbol 197 GraphicUses:196Used by:Timeline
Symbol 198 BitmapUsed by:199
Symbol 199 GraphicUses:198Used by:Timeline
Symbol 200 BitmapUsed by:201
Symbol 201 GraphicUses:200Used by:Timeline
Symbol 202 BitmapUsed by:203
Symbol 203 GraphicUses:202Used by:Timeline
Symbol 204 BitmapUsed by:205
Symbol 205 GraphicUses:204Used by:Timeline
Symbol 206 BitmapUsed by:207
Symbol 207 GraphicUses:206Used by:Timeline
Symbol 208 BitmapUsed by:209
Symbol 209 GraphicUses:208Used by:Timeline
Symbol 210 BitmapUsed by:211
Symbol 211 GraphicUses:210Used by:Timeline
Symbol 212 BitmapUsed by:213
Symbol 213 GraphicUses:212Used by:Timeline
Symbol 214 BitmapUsed by:215
Symbol 215 GraphicUses:214Used by:Timeline
Symbol 216 BitmapUsed by:217
Symbol 217 GraphicUses:216Used by:Timeline
Symbol 218 BitmapUsed by:219
Symbol 219 GraphicUses:218Used by:Timeline
Symbol 220 BitmapUsed by:221
Symbol 221 GraphicUses:220Used by:Timeline
Symbol 222 BitmapUsed by:223
Symbol 223 GraphicUses:222Used by:Timeline
Symbol 224 BitmapUsed by:225
Symbol 225 GraphicUses:224Used by:Timeline
Symbol 226 BitmapUsed by:227
Symbol 227 GraphicUses:226Used by:Timeline
Symbol 228 BitmapUsed by:229
Symbol 229 GraphicUses:228Used by:Timeline
Symbol 230 BitmapUsed by:231
Symbol 231 GraphicUses:230Used by:Timeline
Symbol 232 BitmapUsed by:233
Symbol 233 GraphicUses:232Used by:Timeline
Symbol 234 BitmapUsed by:235
Symbol 235 GraphicUses:234Used by:Timeline
Symbol 236 BitmapUsed by:237
Symbol 237 GraphicUses:236Used by:Timeline
Symbol 238 BitmapUsed by:239
Symbol 239 GraphicUses:238Used by:Timeline
Symbol 240 BitmapUsed by:241
Symbol 241 GraphicUses:240Used by:Timeline
Symbol 242 BitmapUsed by:243
Symbol 243 GraphicUses:242Used by:Timeline
Symbol 244 BitmapUsed by:245
Symbol 245 GraphicUses:244Used by:Timeline
Symbol 246 BitmapUsed by:247
Symbol 247 GraphicUses:246Used by:Timeline
Symbol 248 BitmapUsed by:249
Symbol 249 GraphicUses:248Used by:Timeline
Symbol 250 BitmapUsed by:251
Symbol 251 GraphicUses:250Used by:Timeline
Symbol 252 BitmapUsed by:253
Symbol 253 GraphicUses:252Used by:Timeline
Symbol 254 BitmapUsed by:255
Symbol 255 GraphicUses:254Used by:Timeline
Symbol 256 BitmapUsed by:257
Symbol 257 GraphicUses:256Used by:Timeline
Symbol 258 BitmapUsed by:259
Symbol 259 GraphicUses:258Used by:Timeline
Symbol 260 BitmapUsed by:261
Symbol 261 GraphicUses:260Used by:Timeline
Symbol 262 BitmapUsed by:263
Symbol 263 GraphicUses:262Used by:Timeline
Symbol 264 BitmapUsed by:265
Symbol 265 GraphicUses:264Used by:Timeline
Symbol 266 BitmapUsed by:267
Symbol 267 GraphicUses:266Used by:Timeline
Symbol 268 BitmapUsed by:269
Symbol 269 GraphicUses:268Used by:Timeline
Symbol 270 BitmapUsed by:271
Symbol 271 GraphicUses:270Used by:Timeline
Symbol 272 BitmapUsed by:273
Symbol 273 GraphicUses:272Used by:Timeline
Symbol 274 BitmapUsed by:275
Symbol 275 GraphicUses:274Used by:Timeline
Symbol 276 TextUses:3Used by:Timeline
Symbol 277 EditableTextUses:3Used by:Timeline
Symbol 278 EditableTextUses:3Used by:Timeline

Instance Names

"start_btn"Frame 2Symbol 39 Button
"more_btn"Frame 2Symbol 41 Button
"finalscore"Frame 4Symbol 45 EditableText
"more_btn"Frame 4Symbol 41 Button
"finalscore"Frame 5Symbol 56 EditableText
"total"Frame 6Symbol 61 EditableText
"frame"Frame 6Symbol 63 EditableText
"more_btn"Frame 6Symbol 71 Button
"total"Frame 7Symbol 75 EditableText
"frame"Frame 7Symbol 77 EditableText
"finalscore"Frame 107Symbol 278 EditableText
"more_btn"Frame 107Symbol 41 Button
"scoretxt"Symbol 5 MovieClip [score] Frame 1Symbol 4 EditableText
"bar"Symbol 31 MovieClip Frame 1Symbol 15 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "s_app"
ExportAssets (56)Timeline Frame 1Symbol 2 as "gover"
ExportAssets (56)Timeline Frame 1Symbol 5 as "score"
ExportAssets (56)Timeline Frame 1Symbol 7 as "enemy"
ExportAssets (56)Timeline Frame 1Symbol 9 as "target"
ExportAssets (56)Timeline Frame 1Symbol 11 as "hero"

Labels

"loaded"Symbol 31 MovieClip Frame 3

Dynamic Text Variables

pointsSymbol 45 EditableText""
pointsSymbol 56 EditableText""
totalpicturesSymbol 61 EditableText""
currentpictureSymbol 63 EditableText""
totalpicturesSymbol 75 EditableText""
currentpictureSymbol 77 EditableText""
pointsSymbol 278 EditableText""




http://swfchan.com/16/77849/info.shtml
Created: 11/8 -2019 04:38:41 Last modified: 11/8 -2019 04:38:41 Server time: 16/04 -2024 20:39:28