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

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

Friendship is like peeing your pants....swf

This is the info page for
Flash #29398

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


Text
FLASH

FUN

PAGES

.COM

loading, please wait...

FlashFunPages.com

FlashFunPages.com

Replay

ActionScript [AS1/AS2]

Frame 1
stop();
Instance of Symbol 40 MovieClip in Frame 1
onClipEvent (enterFrame) { if (_root.getBytesLoaded() >= _root.getBytesTotal()) { _root.gotoAndPlay(2); } else { this.gotoAndStop(Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * this._totalframes)); } }
Frame 3
stopAllSounds();
Instance of Symbol 56 MovieClip "dotmov" in Frame 3
//component parameters onClipEvent (initialize) { state = true; maxdot = 8; brate = 1; scalefx = 6; scale = 2; speed = 5; forcex = 0; forcey = 0; friction = 12; shape = "round"; fxscaley = true; fxscalex = true; coloroption = true; red = false; redway = false; green = false; greenway = false; blue = true; blueway = false; fxfade = true; alphaway = false; }
Frame 4
mysound = new Sound(this); mysound.attachSound("m\u00FCzik"); mysound.start(0, 50);
Frame 195
stop();
Symbol 30 MovieClip Frame 14
stop();
Instance of Symbol 44 MovieClip "spanarea" in Symbol 56 MovieClip Frame 1
onClipEvent (load) { this._visible = 0; }
Instance of Symbol 55 MovieClip "icon" in Symbol 56 MovieClip Frame 1
onClipEvent (load) { this._visible = 0; }
Symbol 56 MovieClip Frame 2
spanx = spanarea._width; spany = spanarea._height; dot._visible = 0; counter++; if ((maxdot > 0) & (state == true)) { j = 0; while (j < brate) { statsdots = random(100 * (j + 1)); statstotal = brate * 100; if (statsdots <= statstotal) { if (j > 0) { counter++; } dot.duplicateMovieClip("dot" + counter, counter); this["dot" + counter].gotoAndStop(shape); this["dot" + counter].speedx = (random(speed * 10) / 10) - (random(speed * 10) / 10); this["dot" + counter].speedy = (random(speed * 10) / 10) - (random(speed * 10) / 10); this["dot" + counter]._xscale = scale; this["dot" + counter]._yscale = scale; this["dot" + counter].wayx = random(3) - 1; this["dot" + counter]._x = (dot._x + random(spanx / 2)) - random(spanx / 2); this["dot" + counter]._y = (dot._y + random(spany / 2)) - random(spany / 2); if (this["dot" + counter].wayx == 0) { this["dot" + counter].wayy = random(3) - 1; } else { this["dot" + counter].wayy = 0; } this["dotColor" + counter] = new Color(this["dot" + counter]); dotColorTransform = new Object(); dotColorTransform.ra = 100; dotColorTransform.rb = 0; dotColorTransform.ga = 100; dotColorTransform.gb = 0; dotColorTransform.ba = 100; dotColorTransform.bb = 0; dotColorTransform.aa = 100; dotColorTransform.ab = 0; this["dotColor" + counter].setTransform(dotColorTransform); } j++; } } i = counter; while (i > (counter - maxdot)) { this["dot" + i]._x = this["dot" + i]._x + (((this["dot" + i].speedx * this["dot" + i].wayx) + forcex) / friction); this["dot" + i]._y = this["dot" + i]._y + (((this["dot" + i].speedy * this["dot" + i].wayy) + forcey) / friction); if (random(10) == 7) { this["dot" + i].wayx = random(3) - 1; if (this["dot" + i].wayx == 0) { this["dot" + i].wayy = random(3) - 1; } else { this["dot" + i].wayy = 0; } } this["dot" + i].speedx = this["dot" + i].speedx / friction; this["dot" + i].speedy = this["dot" + i].speedy / friction; if (fxscalex == true) { this["dot" + i]._xscale = (((maxdot - (counter - i)) * (100 / maxdot)) * scale) + (((counter - i) * (100 / maxdot)) * scalefx); } else { this["dot" + i]._xscale = 100 * scale; } if (fxscaley == true) { this["dot" + i]._yscale = (((maxdot - (counter - i)) * (100 / maxdot)) * scale) + (((counter - i) * (100 / maxdot)) * scalefx); } else { this["dot" + i]._yscale = 100 * scale; } if (coloroption == true) { if (red == true) { if (redway == false) { dotColorTransform.ra = Math.abs(((maxdot - (counter - i)) * (100 / maxdot)) - 100); } else { dotColorTransform.ra = (maxdot - (counter - i)) * (100 / maxdot); } } else if (redway == true) { dotColorTransform.ra = 0; } else { dotColorTransform.ra = 100; } if (green == true) { if (greenway == false) { dotColorTransform.ga = Math.abs(((maxdot - (counter - i)) * (100 / maxdot)) - 100); } else { dotColorTransform.ga = (maxdot - (counter - i)) * (100 / maxdot); } } else if (greenway == true) { dotColorTransform.ga = 0; } else { dotColorTransform.ga = 100; } if (blue == true) { if (blueway == false) { dotColorTransform.ba = Math.abs(((maxdot - (counter - i)) * (100 / maxdot)) - 100); } else { dotColorTransform.ba = (maxdot - (counter - i)) * (100 / maxdot); } } else if (blueway == true) { dotColorTransform.ba = 0; } else { dotColorTransform.ba = 100; } if (fxfade == true) { if (alphaway == false) { dotColorTransform.aa = Math.abs(((maxdot - (counter - i)) * (100 / maxdot)) - 100); } else { dotColorTransform.aa = (maxdot - (counter - i)) * (100 / maxdot); } } else if (alphaway == true) { dotColorTransform.aa = 0; } else { dotColorTransform.aa = 100; } } else { dotColorTransform.ra = 100; dotColorTransform.ga = 100; dotColorTransform.ba = 100; } this["dotColor" + i].setTransform(dotColorTransform); i--; } j = 0; while (j < brate) { if (counter >= maxdot) { this["dot" + ((counter - maxdot) - j)].removeMovieClip(); } j++; } maxdotdif = maxdot - maxdot0; if (maxdotdif < 0) { i = counter - maxdot; while (i >= ((counter - maxdot0) - 1)) { this["dot" + i].removeMovieClip(); i--; } } maxdot0 = maxdot;
Symbol 56 MovieClip Frame 3
gotoAndPlay (2);
Symbol 84 Button
on (release) { getURL ("http://www.flashfunpages.com"); }
Symbol 116 Button
on (release) { gotoAndPlay ("gel"); }
Symbol 122 Button
on (release) { getURL ("http://www.laughnetwork.com"); }

