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

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

SA_-_shmorky_-_karnov2_-_tylerk-karnovgame.swf

This is the info page for
Flash #17267

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


Text
<p align="center"><font face="arial" size="60" color="#000000" letterSpacing="5.000000" kerning="0">fuck</font></p>

YOU HAVE
WON THE GAME

HELL YEAH

ActionScript [AS1/AS2]

Frame 2
perc = _root.getBytesLoaded() / _root.getBytesTotal(); _root.loadperc = perc * 100; if (perc >= 1) { _root.gotoAndStop(3); } else { _root.gotoAndPlay(1); }
Frame 3
main = new Object(); main.w = 550; main.h = 400; doBlood = function (sx, sy, scaling, blendstyle, whichClip) { if (whichClip == undefined) { whichClip = "bloodmain"; } var _local4 = _root.getNextHighestDepth(); var _local3 = "sprite" + _local4; _root.attachMovie(whichClip, _local3, _local4); _root[_local3]._x = sx; _root[_local3]._y = sy; _root[_local3]._xscale = scaling; _root[_local3]._yscale = scaling; _root[_local3].xinc = (Math.random() * 15) - 7.5; _root[_local3].yinc = (Math.random() * 10) - 15; _root[_local3].blendMode = blendstyle; var _local5 = _root[_local3]._totalframes; _root[_local3].gotoAndStop(random(_local5) + 1); _root[_local3].onEnterFrame = function () { this._x = this._x + this.xinc; this._y = this._y + this.yinc; this.yinc = this.yinc + 1.5; this.xinc = this.xinc * 0.99; this._xscale = this._xscale - 3; this._yscale = this._yscale - 3; this._alpha = this._alpha - 5; if (this._alpha <= 0) { this.removeMovieClip(); } }; }; doBloodBurst = function (sx, sy, scaling, blendstyle, staramount, whichClip) { if (whichClip == undefined) { whichClip = "bloodmain"; } var _local1 = 0; while (_local1 < staramount) { doBlood(sx, sy, scaling, blendstyle, whichClip); _local1++; } }; doFade = function (fadeOut, fadeToFrame, fadeFunc) { _root.fader.removeMovieClip(); if (fadeToFrame == null) { fadeToFrame = undefined; } _root.createEmptyMovieClip("fader", _root.getNextHighestDepth()); fader.beginFill(0, 100); fader.moveTo(0, 0); fader.lineTo(main.w, 0); fader.lineTo(main.w, main.h); fader.lineTo(0, main.h); fader.lineTo(0, 0); fader.endFill(); if (fadeOut) { fader._alpha = 0; fader.atarget = 130; fader.aspeed = 4; } else { fader._alpha = 100; fader.atarget = -30; fader.aspeed = -4; } fader.onEnterFrame = function () { this._alpha = this._alpha + this.aspeed; if (fadeOut) { if (this._alpha >= (this.atarget + 5)) { this._alpha = this.atarget; this.updateAfterEvent(); if (fadeFunc != undefined) { _root[fadeFunc].call(); } if (fadeToFrame != undefined) { _root.gotoAndStop(fadeToFrame); } this.removeMovieClip(); } } else if (this._alpha <= (this.atarget - 5)) { this._alpha = this.atarget; if (fadeFunc != undefined) { _root[fadeFunc].call(); } if (fadeToFrame != undefined) { _root.gotoAndStop(fadeToFrame); } this.removeMovieClip(); } }; }; doFade(true, 4);
Frame 4
doFade(false);
Instance of Symbol 51 MovieClip "skelly" in Frame 4
onClipEvent (load) { } onClipEvent (enterFrame) { if (_root.switch3) { this.gotoAndStop(1); delete this.onEnterFrame; } }
Instance of Symbol 70 MovieClip "dino" in Frame 4
onClipEvent (load) { blarg = new Sound(this); blarg.attachSound("gettysborg"); _root.switch1 = true; blarg.onSoundComplete = function () { _root.switch1 = true; }; flam = new Sound(_root.bg); flam.attachSound("fart"); flam.setVolume(40); flim = new Sound(this); flim.attachSound("punch"); flim.setVolume(80); blarg.setVolume(100); grounder = 300; grounded = false; yvel = 0; grav = 0.6; fartBounce = function (fartflag) { this.grounded = false; if (!fartflag) { this.yvel = 15; this.xvel = ((Math.random() * 10) * 2) - 10; flam.setPan(p); flam.start(0, 0); } else { flim.setPan(p); flim.start(0, 0); this.xvel = 20; this.yvel = 35; } }; } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { this.fartBounce(); if (_root.switch1) { _root.switch1 = false; blarg.start(0, 0); _root.dino.head.slammer(); } } } onClipEvent (enterFrame) { if (_root.switch2) { this._y = this._y - yvel; yvel = yvel - grav; this._x = this._x + xvel; this._rotation = this._rotation + (xvel * 2); p = ((this._x / 550) * 200) - 100; blarg.setPan(p); if ((this._x + (this._width / 2)) > 550) { this._x = 550 - (this._width / 2); xvel = xvel * -1; this._xscale = this._xscale * -1; } else if ((this._x - (this._width / 2)) < 0) { this._x = this._width / 2; xvel = xvel * -1; this._xscale = this._xscale * -1; } if (this._y > grounder) { this._rotation = 0; this._y = grounder; grounded = true; xvel = 0; yvel = 0; } } if (this._x < 200) { if (this.hitTest(_root.skelly) and (_root.skelly._currentframe == 84)) { blarg.stop(); _root.switch1 = true; this.fartBounce(true); _root.switch3 = true; _root.doBloodBurst(this._x, this._y - 20, 150, "normal", 30, "bloodmain"); _root.doFade(true, 5); } } }
Frame 5
doFade(false);
Instance of Symbol 87 MovieClip in Frame 5
onClipEvent (load) { poop = 1; this.gotoAndStop(1); this.ticklepower = 0; going = false; gotimer = 0; gotimerreset = 10; poopshit = new Sound(this); poopshit.attachSound("poke"); poopshit.setVolume(30); increaseTickle = function () { if (this._currentframe < 140) { poopshit.start(0, 0); this.gotoAndPlay(this._currentframe); going = true; this._xscale = this._xscale + 2; this._yscale = this._yscale + 2; } }; } onClipEvent (enterFrame) { if (going) { gotimer++; if (this._currentframe < 140) { if (gotimer == gotimerreset) { gotimer = 0; going = false; this.gotoAndStop(this._currentframe); } } } if ((this._currentframe == this._totalframes) and (poop == 1)) { this.stop(); _root.doFade(true, 6); poop = 2; } }
Frame 6
doFade(false);
Instance of Symbol 89 MovieClip in Frame 6
onClipEvent (enterFrame) { this._xscale = random(100); this._yscale = random(100); }
Instance of Symbol 100 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this._currentframe == this._totalframes) { this._x++; this._yscale--; if (this._yscale <= 0) { _root.gotoAndStop(7); } } }
Symbol 45 Button
on (press) { _root.switch2 = true; }
Instance of Symbol 57 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { this.arm1._rotation = random(10); this.arm2._rotation = random(10); }
Instance of Symbol 69 MovieClip "head" in Symbol 70 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); this.plap = this._totalframes; slammer = function () { this.poopdick = setInterval(this, "switchheads", 80); }; switchheads = function () { if (!_root.switch1) { this.gotoAndStop(random(plap) + 1); } else { clearInterval(poopdick); } }; }
Symbol 76 MovieClip Frame 1
ballnum = 20; i = 0; while (i < ballnum) { this.attachMovie("angel", "circle" + i, i + 20); this["circle" + i]._x = random(550); this["circle" + i]._y = random(400); this["circle" + i].xvel = (-i) / 4; this["circle" + i]._xscale = Math.abs(this["circle" + i].xvel * 100); this["circle" + i]._yscale = Math.abs(this["circle" + i].xvel * 100); i++; }
Symbol 76 MovieClip Frame 3
beenCalled = false; var i = 0; while (i < ballnum) { this["circle" + i]._x = this["circle" + i]._x + this["circle" + i].xvel; if (this["circle" + i]._x < -80) { this["circle" + i]._x = 620; this["circle" + i]._y = random(400); this["circle" + i].xvel = (-i) / 3; this["circle" + i]._xscale = Math.abs(this["circle" + i].xvel * 100); this["circle" + i]._yscale = Math.abs(this["circle" + i].xvel * 100); } i++; } this.gotoAndPlay(2);
Symbol 79 Button
on (rollOver) { this.increaseTickle(); }
Symbol 100 MovieClip Frame 425
stop();

