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

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

NG Quiz 4 - movies ed..swf

This is the info page for
Flash #55244

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


Text
All images and this pre-loader are from Newgrounds.com and
copyright remains with the respective authors.
Quiz questions, coding and design by Behrooz B. Shahriari.

What would this quiz be, if it were not for the occurrence of its own creation on that fateful Summer morning?

Q

10

It would be non-existent, having never entered our world and joined us.

The situation in that instance would be exactly as it is now, with no changes.

It would be in a constant state of change and flux and turmoil and other stuff.

correct

/

09

99

What would this quiz be, if it were not for the occurrence of its own creation on that fateful Summer morning?

10

total:

10

/

10

replay?

...........

______

correct

correct

correct

correct

correct

correct

correct

correct

...........

______

correct

correct

01:

02:

03:

04:

05:

06:

07:

08:

09:

10:

11:

12:

13:

14:

...........

15:

ActionScript [AS1/AS2]

Frame 5
function setQuestion(questionText, correctAnswer, wrongAnswer1, wrongAnswer2) { setupQuestion.currentQuestion = setupQuestion.currentQuestion + 0; question[setupQuestion.currentQuestion] = questionText; answer1[setupQuestion.currentQuestion] = correctAnswer; answer2[setupQuestion.currentQuestion] = wrongAnswer1; answer3[setupQuestion.currentQuestion] = wrongAnswer2; setupQuestion.currentQuestion++; } function reviewQuestion(questionNumber) { currentQuestion = questionNumber; gotoAndStop (15); } function setupQuestion(questionNumber) { var arrayNumber = (questionNumber - 1); headerPic.gotoAndStop(questionNumber); displayQuestion = question[arrayNumber]; if (finished == true) { displayAnswer1 = answer1[arrayNumber]; } else { var correctAnswerNumber = Math.ceil(Math.random() * 3); var nowSetting = correctAnswerNumber; correctAnswers[arrayNumber] = correctAnswerNumber; Set("displayAnswer" + nowSetting, answer1[arrayNumber]); nowsetting = wrapAround(nowSetting + 1, 3); Set("displayAnswer" + nowSetting, answer2[arrayNumber]); nowsetting = wrapAround(nowSetting + 1, 3); Set("displayAnswer" + nowSetting, answer3[arrayNumber]); } } function wrapAround(variableName, limitForWrap) { if (limitForWrap < variableName) { variableName = variableName - limitForWrap; } return(variableName); } function tally() { var i; score = 0; i = 0; while (i < userAnswers.length) { if (userAnswers[i] == correctAnswers[i]) { score++; Set("result" + i, "correct"); results[i] = "correct"; } else { results[i] = "wrong"; Set("result" + i, "wrong"); } i++; } return(score); } function answer(choice) { userAnswers.push(choice); currentQuestion = userAnswers.length + 1; if (userAnswers.length == question.length) { tally(); finished = true; headerPic.gotoAndStop(numberOfQuestions + 1); gotoAndStop (25); } else { _root.setupQuestion(currentQuestion); } tally(); _root.levelPic.gotoAndStop(score + 1); } function newGame() { userAnswers.length = 0; gotoAndStop (5); } var score = 0; var currentQuestion = 1; var finished = false; var question = new Array(); var answer1 = new Array(); var answer2 = new Array(); var answer3 = new Array(); var correctAnswers = new Array(); var numberOfQuestions; var displayQuestion = ""; var displayAnswer1 = ""; var displayAnswer2 = ""; var displayAnswer3 = ""; var userAnswers = new Array(); var results = new Array(); var result0; var result1; var result2; var result3; var result4; var result5; var result6; var result7; var result8; var result9; var result10; var result11; var result12; var result13; var result14; var result15; var result16; var result17; var result18; var result19; var result20; var result21; var result22; var result23; var result24; var result25; var result26; var result27; var result28; var result29; var result30; setQuestion("What is the defining factor of 'I Love Egg'?", "its cuteness", "its randomness", "its depth of plot"); setQuestion("Scrotum the puppy will always\n be remembered. Why?", "It was the Portal system's first flash.", "It was extraordinarily sick", "The animation set new standards at the time"); setQuestion("Which is not a recurring character in\n College University?", "a gay Predator", "Megatron", "Bigfoot"); setQuestion("Which is not the suffix for one of Kinkels'\n 'Madness' episodes?", "Desperation", "Apotheosis", "Avenger"); setQuestion("What series was not created by David Firth?", "Lobster Infestations", "Burnt Face Man", "Spoilsbury Toast Boy"); setQuestion("Who created the central piece of music for\n 'the Yuyu' - the latest Brackenwood movie?", "Spider Stacey, James Walbourne and Andy Nolan", "series creator Adam Phillips", "Pogues whistle player Spider Stacy alone"); setQuestion("When originally submitted, which episodes of\n 'Battle for the Portal' entered the top 10?", "all 4", "3", "2"); setQuestion("The above screenshot of an intro\n is from which series?", "Blockhead", "Orlando's Joint", "Mr Boomba"); setQuestion("In 'Dad's Home', how does the eponymous star\n pay penance for his random acts of destruction?", "by rocking really hard", "by sleeping outside, alone", "by giving his family lots of presents"); setQuestion("How many submissions comprise the\n Broken Saints series on NG?", "Over 50", "40-49", "under 40"); setQuestion("Who created the series shown\n (blown up) above?", "James Farr", "Adam Phillips", "Jeff Bandelin"); setQuestion("What species is the star of Deep Fried Live?", "an octopus", "a chicken", "a pig"); setQuestion("In SamBakZa's 'There She Is',\n what colour is the lead cat's scarf?", "green", "yellow", "red"); setQuestion("Which 'Neurotically Yours' episode came first?", "Shower of Terror", "Kosher Crackers", "Exotic Chocolates"); setQuestion("'Kong' used to be #1 in the portal for score.\n What was its rating?", "around 4.0", "around 4.1", "around 4.2"); numberOfQuestions = question.length; setupQuestion(currentQuestion); stop();
Frame 15
setupQuestion(currentQuestion);
Frame 25
trace("sf:" + results); trace("2:" + results[1]);
Symbol 11 Button
on (release) { getURL ("http://www.newgrounds.com", "blank"); }
Symbol 16 Button
on (release) { _root.play(); }
Symbol 17 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndStop (3); }
Symbol 17 MovieClip Frame 2
gotoAndPlay (1);
Symbol 26 Button
on (press) { answer(1); }
Symbol 29 Button
on (press) { answer(2); }
Symbol 32 Button
on (press) { answer(3); }
Symbol 98 MovieClip Frame 1
stop();
Symbol 149 MovieClip Frame 1
stop();
Symbol 152 Button
on (press) { gotoAndStop (25); }
Symbol 160 Button
on (press) { newGame(); }
Symbol 177 Button
on (press) { reviewQuestion(1); }
Symbol 180 Button
on (press) { reviewQuestion(2); }
Symbol 183 Button
on (press) { reviewQuestion(3); }
Symbol 186 Button
on (press) { reviewQuestion(4); }
Symbol 189 Button
on (press) { reviewQuestion(5); }
Symbol 192 Button
on (press) { reviewQuestion(6); }
Symbol 195 Button
on (press) { reviewQuestion(7); }
Symbol 198 Button
on (press) { reviewQuestion(8); }
Symbol 201 Button
on (press) { reviewQuestion(9); }
Symbol 204 Button
on (press) { reviewQuestion(10); }
Symbol 207 Button
on (press) { reviewQuestion(11); }
Symbol 210 Button
on (press) { reviewQuestion(12); }
Symbol 214 Button
on (press) { reviewQuestion(13); }
Symbol 218 Button
on (press) { reviewQuestion(14); }
Symbol 223 Button
on (press) { reviewQuestion(15); }

