Frame 1
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(loaderBar, _xscale , PercentLoaded);
} else {
gotoAndStop ("loaded");
}
Frame 2
gotoAndPlay (1);
Frame 3
setProperty(loaderBar, _xscale , 100);
Frame 10
_root.soundStatus = 1;
Frame 12
_root.score = 0;
stop();
blip = new Sound(_root);
blip.attachSound("blip1");
correct = new Sound(_root);
correct.attachSound("correct");
wrong = new Sound(_root);
wrong.attachSound("wrong");
purchase = new Sound(_root);
purchase.attachSound("purchase");
prevQuestion = 0;
Instance of Symbol 23 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
on (release) {
_root.flasher.play();
_root.play();
if (_root.soundStatus == 1) {
_root.blip.start();
}
}
Frame 13
stop();
Instance of Symbol 23 MovieClip "questionsButton" in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
on (release) {
if (_root.soundStatus == 1) {
_root.blip.start();
}
this._alpha = 100;
_root.picturesButton._alpha = 30;
_root.settingsButton._alpha = 30;
_root.menuStatus = 1;
}
Instance of Symbol 23 MovieClip "settingsButton" in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
on (release) {
this._alpha = 100;
_root.questionsButton._alpha = 30;
_root.picturesButton._alpha = 30;
_root.menuStatus = 3;
if (_root.soundStatus == 0) {
_root.blip.start();
_root.soundStatus = 1;
} else {
_root.soundStatus = 0;
}
}
Instance of Symbol 23 MovieClip "picturesButton" in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
on (release) {
if (_root.soundStatus == 1) {
_root.blip.start();
}
this._alpha = 100;
_root.questionsButton._alpha = 30;
_root.settingsButton._alpha = 30;
_root.menuStatus = 2;
}
Instance of Symbol 38 MovieClip in Frame 13
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (this._alpha > 0) {
this._visible = true;
} else {
this._visible = false;
}
if (_root.menuStatus == 1) {
if (this._alpha < 101) {
this._alpha = this._alpha + 10;
}
} else if (this._alpha > 0) {
this._alpha = this._alpha - 15;
}
}
Instance of Symbol 41 MovieClip in Frame 13
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (this._alpha > 0) {
this._visible = true;
} else {
this._visible = false;
}
if (_root.menuStatus == 2) {
if (this._alpha < 101) {
this._alpha = this._alpha + 10;
}
} else if (this._alpha > 0) {
this._alpha = this._alpha - 15;
}
}
Instance of Symbol 34 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (_root.soundStatus == 1) {
_root.soundIndicator.text = "On";
} else {
_root.soundIndicator.text = "Off";
}
}
Frame 14
gotoAndPlay (112);
Frame 112
do {
nextQuestion = Math.ceil(random(38));
} while (nextQuestion == prevQuestion);
prevQuestion = nextQuestion;
_root.questionsRemaining = _root.questionsRemaining - 1;
Instance of Symbol 23 MovieClip in Frame 112
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
on (release) {
if (_root.soundStatus == 1) {
_root.blip.start();
}
_root.gotoAndPlay("base");
}
Frame 113
_root.attempt = 1;
if (_root.nextQuestion == 1) {
_root.questionText = "What are isotopes?";
_root.pointsRemaining = 50;
_root.answerText1 = "Molecules with the same atoms, arranged in a different order.";
_root.answerText2 = "Atoms with the same atomic number, but different amounts of neutrons.";
_root.answerText3 = "Atoms with one or more lone pairs of electrons.";
_root.answerCorrect = 2;
} else if (_root.nextQuestion == 2) {
_root.questionText = "How are ions measured in a mass spectrometer?";
_root.pointsRemaining = 80;
_root.answerText1 = "Positive ions are accelerated towards a current-measuring plate.";
_root.answerText2 = "Negative ions are accelerated towards a current-measuring plate.";
_root.answerText3 = "The mass of a known amount of moles of an element is measured on an accurate balance.";
_root.answerCorrect = 1;
} else if (_root.nextQuestion == 3) {
_root.questionText = "By which element are all relative atomic masses derived?";
_root.pointsRemaining = 50;
_root.answerText1 = "Hydrogen-1";
_root.answerText2 = "Helium-4";
_root.answerText3 = "Carbon-12";
_root.answerCorrect = 3;
} else if (_root.nextQuestion == 4) {
_root.questionText = "What is the electron arrangement of an Fe 2+ ion?";
_root.pointsRemaining = 120;
_root.answerText1 = "1S2 2S2 2P6 3S2 3P6 3D6";
_root.answerText2 = "1S2 2S2 2P6 3S2 3P6 4S2 3D4";
_root.answerText3 = "1S2 2S2 2P6 3S2 3P6 4S2 3D6";
_root.answerCorrect = 1;
} else if (_root.nextQuestion == 5) {
_root.questionText = "Compared to a proton, an electron has...";
_root.pointsRemaining = 40;
_root.answerText1 = "...smaller mass and the same charge.";
_root.answerText2 = "...smaller mass and an opposite charge.";
_root.answerText3 = "...the same mass and the same charge.";
_root.answerCorrect = 2;
} else if (_root.nextQuestion == 6) {
_root.questionText = "The majority of an atom consists of...";
_root.pointsRemaining = 80;
_root.answerText1 = "...a haze of electrons.";
_root.answerText2 = "...the nucleus - protons and neutrons.";
_root.answerText3 = "...empty space.";
_root.answerCorrect = 3;
} else if (_root.nextQuestion == 7) {
_root.questionText = "What happens to the surrounding energy when an atom becomes excited?";
_root.pointsRemaining = 70;
_root.answerText1 = "Energy aborbed.";
_root.answerText2 = "Energy released.";
_root.answerText3 = "Energy simultaneously absorbed and released.";
_root.answerCorrect = 1;
} else if (_root.nextQuestion == 8) {
_root.questionText = "Compared to a proton, a neuton has...";
_root.pointsRemaining = 30;
_root.answerText1 = "...less mass";
_root.answerText2 = "...similar mass.";
_root.answerText3 = "...more mass.";
_root.answerCorrect = 2;
} else if (_root.nextQuestion == 9) {
_root.questionText = " Which element's ionic radius is smaller than its atomic radius?";
_root.pointsRemaining = 60;
_root.answerText1 = "Neon.";
_root.answerText2 = "Nitrogen.";
_root.answerText3 = "Sodium.";
_root.answerCorrect = 3;
} else if (_root.nextQuestion == 10) {
_root.questionText = "Which element's symbols spell the word \"lick\"?";
_root.pointsRemaining = 80;
_root.answerText1 = "Lithium, carbon, potassium.";
_root.answerText2 = "Lanthanum, iodine, carbon, krypton.";
_root.answerText3 = "Lithium, indium, calcium, osmium.";
_root.answerCorrect = 1;
} else if (_root.nextQuestion == 11) {
_root.questionText = "What determines a particles atomic number?";
_root.pointsRemaining = 60;
_root.answerText1 = "The change in electron-number from the base state.";
_root.answerText2 = "The number of protons in the nucleus.";
_root.answerText3 = "The charge of the ion.";
_root.answerCorrect = 2;
} else if (_root.nextQuestion == 12) {
_root.questionText = "Which element is present in all organic compounds?";
_root.pointsRemaining = 30;
_root.answerText1 = "Carbon.";
_root.answerText2 = "Oxygen.";
_root.answerText3 = "Nitrogen.";
_root.answerCorrect = 1;
} else if (_root.nextQuestion == 13) {
_root.questionText = "What property of organic compounds reduces their rate of reaction compared to that of inorganic?";
_root.pointsRemaining = 70;
_root.answerText1 = "Hydrogen bonds.";
_root.answerText2 = "Ionic bonds.";
_root.answerText3 = "Covalent bonds.";
_root.answerCorrect = 3;
} else if (_root.nextQuestion == 14) {
_root.questionText = "What are isomers?";
_root.pointsRemaining = 50;
_root.answerText1 = "Molecules with the same atoms, arranged in a different order.";
_root.answerText2 = "Atoms with the same atomic number, but different amounts of neutrons.";
_root.answerText3 = "Atoms with one or more lone pairs of electrons.";
_root.answerCorrect = 1;
} else if (_root.nextQuestion == 15) {
_root.questionText = "In terms of organic compunds, what's so special about carbon?";
_root.pointsRemaining = 40;
_root.answerText1 = "It has a large electronegativity.";
_root.answerText2 = "It readily forms covalent bonds with other carbon atoms";
_root.answerText3 = "Carbon readily combines with oxygen.";
_root.answerCorrect = 2;
} else if (_root.nextQuestion == 16) {
_root.questionText = "What is a polymer?";
_root.pointsRemaining = 80;
_root.answerText1 = "Any molecule consisting of more than one element.";
_root.answerText2 = "A group of monomers occupying a small space.";
_root.answerText3 = "A large molecule made from a chain of momomers.";
_root.answerCorrect = 3;
} else if (_root.nextQuestion == 17) {
_root.questionText = "What compound is C6H6 commonly known as?";
_root.pointsRemaining = 50;
_root.answerText1 = "Benzene.";
_root.answerText2 = "Butene.";
_root.answerText3 = "Butane.";
_root.answerCorrect = 1;
} else if (_root.nextQuestion == 18) {
_root.questionText = "Which combination of atoms can form a polar covalent bond?";
_root.pointsRemaining = 60;
_root.answerText1 = "H and H.";
_root.answerText2 = "H and Br.";
_root.answerText3 = "Na and Br.";
_root.answerCorrect = 2;
} else if (_root.nextQuestion == 19) {
_root.questionText = "Which chemical symbols spell the word \"pubes\"?";
_root.pointsRemaining = 100;
_root.answerText1 = "Phosphorus, uranium, boron, einsteinium, calcium.";
_root.answerText2 = "Protactinium, uranium, boron, europium, sulphur.";
_root.answerText3 = "Plutonium, boron, einsteinium.";
_root.answerCorrect = 3;
} else if (_root.nextQuestion == 20) {
_root.questionText = "Which element's chemical symbols spell the word \"puker\"?";
_root.pointsRemaining = 80;
_root.answerText1 = "Potassium, carbon, einsteinium.";
_root.answerText2 = "Plutonium, potassium, erbium.";
_root.answerText3 = "Phosphorus, uranium, krypton, radon.";
_root.answerCorrect = 2;
} else if (_root.nextQuestion == 21) {
_root.questionText = "Which element has 15 protons?";
_root.pointsRemaining = 60;
_root.answerText1 = "S-32";
_root.answerText2 = "P-32";
_root.answerText3 = "O-15";
_root.answerCorrect = 2;
} else if (_root.nextQuestion == 22) {
_root.questionText = "A battery consists of which type of cell?";
_root.pointsRemaining = 80;
_root.answerText1 = "Electrochemical.";
_root.answerText2 = "Electromagnetic.";
_root.answerText3 = "Electrolytic.";
_root.answerCorrect = 1;
} else if (_root.nextQuestion == 23) {
_root.questionText = "Which of these elements are real?";
_root.pointsRemaining = 40;
_root.answerText1 = "Hydrellium.";
_root.answerText2 = "Smerkelium.";
_root.answerText3 = "Berkelium.";
_root.answerCorrect = 3;
} else if (_root.nextQuestion == 24) {
_root.questionText = "Which of these elements is real?";
_root.pointsRemaining = 40;
_root.answerText1 = "Kansium.";
_root.answerText2 = "Lawrencium.";
_root.answerText3 = "Topekium.";
_root.answerCorrect = 2;
} else if (_root.nextQuestion == 25) {
_root.questionText = "What is the atomic number for gold?";
_root.pointsRemaining = 40;
_root.answerText1 = "78";
_root.answerText2 = "79";
_root.answerText3 = "80";
_root.answerCorrect = 2;
} else if (_root.nextQuestion == 26) {
_root.questionText = "Which formula represents a salt?";
_root.pointsRemaining = 90;
_root.answerText1 = "CH3OH";
_root.answerText2 = "KOH";
_root.answerText3 = "KCl";
_root.answerCorrect = 3;
} else if (_root.nextQuestion == 27) {
_root.questionText = " Which solution will change red litmus to blue?";
_root.pointsRemaining = 70;
_root.answerText1 = "NaOH(aq)";
_root.answerText2 = "CH3OH(aq)";
_root.answerText3 = "NaCl(aq)";
_root.answerCorrect = 1;
} else if (_root.nextQuestion == 28) {
_root.questionText = "Which of these pH values is considered acidic?";
_root.pointsRemaining = 30;
_root.answerText1 = "10";
_root.answerText2 = "7";
_root.answerText3 = "4";
_root.answerCorrect = 3;
} else if (_root.nextQuestion == 29) {
_root.questionText = "Roughly how many atoms are in a mole?";
_root.pointsRemaining = 50;
_root.answerText1 = "6 billion";
_root.answerText2 = "6 x 10^23";
_root.answerText3 = "6 x 10^109";
_root.answerCorrect = 2;
} else if (_root.nextQuestion == 30) {
_root.questionText = "An acid is a species which can...";
_root.pointsRemaining = 60;
_root.answerText1 = "...donate a proton.";
_root.answerText2 = "...donate an electron.";
_root.answerText3 = "...accept a proton.";
_root.answerCorrect = 1;
} else if (_root.nextQuestion == 31) {
_root.questionText = "Which aqueous 0.1M solution has a pH of around 9?";
_root.pointsRemaining = 50;
_root.answerText1 = "CO2";
_root.answerText2 = "LiOH";
_root.answerText3 = "CH3OH";
_root.answerCorrect = 2;
} else if (_root.nextQuestion == 32) {
_root.questionText = "What does a catalyst do?";
_root.pointsRemaining = 60;
_root.answerText1 = "Reduces activation anergy.";
_root.answerText2 = "Increases total energy.";
_root.answerText3 = "Increases potential energy of reactants.";
_root.answerCorrect = 1;
} else if (_root.nextQuestion == 33) {
_root.questionText = "Exothermic reactions...";
_root.pointsRemaining = 40;
_root.answerText1 = "...absorb energy.";
_root.answerText2 = "...do not change temperature.";
_root.answerText3 = "...release energy.";
_root.answerCorrect = 3;
} else if (_root.nextQuestion == 34) {
_root.questionText = "Endothermic reactions...";
_root.pointsRemaining = 40;
_root.answerText1 = "...absorb energy.";
_root.answerText2 = "...do not change temperature.";
_root.answerText3 = "...release energy.";
_root.answerCorrect = 1;
} else if (_root.nextQuestion == 35) {
_root.questionText = "Which metal is most dense?";
_root.pointsRemaining = 40;
_root.answerText1 = "Potassium.";
_root.answerText2 = "Copper.";
_root.answerText3 = "Tin.";
_root.answerCorrect = 2;
} else if (_root.nextQuestion == 36) {
_root.questionText = "Which of these is an element?";
_root.pointsRemaining = 30;
_root.answerText1 = "Steel.";
_root.answerText2 = "Brass.";
_root.answerText3 = "Iron.";
_root.answerCorrect = 3;
} else if (_root.nextQuestion == 37) {
_root.questionText = "What is a proton made of?";
_root.pointsRemaining = 50;
_root.answerText1 = "Two up-quarks and one down-quark.";
_root.answerText2 = "Thee up-quarks and four down-quarks.";
_root.answerText3 = "One up-quark and two down-quarks.";
_root.answerCorrect = 1;
} else if (_root.nextQuestion == 38) {
_root.questionText = "What is a neutron made of?";
_root.pointsRemaining = 50;
_root.answerText1 = "Two up-quarks and one down-quark.";
_root.answerText2 = "Thee up-quarks and four down-quarks.";
_root.answerText3 = "One up-quark and two down-quarks.";
_root.answerCorrect = 3;
}
Frame 114
stop();
Instance of Symbol 52 MovieClip in Frame 114
on (release) {
if (_root.answerCorrect == 1) {
if (_root.soundStatus == 1) {
_root.correct.start();
}
_root.score = _root.score + _root.pointsRemaining;
_root.gotoAndStop("correct");
} else {
if (_root.soundStatus == 1) {
_root.wrong.start();
}
_root.score = _root.score - 5;
this._visible = false;
_root.answerText1 = "";
if (_root.attempt == 1) {
_root.attempt = 2;
_root.pointsRemaining = _root.pointsRemaining - 15;
} else {
_root.pointsRemaining = 0;
_root.attempt = 3;
}
}
}
onClipEvent (enterFrame) {
if (_root.answerCorrect != 1) {
if (_root.pointsRemaining == 0) {
this._visible = false;
_root.answerText1 = "";
}
}
}
Instance of Symbol 52 MovieClip in Frame 114
on (release) {
if (_root.answerCorrect == 3) {
if (_root.soundStatus == 1) {
_root.correct.start();
}
_root.score = _root.score + _root.pointsRemaining;
_root.gotoAndStop("correct");
} else {
if (_root.soundStatus == 1) {
_root.wrong.start();
}
_root.score = _root.score - 5;
this._visible = false;
_root.answerText3 = "";
if (_root.attempt == 1) {
_root.attempt = 2;
_root.pointsRemaining = _root.pointsRemaining - 15;
} else {
_root.pointsRemaining = 0;
_root.attempt = 3;
}
}
}
onClipEvent (enterFrame) {
if (_root.answerCorrect != 3) {
if (_root.pointsRemaining == 0) {
this._visible = false;
_root.answerText3 = "";
}
}
}
Instance of Symbol 52 MovieClip in Frame 114
on (release) {
if (_root.answerCorrect == 2) {
if (_root.soundStatus == 1) {
_root.correct.start();
}
_root.score = _root.score + _root.pointsRemaining;
_root.gotoAndStop("correct");
} else {
if (_root.soundStatus == 1) {
_root.wrong.start();
}
_root.score = _root.score - 5;
this._visible = false;
_root.answerText2 = "";
if (_root.attempt == 1) {
_root.attempt = 2;
_root.pointsRemaining = _root.pointsRemaining - 15;
} else {
_root.pointsRemaining = 0;
_root.attempt = 3;
}
}
}
onClipEvent (enterFrame) {
if (_root.answerCorrect != 2) {
if (_root.pointsRemaining == 0) {
this._visible = false;
_root.answerText2 = "";
}
}
}
Frame 115
stop();
if (attempt == 1) {
minusPoints = 0;
} else if (attempt == 2) {
minusPoints = 5;
} else {
minusPoints = 10;
}
summaryText = ((("You gained " + pointsRemaining) + " points and lost ") + minusPoints) + " points for this question. Click here for the next question.";
Instance of Symbol 52 MovieClip in Frame 115
on (release) {
if (_root.soundStatus == 1) {
_root.blip.start();
}
if (_root.questionsRemaining == 0) {
_root.gotoAndStop("base");
} else {
_root.gotoAndPlay("start");
}
}
Frame 117
stop();
Instance of Symbol 23 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
on (release) {
if (_root.soundStatus == 1) {
_root.blip.start();
}
_root.gotoAndPlay("base");
}
Instance of Symbol 23 MovieClip in Frame 117
onClipEvent (load) {
cost = 100;
}
onClipEvent (enterFrame) {
if (_root.pic1 == 1) {
prevFrame();
this._visible = false;
} else if (_root.score < cost) {
this._alpha = 30;
prevFrame();
} else if (_root.score >= cost) {
this._alpha = cost;
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
}
on (release) {
if (_root.score >= cost) {
if (_root.soundStatus == 1) {
_root.purchase.start();
}
_root.score = _root.score - cost;
_root.pic1 = 1;
}
}
Instance of Symbol 23 MovieClip in Frame 117
onClipEvent (load) {
cost = 300;
}
onClipEvent (enterFrame) {
if (_root.pic7 == 1) {
prevFrame();
this._visible = false;
} else if (_root.score < cost) {
this._alpha = 30;
prevFrame();
} else if (_root.score >= cost) {
this._alpha = cost;
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
}
on (release) {
if (_root.score >= cost) {
if (_root.soundStatus == 1) {
_root.purchase.start();
}
_root.score = _root.score - cost;
_root.pic7 = 1;
}
}
Instance of Symbol 23 MovieClip in Frame 117
onClipEvent (load) {
cost = 800;
}
onClipEvent (enterFrame) {
if (_root.pic13 == 1) {
prevFrame();
this._visible = false;
} else if (_root.score < cost) {
this._alpha = 30;
prevFrame();
} else if (_root.score >= cost) {
this._alpha = cost;
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
}
on (release) {
if (_root.score >= cost) {
if (_root.soundStatus == 1) {
_root.purchase.start();
}
_root.score = _root.score - cost;
_root.pic13 = 1;
}
}
Instance of Symbol 23 MovieClip in Frame 117
onClipEvent (load) {
cost = 100;
}
onClipEvent (enterFrame) {
if (_root.pic2 == 1) {
prevFrame();
this._visible = false;
} else if (_root.score < cost) {
this._alpha = 30;
prevFrame();
} else if (_root.score >= cost) {
this._alpha = cost;
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
}
on (release) {
if (_root.score >= cost) {
if (_root.soundStatus == 1) {
_root.purchase.start();
}
_root.score = _root.score - cost;
_root.pic2 = 1;
}
}
Instance of Symbol 23 MovieClip in Frame 117
onClipEvent (load) {
cost = 350;
}
onClipEvent (enterFrame) {
if (_root.pic8 == 1) {
prevFrame();
this._visible = false;
} else if (_root.score < cost) {
this._alpha = 30;
prevFrame();
} else if (_root.score >= cost) {
this._alpha = cost;
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
}
on (release) {
if (_root.score >= cost) {
if (_root.soundStatus == 1) {
_root.purchase.start();
}
_root.score = _root.score - cost;
_root.pic8 = 1;
}
}
Instance of Symbol 23 MovieClip in Frame 117
onClipEvent (load) {
cost = 900;
}
onClipEvent (enterFrame) {
if (_root.pic14 == 1) {
prevFrame();
this._visible = false;
} else if (_root.score < cost) {
this._alpha = 30;
prevFrame();
} else if (_root.score >= cost) {
this._alpha = cost;
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
}
on (release) {
if (_root.score >= cost) {
if (_root.soundStatus == 1) {
_root.purchase.start();
}
_root.score = _root.score - cost;
_root.pic14 = 1;
}
}
Instance of Symbol 23 MovieClip in Frame 117
onClipEvent (load) {
cost = 150;
}
onClipEvent (enterFrame) {
if (_root.pic3 == 1) {
prevFrame();
this._visible = false;
} else if (_root.score < cost) {
this._alpha = 30;
prevFrame();
} else if (_root.score >= cost) {
this._alpha = cost;
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
}
on (release) {
if (_root.score >= cost) {
if (_root.soundStatus == 1) {
_root.purchase.start();
}
_root.score = _root.score - cost;
_root.pic3 = 1;
}
}
Instance of Symbol 23 MovieClip in Frame 117
onClipEvent (load) {
cost = 400;
}
onClipEvent (enterFrame) {
if (_root.pic9 == 1) {
prevFrame();
this._visible = false;
} else if (_root.score < cost) {
this._alpha = 30;
prevFrame();
} else if (_root.score >= cost) {
this._alpha = cost;
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
}
on (release) {
if (_root.score >= cost) {
if (_root.soundStatus == 1) {
_root.purchase.start();
}
_root.score = _root.score - cost;
_root.pic9 = 1;
}
}
Instance of Symbol 23 MovieClip in Frame 117
onClipEvent (load) {
cost = 1000;
}
onClipEvent (enterFrame) {
if (_root.pic15 == 1) {
prevFrame();
this._visible = false;
} else if (_root.score < cost) {
this._alpha = 30;
prevFrame();
} else if (_root.score >= cost) {
this._alpha = cost;
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
}
on (release) {
if (_root.score >= cost) {
if (_root.soundStatus == 1) {
_root.purchase.start();
}
_root.score = _root.score - cost;
_root.pic15 = 1;
}
}
Instance of Symbol 23 MovieClip in Frame 117
onClipEvent (load) {
cost = 150;
}
onClipEvent (enterFrame) {
if (_root.pic4 == 1) {
prevFrame();
this._visible = false;
} else if (_root.score < cost) {
this._alpha = 30;
prevFrame();
} else if (_root.score >= cost) {
this._alpha = cost;
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
}
on (release) {
if (_root.score >= cost) {
if (_root.soundStatus == 1) {
_root.purchase.start();
}
_root.score = _root.score - cost;
_root.pic4 = 1;
}
}
Instance of Symbol 23 MovieClip in Frame 117
onClipEvent (load) {
cost = 500;
}
onClipEvent (enterFrame) {
if (_root.pic10 == 1) {
prevFrame();
this._visible = false;
} else if (_root.score < cost) {
this._alpha = 30;
prevFrame();
} else if (_root.score >= cost) {
this._alpha = cost;
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
}
on (release) {
if (_root.score >= cost) {
if (_root.soundStatus == 1) {
_root.purchase.start();
}
_root.score = _root.score - cost;
_root.pic10 = 1;
}
}
Instance of Symbol 23 MovieClip in Frame 117
onClipEvent (load) {
cost = 1100;
}
onClipEvent (enterFrame) {
if (_root.pic16 == 1) {
prevFrame();
this._visible = false;
} else if (_root.score < cost) {
this._alpha = 30;
prevFrame();
} else if (_root.score >= cost) {
this._alpha = cost;
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
}
on (release) {
if (_root.score >= cost) {
if (_root.soundStatus == 1) {
_root.purchase.start();
}
_root.score = _root.score - cost;
_root.pic16 = 1;
}
}
Instance of Symbol 23 MovieClip in Frame 117
onClipEvent (load) {
cost = 200;
}
onClipEvent (enterFrame) {
if (_root.pic5 == 1) {
prevFrame();
this._visible = false;
} else if (_root.score < cost) {
this._alpha = 30;
prevFrame();
} else if (_root.score >= cost) {
this._alpha = cost;
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
}
on (release) {
if (_root.score >= cost) {
if (_root.soundStatus == 1) {
_root.purchase.start();
}
_root.score = _root.score - cost;
_root.pic5 = 1;
}
}
Instance of Symbol 23 MovieClip in Frame 117
onClipEvent (load) {
cost = 600;
}
onClipEvent (enterFrame) {
if (_root.pic11 == 1) {
prevFrame();
this._visible = false;
} else if (_root.score < cost) {
this._alpha = 30;
prevFrame();
} else if (_root.score >= cost) {
this._alpha = cost;
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
}
on (release) {
if (_root.score >= cost) {
if (_root.soundStatus == 1) {
_root.purchase.start();
}
_root.score = _root.score - cost;
_root.pic11 = 1;
}
}
Instance of Symbol 23 MovieClip in Frame 117
onClipEvent (load) {
cost = 1300;
}
onClipEvent (enterFrame) {
if (_root.pic17 == 1) {
prevFrame();
this._visible = false;
} else if (_root.score < cost) {
this._alpha = 30;
prevFrame();
} else if (_root.score >= cost) {
this._alpha = cost;
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
}
on (release) {
if (_root.score >= cost) {
if (_root.soundStatus == 1) {
_root.purchase.start();
}
_root.score = _root.score - cost;
_root.pic17 = 1;
}
}
Instance of Symbol 23 MovieClip in Frame 117
onClipEvent (load) {
cost = 200;
}
onClipEvent (enterFrame) {
if (_root.pic6 == 1) {
prevFrame();
this._visible = false;
} else if (_root.score < cost) {
this._alpha = 30;
prevFrame();
} else if (_root.score >= cost) {
this._alpha = cost;
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
}
on (release) {
if (_root.score >= cost) {
if (_root.soundStatus == 1) {
_root.purchase.start();
}
_root.score = _root.score - cost;
_root.pic6 = 1;
}
}
Instance of Symbol 23 MovieClip in Frame 117
onClipEvent (load) {
cost = 700;
}
onClipEvent (enterFrame) {
if (_root.pic12 == 1) {
prevFrame();
this._visible = false;
} else if (_root.score < cost) {
this._alpha = 30;
prevFrame();
} else if (_root.score >= cost) {
this._alpha = cost;
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
}
on (release) {
if (_root.score >= cost) {
if (_root.soundStatus == 1) {
_root.purchase.start();
}
_root.score = _root.score - cost;
_root.pic12 = 1;
}
}
Instance of Symbol 23 MovieClip in Frame 117
onClipEvent (load) {
cost = 1500;
}
onClipEvent (enterFrame) {
if (_root.pic18 == 1) {
prevFrame();
this._visible = false;
} else if (_root.score < cost) {
this._alpha = 30;
prevFrame();
} else if (_root.score >= cost) {
this._alpha = cost;
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
}
on (release) {
if (_root.score >= cost) {
if (_root.soundStatus == 1) {
_root.purchase.start();
}
_root.score = _root.score - cost;
_root.pic18 = 1;
}
}
Frame 118
gotoAndStop (117);
Frame 126
stop();
Instance of Symbol 23 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.pic10 == 1) {
this._alpha = 100;
} else {
this._alpha = 30;
}
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
on (release) {
if (_root.soundStatus == 1) {
_root.blip.start();
}
_root.pictureViewer.gotoAndStop(10);
}
Instance of Symbol 23 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.pic17 == 1) {
this._alpha = 100;
} else {
this._alpha = 30;
}
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
on (release) {
if (_root.soundStatus == 1) {
_root.blip.start();
}
_root.pictureViewer.gotoAndStop(17);
}
Instance of Symbol 23 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.pic16 == 1) {
this._alpha = 100;
} else {
this._alpha = 30;
}
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
on (release) {
if (_root.soundStatus == 1) {
_root.blip.start();
}
_root.pictureViewer.gotoAndStop(16);
}
Instance of Symbol 23 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.pic15 == 1) {
this._alpha = 100;
} else {
this._alpha = 30;
}
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
on (release) {
if (_root.soundStatus == 1) {
_root.blip.start();
}
_root.pictureViewer.gotoAndStop(15);
}
Instance of Symbol 23 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.pic14 == 1) {
this._alpha = 100;
} else {
this._alpha = 30;
}
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
on (release) {
if (_root.soundStatus == 1) {
_root.blip.start();
}
_root.pictureViewer.gotoAndStop(14);
}
Instance of Symbol 23 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.pic13 == 1) {
this._alpha = 100;
} else {
this._alpha = 30;
}
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
on (release) {
if (_root.soundStatus == 1) {
_root.blip.start();
}
_root.pictureViewer.gotoAndStop(13);
}
Instance of Symbol 23 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.pic12 == 1) {
this._alpha = 100;
} else {
this._alpha = 30;
}
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
on (release) {
if (_root.soundStatus == 1) {
_root.blip.start();
}
_root.pictureViewer.gotoAndStop(12);
}
Instance of Symbol 23 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.pic11 == 1) {
this._alpha = 100;
} else {
this._alpha = 30;
}
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
on (release) {
if (_root.soundStatus == 1) {
_root.blip.start();
}
_root.pictureViewer.gotoAndStop(11);
}
Instance of Symbol 23 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.pic1 == 1) {
this._alpha = 100;
} else {
this._alpha = 30;
}
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
on (release) {
if (_root.soundStatus == 1) {
_root.blip.start();
}
_root.pictureViewer.gotoAndStop(1);
}
Instance of Symbol 23 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.pic9 == 1) {
this._alpha = 100;
} else {
this._alpha = 30;
}
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
on (release) {
if (_root.soundStatus == 1) {
_root.blip.start();
}
_root.pictureViewer.gotoAndStop(9);
}
Instance of Symbol 23 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.pic8 == 1) {
this._alpha = 100;
} else {
this._alpha = 30;
}
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
on (release) {
if (_root.soundStatus == 1) {
_root.blip.start();
}
_root.pictureViewer.gotoAndStop(8);
}
Instance of Symbol 23 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.pic7 == 1) {
this._alpha = 100;
} else {
this._alpha = 30;
}
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
on (release) {
if (_root.soundStatus == 1) {
_root.blip.start();
}
_root.pictureViewer.gotoAndStop(7);
}
Instance of Symbol 23 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.pic6 == 1) {
this._alpha = 100;
} else {
this._alpha = 30;
}
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
on (release) {
if (_root.soundStatus == 1) {
_root.blip.start();
}
_root.pictureViewer.gotoAndStop(6);
}
Instance of Symbol 23 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.pic5 == 1) {
this._alpha = 100;
} else {
this._alpha = 30;
}
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
on (release) {
if (_root.soundStatus == 1) {
_root.blip.start();
}
_root.pictureViewer.gotoAndStop(5);
}
Instance of Symbol 23 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.pic4 == 1) {
this._alpha = 100;
} else {
this._alpha = 30;
}
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
on (release) {
if (_root.soundStatus == 1) {
_root.blip.start();
}
_root.pictureViewer.gotoAndStop(4);
}
Instance of Symbol 23 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.pic3 == 1) {
this._alpha = 100;
} else {
this._alpha = 30;
}
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
on (release) {
if (_root.soundStatus == 1) {
_root.blip.start();
}
_root.pictureViewer.gotoAndStop(3);
}
Instance of Symbol 23 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.pic2 == 1) {
this._alpha = 100;
} else {
this._alpha = 30;
}
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
on (release) {
if (_root.soundStatus == 1) {
_root.blip.start();
}
_root.pictureViewer.gotoAndStop(2);
}
Instance of Symbol 23 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.pic18 == 1) {
this._alpha = 100;
} else {
this._alpha = 30;
}
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
}
on (release) {
if (_root.soundStatus == 1) {
_root.blip.start();
}
_root.pictureViewer.gotoAndStop(18);
}
Frame 127
gotoAndStop (126);
Symbol 14 MovieClip Frame 5
stop();
Symbol 15 Button
on (press) {
play();
}
Symbol 28 MovieClip Frame 15
stop();
Symbol 32 MovieClip Frame 1
stop();
Instance of Symbol 23 MovieClip in Symbol 38 MovieClip Frame 1
onClipEvent (enterFrame) {
stop();
}
on (release) {
if (_root.soundStatus == 1) {
_root.blip.start();
}
_root.flasher.play();
_root.questionsRemaining = 5;
_root.gotoAndPlay("start");
}
Instance of Symbol 23 MovieClip in Symbol 38 MovieClip Frame 1
onClipEvent (enterFrame) {
stop();
}
on (release) {
if (_root.soundStatus == 1) {
_root.blip.start();
}
_root.flasher.play();
_root.questionsRemaining = 10;
_root.gotoAndPlay("start");
}
Instance of Symbol 23 MovieClip in Symbol 38 MovieClip Frame 1
onClipEvent (enterFrame) {
stop();
}
on (release) {
if (_root.soundStatus == 1) {
_root.blip.start();
}
_root.flasher.play();
_root.questionsRemaining = 0;
_root.gotoAndPlay("start");
}
Instance of Symbol 23 MovieClip in Symbol 41 MovieClip Frame 1
on (release) {
if (_root.soundStatus == 1) {
_root.blip.start();
}
_root.flasher.play();
_root.gotoAndPlay("purchase");
}
onClipEvent (enterFrame) {
stop();
}
Instance of Symbol 23 MovieClip in Symbol 41 MovieClip Frame 1
on (release) {
if (_root.soundStatus == 1) {
_root.blip.start();
}
_root.flasher.play();
_root.gotoAndStop("gallery");
}
onClipEvent (enterFrame) {
stop();
}
Symbol 55 MovieClip Frame 1
if (_root.pointsRemaining < 0) {
_root.pointsRemaining = 0;
}
Symbol 55 MovieClip Frame 8
if (_root.pointsRemaining > 0) {
_root.pointsRemaining = _root.pointsRemaining - 1;
}
Symbol 134 MovieClip Frame 1
stop();
Instance of Symbol 82 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pic1 == 1) {
this._visible = false;
}
}
Instance of Symbol 82 MovieClip in Symbol 134 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pic2 == 1) {
this._visible = false;
}
}
Instance of Symbol 82 MovieClip in Symbol 134 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.pic3 == 1) {
this._visible = false;
}
}
Instance of Symbol 82 MovieClip in Symbol 134 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.pic4 == 1) {
this._visible = false;
}
}
Instance of Symbol 82 MovieClip in Symbol 134 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.pic5 == 1) {
this._visible = false;
}
}
Instance of Symbol 82 MovieClip in Symbol 134 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.pic6 == 1) {
this._visible = false;
}
}
Instance of Symbol 82 MovieClip in Symbol 134 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_root.pic7 == 1) {
this._visible = false;
}
}
Instance of Symbol 82 MovieClip in Symbol 134 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.pic8 == 1) {
this._visible = false;
}
}
Instance of Symbol 82 MovieClip in Symbol 134 MovieClip Frame 9
onClipEvent (enterFrame) {
if (_root.pic9 == 1) {
this._visible = false;
}
}
Instance of Symbol 82 MovieClip in Symbol 134 MovieClip Frame 10
onClipEvent (enterFrame) {
if (_root.pic10 == 1) {
this._visible = false;
}
}
Instance of Symbol 82 MovieClip in Symbol 134 MovieClip Frame 11
onClipEvent (enterFrame) {
if (_root.pic11 == 1) {
this._visible = false;
}
}
Instance of Symbol 82 MovieClip in Symbol 134 MovieClip Frame 12
onClipEvent (enterFrame) {
if (_root.pic12 == 1) {
this._visible = false;
}
}
Instance of Symbol 82 MovieClip in Symbol 134 MovieClip Frame 13
onClipEvent (enterFrame) {
if (_root.pic13 == 1) {
this._visible = false;
}
}
Instance of Symbol 82 MovieClip in Symbol 134 MovieClip Frame 14
onClipEvent (enterFrame) {
if (_root.pic14 == 1) {
this._visible = false;
}
}
Instance of Symbol 82 MovieClip in Symbol 134 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.pic15 == 1) {
this._visible = false;
}
}
Instance of Symbol 82 MovieClip in Symbol 134 MovieClip Frame 16
onClipEvent (enterFrame) {
if (_root.pic16 == 1) {
this._visible = false;
}
}
Instance of Symbol 82 MovieClip in Symbol 134 MovieClip Frame 17
onClipEvent (enterFrame) {
if (_root.pic17 == 1) {
this._visible = false;
}
}
Instance of Symbol 82 MovieClip in Symbol 134 MovieClip Frame 18
onClipEvent (enterFrame) {
if (_root.pic18 == 1) {
this._visible = false;
}
}