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/10532971?noj=FRM10532971-16DC" width="1" height="1"></div>

NG Quiz 2.swf

This is the info page for
Flash #56364

(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.

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:

correct

16:

correct

17:

correct

18:

correct

19:

correct

20:

correct

ActionScript [AS1/AS2]

Frame 1
var originalWord; var numberOfLetters; var letterFlags = new Array(); var selectedLetter; var newWord; var mistakes = 0; var skipped = 0; var i; stopAllSounds();
Frame 5
function setupQuestion(questionNumber) { var arrayNumber = (questionNumber - 1); displayQuestion = question[arrayNumber]; displayAnswer1 = answer1[arrayNumber]; displayAnswer2 = answer2[arrayNumber]; displayAnswer3 = answer3[arrayNumber]; } 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 = ["What must you state to create a\nNewgrounds account?", "How many votes must be cast for a flash \nsubmission to pass judgement?", "What was Newgrounds called, when \nthe website first started?", "How many experience points are needed\nto reach level 09?", "What is the stated penalty for posting\n'TONS of crappy reviews just to get high\nin the rankings'?", "When was Pico's School released?", "Who hasn't got a NG office workspace \nallocated to them?", "Who was the first company to send\nNewgrounds a legal threat?", "In what year were the Portal,\nBBS level icons and tank logo\nall born?", "Who produces the art for the current\nversions of Pico?", "In what year was the current tank \nlogo graphic released?", "Which of these companies hasn't\nlegally threatened Newgrounds?", "What website caused some irritating \nproblems for NG?", "When was Alien Hominid first \nreleased for consoles?", "What was the smallest ever\n'Newgrounds office'?", "What cat has not got a\nNG page dedicated to him?", "What's the maximum size an MP3 \nsubmitted to the audio portal may be?", "What is the usual size limit for \nFlash submissions?", "Who is responsible for \nthe Brackenwood series?", "Who programmed \nJohnny Rocketfingers 2?"]; var answer1 = ["your full name", "100", "Newgrounds", "360", "a review ban", "1998", "Mindchamber", "BBC", 1999, "'Stamper'", "2002", "The associated press", "freeanimeporn", "November 2004", "A corner of a living room\nin Atlanta", "Copper", "2000Kb", "3 megs", "Adam Phillips", "Aaron Worral a.k.a 'NegativeOne'"]; var answer2 = ["your gender", "150", "New Ground", "400", "the crappy reviews will be deleted", "1999", "Stamper", "MGM", 2000, "'Mindchamber'", "2004", "Cartoon Network", "Outwar", "December 2004", "Part of a college dorm room", "Beebo", "3000Kb", "4 megs", "Adam Philip", "Aaron Worall a.k.a 'NegativeOne'"]; var answer3 = ["neither of the above", "200", "New Ground Remix", "450", "all reviews will be deleted", "2000", "LilJim", "Jim Henson", 2001, "Tom Fulp", "2006", "MGM", "Adventurequest", "January 2005", "Half a bedroom in an apartment\nin Mt. Airy", "Sherbert", "4000Kb", "5 megs", "Adam Philips", "Aaron Wurstin a.k.a 'NegativeOne'"]; var correctAnswers = [1, 3, 3, 2, 3, 2, 3, 1, 2, 2, 3, 2, 2, 1, 1, 1, 3, 3, 1, 2]; var numberOfQuestions = question.length; 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; 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
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

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"correct"
result15Symbol 134 EditableText"correct"
result16Symbol 136 EditableText"correct"
result17Symbol 138 EditableText"correct"
result18Symbol 140 EditableText"correct"
result19Symbol 142 EditableText"correct"




http://swfchan.com/12/56364/info.shtml
Created: 19/4 -2019 11:54:20 Last modified: 19/4 -2019 11:54:20 Server time: 16/05 -2024 15:54:16