Library Items

Symbol 1 FontUsed by:2 18 150
Symbol 2 TextUses:1Used by:Timeline
Symbol 3 GraphicUsed by:17
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:17
Symbol 6 GraphicUsed by:17
Symbol 7 GraphicUsed by:10 11
Symbol 8 GraphicUsed by:10 11
Symbol 9 GraphicUsed by:10 11
Symbol 10 MovieClipUses:7 8 9Used by:11
Symbol 11 ButtonUses:10 7 8 9Used by:17
Symbol 12 GraphicUsed by:16
Symbol 13 GraphicUsed by:16
Symbol 14 GraphicUsed by:16
Symbol 15 GraphicUsed by:16
Symbol 16 ButtonUses:12 13 14 15Used by:17
Symbol 17 MovieClipUses:3 5 6 11 16Used by:Timeline
Symbol 18 EditableTextUses:1Used by:Timeline
Symbol 19 FontUsed by:20 21 151 153 154 155 156 157 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 178 181 184 187 190 193 196 199 202 205 208 211 215 219 220
Symbol 20 TextUses:19Used by:Timeline
Symbol 21 EditableTextUses:19Used by:Timeline
Symbol 22 FontUsed by:23 27 30
Symbol 23 EditableTextUses:22Used by:24
Symbol 24 MovieClipUses:23Used by:26 152
Symbol 25 GraphicUsed by:26 29 32 152 160 177 180 183 186 189 192 195 198 201 204 207 210
Symbol 26 ButtonUses:24 25Used by:Timeline
Symbol 27 EditableTextUses:22Used by:28
Symbol 28 MovieClipUses:27Used by:29
Symbol 29 ButtonUses:28 25Used by:Timeline
Symbol 30 EditableTextUses:22Used by:31
Symbol 31 MovieClipUses:30Used by:32
Symbol 32 ButtonUses:31 25Used by:Timeline
Symbol 33 FontUsed by:34 35 36 37
Symbol 34 TextUses:33Used by:98
Symbol 35 TextUses:33Used by:98
Symbol 36 EditableTextUses:33Used by:98
Symbol 37 EditableTextUses:33Used by:98
Symbol 38 BitmapUsed by:39
Symbol 39 GraphicUses:38Used by:98
Symbol 40 BitmapUsed by:41
Symbol 41 GraphicUses:40Used by:98
Symbol 42 BitmapUsed by:43
Symbol 43 GraphicUses:42Used by:98
Symbol 44 BitmapUsed by:45
Symbol 45 GraphicUses:44Used by:98
Symbol 46 BitmapUsed by:47
Symbol 47 GraphicUses:46Used by:98
Symbol 48 BitmapUsed by:49
Symbol 49 GraphicUses:48Used by:98
Symbol 50 BitmapUsed by:51
Symbol 51 GraphicUses:50Used by:98
Symbol 52 BitmapUsed by:53
Symbol 53 GraphicUses:52Used by:98
Symbol 54 BitmapUsed by:55
Symbol 55 GraphicUses:54Used by:98
Symbol 56 BitmapUsed by:57
Symbol 57 GraphicUses:56Used by:98
Symbol 58 BitmapUsed by:59
Symbol 59 GraphicUses:58Used by:98
Symbol 60 BitmapUsed by:61
Symbol 61 GraphicUses:60Used by:98
Symbol 62 BitmapUsed by:63
Symbol 63 GraphicUses:62Used by:98
Symbol 64 BitmapUsed by:65
Symbol 65 GraphicUses:64Used by:98
Symbol 66 BitmapUsed by:67
Symbol 67 GraphicUses:66Used by:98
Symbol 68 BitmapUsed by:69
Symbol 69 GraphicUses:68Used by:98
Symbol 70 BitmapUsed by:71
Symbol 71 GraphicUses:70Used by:98
Symbol 72 BitmapUsed by:73
Symbol 73 GraphicUses:72Used by:98
Symbol 74 BitmapUsed by:75
Symbol 75 GraphicUses:74Used by:98
Symbol 76 BitmapUsed by:77
Symbol 77 GraphicUses:76Used by:98
Symbol 78 BitmapUsed by:79
Symbol 79 GraphicUses:78Used by:98
Symbol 80 BitmapUsed by:81
Symbol 81 GraphicUses:80Used by:98
Symbol 82 BitmapUsed by:83
Symbol 83 GraphicUses:82Used by:98
Symbol 84 BitmapUsed by:85
Symbol 85 GraphicUses:84Used by:98
Symbol 86 BitmapUsed by:87
Symbol 87 GraphicUses:86Used by:98
Symbol 88 BitmapUsed by:89
Symbol 89 GraphicUses:88Used by:98
Symbol 90 BitmapUsed by:91
Symbol 91 GraphicUses:90Used by:98
Symbol 92 BitmapUsed by:93
Symbol 93 GraphicUses:92Used by:98
Symbol 94 BitmapUsed by:95
Symbol 95 GraphicUses:94Used by:98
Symbol 96 BitmapUsed by:97
Symbol 97 GraphicUses:96Used by:98
Symbol 98 MovieClipUses:34 35 36 37 39 41 43 45 47 49 51 53 55 57 59 61 63 65 67 69 71 73 75 77 79 81 83 85 87 89 91 93 95 97Used by:Timeline
Symbol 99 BitmapUsed by:100
Symbol 100 GraphicUses:99Used by:149
Symbol 101 BitmapUsed by:102
Symbol 102 GraphicUses:101Used by:149
Symbol 103 BitmapUsed by:104
Symbol 104 GraphicUses:103Used by:149
Symbol 105 BitmapUsed by:106
Symbol 106 GraphicUses:105Used by:149
Symbol 107 BitmapUsed by:108
Symbol 108 GraphicUses:107Used by:149
Symbol 109 BitmapUsed by:110
Symbol 110 GraphicUses:109Used by:149
Symbol 111 BitmapUsed by:112
Symbol 112 GraphicUses:111Used by:149
Symbol 113 BitmapUsed by:114
Symbol 114 GraphicUses:113Used by:149
Symbol 115 BitmapUsed by:116
Symbol 116 GraphicUses:115Used by:149
Symbol 117 BitmapUsed by:118
Symbol 118 GraphicUses:117Used by:149
Symbol 119 BitmapUsed by:120
Symbol 120 GraphicUses:119Used by:149
Symbol 121 BitmapUsed by:122
Symbol 122 GraphicUses:121Used by:149
Symbol 123 BitmapUsed by:124
Symbol 124 GraphicUses:123Used by:149
Symbol 125 BitmapUsed by:126
Symbol 126 GraphicUses:125Used by:149
Symbol 127 BitmapUsed by:128
Symbol 128 GraphicUses:127Used by:149
Symbol 129 BitmapUsed by:130
Symbol 130 GraphicUses:129Used by:149
Symbol 131 BitmapUsed by:132
Symbol 132 GraphicUses:131Used by:149
Symbol 133 BitmapUsed by:134
Symbol 134 GraphicUses:133Used by:149
Symbol 135 BitmapUsed by:136
Symbol 136 GraphicUses:135Used by:149
Symbol 137 BitmapUsed by:138
Symbol 138 GraphicUses:137Used by:149
Symbol 139 BitmapUsed by:140
Symbol 140 GraphicUses:139Used by:149
Symbol 141 BitmapUsed by:142
Symbol 142 GraphicUses:141Used by:149
Symbol 143 BitmapUsed by:144
Symbol 144 GraphicUses:143Used by:149
Symbol 145 BitmapUsed by:146
Symbol 146 GraphicUses:145Used by:149
Symbol 147 BitmapUsed by:148
Symbol 148 GraphicUses:147Used by:149
Symbol 149 MovieClipUses:100 102 104 106 108 110 112 114 116 118 120 122 124 126 128 130 132 134 136 138 140 142 144 146 148Used by:Timeline
Symbol 150 EditableTextUses:1Used by:Timeline
Symbol 151 EditableTextUses:19Used by:Timeline
Symbol 152 ButtonUses:24 25Used by:Timeline
Symbol 153 TextUses:19Used by:Timeline
Symbol 154 EditableTextUses:19Used by:Timeline
Symbol 155 TextUses:19Used by:Timeline
Symbol 156 EditableTextUses:19Used by:Timeline
Symbol 157 TextUses:19Used by:158 159
Symbol 158 MovieClipUses:157Used by:160
Symbol 159 MovieClipUses:157Used by:160
Symbol 160 ButtonUses:158 159 25Used by:Timeline
Symbol 161 EditableTextUses:19Used by:Timeline
Symbol 162 EditableTextUses:19Used by:Timeline
Symbol 163 EditableTextUses:19Used by:Timeline
Symbol 164 EditableTextUses:19Used by:Timeline
Symbol 165 EditableTextUses:19Used by:Timeline
Symbol 166 EditableTextUses:19Used by:Timeline
Symbol 167 EditableTextUses:19Used by:Timeline
Symbol 168 EditableTextUses:19Used by:Timeline
Symbol 169 EditableTextUses:19Used by:Timeline
Symbol 170 EditableTextUses:19Used by:Timeline
Symbol 171 EditableTextUses:19Used by:Timeline
Symbol 172 EditableTextUses:19Used by:Timeline
Symbol 173 EditableTextUses:19Used by:Timeline
Symbol 174 EditableTextUses:19Used by:Timeline
Symbol 175 TextUses:19Used by:176
Symbol 176 MovieClipUses:175Used by:177
Symbol 177 ButtonUses:176 25Used by:Timeline
Symbol 178 TextUses:19Used by:179
Symbol 179 MovieClipUses:178Used by:180
Symbol 180 ButtonUses:179 25Used by:Timeline
Symbol 181 TextUses:19Used by:182
Symbol 182 MovieClipUses:181Used by:183
Symbol 183 ButtonUses:182 25Used by:Timeline
Symbol 184 TextUses:19Used by:185
Symbol 185 MovieClipUses:184Used by:186
Symbol 186 ButtonUses:185 25Used by:Timeline
Symbol 187 TextUses:19Used by:188
Symbol 188 MovieClipUses:187Used by:189
Symbol 189 ButtonUses:188 25Used by:Timeline
Symbol 190 TextUses:19Used by:191
Symbol 191 MovieClipUses:190Used by:192
Symbol 192 ButtonUses:191 25Used by:Timeline
Symbol 193 TextUses:19Used by:194
Symbol 194 MovieClipUses:193Used by:195
Symbol 195 ButtonUses:194 25Used by:Timeline
Symbol 196 TextUses:19Used by:197
Symbol 197 MovieClipUses:196Used by:198
Symbol 198 ButtonUses:197 25Used by:Timeline
Symbol 199 TextUses:19Used by:200
Symbol 200 MovieClipUses:199Used by:201
Symbol 201 ButtonUses:200 25Used by:Timeline
Symbol 202 TextUses:19Used by:203
Symbol 203 MovieClipUses:202Used by:204
Symbol 204 ButtonUses:203 25Used by:Timeline
Symbol 205 TextUses:19Used by:206
Symbol 206 MovieClipUses:205Used by:207
Symbol 207 ButtonUses:206 25Used by:Timeline
Symbol 208 TextUses:19Used by:209
Symbol 209 MovieClipUses:208Used by:210
Symbol 210 ButtonUses:209 25Used by:Timeline
Symbol 211 TextUses:19Used by:212
Symbol 212 MovieClipUses:211Used by:214
Symbol 213 GraphicUsed by:214
Symbol 214 ButtonUses:212 213Used by:Timeline
Symbol 215 TextUses:19Used by:216
Symbol 216 MovieClipUses:215Used by:218
Symbol 217 GraphicUsed by:218
Symbol 218 ButtonUses:216 217Used by:Timeline
Symbol 219 EditableTextUses:19Used by:Timeline
Symbol 220 TextUses:19Used by:221
Symbol 221 MovieClipUses:220Used by:223
Symbol 222 GraphicUsed by:223
Symbol 223 ButtonUses:221 222Used by:Timeline
Symbol 224 BitmapUsed by:225
Symbol 225 GraphicUses:224Used by:Timeline

