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

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

FUCK MK.swf

This is the info page for
Flash #72417

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


Text
?

LOADING

LOADING.

LOADING..

LOADING...

bhograj

design by

press <space> to change background

ActionScript [AS1/AS2]

Frame 2
stop();
Frame 3
stop();
Frame 4
stop();
Symbol 12 MovieClip [tofu3_mc] Frame 1
stop();
Symbol 12 MovieClip [tofu3_mc] Frame 30
stop();
Symbol 20 MovieClip [tofu2_mc] Frame 1
stop();
Symbol 20 MovieClip [tofu2_mc] Frame 30
stop();
Symbol 24 MovieClip [target_mc] Frame 1
stop();
Symbol 24 MovieClip [target_mc] Frame 29
stop();
Symbol 34 MovieClip [tofu1_mc] Frame 1
stop();
Symbol 34 MovieClip [tofu1_mc] Frame 30
stop();
Symbol 128 Button
on (release) { _root.play(); }
Symbol 129 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndStop ("loaded"); }
Symbol 129 MovieClip Frame 2
gotoAndPlay (1);
Symbol 131 MovieClip Frame 1
function updateStats() { var _local3 = Math.round((_global.hits / (_global.hits + _global.misses)) * 100); var _local2 = Math.round((_global.hits / _global.shots) * 100); if (isNaN(_local3)) { _local3 = 0; } if (isNaN(_local2)) { _local2 = 0; } stats_txt.text = ((((((((((((((((("shots:" + _global.shots) + "\t") + "hits: ") + _global.hits) + "\t") + "misses: ") + _global.misses) + "\t") + "targets hit: ") + _local3) + "%") + "\t") + "accuracy: ") + _local2) + "%") + "\t") + "level:") + _global.level; } function randRange(minNum, maxNum) { return(Math.floor(Math.random() * ((maxNum - minNum) + 1)) + minNum); } _global.hits = 0; _global.misses = 0; _global.shots = 0; _global.cDepth = 100; _global.level = 1; var xSpeed = 5; var stageWidth = 550; var stageHeight = 550; this.attachMovie("crosshair_mc", "crosshair_mc", 5001); Mouse.hide(); var mouseListener = new Object(); mouseListener.onMouseMove = function () { crosshair_mc._x = _xmouse; crosshair_mc._y = _ymouse; }; mouseListener.onMouseDown = function () { if (bg_mc.hitTest(_xmouse, _ymouse, false)) { _global.shots++; } }; Mouse.addListener(mouseListener); var my_fmt = new TextFormat(); my_fmt.bold = true; my_fmt.font = "verdana"; my_fmt.size = 10; my_fmt.color = 7569375 /* 0x737FDF */; this.createTextField("stats_txt", 5000, 10, 0, 530, 22); stats_txt.setNewTextFormat(my_fmt); stats_txt.selectable = false; stats_txt.tabStops = [100, 200, 300, 400]; updateStats(); this.onEnterFrame = function () { if (randRange(0, 20) == 0) { var _local5 = randRange(1, 3); var _local3 = this.attachMovie(("tofu" + _local5) + "_mc", ("target" + _global.cDepth) + "_mc", _global.cDepth); _global.cDepth++; _local3._x = -_local3._width; var _local4 = randRange(80, 100); _local3._xscale = _local4; _local3._yscale = _local4; _local3._alpha = _local4; _local3.speed = (xSpeed + randRange(0, 5)) + _global.level; _local3._y = Math.round(Math.random() * 360) + 65; _local3.onEnterFrame = function () { this._x = this._x + this.speed; this._y = this._y - 0.4; if (this._x > stageWidth) { _global.misses++; updateStats(); this.removeMovieClip(); } }; _local3.onPress = function () { _global.hits++; if ((_global.hits % 40) == 0) { _global.level++; } updateStats(); this.gotoAndPlay("hit"); var ymov = this._y; var gravity = 50; this.onEnterFrame = function () { ymov = ymov + gravity; xmov = xmov * 0.5; this._rotation = this._rotation + 0; this._x = this._x + xSpeed; this._y = ymov; if (this._y > stageHeight) { this.removeMovieClip(); } }; delete this.onPress; }; } };
Symbol 132 MovieClip Frame 1
init = function () { width = 550; height = 550; max_snowsize = 5; snowflakes = 50; i = 0; while (i < snowflakes) { t = attachMovie("snow", "snow" + i, i); t._alpha = 20 + (Math.random() * 60); t._x = (-(width / 2)) + (Math.random() * (1.5 * width)); t._y = (-(height / 2)) + (Math.random() * (1.5 * height)); t._xscale = (t._yscale = 50 + (Math.random() * (max_snowsize * 10))); t.k = 1 + (Math.random() * 2); t.wind = -1.5 + (Math.random() * 4.2); t.onEnterFrame = mover; i++; } }; mover = function () { this._y = this._y + this.k; this._x = this._x + this.wind; if (this._y > (height + 10)) { this._y = -20; } if (this._x > (width + 20)) { this._x = (-(width / 2)) + (Math.random() * (1.5 * width)); this._y = -20; } else if (this._x < -20) { this._x = (-(width / 2)) + (Math.random() * (1.5 * width)); this._y = -20; } }; init();
Symbol 141 Button
on (keyPress "<Space>") { play(); }
Symbol 146 MovieClip Frame 1
init = function () { width = 550; height = 550; max_snowsize = 20; snowflakes = 50; i = 0; while (i < snowflakes) { t = attachMovie("fire", "fire" + i, i); t._alpha = 20 + (Math.random() * 60); t._x = (-(width / 2)) + (Math.random() * (1.5 * width)); t._y = (-(height / 2)) + (Math.random() * (1.5 * height)); t._xscale = (t._yscale = 50 + (Math.random() * (max_snowsize * 10))); t.k = 1 + (Math.random() * 2); t.wind = -1.5 + (Math.random() * 4.2); t.onEnterFrame = mover; i++; } }; mover = function () { this._y = this._y + this.k; this._x = this._x + this.wind; if (this._y > (height + 10)) { this._y = -20; } if (this._x > (width + 20)) { this._x = (-(width / 2)) + (Math.random() * (1.5 * width)); this._y = -20; } else if (this._x < -20) { this._x = (-(width / 2)) + (Math.random() * (1.5 * width)); this._y = -20; } }; init();
Symbol 149 MovieClip Frame 1
init = function () { width = 550; height = 550; max_snowsize = 20; snowflakes = 50; i = 0; while (i < snowflakes) { t = attachMovie("snow", "snow" + i, i); t._alpha = 20 + (Math.random() * 60); t._x = (-(width / 2)) + (Math.random() * (1.5 * width)); t._y = (-(height / 2)) + (Math.random() * (1.5 * height)); t._xscale = (t._yscale = 50 + (Math.random() * (max_snowsize * 10))); t.k = 1 + (Math.random() * 2); t.wind = -1.5 + (Math.random() * 4.2); t.onEnterFrame = mover; i++; } }; mover = function () { this._y = this._y + this.k; this._x = this._x + this.wind; if (this._y > (height + 10)) { this._y = -20; } if (this._x > (width + 20)) { this._x = (-(width / 2)) + (Math.random() * (1.5 * width)); this._y = -20; } else if (this._x < -20) { this._x = (-(width / 2)) + (Math.random() * (1.5 * width)); this._y = -20; } }; init();

