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

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

Guess Next With Catie Minx (by adultgames) CG,game,quiz,undress.swf

This is the info page for
Flash #248038

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


Text
qwerer

xxx

Your score: 999

<p align="left"><font face="_sans" size="30" color="#ffcc03" letterSpacing="0.000000" kerning="1">LOADING...</font></p>

<p align="left"></p>

ActionScript [AS1/AS2]

Frame 1
function Lbar() { if (getBytesLoaded() >= getBytesTotal()) { play(); clearInterval(LoaderInt); } percent_txt.text = Math.ceil((getBytesLoaded() / getBytesTotal()) * 100) + "%"; } stop(); _root.blog_button.onRelease = function () { getURL ("http://www.adultgames.me/?utm_source=gaming&utm_medium=game&utm_campaign=guessnextwithcatie", "_blank"); }; LoaderInt = setInterval(Lbar, 10);
Frame 3
function show_splash() { _root.attachMovie("splash", "splash", _root.getNextHighestDepth()); _root.blog_button.onRelease = function () { getURL ("http://www.adultgames.me/?utm_source=gaming&utm_medium=game&utm_campaign=guessnextwithcatie", "_blank"); }; splash.blog_button.onRelease = function () { getURL ("http://www.adultgames.me/?utm_source=gaming&utm_medium=game&utm_campaign=guessnextwithcatie", "_blank"); }; _root.crakrevenue_button.onRelease = function () { getURL ("http://safelinktracker.com/go/jyAG_byN9t/guessnextcm&nopop&noexit", "_blank"); }; _root.btnminx.onRelease = function () { getURL ("http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=931852-0003&PA=2375421&HTML=http://www.catieminx.com", "_blank"); }; splash.play_button.onRelease = function () { play_the_game(); splash.removeMovieClip(); }; splash.how_to_button.onRelease = function () { show_info(); splash.removeMovieClip(); }; } function show_info() { _root.attachMovie("info", "info", _root.getNextHighestDepth()); info.play_button.onRelease = function () { play_the_game(); info.removeMovieClip(); }; info.back_button.onRelease = function () { show_splash(); info.removeMovieClip(); }; } function play_the_game() { big_picture = flash.display.BitmapData.loadBitmap("cardz"); _root.attachMovie("table", "table", _root.getNextHighestDepth()); _root.createEmptyMovieClip("game", _root.getNextHighestDepth()); game.attachMovie("higher", "higher", game.getNextHighestDepth()); game.attachMovie("lower", "lower", game.getNextHighestDepth()); game.createEmptyMovieClip("big_pic_obj", game.getNextHighestDepth()); big_pic_obj.attachBitmap(big_picture, game.getNextHighestDepth()); big_pic_obj._visible = false; sequence = new Array(); Array.prototype.shuffle = function () { x = 0; while (x < 52) { var _local2 = Math.floor(Math.random() * 52); var _local3 = this[x]; this[x] = this[_local2]; this[_local2] = _local3; x++; } }; x = 0; while (x < 52) { card = game.createEmptyMovieClip("small_pic_obj_" + x, game.getNextHighestDepth()); sequence[x] = x; small_picture = new flash.display.BitmapData(79, 123); card.attachBitmap(small_picture, game.getNextHighestDepth()); small_picture.copyPixels(big_picture, new flash.geom.Rectangle(0 + ((x % 13) * 79), 0 + (Math.floor(x / 13) * 123), 79, 123), new flash.geom.Point(0, 0)); card._visible = false; card.filters = new Array(card_shadow); card.onEnterFrame = function () { switch (this.action) { case "come" : this._x = this._x + 40; if (this._x > 160) { this._x = 160; this.action = "stay"; if (cards_drawn > 1) { game.ok_ko._visible = true; game.resimler._visible = true; } } break; case "move" : this._x = this._x + 20; if (this._x > 260) { this._x = 260; this.action = "dissolve"; } break; case "dissolve" : this._alpha = this._alpha - 4; game.lap_score._alpha = game.lap_score._alpha - 4; if (this._alpha >= 0) { break; } can_draw = true; game.ok_ko._visible = false; game.resimler._visible = true; if (cards_drawn == 52) { endgame(); } this.removeMovieClip(); } }; x++; } game.attachMovie("ok_ko", "ok_ko", game.getNextHighestDepth(), {_x:200, _y:250, _visible:false}); game.attachMovie("score", "score", game.getNextHighestDepth(), {_x:0, _y:140}); game.attachMovie("lap_score", "lap_score", game.getNextHighestDepth(), {_x:-30, _y:0, _alpha:0}); game.attachMovie("resimler", "resimler", game.getNextHighestDepth(), {_x:400, _y:0}); game.score.filters = new Array(text_glow); game.lap_score.filters = new Array(text_glow); sequence.shuffle(); cards_drawn = 0; points = 0; can_draw = true; draw_card(); game.higher.onRelease = function () { if (can_draw) { can_draw = false; higher = true; draw_card(); } }; game.lower.onRelease = function () { if (can_draw) { can_draw = false; higher = false; draw_card(); } }; } function draw_card() { game.ok_ko.gotoAndStop(2); lap = 0; if ((((sequence[cards_drawn] % 13) <= (sequence[cards_drawn - 1] % 13)) and (!higher)) or (((sequence[cards_drawn] % 13) >= (sequence[cards_drawn - 1] % 13)) and higher)) { game.ok_ko.gotoAndStop(1); game.lap_score.lap_text.textColor = 4259648 /* 0x40FF40 */; if (cards_drawn > 0) { if (!higher) { game.resimler.nextFrame(); lap = 13 - (sequence[cards_drawn - 1] % 13); } else { lap = (sequence[cards_drawn - 1] % 13) + 1; game.resimler.nextFrame(); } } } else { lap = -5; game.lap_score.lap_text.textColor = 9437184 /* 0x900000 */; game.resimler.prevFrame(); } game.lap_score.lap_text.text = lap; if (cards_drawn > 0) { game.lap_score._alpha = 100; } points = points + lap; game["small_pic_obj_" + sequence[cards_drawn]]._x = 0; game["small_pic_obj_" + sequence[cards_drawn]]._y = 10; game["small_pic_obj_" + sequence[cards_drawn]]._visible = true; game["small_pic_obj_" + sequence[cards_drawn]].action = "come"; game["small_pic_obj_" + sequence[cards_drawn - 1]].action = "move"; cards_drawn++; game.score.textscore.text = (("Cards left: " + (52 - cards_drawn)) + " - Score: ") + points; } function endgame() { game.removeMovieClip(); _root.attachMovie("game_over", "game_over", _root.getNextHighestDepth()); game_over.gameovertext.filters = new Array(text_glow); game_over.fame.filters = new Array(text_glow); _root.game_over.gameovertext.text = "Your score: " + points; game_over.game1btn.onRelease = function () { getURL ("http://www.adultgames.me/hosted/255/intimate-cruise.html?utm_source=gaming&utm_medium=game&utm_campaign=guessnextwithcatie", "_blank"); }; game_over.game2btn.onRelease = function () { getURL ("http://www.adultgames.me/hosted/245/universal-soldier.html?utm_source=gaming&utm_medium=game&utm_campaign=guessnextwithcatie", "_blank"); }; game_over.play_button.onRelease = function () { play_the_game(); game_over.removeMovieClip(); }; } stop(); var card_shadow = (new flash.filters.DropShadowFilter(4, 45, 0, 0.5, 4, 4, 1, 3, false, false, false)); var text_glow = (new flash.filters.GlowFilter(0, 0.6, 4, 4, 2, 3, false, false)); show_splash();
Symbol 156 MovieClip [resimler] Frame 1
stop();

