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

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

NG Quiz 3.swf

This is the info page for
Flash #55163

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


Text
All images and this pre-loader are from Newgrounds.com.
Questions, coding and design by Behrooz B. Shahriari.
Sources for questions include the official literature,
Newgrundling's BBS FAQs, other BBS topics and the portal itself.

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

Q

10

Nothing. Its existence would be absolutely null.

It would be as it is now. Absolutely no change.

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

total:

10

/

01:

...........

02:

______

03:

correct

04:

correct

05:

correct

06:

correct

07:

correct

08:

correct

09:

correct

10:

correct

10

replay?

11:

...........

12:

______

13:

correct

14:

correct

15:

...........

16:

______

17:

correct

18:

correct

19:

correct

20:

correct

21:

correct

22:

correct

23:

correct

24:

correct

25:

...........

26:

______

27:

correct

28:

correct

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 setupQuestion(questionNumber) { var arrayNumber = (questionNumber - 1); var correctAnswerNumber = Math.ceil(Math.random() * 3); var nowSetting = correctAnswerNumber; correctAnswers[arrayNumber] = correctAnswerNumber; displayQuestion = question[arrayNumber]; 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(); gotoAndStop (15); } else { _root.setupQuestion(currentQuestion); } tally(); _root.levelPic.gotoAndStop(score + 1); } function newGame() { userAnswers.length = 0; gotoAndStop (5); } var score = 0; var currentQuestion = 1; 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("Who created Newgrounds?", "Tom Fulp", "Ross Snyder", "Thompson and Thomson"); setQuestion("What filetypes may\nbe submitted to NG?", ".swf's and .mp3's", ".swf's", ".swf's, .mp3's and .avi's"); setQuestion("What series of programs is used to\ncreate most of the content on NG?", "Flash", "Soundforge", "Swish"); setQuestion("What is a 'batting average'?", "The mean score of an author's\ntop 3 submission", "The mean score of an author's\nsubmissions", "The mean score of an author's\nlatest 3 submissions"); setQuestion("Which of these is NOT a benefit\nof signing up to Newgrounds?", "Being able to view/hear content", "Being able to submit content", "Being able to review content"); setQuestion("What are the required dimensions of\na profile picture?", "150x150", "100x100", "46x46"); setQuestion("How are Blam/protection points gained?", "By helping a movie to either\npass or fail judgement, via a vote", "By voting on movies", "By noting submission that\nbreak the rules"); setQuestion("What html tags are allowed in the forum?", "<a>, <b>, <i>, and <u>", "All html is allowed", "No html is allowed"); setQuestion("What file types are allowed for\nsignature pictures?", "GIF, JPEG", "GIF", "GIF, JPEG, PNG"); setQuestion("What are the maximum dimensions of a \npicture you may attach to a BBS post?", "500x400", "400x300", "600x450"); setQuestion("How many Whistle levels are there?", "6", "5", "4"); setQuestion("How is a whistle level raised?", "by flagging abusive reviews\nor rule-breaking flash submissions", "by flagging potential web-design bugs", "by flagging broken animations"); setQuestion("Which of these flash qualities\nshould you NOT 'blow the whistle' on?", "being hateful", "being nothing but porn", "being racist"); setQuestion("Can the whistle level drop?", "yes", "yes - but only if you incorrectly \nflag flash or reviews", "no"); setQuestion("Is the penalty for incorrectly flagging\nreviews as abusive great?", "it is less than the gain\nfor correctly flagging reviews", "it is more than the gain\nfor correctly flagging reviews", "there is no such penalty"); setQuestion("If you 'post TONS and TONS of crappy \nreviews just to get high in the rankings'\nwhat may happen?", "ALL your reviews might be deleted", "Offending reviews may be deleted", "It's not a crime"); setQuestion("Is posting a link in a review allowed?", "Yes, just about - \nIF it's related.", "Not at all", "Not if you're gaining anything\n from the link"); setQuestion("Which of these is allowed in a review?", "Saying how much you hated it", "Making personal remarks\nabout the author", "Mentioning that it shouldn't\nbe on the front page"); setQuestion("How can experience points be gained on \nNewgrounds?", "In a variety of ways", "By voting on movies", "By battling monsters"); setQuestion("What purpose do levels serve?", "They increase voting power\nand can gain you kudos", "You get naked pics of\nTom Fulp at level 30", "There is no real purpose"); setQuestion("How many 'levels' are there?", "30", "25", "50"); setQuestion("Which of these is NOT\na real level icon?", "a gun", "a golden hammer", "a wand/stick-majigie\nwith a pink end"); setQuestion("How many experience points are needed\nto reach level 8?", "350", "400", "800"); setQuestion("How many experience points are needed\nto reach level 10?", "over 1500", "1000", "between 1000 and 1500"); setQuestion("What colour background are the icons \nfor 'neutral aura' users?", "green", "blue", "grey"); setQuestion("Can levels be lost?", "yes - if you stop depositing", "yes - if you start abusing\nyour voting power", "no"); setQuestion("How do you obtain a light aura?", "By selecting it", "By generally voting highly", "By being kind in the BBS"); setQuestion("If 'EMAX' is a level 30 user's experiences,\nhow many points are needed for level 15?", "6(EMAX-400)/21 +400", "15(EMAX/30)", "6(EMAX-450)/21+450"); numberOfQuestions = question.length; setupQuestion(currentQuestion); stop();
Frame 15
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 24 Button
on (release) { answer(1); }
Symbol 27 Button
on (release) { answer(2); }
Symbol 30 Button
on (release) { answer(3); }
Symbol 93 MovieClip Frame 1
stop();
Symbol 120 Button
on (release) { newGame(); }

