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

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

NSG007 - NG Quiz.swf

This is the info page for
Flash #60832

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

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?

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 kind of files can you submit\nto the main Newgrounds portal?", "Who created Newgrounds?", "What was Newgrounds originally?", "What score must a submission obtain to \nsurvive the portal?", "When was Newgrounds.com registered?", "What company saved NG from going under?", "When is Tom Fulp's birthday?", "What was used to make Pico's School?", "How should Pico's name be pronounced?", "Newgrounds now has a proper office!\nWhen did this happen?"]; var answer1 = [".swf's", "Tom Jones", "A Neo Geo fanzine", "1.25", "autumn 1998", "Troma", "30th February", "Flash 2", "Pie-co", "2003"]; var answer2 = [".exe's", "Tom Fulp", "a seal-clubbing tribute", "1.5", "1997", "Tromah", "30th March", "Flash 3", "Pea-co", "2004"]; var answer3 = [".avi's", "Terrence and Philip", "a showcase of flash creations", "1.6", "the name was mentioned in the Bible\nbut the copyright expired.", "Inside Edition", "30th April", "Flash 4", "Pea-cho", "2005"]; var correctAnswers = [1, 2, 1, 3, 1, 1, 3, 2, 2, "3"]; 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; 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 61 MovieClip Frame 1
stop();
Symbol 88 Button
on (release) { newGame(); }

Library Items

Symbol 1 FontUsed by:2 18 19 20 21 25 28 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
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 88
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:61
Symbol 35 BitmapUsed by:36
Symbol 36 GraphicUses:35Used by:61
Symbol 37 BitmapUsed by:38
Symbol 38 GraphicUses:37Used by:61
Symbol 39 BitmapUsed by:40
Symbol 40 GraphicUses:39Used by:61
Symbol 41 BitmapUsed by:42
Symbol 42 GraphicUses:41Used by:61
Symbol 43 BitmapUsed by:44
Symbol 44 GraphicUses:43Used by:61
Symbol 45 BitmapUsed by:46
Symbol 46 GraphicUses:45Used by:61
Symbol 47 BitmapUsed by:48
Symbol 48 GraphicUses:47Used by:61
Symbol 49 BitmapUsed by:50
Symbol 50 GraphicUses:49Used by:61
Symbol 51 BitmapUsed by:52
Symbol 52 GraphicUses:51Used by:61
Symbol 53 BitmapUsed by:54
Symbol 54 GraphicUses:53Used by:61
Symbol 55 BitmapUsed by:56
Symbol 56 GraphicUses:55Used by:61
Symbol 57 BitmapUsed by:58
Symbol 58 GraphicUses:57Used by:61
Symbol 59 BitmapUsed by:60
Symbol 60 GraphicUses:59Used by:61
Symbol 61 MovieClipUses:34 36 38 40 42 44 46 48 50 52 54 56 58 60Used by:Timeline
Symbol 62 TextUses:1Used by:Timeline
Symbol 63 EditableTextUses:1Used by:Timeline
Symbol 64 TextUses:1Used by:Timeline
Symbol 65 TextUses:1Used by:Timeline
Symbol 66 EditableTextUses:1Used by:Timeline
Symbol 67 TextUses:1Used by:Timeline
Symbol 68 EditableTextUses:1Used by:Timeline
Symbol 69 TextUses:1Used by:Timeline
Symbol 70 EditableTextUses:1Used by:Timeline
Symbol 71 TextUses:1Used by:Timeline
Symbol 72 EditableTextUses:1Used by:Timeline
Symbol 73 TextUses:1Used by:Timeline
Symbol 74 EditableTextUses:1Used by:Timeline
Symbol 75 TextUses:1Used by:Timeline
Symbol 76 EditableTextUses:1Used by:Timeline
Symbol 77 TextUses:1Used by:Timeline
Symbol 78 EditableTextUses:1Used by:Timeline
Symbol 79 TextUses:1Used by:Timeline
Symbol 80 EditableTextUses:1Used by:Timeline
Symbol 81 TextUses:1Used by:Timeline
Symbol 82 EditableTextUses:1Used by:Timeline
Symbol 83 TextUses:1Used by:Timeline
Symbol 84 EditableTextUses:1Used by:Timeline
Symbol 85 EditableTextUses:1Used by:Timeline
Symbol 86 TextUses:1Used by:87
Symbol 87 MovieClipUses:86Used by:88
Symbol 88 ButtonUses:87 23Used by:Timeline
Symbol 89 BitmapUsed by:90
Symbol 90 GraphicUses:89Used by:Timeline

Instance Names

"levelPic"Frame 5Symbol 61 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?"
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 63 EditableText"10"
result0Symbol 66 EditableText"..........."
result1Symbol 68 EditableText"______"
result2Symbol 70 EditableText"correct"
result3Symbol 72 EditableText"correct"
result4Symbol 74 EditableText"correct"
result5Symbol 76 EditableText"correct"
result6Symbol 78 EditableText"correct"
result7Symbol 80 EditableText"correct"
result8Symbol 82 EditableText"correct"
result9Symbol 84 EditableText"correct"
numberOfQuestionsSymbol 85 EditableText"10"




http://swfchan.com/13/60832/info.shtml
Created: 15/4 -2019 23:20:15 Last modified: 15/4 -2019 23:20:15 Server time: 15/05 -2024 07:04:42