Library Items

Symbol 1 Bitmap [cardz]
Symbol 2 BitmapUsed by:3
Symbol 3 GraphicUses:2Used by:4
Symbol 4 MovieClip [table]Uses:3
Symbol 5 BitmapUsed by:6
Symbol 6 GraphicUses:5Used by:15  Timeline
Symbol 7 GraphicUsed by:8
Symbol 8 ButtonUses:7Used by:15
Symbol 9 GraphicUsed by:10
Symbol 10 ButtonUses:9Used by:15  Timeline
Symbol 11 GraphicUsed by:12
Symbol 12 ButtonUses:11Used by:15 31 41
Symbol 13 BitmapUsed by:14 37
Symbol 14 GraphicUses:13Used by:15 31 156
Symbol 15 MovieClip [splash]Uses:6 8 10 12 14
Symbol 16 FontUsed by:17
Symbol 17 EditableTextUses:16Used by:18
Symbol 18 MovieClip [score]Uses:17
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:23
Symbol 21 BitmapUsed by:22
Symbol 22 GraphicUses:21Used by:23
Symbol 23 MovieClip [ok_ko]Uses:20 22
Symbol 24 FontUsed by:25 34
Symbol 25 EditableTextUses:24Used by:26
Symbol 26 MovieClip [lap_score]Uses:25
Symbol 27 BitmapUsed by:28
Symbol 28 GraphicUses:27Used by:31
Symbol 29 GraphicUsed by:30
Symbol 30 ButtonUses:29Used by:31
Symbol 31 MovieClip [info]Uses:28 12 30 14
Symbol 32 BitmapUsed by:33
Symbol 33 GraphicUses:32Used by:41
Symbol 34 EditableTextUses:24Used by:41
Symbol 35 BitmapUsed by:37
Symbol 36 BitmapUsed by:37
Symbol 37 GraphicUses:35 36 13Used by:41
Symbol 38 GraphicUsed by:39 40 175
Symbol 39 ButtonUses:38Used by:41
Symbol 40 ButtonUses:38Used by:41
Symbol 41 MovieClip [game_over]Uses:33 12 34 37 39 40
Symbol 42 BitmapUsed by:43
Symbol 43 GraphicUses:42Used by:44
Symbol 44 Button [lower]Uses:43
Symbol 45 BitmapUsed by:46
Symbol 46 GraphicUses:45Used by:47
Symbol 47 Button [higher]Uses:46
Symbol 48 FontUsed by:49 51
Symbol 49 EditableTextUses:48Used by:50
Symbol 50 MovieClip [loading clip]Uses:49Used by:Timeline
Symbol 51 EditableTextUses:48Used by:Timeline
Symbol 52 BitmapUsed by:53
Symbol 53 GraphicUses:52Used by:157  Timeline
Symbol 54 BitmapUsed by:55
Symbol 55 GraphicUses:54Used by:156
Symbol 56 BitmapUsed by:57
Symbol 57 GraphicUses:56Used by:156
Symbol 58 BitmapUsed by:59
Symbol 59 GraphicUses:58Used by:156
Symbol 60 BitmapUsed by:61
Symbol 61 GraphicUses:60Used by:156
Symbol 62 BitmapUsed by:63
Symbol 63 GraphicUses:62Used by:156
Symbol 64 BitmapUsed by:65
Symbol 65 GraphicUses:64Used by:156
Symbol 66 BitmapUsed by:67
Symbol 67 GraphicUses:66Used by:156
Symbol 68 BitmapUsed by:69
Symbol 69 GraphicUses:68Used by:156
Symbol 70 BitmapUsed by:71
Symbol 71 GraphicUses:70Used by:156
Symbol 72 BitmapUsed by:73
Symbol 73 GraphicUses:72Used by:156
Symbol 74 BitmapUsed by:75
Symbol 75 GraphicUses:74Used by:156
Symbol 76 BitmapUsed by:77
Symbol 77 GraphicUses:76Used by:156
Symbol 78 BitmapUsed by:79
Symbol 79 GraphicUses:78Used by:156
Symbol 80 BitmapUsed by:81
Symbol 81 GraphicUses:80Used by:156
Symbol 82 BitmapUsed by:83
Symbol 83 GraphicUses:82Used by:156
Symbol 84 BitmapUsed by:85
Symbol 85 GraphicUses:84Used by:156
Symbol 86 BitmapUsed by:87
Symbol 87 GraphicUses:86Used by:156
Symbol 88 BitmapUsed by:89
Symbol 89 GraphicUses:88Used by:156
Symbol 90 BitmapUsed by:91
Symbol 91 GraphicUses:90Used by:156
Symbol 92 BitmapUsed by:93
Symbol 93 GraphicUses:92Used by:156
Symbol 94 BitmapUsed by:95
Symbol 95 GraphicUses:94Used by:156
Symbol 96 BitmapUsed by:97
Symbol 97 GraphicUses:96Used by:156
Symbol 98 BitmapUsed by:99
Symbol 99 GraphicUses:98Used by:156
Symbol 100 BitmapUsed by:101
Symbol 101 GraphicUses:100Used by:156
Symbol 102 BitmapUsed by:103
Symbol 103 GraphicUses:102Used by:156
Symbol 104 BitmapUsed by:105
Symbol 105 GraphicUses:104Used by:156
Symbol 106 BitmapUsed by:107
Symbol 107 GraphicUses:106Used by:156
Symbol 108 BitmapUsed by:109
Symbol 109 GraphicUses:108Used by:156
Symbol 110 BitmapUsed by:111
Symbol 111 GraphicUses:110Used by:156
Symbol 112 BitmapUsed by:113
Symbol 113 GraphicUses:112Used by:156
Symbol 114 BitmapUsed by:115
Symbol 115 GraphicUses:114Used by:156
Symbol 116 BitmapUsed by:117
Symbol 117 GraphicUses:116Used by:156
Symbol 118 BitmapUsed by:119
Symbol 119 GraphicUses:118Used by:156
Symbol 120 BitmapUsed by:121
Symbol 121 GraphicUses:120Used by:156
Symbol 122 BitmapUsed by:123
Symbol 123 GraphicUses:122Used by:156
Symbol 124 BitmapUsed by:125
Symbol 125 GraphicUses:124Used by:156
Symbol 126 BitmapUsed by:127
Symbol 127 GraphicUses:126Used by:156
Symbol 128 BitmapUsed by:129
Symbol 129 GraphicUses:128Used by:156
Symbol 130 BitmapUsed by:131
Symbol 131 GraphicUses:130Used by:156
Symbol 132 BitmapUsed by:133
Symbol 133 GraphicUses:132Used by:156
Symbol 134 BitmapUsed by:135
Symbol 135 GraphicUses:134Used by:156
Symbol 136 BitmapUsed by:137
Symbol 137 GraphicUses:136Used by:156
Symbol 138 BitmapUsed by:139
Symbol 139 GraphicUses:138Used by:156
Symbol 140 BitmapUsed by:141
Symbol 141 GraphicUses:140Used by:156
Symbol 142 BitmapUsed by:143
Symbol 143 GraphicUses:142Used by:156
Symbol 144 BitmapUsed by:145
Symbol 145 GraphicUses:144Used by:156
Symbol 146 BitmapUsed by:147
Symbol 147 GraphicUses:146Used by:156
Symbol 148 BitmapUsed by:149
Symbol 149 GraphicUses:148Used by:156
Symbol 150 BitmapUsed by:151
Symbol 151 GraphicUses:150Used by:156
Symbol 152 BitmapUsed by:153
Symbol 153 GraphicUses:152Used by:156
Symbol 154 BitmapUsed by:155
Symbol 155 GraphicUses:154Used by:156
Symbol 156 MovieClip [resimler]Uses:14 55 57 59 61 63 65 67 69 71 73 75 77 79 81 83 85 87 89 91 93 95 97 99 101 103 105 107 109 111 113 115 117 119 121 123 125 127 129 131 133 135 137 139 141 143 145 147 149 151 153 155Used by:Timeline
Symbol 157 ButtonUses:53Used by:Timeline
Symbol 158 BitmapUsed by:159
Symbol 159 GraphicUses:158Used by:174
Symbol 160 BitmapUsed by:161
Symbol 161 GraphicUses:160Used by:174
Symbol 162 BitmapUsed by:163
Symbol 163 GraphicUses:162Used by:174
Symbol 164 BitmapUsed by:165
Symbol 165 GraphicUses:164Used by:174
Symbol 166 BitmapUsed by:167
Symbol 167 GraphicUses:166Used by:174
Symbol 168 BitmapUsed by:169
Symbol 169 GraphicUses:168Used by:174
Symbol 170 BitmapUsed by:171
Symbol 171 GraphicUses:170Used by:174
Symbol 172 BitmapUsed by:173
Symbol 173 GraphicUses:172Used by:174
Symbol 174 MovieClipUses:159 161 163 165 167 169 171 173Used by:Timeline
Symbol 175 ButtonUses:38Used by:Timeline
Symbol 176 GraphicUsed by:177
Symbol 177 ButtonUses:176Used by:Timeline

