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

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

Funny Quiz.swf

This is the info page for
Flash #27564

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


Text
FLASH

FUN

PAGES

.COM

loading, please wait...

QUIZ

When asked to name people you know,
please be truthful,
it matters...

This is a really short quiz
with astonishing results.

FlashFunPages.com

FlashFunPages.com

Click here to start!

Pick a number
between 2 and 9,
then
write it below;

?

Type the
first name
of a person
you feel
attracted to...

Type the
first color
you think of...

What was
the name of
your first pet?

Please write
the names of
2 colleagues
or friends;

and, make a wish...

Now...

is the number of times you
should be kicked in the @$$
because you thought that stupid
crap like this actually works!
You are probably one of those
people that forwards those stupid
chain letters to your entire
adressbook!

doesn't give a damn
about you because you waste
your time with crap like this!

doesn't mean a damn
thing...
After all, it is just a
color!

The fact that you chose

is DEAD!

are probably
really ashamed that
they know you
personally!

and

And finally,
that stupid wish
of yours...

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();
Frame 4
mysound = new Sound(this); mysound.attachSound("müzik"); mysound.start(0, 50);
Frame 12
stop();
Instance of Symbol 71 MovieClip "dotmov" in Frame 13
onClipEvent (load) { 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 = true; greenway = false; blue = true; blueway = true; fxfade = true; alphaway = false; }
Frame 38
stop();
Frame 56
stop();
Frame 94
stop();
Frame 112
stop();
Frame 141
stop();
Frame 166
stop();
Frame 207
stop();
Frame 224
stop();
Frame 242
stop();
Frame 259
stop();
Frame 278
stop();
Frame 328
stop();
Symbol 30 MovieClip Frame 14
stop();
Symbol 54 Button
on (release) { getURL ("http://www.flashfunpages.com"); }
Symbol 57 Button
on (release) { gotoAndPlay (13); }
Instance of Symbol 59 MovieClip "spanarea" in Symbol 71 MovieClip Frame 1
onClipEvent (load) { this._visible = 0; }
Instance of Symbol 70 MovieClip "icon" in Symbol 71 MovieClip Frame 1
onClipEvent (load) { this._visible = 0; }
Symbol 71 MovieClip Frame 2
spanx = spanarea._width; spany = spanarea._height; dot._visible = 0; counter++; if ((0 < maxdot) & (state == true)) { j = 0; while (j < brate) { statsdots = random(100 * (j + 1)); statstotal = brate * 100; if (statstotal >= statsdots) { if (0 < j) { 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 ((counter - maxdot) < i) { 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 71 MovieClip Frame 3
gotoAndPlay (2);
Symbol 95 Button
on (release) { gotoAndPlay (39); }
Symbol 129 Button
on (release) { gotoAndPlay (57); }
Symbol 148 Button
on (release) { gotoAndPlay (95); }
Symbol 160 Button
on (release) { gotoAndPlay (113); }
Symbol 165 Button
on (release) { gotoAndPlay (142); }
Symbol 176 Button
on (release) { gotoAndPlay (167); }
Symbol 190 Button
on (release) { gotoAndPlay (208); }
Symbol 198 Button
on (release) { gotoAndPlay (225); }
Symbol 205 Button
on (release) { gotoAndPlay (243); }
Symbol 208 Button
on (release) { gotoAndPlay (260); }
Symbol 216 Button
on (release) { gotoAndPlay (279); }
Symbol 224 Button
on (release) { gotoAndPlay (3); }
Symbol 230 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 48 49 50 51 53 55 182 183 196 197 202 203 204 206 207 209 210 211 212 217 223
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 68
Symbol 40 MovieClipUses:35 37 38 39Used by:Timeline
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:41Used by:46
Symbol 43 BitmapUsed by:44
Symbol 44 GraphicUses:43Used by:45
Symbol 45 MovieClipUses:44Used by:46 144
Symbol 46 MovieClipUses:42 45Used by:Timeline
Symbol 47 GraphicUsed by:Timeline
Symbol 48 TextUses:31Used by:Timeline
Symbol 49 TextUses:31Used by:Timeline
Symbol 50 TextUses:31Used by:Timeline
Symbol 51 TextUses:31Used by:54
Symbol 52 GraphicUsed by:54 95 129 148 160 165 176 190 198 205 208 216  Timeline
Symbol 53 TextUses:31Used by:54
Symbol 54 ButtonUses:51 52 53Used by:Timeline
Symbol 55 TextUses:31Used by:Timeline
Symbol 56 GraphicUsed by:57
Symbol 57 ButtonUses:56Used by:Timeline
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClipUses:58Used by:71
Symbol 60 GraphicUsed by:68
Symbol 61 GraphicUsed by:68
Symbol 62 GraphicUsed by:68
Symbol 63 GraphicUsed by:68
Symbol 64 GraphicUsed by:68
Symbol 65 GraphicUsed by:68
Symbol 66 GraphicUsed by:68
Symbol 67 GraphicUsed by:68
Symbol 68 MovieClipUses:60 61 39 62 63 64 65 66 67Used by:71
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:69Used by:71
Symbol 71 MovieClipUses:59 68 70Used by:Timeline
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:72Used by:Timeline
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:74Used by:Timeline
Symbol 76 BitmapUsed by:77 79
Symbol 77 GraphicUses:76Used by:78
Symbol 78 MovieClipUses:77Used by:Timeline
Symbol 79 GraphicUses:76Used by:80
Symbol 80 MovieClipUses:79Used by:Timeline
Symbol 81 GraphicUsed by:85
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:82Used by:85 99
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:81 83 84Used by:Timeline
Symbol 86 FontUsed by:87 118 146 158 162 163 169
Symbol 87 EditableTextUses:86Used by:Timeline
Symbol 88 FontUsed by:89 115 128 147 159 164 170
Symbol 89 TextUses:88Used by:Timeline
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:90Used by:Timeline
Symbol 92 GraphicUsed by:95 129 148 160 165 190 198 205 208 216
Symbol 93 GraphicUsed by:95 129 148 160 165 190 198 205 208 216
Symbol 94 GraphicUsed by:95 129 148 160 165 190 198 205 208 216
Symbol 95 ButtonUses:92 93 52 94Used by:Timeline
Symbol 96 GraphicUsed by:Timeline
Symbol 97 GraphicUsed by:99
Symbol 98 GraphicUsed by:99
Symbol 99 MovieClipUses:97 83 98Used by:Timeline
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:100Used by:Timeline
Symbol 102 GraphicUsed by:103
Symbol 103 MovieClipUses:102Used by:Timeline
Symbol 104 GraphicUsed by:105
Symbol 105 MovieClipUses:104Used by:Timeline
Symbol 106 GraphicUsed by:113
Symbol 107 GraphicUsed by:111
Symbol 108 GraphicUsed by:111
Symbol 109 GraphicUsed by:111
Symbol 110 GraphicUsed by:111 125
Symbol 111 MovieClipUses:107 108 109 110Used by:113
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:106 111 112Used by:Timeline
Symbol 114 GraphicUsed by:116
Symbol 115 TextUses:88Used by:116
Symbol 116 MovieClipUses:114 115Used by:Timeline
Symbol 117 ShapeTweeningUsed by:Timeline
Symbol 118 EditableTextUses:86Used by:Timeline
Symbol 119 GraphicUsed by:120
Symbol 120 MovieClipUses:119Used by:Timeline
Symbol 121 GraphicUsed by:127
Symbol 122 GraphicUsed by:125
Symbol 123 GraphicUsed by:125
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClipUses:122 123 124 110Used by:127
Symbol 126 GraphicUsed by:127
Symbol 127 MovieClipUses:121 125 126Used by:Timeline
Symbol 128 TextUses:88Used by:Timeline
Symbol 129 ButtonUses:92 93 52 94Used by:Timeline
Symbol 130 GraphicUsed by:131
Symbol 131 MovieClipUses:130Used by:144
Symbol 132 GraphicUsed by:133
Symbol 133 MovieClipUses:132Used by:144
Symbol 134 GraphicUsed by:135
Symbol 135 MovieClipUses:134Used by:144
Symbol 136 GraphicUsed by:137
Symbol 137 MovieClipUses:136Used by:144
Symbol 138 GraphicUsed by:139
Symbol 139 MovieClipUses:138Used by:144
Symbol 140 GraphicUsed by:141
Symbol 141 MovieClipUses:140Used by:144
Symbol 142 GraphicUsed by:143
Symbol 143 MovieClipUses:142Used by:144
Symbol 144 MovieClipUses:131 133 135 137 139 141 143 45Used by:Timeline
Symbol 145 ShapeTweeningUsed by:Timeline
Symbol 146 EditableTextUses:86Used by:Timeline
Symbol 147 TextUses:88Used by:Timeline
Symbol 148 ButtonUses:92 93 52 94Used by:Timeline
Symbol 149 GraphicUsed by:Timeline
Symbol 150 GraphicUsed by:Timeline
Symbol 151 GraphicUsed by:Timeline
Symbol 152 GraphicUsed by:Timeline
Symbol 153 GraphicUsed by:154
Symbol 154 MovieClipUses:153Used by:Timeline
Symbol 155 GraphicUsed by:156
Symbol 156 MovieClipUses:155Used by:Timeline
Symbol 157 ShapeTweeningUsed by:Timeline
Symbol 158 EditableTextUses:86Used by:Timeline
Symbol 159 TextUses:88Used by:Timeline
Symbol 160 ButtonUses:92 93 52 94Used by:Timeline
Symbol 161 ShapeTweeningUsed by:Timeline
Symbol 162 EditableTextUses:86Used by:Timeline
Symbol 163 EditableTextUses:86Used by:Timeline
Symbol 164 TextUses:88Used by:Timeline
Symbol 165 ButtonUses:92 93 52 94Used by:Timeline
Symbol 166 GraphicUsed by:167
Symbol 167 MovieClipUses:166Used by:Timeline
Symbol 168 ShapeTweeningUsed by:Timeline
Symbol 169 EditableTextUses:86Used by:Timeline
Symbol 170 TextUses:88Used by:Timeline
Symbol 171 GraphicUsed by:172
Symbol 172 MovieClipUses:171Used by:Timeline
Symbol 173 GraphicUsed by:176
Symbol 174 GraphicUsed by:176
Symbol 175 GraphicUsed by:176
Symbol 176 ButtonUses:173 174 52 175Used by:Timeline
Symbol 177 GraphicUsed by:Timeline
Symbol 178 ShapeTweeningUsed by:Timeline
Symbol 179 FontUsed by:180
Symbol 180 TextUses:179Used by:181
Symbol 181 MovieClipUses:180Used by:Timeline
Symbol 182 TextUses:31Used by:Timeline
Symbol 183 EditableTextUses:31Used by:Timeline
Symbol 184 GraphicUsed by:189
Symbol 185 GraphicUsed by:187
Symbol 186 GraphicUsed by:187
Symbol 187 MovieClipUses:185 186Used by:189
Symbol 188 GraphicUsed by:189 195
Symbol 189 MovieClipUses:184 187 188Used by:Timeline
Symbol 190 ButtonUses:92 93 52 94Used by:Timeline
Symbol 191 GraphicUsed by:195
Symbol 192 GraphicUsed by:194
Symbol 193 GraphicUsed by:194
Symbol 194 MovieClipUses:192 193Used by:195 201
Symbol 195 MovieClipUses:191 194 188Used by:Timeline
Symbol 196 EditableTextUses:31Used by:Timeline
Symbol 197 TextUses:31Used by:Timeline
Symbol 198 ButtonUses:92 93 52 94Used by:Timeline
Symbol 199 GraphicUsed by:201
Symbol 200 GraphicUsed by:201
Symbol 201 MovieClipUses:199 194 200Used by:Timeline
Symbol 202 EditableTextUses:31Used by:Timeline
Symbol 203 TextUses:31Used by:Timeline
Symbol 204 TextUses:31Used by:Timeline
Symbol 205 ButtonUses:92 93 52 94Used by:Timeline
Symbol 206 EditableTextUses:31Used by:Timeline
Symbol 207 TextUses:31Used by:Timeline
Symbol 208 ButtonUses:92 93 52 94Used by:Timeline
Symbol 209 EditableTextUses:31Used by:Timeline
Symbol 210 TextUses:31Used by:Timeline
Symbol 211 TextUses:31Used by:Timeline
Symbol 212 EditableTextUses:31Used by:Timeline
Symbol 213 GraphicUsed by:Timeline
Symbol 214 GraphicUsed by:Timeline
Symbol 215 GraphicUsed by:Timeline
Symbol 216 ButtonUses:92 93 52 94Used by:Timeline
Symbol 217 TextUses:31Used by:Timeline
Symbol 218 GraphicUsed by:219
Symbol 219 MovieClipUses:218Used by:Timeline
Symbol 220 GraphicUsed by:221 224
Symbol 221 MovieClipUses:220Used by:224
Symbol 222 GraphicUsed by:224
Symbol 223 TextUses:31Used by:224
Symbol 224 ButtonUses:221 222 223 220Used by:Timeline
Symbol 225 GraphicUsed by:226
Symbol 226 MovieClipUses:225Used by:230
Symbol 227 GraphicUsed by:230
Symbol 228 GraphicUsed by:229 230
Symbol 229 MovieClipUses:228Used by:230
Symbol 230 ButtonUses:226 227 229 228Used by:Timeline
Streaming Sound 1Used by:Timeline

Instance Names

"dotmov"Frame 13Symbol 71 MovieClip
"spanarea"Symbol 71 MovieClip Frame 1Symbol 59 MovieClip
"dot"Symbol 71 MovieClip Frame 1Symbol 68 MovieClip
"icon"Symbol 71 MovieClip Frame 1Symbol 70 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$0Q$.mf0IE7/cz4H4/zlGCg18/."
ExportAssets (56)Timeline Frame 1Symbol 1 as "müzik"

Labels

"two"Frame 39
"three"Frame 57
"four"Frame 95
"five"Frame 113
"six"Frame 142
"son"Frame 167
"son2"Frame 208
"son3"Frame 225
"son4"Frame 243
"son5"Frame 260
"son6"Frame 279
"round"Symbol 68 MovieClip Frame 1
"roundstroke"Symbol 68 MovieClip Frame 2
"square"Symbol 68 MovieClip Frame 3
"squarestroke"Symbol 68 MovieClip Frame 4
"tick"Symbol 68 MovieClip Frame 5
"roundgradient"Symbol 68 MovieClip Frame 6
"hline"Symbol 68 MovieClip Frame 7
"vline"Symbol 68 MovieClip Frame 8
"flake"Symbol 68 MovieClip Frame 9

Dynamic Text Variables

v1Symbol 87 EditableText""
v2Symbol 118 EditableText""
v3Symbol 146 EditableText""
v4Symbol 158 EditableText""
v5Symbol 162 EditableText""
v6Symbol 163 EditableText""
v7Symbol 169 EditableText""
v1Symbol 183 EditableText""
v2Symbol 196 EditableText""
v3Symbol 202 EditableText""
v4Symbol 206 EditableText""
v5Symbol 209 EditableText""
v6Symbol 212 EditableText""




http://swfchan.com/6/27564/info.shtml
Created: 21/5 -2019 10:02:06 Last modified: 21/5 -2019 10:02:06 Server time: 15/05 -2024 00:16:15