Frame 73
stop();
Frame 74
stop();
Symbol 13 MovieClip Frame 3
stop();
Symbol 17 Button
on (release) {
stopAllSounds();
}
Symbol 31 Button
on (release) {
_visible = "0";
call("/Library/:DisplayQuestion");
if (/:CurrentQuestion == "13") {
if (/:CorrectCount == "12") {
tellTarget ("/LevelScreens") {
play();
gotoAndPlay ("Win");
};
} else {
tellTarget ("/RetryScreen") {
play();
};
}
}
}
Symbol 39 Button
on (release) {
gotoAndPlay (74);
}
Symbol 40 MovieClip Frame 1
stop();
setProperty("/Continue", _visible , "0");
Set("/:CurrentLevel", "1");
Set("/:CurrentQuestion", "1");
Set("/:CurrentAnswer", "");
tellTarget ("/QuestionIndicators") {
gotoAndStop("Question1");
};
gotoAndPlay (11);
call("Level1");
Symbol 40 MovieClip Frame 11
if ("12" >= /:CurrentQuestion) {
setProperty("/A", _visible , "1");
setProperty("/B", _visible , "1");
setProperty("/C", _visible , "1");
tellTarget ("/Score") {
gotoAndPlay (1);
};
tellTarget ("/Points") {
gotoAndPlay (1);
};
tellTarget ("/QuestionIndicators") {
gotoAndStop("Question" add /:CurrentQuestion);
};
Set("/:Question", eval (("Q" add /:CurrentQuestion) add "_Question"));
Set("/:AnswerA", eval (("Q" add /:CurrentQuestion) add "_A"));
Set("/:AnswerB", eval (("Q" add /:CurrentQuestion) add "_B"));
Set("/:AnswerC", eval (("Q" add /:CurrentQuestion) add "_C"));
}
Symbol 40 MovieClip Frame 21
tellTarget ("/Points") {
stop();
};
tellTarget ("/Score") {
stop();
};
if (/:CurrentAnswer eq eval (("Q" add /:CurrentQuestion) add "_CorrectAnswer")) {
Set("/:Score", /:Score + /:Points);
Correct = "1";
Set("/:CorrectCount", /:CorrectCount + "1");
} else {
Correct = "0";
}
if (Correct == "1") {
Set("/:Question", "Right on! The correct answer was:");
} else {
Set("/:Question", "Wrong! The correct answer was:");
}
setProperty("/A", _visible , "0");
setProperty("/B", _visible , "0");
setProperty("/C", _visible , "0");
setProperty("/" add eval (("Q" add /:CurrentQuestion) add "_CorrectAnswer"), _visible , "0");
if (eval (("Q" add /:CurrentQuestion) add "_CorrectAnswer") eq "A") {
Set("/:AnswerB", "");
Set("/:AnswerC", "");
} else if (eval (("Q" add /:CurrentQuestion) add "_CorrectAnswer") eq "B") {
Set("/:AnswerA", "");
Set("/:AnswerC", "");
} else if (eval (("Q" add /:CurrentQuestion) add "_CorrectAnswer") eq "C") {
Set("/:AnswerA", "");
Set("/:AnswerB", "");
}
Set("/:CurrentQuestion", /:CurrentQuestion + "1");
setProperty("/Continue", _visible , "1");
Symbol 40 MovieClip Frame 31
Q1_Question = "How many bones are in an adult human body?";
Q1_A = "206 ";
Q1_B = "250";
Q1_C = "300";
Q1_CorrectAnswer = "A";
Q2_Question = "How many bones are in a human baby's body?";
Q2_A = "206";
Q2_B = "150";
Q2_C = "Over 300";
Q2_CorrectAnswer = "C";
Q3_Question = "Which is the longest bone in an adult human body?";
Q3_A = "Neck Bone";
Q3_B = "Thigh Bone ";
Q3_C = "Collar Bone";
Q3_CorrectAnswer = "B";
Q4_Question = "Which is the smallest bone in an adult human body?";
Q4_A = "Stirrup";
Q4_B = "Toe Bones";
Q4_C = "Ulna";
Q4_CorrectAnswer = "A";
Q5_Question = "How many muscles are in the human body?";
Q5_A = "500";
Q5_B = "650";
Q5_C = "800";
Q5_CorrectAnswer = "B";
Q6_Question = " Which is the largest muscle in the human body?";
Q6_A = "Gluteus Maximus";
Q6_B = " Biceps";
Q6_C = "Triceps";
Q6_CorrectAnswer = "A";
Q7_Question = "How many teeth are in an adult human mouth?";
Q7_A = "32";
Q7_B = "35";
Q7_C = "20";
Q7_CorrectAnswer = "A";
Q8_Question = "Which best describes the spinal cord?";
Q8_A = "Bone";
Q8_B = "Muscle";
Q8_C = "Nerve";
Q8_CorrectAnswer = "C";
Q9_Question = "How often do humans dream?";
Q9_A = "5 times a night";
Q9_B = "10 times a night";
Q9_C = "2 times a night";
Q9_CorrectAnswer = "A";
Q10_Question = "How often does blood circulate the body?";
Q10_A = "1000.00 times a day";
Q10_B = "500.00 times a day";
Q10_C = "1500.00 times a day";
Q10_CorrectAnswer = "C";
Q11_Question = "How much blood does the average man have?";
Q11_A = "5 to 6 liters";
Q11_B = "8 to 10 liters";
Q11_C = "1 to 2 liters";
Q11_CorrectAnswer = "A";
Q12_Question = "Which of the following is not one of the bodies five main senses?";
Q12_A = "Seeing";
Q12_B = "Moving";
Q12_C = "Touching";
Q12_CorrectAnswer = "B";
stop();
gotoAndPlay(Scene6);
Symbol 42 Button
on (release) {
getURL ("http://www.prongo.com", "_parent");
}
Symbol 48 Button
on (release) {
Set("/:CurrentQuestion", "1");
Set("/:CorrectCount", "0");
Set("/:Score", "0");
call("/Library/:DisplayQuestion");
play();
}
Symbol 51 Button
on (release) {
getURL ("http://www.prongo.com/quiz.html", "_parent");
}
Symbol 52 MovieClip Frame 1
stop();
Symbol 52 MovieClip Frame 2
stop();
Symbol 56 Button
on (release) {
_visible = "0";
call("/Library/:DisplayQuestion");
if (/:CurrentQuestion == "13") {
if (/:CorrectCount == "12") {
tellTarget ("/RetryScreen") {
play();
gotoAndPlay ("Win");
};
} else {
tellTarget ("/RetryScreen") {
play();
};
}
}
}
Symbol 61 Button
on (release, releaseOutside) {
setProperty("/A", _visible , "0");
Set("/:CurrentAnswer", "A");
call("/Library/:AnswerQuestion");
}
on (release) {
setProperty("/A", _visible , "0");
}
Symbol 62 MovieClip Frame 1
stop();
Symbol 63 Button
on (release) {
Set("/:CurrentAnswer", "B");
call("/Library/:AnswerQuestion");
stop();
}
on (release) {
setProperty("/B", _visible , "0");
}
on (release) {
Set("/:CurrentAnswer", "");
setProperty("/B", _visible , "0");
}
Symbol 64 MovieClip Frame 1
stop();
Symbol 65 Button
on (release) {
stop();
Set("/:CurrentAnswer", "C");
call("/Library/:AnswerQuestion");
stop();
}
on (release) {
setProperty("/C", _visible , "0");
}
on (release) {
Set("/:CurrentAnswer", "");
setProperty("/C", _visible , "0");
}
Symbol 66 MovieClip Frame 1
stop();
Symbol 70 MovieClip Frame 1
stop();
Symbol 70 MovieClip Frame 6
stop();
Symbol 70 MovieClip Frame 11
stop();
Symbol 70 MovieClip Frame 16
stop();
Symbol 70 MovieClip Frame 21
stop();
Symbol 70 MovieClip Frame 26
stop();
Symbol 70 MovieClip Frame 31
stop();
Symbol 70 MovieClip Frame 36
stop();
Symbol 70 MovieClip Frame 40
stop();
Symbol 70 MovieClip Frame 45
stop();
Symbol 70 MovieClip Frame 50
stop();
Symbol 70 MovieClip Frame 60
stop();
Symbol 72 MovieClip Frame 1
Set("/:Points", "1000");
Symbol 72 MovieClip Frame 51
Set("/:Points", /:Points - "100");
Symbol 72 MovieClip Frame 76
if ("0" < /:Points) {
gotoAndPlay (51);
} else {
Set("/:CurrentAnswer", "");
call("/Library/:AnswerQuestion");
gotoAndStop (1);
}
Symbol 74 MovieClip Frame 1
Set("/:Score", "0");
Symbol 81 MovieClip Frame 5
stop();