Instance Names

"percent_txt"Frame 1Symbol 51 EditableText
"blog_button"Frame 1Symbol 10 Button
"btn"Frame 3Symbol 157 Button
"blog_button"Frame 3Symbol 10 Button
"crakrevenue_button"Frame 3Symbol 175 Button
"btnminx"Frame 3Symbol 177 Button
"how_to_button"Symbol 15 MovieClip [splash] Frame 1Symbol 8 Button
"blog_button"Symbol 15 MovieClip [splash] Frame 1Symbol 10 Button
"play_button"Symbol 15 MovieClip [splash] Frame 1Symbol 12 Button
"textscore"Symbol 18 MovieClip [score] Frame 1Symbol 17 EditableText
"lap_text"Symbol 26 MovieClip [lap_score] Frame 1Symbol 25 EditableText
"play_button"Symbol 31 MovieClip [info] Frame 1Symbol 12 Button
"back_button"Symbol 31 MovieClip [info] Frame 1Symbol 30 Button
"play_button"Symbol 41 MovieClip [game_over] Frame 1Symbol 12 Button
"gameovertext"Symbol 41 MovieClip [game_over] Frame 1Symbol 34 EditableText
"game1btn"Symbol 41 MovieClip [game_over] Frame 1Symbol 39 Button
"game2btn"Symbol 41 MovieClip [game_over] Frame 1Symbol 40 Button

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "cardz"
ExportAssets (56)Timeline Frame 1Symbol 4 as "table"
ExportAssets (56)Timeline Frame 1Symbol 15 as "splash"
ExportAssets (56)Timeline Frame 1Symbol 18 as "score"
ExportAssets (56)Timeline Frame 1Symbol 23 as "ok_ko"
ExportAssets (56)Timeline Frame 1Symbol 26 as "lap_score"
ExportAssets (56)Timeline Frame 1Symbol 31 as "info"
ExportAssets (56)Timeline Frame 1Symbol 41 as "game_over"
ExportAssets (56)Timeline Frame 1Symbol 44 as "lower"
ExportAssets (56)Timeline Frame 1Symbol 47 as "higher"
ExportAssets (56)Timeline Frame 1Symbol 50 as "loading clip"
ExportAssets (56)Timeline Frame 3Symbol 156 as "resimler"




http://swfchan.com/50/248038/info.shtml
Created: 1/5 -2022 03:56:07 Last modified: 1/5 -2022 03:56:07 Server time: 26/04 -2024 17:06:40