Library Items

Symbol 1 Sound [müzik]
Symbol 2 GraphicUsed by:Timeline
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClipUses:3Used by:5
Symbol 5 MovieClipUses:4Used by:Timeline
Symbol 6 GraphicUsed by:14
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:7Used by:14
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClipUses:9Used by:14
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClipUses:11Used by:14
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:6 8 10 12 13Used by:Timeline
Symbol 15 GraphicUsed by:21
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:16Used by:21
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClipUses:18Used by:21
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:15 17 19 20Used by:Timeline
Symbol 22 GraphicUsed by:29
Symbol 23 FontUsed by:24 25 26
Symbol 24 TextUses:23Used by:29
Symbol 25 TextUses:23Used by:29
Symbol 26 TextUses:23Used by:29
Symbol 27 FontUsed by:28
Symbol 28 TextUses:27Used by:29
Symbol 29 MovieClipUses:22 24 25 26 28Used by:30
Symbol 30 MovieClipUses:29Used by:Timeline
Symbol 31 FontUsed by:32 81 83 115
Symbol 32 TextUses:31Used by:Timeline
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:33Used by:Timeline
Symbol 35 GraphicUsed by:40
Symbol 36 GraphicUsed by:37
Symbol 37 MovieClipUses:36Used by:40
Symbol 38 ShapeTweeningUsed by:40
Symbol 39 GraphicUsed by:40 53
Symbol 40 MovieClipUses:35 37 38 39Used by:Timeline
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:41Used by:Timeline
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:43Used by:56
Symbol 45 GraphicUsed by:53
Symbol 46 GraphicUsed by:53
Symbol 47 GraphicUsed by:53
Symbol 48 GraphicUsed by:53
Symbol 49 GraphicUsed by:53
Symbol 50 GraphicUsed by:53
Symbol 51 GraphicUsed by:53
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:45 46 39 47 48 49 50 51 52Used by:56
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:54Used by:56
Symbol 56 MovieClipUses:44 53 55Used by:Timeline
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClipUses:57Used by:80
Symbol 59 GraphicUsed by:60
Symbol 60 MovieClipUses:59Used by:80
Symbol 61 GraphicUsed by:64
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:62Used by:64
Symbol 64 MovieClipUses:61 63Used by:80
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:65Used by:80
Symbol 67 GraphicUsed by:68
Symbol 68 MovieClipUses:67Used by:80
Symbol 69 GraphicUsed by:73
Symbol 70 GraphicUsed by:72
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:70 71Used by:73
Symbol 73 MovieClipUses:69 72Used by:80
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:74Used by:80
Symbol 76 ShapeTweeningUsed by:79
Symbol 77 ShapeTweeningUsed by:79
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:76 77 78Used by:80
Symbol 80 MovieClipUses:58 60 64 66 68 73 75 79Used by:Timeline
Symbol 81 TextUses:31Used by:84
Symbol 82 GraphicUsed by:84
Symbol 83 TextUses:31Used by:84
Symbol 84 ButtonUses:81 82 83Used by:Timeline
Symbol 85 ShapeTweeningUsed by:Timeline
Symbol 86 GraphicUsed by:Timeline
Symbol 87 GraphicUsed by:Timeline
Symbol 88 GraphicUsed by:Timeline
Symbol 89 GraphicUsed by:Timeline
Symbol 90 GraphicUsed by:Timeline
Symbol 91 GraphicUsed by:Timeline
Symbol 92 GraphicUsed by:Timeline
Symbol 93 GraphicUsed by:Timeline
Symbol 94 GraphicUsed by:Timeline
Symbol 95 GraphicUsed by:Timeline
Symbol 96 GraphicUsed by:Timeline
Symbol 97 GraphicUsed by:Timeline
Symbol 98 GraphicUsed by:Timeline
Symbol 99 GraphicUsed by:Timeline
Symbol 100 GraphicUsed by:Timeline
Symbol 101 GraphicUsed by:Timeline
Symbol 102 GraphicUsed by:Timeline
Symbol 103 GraphicUsed by:Timeline
Symbol 104 GraphicUsed by:Timeline
Symbol 105 GraphicUsed by:Timeline
Symbol 106 GraphicUsed by:Timeline
Symbol 107 GraphicUsed by:Timeline
Symbol 108 GraphicUsed by:Timeline
Symbol 109 GraphicUsed by:Timeline
Symbol 110 GraphicUsed by:Timeline
Symbol 111 GraphicUsed by:Timeline
Symbol 112 GraphicUsed by:113 116
Symbol 113 MovieClipUses:112Used by:116
Symbol 114 GraphicUsed by:116
Symbol 115 TextUses:31Used by:116
Symbol 116 ButtonUses:113 114 115 112Used by:Timeline
Symbol 117 GraphicUsed by:118
Symbol 118 MovieClipUses:117Used by:122
Symbol 119 GraphicUsed by:122
Symbol 120 GraphicUsed by:121 122
Symbol 121 MovieClipUses:120Used by:122
Symbol 122 ButtonUses:118 119 121 120Used by:Timeline
Streaming Sound 1Used by:Timeline

Instance Names

"dotmov"Frame 3Symbol 56 MovieClip
"spanarea"Symbol 56 MovieClip Frame 1Symbol 44 MovieClip
"dot"Symbol 56 MovieClip Frame 1Symbol 53 MovieClip
"icon"Symbol 56 MovieClip Frame 1Symbol 55 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "müzik"

Labels

"round"Symbol 53 MovieClip Frame 1
"roundstroke"Symbol 53 MovieClip Frame 2
"square"Symbol 53 MovieClip Frame 3
"squarestroke"Symbol 53 MovieClip Frame 4
"tick"Symbol 53 MovieClip Frame 5
"roundgradient"Symbol 53 MovieClip Frame 6
"hline"Symbol 53 MovieClip Frame 7
"vline"Symbol 53 MovieClip Frame 8
"flake"Symbol 53 MovieClip Frame 9




http://swfchan.com/6/29398/info.shtml
Created: 19/5 -2019 23:12:24 Last modified: 19/5 -2019 23:12:24 Server time: 11/05 -2024 21:34:59