Library Items

Symbol 1 Sound [punch]
Symbol 2 Sound [poke]
Symbol 3 Sound [gettysborg]
Symbol 4 Sound [fart]
Symbol 5 GraphicUsed by:18
Symbol 6 GraphicUsed by:18
Symbol 7 GraphicUsed by:18
Symbol 8 GraphicUsed by:18
Symbol 9 GraphicUsed by:18
Symbol 10 GraphicUsed by:18
Symbol 11 GraphicUsed by:18
Symbol 12 GraphicUsed by:18
Symbol 13 GraphicUsed by:18
Symbol 14 GraphicUsed by:18
Symbol 15 GraphicUsed by:18
Symbol 16 GraphicUsed by:18
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClip [bloodmain]Uses:5 6 7 8 9 10 11 12 13 14 15 16 17
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:35
Symbol 21 BitmapUsed by:22
Symbol 22 GraphicUses:21Used by:35
Symbol 23 BitmapUsed by:24
Symbol 24 GraphicUses:23Used by:35
Symbol 25 BitmapUsed by:26
Symbol 26 GraphicUses:25Used by:35
Symbol 27 BitmapUsed by:28
Symbol 28 GraphicUses:27Used by:35
Symbol 29 BitmapUsed by:30
Symbol 30 GraphicUses:29Used by:35
Symbol 31 BitmapUsed by:32
Symbol 32 GraphicUses:31Used by:35
Symbol 33 BitmapUsed by:34
Symbol 34 GraphicUses:33Used by:35
Symbol 35 MovieClip [angel]Uses:20 22 24 26 28 30 32 34
Symbol 36 FontUsed by:37 101 102
Symbol 37 EditableTextUses:36Used by:Timeline
Symbol 38 GraphicUsed by:Timeline
Symbol 39 GraphicUsed by:Timeline
Symbol 40 BitmapUsed by:41
Symbol 41 GraphicUses:40Used by:42
Symbol 42 MovieClipUses:41Used by:47
Symbol 43 GraphicUsed by:46
Symbol 44 GraphicUsed by:45
Symbol 45 ButtonUses:44Used by:46
Symbol 46 MovieClipUses:43 45Used by:47
Symbol 47 MovieClipUses:42 46Used by:Timeline
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:48Used by:50
Symbol 50 MovieClipUses:49Used by:51
Symbol 51 MovieClipUses:50 SS1Used by:Timeline
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:52Used by:57
Symbol 54 GraphicUsed by:57
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClipUses:55Used by:57
Symbol 57 MovieClipUses:53 54 56Used by:70
Symbol 58 GraphicUsed by:69
Symbol 59 GraphicUsed by:69
Symbol 60 GraphicUsed by:69
Symbol 61 GraphicUsed by:69
Symbol 62 GraphicUsed by:69
Symbol 63 GraphicUsed by:69
Symbol 64 GraphicUsed by:69
Symbol 65 GraphicUsed by:69
Symbol 66 GraphicUsed by:69
Symbol 67 GraphicUsed by:69
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:58 59 60 61 62 63 64 65 66 67 68Used by:70
Symbol 70 MovieClipUses:57 69Used by:Timeline
Symbol 71 GraphicUsed by:75
Symbol 72 GraphicUsed by:75
Symbol 73 GraphicUsed by:75
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:71 72 73 74Used by:76
Symbol 76 MovieClipUses:75Used by:Timeline
Symbol 77 GraphicUsed by:87
Symbol 78 GraphicUsed by:79
Symbol 79 ButtonUses:78Used by:87
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:80Used by:87
Symbol 82 GraphicUsed by:87
Symbol 83 GraphicUsed by:87
Symbol 84 GraphicUsed by:87
Symbol 85 GraphicUsed by:86
Symbol 86 MovieClipUses:85Used by:87
Symbol 87 MovieClipUses:77 79 81 82 83 84 86 SS2Used by:Timeline
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:88Used by:Timeline
Symbol 90 BitmapUsed by:91
Symbol 91 GraphicUses:90Used by:100
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:92Used by:100
Symbol 94 GraphicUsed by:100
Symbol 95 SoundUsed by:100
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClipUses:96Used by:100
Symbol 98 GraphicUsed by:100
Symbol 99 GraphicUsed by:100
Symbol 100 MovieClipUses:91 93 94 95 97 98 99 SS3Used by:Timeline
Symbol 101 TextUses:36Used by:Timeline
Symbol 102 TextUses:36Used by:Timeline
Streaming Sound 1Used by:Symbol 51 MovieClip
Streaming Sound 2Used by:Symbol 87 MovieClip
Streaming Sound 3Used by:Symbol 100 MovieClip

Instance Names

"loadperc"Frame 1Symbol 37 EditableText
"bg"Frame 4Symbol 47 MovieClip
"skelly"Frame 4Symbol 51 MovieClip
"dino"Frame 4Symbol 70 MovieClip
"arm2"Symbol 57 MovieClip Frame 1Symbol 53 MovieClip
"arm1"Symbol 57 MovieClip Frame 1Symbol 56 MovieClip
"head"Symbol 70 MovieClip Frame 1Symbol 69 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "punch"
ExportAssets (56)Timeline Frame 1Symbol 2 as "poke"
ExportAssets (56)Timeline Frame 1Symbol 3 as "gettysborg"
ExportAssets (56)Timeline Frame 1Symbol 4 as "fart"
ExportAssets (56)Timeline Frame 1Symbol 18 as "bloodmain"
ExportAssets (56)Timeline Frame 1Symbol 35 as "angel"




http://swfchan.com/4/17267/info.shtml
Created: 1/6 -2019 04:23:04 Last modified: 1/6 -2019 04:23:04 Server time: 04/05 -2024 14:52:56