Library Items

Symbol 1 FontUsed by:2 18 19 20 21 25 28 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158
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 TextUses:1Used by:Timeline
Symbol 20 EditableTextUses:1Used by:Timeline
Symbol 21 EditableTextUses:1Used by:22
Symbol 22 MovieClipUses:21Used by:24
Symbol 23 GraphicUsed by:24 27 30 120
Symbol 24 ButtonUses:22 23Used by:Timeline
Symbol 25 EditableTextUses:1Used by:26
Symbol 26 MovieClipUses:25Used by:27
Symbol 27 ButtonUses:26 23Used by:Timeline
Symbol 28 EditableTextUses:1Used by:29
Symbol 29 MovieClipUses:28Used by:30
Symbol 30 ButtonUses:29 23Used by:Timeline
Symbol 31 BitmapUsed by:32
Symbol 32 GraphicUses:31Used by:Timeline
Symbol 33 BitmapUsed by:34
Symbol 34 GraphicUses:33Used by:93
Symbol 35 BitmapUsed by:36
Symbol 36 GraphicUses:35Used by:93
Symbol 37 BitmapUsed by:38
Symbol 38 GraphicUses:37Used by:93
Symbol 39 BitmapUsed by:40
Symbol 40 GraphicUses:39Used by:93
Symbol 41 BitmapUsed by:42
Symbol 42 GraphicUses:41Used by:93
Symbol 43 BitmapUsed by:44
Symbol 44 GraphicUses:43Used by:93
Symbol 45 BitmapUsed by:46
Symbol 46 GraphicUses:45Used by:93
Symbol 47 BitmapUsed by:48
Symbol 48 GraphicUses:47Used by:93
Symbol 49 BitmapUsed by:50
Symbol 50 GraphicUses:49Used by:93
Symbol 51 BitmapUsed by:52
Symbol 52 GraphicUses:51Used by:93
Symbol 53 BitmapUsed by:54
Symbol 54 GraphicUses:53Used by:93
Symbol 55 BitmapUsed by:56
Symbol 56 GraphicUses:55Used by:93
Symbol 57 BitmapUsed by:58
Symbol 58 GraphicUses:57Used by:93
Symbol 59 BitmapUsed by:60
Symbol 60 GraphicUses:59Used by:93
Symbol 61 BitmapUsed by:62
Symbol 62 GraphicUses:61Used by:93
Symbol 63 BitmapUsed by:64
Symbol 64 GraphicUses:63Used by:93
Symbol 65 BitmapUsed by:66
Symbol 66 GraphicUses:65Used by:93
Symbol 67 BitmapUsed by:68
Symbol 68 GraphicUses:67Used by:93
Symbol 69 BitmapUsed by:70
Symbol 70 GraphicUses:69Used by:93
Symbol 71 BitmapUsed by:72
Symbol 72 GraphicUses:71Used by:93
Symbol 73 BitmapUsed by:74
Symbol 74 GraphicUses:73Used by:93
Symbol 75 BitmapUsed by:76
Symbol 76 GraphicUses:75Used by:93
Symbol 77 BitmapUsed by:78
Symbol 78 GraphicUses:77Used by:93
Symbol 79 BitmapUsed by:80
Symbol 80 GraphicUses:79Used by:93
Symbol 81 BitmapUsed by:82
Symbol 82 GraphicUses:81Used by:93
Symbol 83 BitmapUsed by:84
Symbol 84 GraphicUses:83Used by:93
Symbol 85 BitmapUsed by:86
Symbol 86 GraphicUses:85Used by:93
Symbol 87 BitmapUsed by:88
Symbol 88 GraphicUses:87Used by:93
Symbol 89 BitmapUsed by:90
Symbol 90 GraphicUses:89Used by:93
Symbol 91 BitmapUsed by:92
Symbol 92 GraphicUses:91Used by:93
Symbol 93 MovieClipUses:34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88 90 92Used by:Timeline
Symbol 94 TextUses:1Used by:Timeline
Symbol 95 EditableTextUses:1Used by:Timeline
Symbol 96 TextUses:1Used by:Timeline
Symbol 97 TextUses:1Used by:Timeline
Symbol 98 EditableTextUses:1Used by:Timeline
Symbol 99 TextUses:1Used by:Timeline
Symbol 100 EditableTextUses:1Used by:Timeline
Symbol 101 TextUses:1Used by:Timeline
Symbol 102 EditableTextUses:1Used by:Timeline
Symbol 103 TextUses:1Used by:Timeline
Symbol 104 EditableTextUses:1Used by:Timeline
Symbol 105 TextUses:1Used by:Timeline
Symbol 106 EditableTextUses:1Used by:Timeline
Symbol 107 TextUses:1Used by:Timeline
Symbol 108 EditableTextUses:1Used by:Timeline
Symbol 109 TextUses:1Used by:Timeline
Symbol 110 EditableTextUses:1Used by:Timeline
Symbol 111 TextUses:1Used by:Timeline
Symbol 112 EditableTextUses:1Used by:Timeline
Symbol 113 TextUses:1Used by:Timeline
Symbol 114 EditableTextUses:1Used by:Timeline
Symbol 115 TextUses:1Used by:Timeline
Symbol 116 EditableTextUses:1Used by:Timeline
Symbol 117 EditableTextUses:1Used by:Timeline
Symbol 118 TextUses:1Used by:119
Symbol 119 MovieClipUses:118Used by:120
Symbol 120 ButtonUses:119 23Used by:Timeline
Symbol 121 BitmapUsed by:122
Symbol 122 GraphicUses:121Used by:Timeline
Symbol 123 TextUses:1Used by:Timeline
Symbol 124 EditableTextUses:1Used by:Timeline
Symbol 125 TextUses:1Used by:Timeline
Symbol 126 EditableTextUses:1Used by:Timeline
Symbol 127 TextUses:1Used by:Timeline
Symbol 128 EditableTextUses:1Used by:Timeline
Symbol 129 TextUses:1Used by:Timeline
Symbol 130 EditableTextUses:1Used by:Timeline
Symbol 131 TextUses:1Used by:Timeline
Symbol 132 EditableTextUses:1Used by:Timeline
Symbol 133 TextUses:1Used by:Timeline
Symbol 134 EditableTextUses:1Used by:Timeline
Symbol 135 TextUses:1Used by:Timeline
Symbol 136 EditableTextUses:1Used by:Timeline
Symbol 137 TextUses:1Used by:Timeline
Symbol 138 EditableTextUses:1Used by:Timeline
Symbol 139 TextUses:1Used by:Timeline
Symbol 140 EditableTextUses:1Used by:Timeline
Symbol 141 TextUses:1Used by:Timeline
Symbol 142 EditableTextUses:1Used by:Timeline
Symbol 143 TextUses:1Used by:Timeline
Symbol 144 EditableTextUses:1Used by:Timeline
Symbol 145 TextUses:1Used by:Timeline
Symbol 146 EditableTextUses:1Used by:Timeline
Symbol 147 TextUses:1Used by:Timeline
Symbol 148 EditableTextUses:1Used by:Timeline
Symbol 149 TextUses:1Used by:Timeline
Symbol 150 EditableTextUses:1Used by:Timeline
Symbol 151 TextUses:1Used by:Timeline
Symbol 152 EditableTextUses:1Used by:Timeline
Symbol 153 TextUses:1Used by:Timeline
Symbol 154 EditableTextUses:1Used by:Timeline
Symbol 155 TextUses:1Used by:Timeline
Symbol 156 EditableTextUses:1Used by:Timeline
Symbol 157 TextUses:1Used by:Timeline
Symbol 158 EditableTextUses:1Used by:Timeline

