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

swfchan turned sixteen years old yesterday! (5may2024)

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

cosplay-hilo.swf

This is the info page for
Flash #216649

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


Text
qwerer

xxx

Your score: 999

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

loading

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 ("https://www.porngames.club/?utm_source=gaming&utm_medium=game&utm_campaign=cosplayhilo", "_blank"); }; LoaderInt = setInterval(Lbar, 10);
Frame 3
function show_splash() { _root.attachMovie("splash", "splash", _root.getNextHighestDepth()); _root.blog_button.onRelease = function () { getURL ("https://www.porngames.club/?utm_source=gaming&utm_medium=game&utm_campaign=cosplayhilo", "_blank"); }; splash.blog_button.onRelease = function () { getURL ("https://www.porngames.club/?utm_source=gaming&utm_medium=game&utm_campaign=cosplayhilo", "_blank"); }; _root.crakrevenue_button.onRelease = function () { getURL ("https://vrcosplayx.com/?t=26882&aid=107985&sid=12192018_305x99_BID11123", "_blank"); }; _root.btnminx.onRelease = function () { getURL ("https://vrcosplayx.com/cosplaypornvideos?landing=1&t=26882&aid=107985&sid=cosplayhilo", "_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 > 210) { this._x = 210; 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 > 310) { this._x = 310; 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:250, _y:250, _visible:false}); game.attachMovie("score", "score", game.getNextHighestDepth(), {_x:0, _y:140}); game.attachMovie("lap_score", "lap_score", game.getNextHighestDepth(), {_x:-50, _y:0, _alpha:0}); game.attachMovie("resimler", "resimler", game.getNextHighestDepth(), {_x:500, _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.blog_button.onRelease = function () { getURL ("https://www.porngames.club?utm_source=gaming&utm_medium=game&utm_campaign=cosplayhilo", "_blank"); }; game_over.game2btn.onRelease = function () { getURL ("https://www.meetandfuck.games?utm_source=gaming&utm_medium=game&utm_campaign=3dhilo", "_blank"); }; game_over.game3btn.onRelease = function () { getURL ("https://www.meetandfuck.games?utm_source=gaming&utm_medium=game&utm_campaign=3dhilo", "_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 121 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 138  Timeline
Symbol 11 GraphicUsed by:12
Symbol 12 ButtonUses:11Used by:15 134 138
Symbol 13 BitmapUsed by:14
Symbol 14 GraphicUses:13Used by:15 121 134 138
Symbol 15 MovieClip [splash]Uses:6 8 10 12 14
Symbol 16 FontUsed by:17 137
Symbol 17 EditableTextUses:16Used by:18
Symbol 18 MovieClip [score]Uses:17
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:121
Symbol 21 BitmapUsed by:22
Symbol 22 GraphicUses:21Used by:121
Symbol 23 BitmapUsed by:24
Symbol 24 GraphicUses:23Used by:121
Symbol 25 BitmapUsed by:26
Symbol 26 GraphicUses:25Used by:121
Symbol 27 BitmapUsed by:28
Symbol 28 GraphicUses:27Used by:121
Symbol 29 BitmapUsed by:30
Symbol 30 GraphicUses:29Used by:121
Symbol 31 BitmapUsed by:32
Symbol 32 GraphicUses:31Used by:121
Symbol 33 BitmapUsed by:34
Symbol 34 GraphicUses:33Used by:121
Symbol 35 BitmapUsed by:36
Symbol 36 GraphicUses:35Used by:121
Symbol 37 BitmapUsed by:38
Symbol 38 GraphicUses:37Used by:121
Symbol 39 BitmapUsed by:40
Symbol 40 GraphicUses:39Used by:121
Symbol 41 BitmapUsed by:42
Symbol 42 GraphicUses:41Used by:121
Symbol 43 BitmapUsed by:44
Symbol 44 GraphicUses:43Used by:121
Symbol 45 BitmapUsed by:46
Symbol 46 GraphicUses:45Used by:121
Symbol 47 BitmapUsed by:48
Symbol 48 GraphicUses:47Used by:121
Symbol 49 BitmapUsed by:50
Symbol 50 GraphicUses:49Used by:121
Symbol 51 BitmapUsed by:52
Symbol 52 GraphicUses:51Used by:121
Symbol 53 BitmapUsed by:54
Symbol 54 GraphicUses:53Used by:121
Symbol 55 BitmapUsed by:56
Symbol 56 GraphicUses:55Used by:121
Symbol 57 BitmapUsed by:58
Symbol 58 GraphicUses:57Used by:121
Symbol 59 BitmapUsed by:60
Symbol 60 GraphicUses:59Used by:121
Symbol 61 BitmapUsed by:62
Symbol 62 GraphicUses:61Used by:121
Symbol 63 BitmapUsed by:64
Symbol 64 GraphicUses:63Used by:121
Symbol 65 BitmapUsed by:66
Symbol 66 GraphicUses:65Used by:121
Symbol 67 BitmapUsed by:68
Symbol 68 GraphicUses:67Used by:121
Symbol 69 BitmapUsed by:70
Symbol 70 GraphicUses:69Used by:121
Symbol 71 BitmapUsed by:72
Symbol 72 GraphicUses:71Used by:121
Symbol 73 BitmapUsed by:74
Symbol 74 GraphicUses:73Used by:121
Symbol 75 BitmapUsed by:76
Symbol 76 GraphicUses:75Used by:121
Symbol 77 BitmapUsed by:78
Symbol 78 GraphicUses:77Used by:121
Symbol 79 BitmapUsed by:80
Symbol 80 GraphicUses:79Used by:121
Symbol 81 BitmapUsed by:82
Symbol 82 GraphicUses:81Used by:121
Symbol 83 BitmapUsed by:84
Symbol 84 GraphicUses:83Used by:121
Symbol 85 BitmapUsed by:86
Symbol 86 GraphicUses:85Used by:121
Symbol 87 BitmapUsed by:88
Symbol 88 GraphicUses:87Used by:121
Symbol 89 BitmapUsed by:90
Symbol 90 GraphicUses:89Used by:121
Symbol 91 BitmapUsed by:92
Symbol 92 GraphicUses:91Used by:121
Symbol 93 BitmapUsed by:94
Symbol 94 GraphicUses:93Used by:121
Symbol 95 BitmapUsed by:96
Symbol 96 GraphicUses:95Used by:121
Symbol 97 BitmapUsed by:98
Symbol 98 GraphicUses:97Used by:121
Symbol 99 BitmapUsed by:100
Symbol 100 GraphicUses:99Used by:121
Symbol 101 BitmapUsed by:102
Symbol 102 GraphicUses:101Used by:121
Symbol 103 BitmapUsed by:104
Symbol 104 GraphicUses:103Used by:121
Symbol 105 BitmapUsed by:106
Symbol 106 GraphicUses:105Used by:121
Symbol 107 BitmapUsed by:108
Symbol 108 GraphicUses:107Used by:121
Symbol 109 BitmapUsed by:110
Symbol 110 GraphicUses:109Used by:121
Symbol 111 BitmapUsed by:112
Symbol 112 GraphicUses:111Used by:121
Symbol 113 BitmapUsed by:114
Symbol 114 GraphicUses:113Used by:121
Symbol 115 BitmapUsed by:116
Symbol 116 GraphicUses:115Used by:121
Symbol 117 BitmapUsed by:118
Symbol 118 GraphicUses:117Used by:121
Symbol 119 BitmapUsed by:120
Symbol 120 GraphicUses:119Used by:121
Symbol 121 MovieClip [resimler]Uses:14 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88 90 92 94 96 98 100 102 104 106 108 110 112 114 116 118 120
Symbol 122 BitmapUsed by:123
Symbol 123 GraphicUses:122Used by:126
Symbol 124 BitmapUsed by:125
Symbol 125 GraphicUses:124Used by:126
Symbol 126 MovieClip [ok_ko]Uses:123 125
Symbol 127 FontUsed by:128
Symbol 128 EditableTextUses:127Used by:129
Symbol 129 MovieClip [lap_score]Uses:128
Symbol 130 BitmapUsed by:131
Symbol 131 GraphicUses:130Used by:134
Symbol 132 GraphicUsed by:133
Symbol 133 ButtonUses:132Used by:134
Symbol 134 MovieClip [info]Uses:131 12 133 14
Symbol 135 BitmapUsed by:136
Symbol 136 GraphicUses:135Used by:138
Symbol 137 EditableTextUses:16Used by:138
Symbol 138 MovieClip [game_over]Uses:136 12 10 137 14
Symbol 139 BitmapUsed by:140
Symbol 140 GraphicUses:139Used by:141
Symbol 141 Button [lower]Uses:140
Symbol 142 BitmapUsed by:143
Symbol 143 GraphicUses:142Used by:144
Symbol 144 Button [higher]Uses:143
Symbol 145 FontUsed by:146
Symbol 146 EditableTextUses:145Used by:Timeline
Symbol 147 FontUsed by:148
Symbol 148 EditableTextUses:147Used by:149
Symbol 149 MovieClipUses:148Used by:150
Symbol 150 MovieClipUses:149Used by:Timeline
Symbol 151 BitmapUsed by:152
Symbol 152 GraphicUses:151Used by:Timeline
Symbol 153 GraphicUsed by:154
Symbol 154 ButtonUses:153Used by:Timeline

Instance Names

"percent_txt"Frame 1Symbol 146 EditableText
"blog_button"Frame 1Symbol 10 Button
"btnminx"Frame 3Symbol 154 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 129 MovieClip [lap_score] Frame 1Symbol 128 EditableText
"play_button"Symbol 134 MovieClip [info] Frame 1Symbol 12 Button
"back_button"Symbol 134 MovieClip [info] Frame 1Symbol 133 Button
"play_button"Symbol 138 MovieClip [game_over] Frame 1Symbol 12 Button
"blog_button"Symbol 138 MovieClip [game_over] Frame 1Symbol 10 Button
"gameovertext"Symbol 138 MovieClip [game_over] Frame 1Symbol 137 EditableText

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 121 as "resimler"
ExportAssets (56)Timeline Frame 1Symbol 126 as "ok_ko"
ExportAssets (56)Timeline Frame 1Symbol 129 as "lap_score"
ExportAssets (56)Timeline Frame 1Symbol 134 as "info"
ExportAssets (56)Timeline Frame 1Symbol 138 as "game_over"
ExportAssets (56)Timeline Frame 1Symbol 141 as "lower"
ExportAssets (56)Timeline Frame 1Symbol 144 as "higher"




http://swfchan.com/44/216649/info.shtml
Created: 27/1 -2019 20:35:30 Last modified: 27/1 -2019 20:35:30 Server time: 06/05 -2024 18:31:03