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/62023632?noj=FRM62023632-15DC" width="1" height="1"></div>

Fun Flash Quiz, another awesome funpage from Flash Fun Pages.swf

This is the info page for
Flash #28197

(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

1.         How do you put a giraffe into a refrigerator?

?

?

2.How do you put an elephant into a refrigerator?

Did you say,
"Open the refrigerator, put in the elephant,
and close the refrigerator?"

Correct Answer:
Open the refrigerator, take out the giraffe,
put in the elephant and close the door.

This tests your ability
to think through
the repercussions of
your previous actions.

Correct Answer:
The Elephant.
The elephant is
in the refrigerator.
You just put him in there.
This tests your memory.

OK, even if you did not answer
the first three questions correctly,
you still have one more chance
to show your true abilities.

RivEr

Correct Answer:
You swim across.
All the crocodiles
are attending the
Animal Meeting.

This tests
whether you learn
quickly from
your mistakes.

According to Anderson Consulting Worldwide,
around 90% of the professionals they tested
got all questions wrong.

But many preschoolers got
several correct answers.

Anderson Consulting
says this conclusively
disproves the theory
that most professionals
have the brains of
a four year old.

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\u00FCzik"); mysound.start(0, 50);
Frame 14
stop();
Frame 48
stop();
Frame 81
stop();
Frame 116
stop();
Frame 172
stop();
Frame 212
stop();
Frame 239
stop();
Frame 271
stop();
Frame 284
stop();
Frame 310
stop();
Frame 349
stop();
Frame 370
stop();
Frame 485
stop();
Symbol 30 MovieClip Frame 14
stop();
Symbol 53 Button
on (release) { getURL ("http://www.flashfunpages.com"); }
Symbol 59 Button
on (release) { gotoAndPlay (15); }
Symbol 87 Button
on (release) { gotoAndPlay (49); }
Symbol 97 Button
on (release) { gotoAndPlay (82); }
Symbol 114 Button
on (release) { gotoAndPlay (117); }
Symbol 118 MovieClip Frame 1
randomcolour = Math.floor(Math.random() * 3); if (randomcolour == 0) { gotoAndStop (2); } if (randomcolour == 1) { gotoAndStop (3); } if (randomcolour == 2) { gotoAndStop (4); }
Symbol 118 MovieClip Frame 2
randomalpha = Math.floor(Math.random() * 2); if (randomcolour == 0) { line._alpha = 100; } if (randomcolour == 1) { line._alpha = 50; } stop();
Symbol 118 MovieClip Frame 3
randomalpha = Math.floor(Math.random() * 2); if (randomcolour == 0) { line._alpha = 100; } if (randomcolour == 1) { line._alpha = 50; } stop();
Symbol 118 MovieClip Frame 4
randomalpha = Math.floor(Math.random() * 2); if (randomcolour == 0) { line._alpha = 100; } if (randomcolour == 1) { line._alpha = 50; } stop();
Symbol 119 MovieClip Frame 1
moveadjust = 1; moviewidth = 640; movieheight = 480; nooflines = 9; line0._visible = false; i = 1; while (i <= nooflines) { duplicateMovieClip ("line0", "line" add i, i); this["line" add i]._alpha = 0; this[("line" add i) add "status"] = "dead"; i++; }
Symbol 119 MovieClip Frame 2
function LeftOrRight() { lor = Math.floor(Math.random() * 2); } function IfDead() { i = 1; while (i <= nooflines) { if (this[("line" add i) add "status"] == "dead") { randomperc = Math.floor(Math.random() * 100) + 1; this["line" add i]._xscale = randomperc; this[("line" add i) add "move"] = randomperc / moveadjust; LeftOrRight(); if (lor == 1) { this["line" add i]._x = moviewidth + 250; this[("line" add i) add "status"] = "alive"; this[("line" add i) add "dir"] = "rl"; } else { this["line" add i]._x = -250; this[("line" add i) add "status"] = "alive"; this[("line" add i) add "dir"] = "lr"; } this["line" add i]._alpha = 100; } i++; } } function MoveLines() { i = 1; while (i <= nooflines) { if (this[("line" add i) add "status"] == "alive") { if (this[("line" add i) add "dir"] == "lr") { this["line" add i]._x = this["line" add i]._x + this[("line" add i) add "move"]; } if (this[("line" add i) add "dir"] == "rl") { this["line" add i]._x = this["line" add i]._x - this[("line" add i) add "move"]; } } i++; } } function DieNow() { i = 1; while (i <= nooflines) { if (this[("line" add i) add "status"] == "alive") { if ((this[("line" add i) add "dir"] == "lr") && (this["line" add i]._x > (moviewidth + 250))) { this["line" add i]._x = -250; this["line" add i]._alpha = 0; this[("line" add i) add "status"] = "dead"; } if ((this[("line" add i) add "dir"] == "rl") && (this["line" add i]._x < -250)) { this["line" add i]._x = -250; this["line" add i]._alpha = 0; this[("line" add i) add "status"] = "dead"; } } i++; } }
Symbol 119 MovieClip Frame 3
IfDead(); MoveLines(); DieNow();
Symbol 119 MovieClip Frame 4
gotoAndPlay(_currentframe - 1);
Symbol 124 Button
on (release) { gotoAndPlay (173); }
Symbol 131 Button
on (release) { gotoAndPlay (213); }
Symbol 150 Button
on (release) { gotoAndPlay (240); }
Symbol 164 Button
on (release) { gotoAndPlay (272); }
Symbol 171 Button
on (release) { gotoAndPlay (285); }
Symbol 205 Button
on (release) { gotoAndPlay (311); }
Symbol 213 Button
on (release) { gotoAndPlay (350); }
Symbol 215 Button
on (release) { gotoAndPlay (371); }
Symbol 261 Button
on (release) { gotoAndPlay (3); }
Symbol 267 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 50 52 260
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
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:49 92 156
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:45Used by:49
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:47Used by:49 92
Symbol 49 MovieClipUses:44 46 48Used by:Timeline
Symbol 50 TextUses:31Used by:53
Symbol 51 GraphicUsed by:53 59 87 97 114 124 131 150 164 171 205 213 215
Symbol 52 TextUses:31Used by:53
Symbol 53 ButtonUses:50 51 52Used by:Timeline
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:54Used by:Timeline
Symbol 56 GraphicUsed by:59 87 97 114 124 131 150 164 171 205 213 215
Symbol 57 GraphicUsed by:59 87 97 114 124 131 150 164 171 205 213 215
Symbol 58 GraphicUsed by:59 87 97 114 124 131 150 164 171 205 213 215
Symbol 59 ButtonUses:56 57 51 58Used by:Timeline
Symbol 60 GraphicUsed by:69
Symbol 61 GraphicUsed by:62
Symbol 62 MovieClipUses:61Used by:69
Symbol 63 GraphicUsed by:68
Symbol 64 GraphicUsed by:66
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:64 65Used by:68
Symbol 67 GraphicUsed by:68
Symbol 68 MovieClipUses:63 66 67Used by:69
Symbol 69 MovieClipUses:60 62 68Used by:91  Timeline
Symbol 70 ShapeTweeningUsed by:Timeline
Symbol 71 ShapeTweeningUsed by:Timeline
Symbol 72 ShapeTweeningUsed by:Timeline
Symbol 73 ShapeTweeningUsed by:Timeline
Symbol 74 ShapeTweeningUsed by:Timeline
Symbol 75 ShapeTweeningUsed by:Timeline
Symbol 76 FontUsed by:77 110 121 125 129 159 168 211 214 219 223 225
Symbol 77 TextUses:76Used by:Timeline
Symbol 78 ShapeTweeningUsed by:Timeline
Symbol 79 ShapeTweeningUsed by:Timeline
Symbol 80 GraphicUsed by:Timeline
Symbol 81 GraphicUsed by:Timeline
Symbol 82 GraphicUsed by:Timeline
Symbol 83 GraphicUsed by:Timeline
Symbol 84 FontUsed by:85 86
Symbol 85 TextUses:84Used by:Timeline
Symbol 86 TextUses:84Used by:Timeline
Symbol 87 ButtonUses:56 57 51 58Used by:Timeline
Symbol 88 ShapeTweeningUsed by:Timeline
Symbol 89 GraphicUsed by:91 154
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:89 69 90Used by:92
Symbol 92 MovieClipUses:44 91 48Used by:Timeline
Symbol 93 ShapeTweeningUsed by:Timeline
Symbol 94 GraphicUsed by:Timeline
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:95Used by:Timeline
Symbol 97 ButtonUses:56 57 51 58Used by:Timeline
Symbol 98 ShapeTweeningUsed by:Timeline
Symbol 99 GraphicUsed by:108
Symbol 100 GraphicUsed by:107
Symbol 101 GraphicUsed by:107
Symbol 102 GraphicUsed by:107
Symbol 103 GraphicUsed by:107
Symbol 104 GraphicUsed by:107
Symbol 105 GraphicUsed by:107
Symbol 106 GraphicUsed by:107
Symbol 107 MovieClipUses:100 101 102 103 104 105 106Used by:108
Symbol 108 MovieClipUses:99 107Used by:154  Timeline
Symbol 109 ShapeTweeningUsed by:Timeline
Symbol 110 TextUses:76Used by:Timeline
Symbol 111 GraphicUsed by:Timeline
Symbol 112 GraphicUsed by:Timeline
Symbol 113 GraphicUsed by:Timeline
Symbol 114 ButtonUses:56 57 51 58Used by:Timeline
Symbol 115 ShapeTweeningUsed by:Timeline
Symbol 116 GraphicUsed by:117
Symbol 117 MovieClipUses:116Used by:118
Symbol 118 MovieClipUses:117Used by:119
Symbol 119 MovieClipUses:118Used by:Timeline
Symbol 120 ShapeTweeningUsed by:Timeline
Symbol 121 TextUses:76Used by:Timeline
Symbol 122 GraphicUsed by:123
Symbol 123 MovieClipUses:122Used by:Timeline
Symbol 124 ButtonUses:56 57 51 58Used by:Timeline
Symbol 125 TextUses:76Used by:126
Symbol 126 MovieClipUses:125Used by:Timeline
Symbol 127 ShapeTweeningUsed by:Timeline
Symbol 128 GraphicUsed by:Timeline
Symbol 129 TextUses:76Used by:130
Symbol 130 MovieClipUses:129Used by:Timeline
Symbol 131 ButtonUses:56 57 51 58Used by:Timeline
Symbol 132 ShapeTweeningUsed by:Timeline
Symbol 133 GraphicUsed by:134
Symbol 134 MovieClipUses:133Used by:Timeline
Symbol 135 GraphicUsed by:136
Symbol 136 MovieClipUses:135Used by:Timeline
Symbol 137 GraphicUsed by:138
Symbol 138 MovieClipUses:137Used by:Timeline
Symbol 139 GraphicUsed by:140
Symbol 140 MovieClipUses:139Used by:Timeline
Symbol 141 GraphicUsed by:142
Symbol 142 MovieClipUses:141Used by:Timeline
Symbol 143 GraphicUsed by:144
Symbol 144 MovieClipUses:143Used by:Timeline
Symbol 145 GraphicUsed by:146
Symbol 146 MovieClipUses:145Used by:Timeline
Symbol 147 ShapeTweeningUsed by:Timeline
Symbol 148 GraphicUsed by:149
Symbol 149 MovieClipUses:148Used by:Timeline
Symbol 150 ButtonUses:56 57 51 58Used by:Timeline
Symbol 151 ShapeTweeningUsed by:Timeline
Symbol 152 GraphicUsed by:154
Symbol 153 GraphicUsed by:154
Symbol 154 MovieClipUses:89 152 108 153Used by:156
Symbol 155 GraphicUsed by:156
Symbol 156 MovieClipUses:44 154 155Used by:Timeline
Symbol 157 ShapeTweeningUsed by:Timeline
Symbol 158 GraphicUsed by:163
Symbol 159 TextUses:76Used by:163
Symbol 160 GraphicUsed by:161
Symbol 161 MovieClipUses:160Used by:162
Symbol 162 MovieClipUses:161Used by:163
Symbol 163 MovieClipUses:158 159 162Used by:Timeline
Symbol 164 ButtonUses:56 57 51 58Used by:Timeline
Symbol 165 ShapeTweeningUsed by:Timeline
Symbol 166 GraphicUsed by:167
Symbol 167 MovieClipUses:166Used by:Timeline
Symbol 168 TextUses:76Used by:169
Symbol 169 MovieClipUses:168Used by:Timeline
Symbol 170 ShapeTweeningUsed by:Timeline
Symbol 171 ButtonUses:56 57 51 58Used by:Timeline
Symbol 172 ShapeTweeningUsed by:Timeline
Symbol 173 BitmapUsed by:174
Symbol 174 GraphicUses:173Used by:175
Symbol 175 MovieClipUses:174Used by:Timeline
Symbol 176 GraphicUsed by:Timeline
Symbol 177 ShapeTweeningUsed by:180
Symbol 178 ShapeTweeningUsed by:180
Symbol 179 GraphicUsed by:180
Symbol 180 MovieClipUses:177 178 179Used by:Timeline
Symbol 181 GraphicUsed by:182
Symbol 182 MovieClipUses:181Used by:Timeline
Symbol 183 GraphicUsed by:184
Symbol 184 MovieClipUses:183Used by:Timeline
Symbol 185 GraphicUsed by:188
Symbol 186 FontUsed by:187
Symbol 187 TextUses:186Used by:188
Symbol 188 MovieClipUses:185 187Used by:201
Symbol 189 GraphicUsed by:190
Symbol 190 MovieClipUses:189Used by:201
Symbol 191 GraphicUsed by:192
Symbol 192 MovieClipUses:191Used by:201
Symbol 193 GraphicUsed by:194
Symbol 194 MovieClipUses:193Used by:201 208
Symbol 195 GraphicUsed by:196
Symbol 196 MovieClipUses:195Used by:201 208
Symbol 197 GraphicUsed by:198
Symbol 198 MovieClipUses:197Used by:201
Symbol 199 GraphicUsed by:200
Symbol 200 MovieClipUses:199Used by:201 208
Symbol 201 MovieClipUses:188 190 192 194 196 198 200Used by:Timeline
Symbol 202 ShapeTweeningUsed by:Timeline
Symbol 203 GraphicUsed by:204
Symbol 204 MovieClipUses:203Used by:Timeline
Symbol 205 ButtonUses:56 57 51 58Used by:Timeline
Symbol 206 ShapeTweeningUsed by:Timeline
Symbol 207 GraphicUsed by:Timeline
Symbol 208 MovieClipUses:194 196 200Used by:Timeline
Symbol 209 ShapeTweeningUsed by:Timeline
Symbol 210 GraphicUsed by:212
Symbol 211 TextUses:76Used by:212
Symbol 212 MovieClipUses:210 211Used by:Timeline
Symbol 213 ButtonUses:56 57 51 58Used by:Timeline
Symbol 214 TextUses:76Used by:Timeline
Symbol 215 ButtonUses:56 57 51 58Used by:Timeline
Symbol 216 ShapeTweeningUsed by:Timeline
Symbol 217 GraphicUsed by:218
Symbol 218 MovieClipUses:217Used by:Timeline
Symbol 219 TextUses:76Used by:220
Symbol 220 MovieClipUses:219Used by:Timeline
Symbol 221 ShapeTweeningUsed by:Timeline
Symbol 222 GraphicUsed by:224
Symbol 223 TextUses:76Used by:224
Symbol 224 MovieClipUses:222 223Used by:Timeline
Symbol 225 TextUses:76Used by:Timeline
Symbol 226 GraphicUsed by:Timeline
Symbol 227 GraphicUsed by:Timeline
Symbol 228 GraphicUsed by:Timeline
Symbol 229 GraphicUsed by:230
Symbol 230 MovieClipUses:229Used by:Timeline
Symbol 231 GraphicUsed by:Timeline
Symbol 232 GraphicUsed by:Timeline
Symbol 233 GraphicUsed by:Timeline
Symbol 234 GraphicUsed by:Timeline
Symbol 235 GraphicUsed by:Timeline
Symbol 236 GraphicUsed by:Timeline
Symbol 237 GraphicUsed by:Timeline
Symbol 238 GraphicUsed by:Timeline
Symbol 239 GraphicUsed by:Timeline
Symbol 240 GraphicUsed by:Timeline
Symbol 241 GraphicUsed by:Timeline
Symbol 242 GraphicUsed by:Timeline
Symbol 243 GraphicUsed by:Timeline
Symbol 244 GraphicUsed by:Timeline
Symbol 245 GraphicUsed by:Timeline
Symbol 246 GraphicUsed by:Timeline
Symbol 247 GraphicUsed by:Timeline
Symbol 248 GraphicUsed by:Timeline
Symbol 249 GraphicUsed by:Timeline
Symbol 250 GraphicUsed by:Timeline
Symbol 251 GraphicUsed by:Timeline
Symbol 252 GraphicUsed by:Timeline
Symbol 253 GraphicUsed by:Timeline
Symbol 254 GraphicUsed by:Timeline
Symbol 255 GraphicUsed by:Timeline
Symbol 256 GraphicUsed by:Timeline
Symbol 257 GraphicUsed by:258 261
Symbol 258 MovieClipUses:257Used by:261
Symbol 259 GraphicUsed by:261
Symbol 260 TextUses:31Used by:261
Symbol 261 ButtonUses:258 259 260 257Used by:Timeline
Symbol 262 GraphicUsed by:263
Symbol 263 MovieClipUses:262Used by:267
Symbol 264 GraphicUsed by:267
Symbol 265 GraphicUsed by:266 267
Symbol 266 MovieClipUses:265Used by:267
Symbol 267 ButtonUses:263 264 266 265Used by:Timeline
Streaming Sound 1Used by:Timeline

Instance Names

"line"Symbol 118 MovieClip Frame 1Symbol 117 MovieClip
"line"Symbol 118 MovieClip Frame 3Symbol 117 MovieClip
"line0"Symbol 119 MovieClip Frame 1Symbol 118 MovieClip

Special Tags

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

Labels

"two"Frame 15
"three"Frame 49
"four"Frame 82
"five"Frame 117
"six"Frame 173
"seven"Frame 213
"8"Frame 240
"9"Frame 272
"10"Frame 285
"11"Frame 311
"12"Frame 350
"13"Frame 371
"Choose Colour"Symbol 118 MovieClip Frame 1
"Black"Symbol 118 MovieClip Frame 2
"Brown"Symbol 118 MovieClip Frame 3
"Blue"Symbol 118 MovieClip Frame 4




http://swfchan.com/6/28197/info.shtml
Created: 20/5 -2019 15:21:44 Last modified: 20/5 -2019 15:21:44 Server time: 15/05 -2024 03:20:47