Instance Names

"levelPic"Frame 5Symbol 93 MovieClip
"bar"Symbol 17 MovieClip Frame 1Symbol 5 MovieClip

Labels

"quizStart"Frame 5
"quizEnd"Frame 15
"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 20 EditableText"10"
_root.displayAnswer1Symbol 21 EditableText"Nothing. Its existence would be absolutely null."
_root.displayAnswer2Symbol 25 EditableText"It would be as it is now. Absolutely no change."
_root.displayAnswer3Symbol 28 EditableText"It would be in a constant state of change and flux."
scoreSymbol 95 EditableText"10"
result0Symbol 98 EditableText"..........."
result1Symbol 100 EditableText"______"
result2Symbol 102 EditableText"correct"
result3Symbol 104 EditableText"correct"
result4Symbol 106 EditableText"correct"
result5Symbol 108 EditableText"correct"
result6Symbol 110 EditableText"correct"
result7Symbol 112 EditableText"correct"
result8Symbol 114 EditableText"correct"
result9Symbol 116 EditableText"correct"
numberOfQuestionsSymbol 117 EditableText"10"
result10Symbol 124 EditableText"..........."
result11Symbol 126 EditableText"______"
result12Symbol 128 EditableText"correct"
result13Symbol 130 EditableText"correct"
result14Symbol 132 EditableText"..........."
result15Symbol 134 EditableText"______"
result16Symbol 136 EditableText"correct"
result17Symbol 138 EditableText"correct"
result18Symbol 140 EditableText"correct"
result19Symbol 142 EditableText"correct"
result20Symbol 144 EditableText"correct"
result21Symbol 146 EditableText"correct"
result22Symbol 148 EditableText"correct"
result23Symbol 150 EditableText"correct"
result24Symbol 152 EditableText"..........."
result25Symbol 154 EditableText"______"
result26Symbol 156 EditableText"correct"
result27Symbol 158 EditableText"correct"




http://swfchan.com/12/55163/info.shtml
Created: 20/4 -2019 19:19:49 Last modified: 20/4 -2019 19:19:49 Server time: 15/05 -2024 14:10:04