Library Items

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

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata present, AS1/AS2.
SWFMetaData (77)Timeline Frame 1264 bytes "<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><rdf:Description rdf:about="" xmlns ..."
ExportAssets (56)Timeline Frame 1Symbol 12 as "tofu3_mc"
ExportAssets (56)Timeline Frame 1Symbol 20 as "tofu2_mc"
ExportAssets (56)Timeline Frame 1Symbol 24 as "target_mc"
ExportAssets (56)Timeline Frame 1Symbol 34 as "tofu1_mc"
ExportAssets (56)Timeline Frame 1Symbol 37 as "crosshair_mc"
ExportAssets (56)Timeline Frame 1Symbol 40 as "snow"
ExportAssets (56)Timeline Frame 1Symbol 43 as "fire"

Labels

"hit"Symbol 12 MovieClip [tofu3_mc] Frame 10
"hit"Symbol 20 MovieClip [tofu2_mc] Frame 10
"hit"Symbol 24 MovieClip [target_mc] Frame 10
"hit"Symbol 34 MovieClip [tofu1_mc] Frame 10
"Loaded"Symbol 129 MovieClip Frame 3




http://swfchan.com/15/72417/info.shtml
Created: 8/4 -2019 19:07:35 Last modified: 8/4 -2019 19:07:35 Server time: 16/06 -2024 10:49:32