Instance Names

"levelPic"Frame 5Symbol 98 MovieClip
"headerPic"Frame 5Symbol 149 MovieClip
"bar"Symbol 17 MovieClip Frame 1Symbol 5 MovieClip

Labels

"quizStart"Frame 5
"quizReview"Frame 15
"quizEnd"Frame 25
"loaded"Symbol 17 MovieClip Frame 3

Dynamic Text Variables

displayQuestionSymbol 18 EditableText"What would this quiz be, if it were not for the occurrence of its own creation on that fateful Summer morning?"
currentQuestionSymbol 21 EditableText"10"
_root.displayAnswer1Symbol 23 EditableText"It would be non-existent, having never entered our world and joined us."
_root.displayAnswer2Symbol 27 EditableText"The situation in that instance would be exactly as it is now, with no changes."
_root.displayAnswer3Symbol 30 EditableText"It would be in a constant state of change and flux and turmoil and other stuff."
_root.scoreSymbol 36 EditableText"09"
_root.numberOfQuestionsSymbol 37 EditableText"99"
displayQuestionSymbol 150 EditableText"What would this quiz be, if it were not for the occurrence of its own creation on that fateful Summer morning?"
currentQuestionSymbol 151 EditableText"10"
scoreSymbol 154 EditableText"10"
numberOfQuestionsSymbol 156 EditableText"10"
result0Symbol 161 EditableText"..........."
result1Symbol 162 EditableText"______"
result2Symbol 163 EditableText"correct"
result3Symbol 164 EditableText"correct"
result4Symbol 165 EditableText"correct"
result5Symbol 166 EditableText"correct"
result6Symbol 167 EditableText"correct"
result7Symbol 168 EditableText"correct"
result8Symbol 169 EditableText"correct"
result9Symbol 170 EditableText"correct"
result10Symbol 171 EditableText"..........."
result11Symbol 172 EditableText"______"
result12Symbol 173 EditableText"correct"
result13Symbol 174 EditableText"correct"
result14Symbol 219 EditableText"..........."




http://swfchan.com/12/55244/info.shtml
Created: 20/4 -2019 17:17:39 Last modified: 20/4 -2019 17:17:39 Server time: 29/04 -2024 07:15:19