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

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

The NG Study Buddy.swf

This is the info page for
Flash #38223

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


Text
GO

GO

GO

LOADED

LOADED

LOADED

LOADED

LOADED

LOADED

69%

69%

SKIP >>

PRODUCTIONS

HOW TO USE

MODIFY QUESTIONS

STUDY

TEST YOURSELF

So what exactly is this "Study Buddy" used for?

How do I add a question and answer?

Ugh...I made a mistake on a question...How do I edit it?

What is "Study" mode?

What is "Test Yourself" mode?

BACK

BACK

Well, this "Study Buddy" is supposed to help you prepare for a test, an exam, a
quiz or anything that will ask you questions that will need some mental answers.
Once you have provided some questions that may be on a test (and the answers
to go with them) "Study Buddy"  will help you by asking you those same
questions and you will have to answer them. Hopefully that will keep those
needed mental answers in your head!

First off, Select "MODIFY QUESTIONS" on the Main menu.

How do I add a question and answer?

Now all you have to do is fill in all the textboxes  and press the "ADD" button
on the bottom-right hand corner

While in that screen, press
the "ADD ?'s" button.

Ugh...I made a mistake on a question...How do I edit it?

Now Change all you need and press the "CHANGE" button on the bottom-right
hand corner. Use the boxed arrows to switch questions.

While in that screen, press
the "CHANGE ?'s" button.

CAUTION: You must have
an added Question first.

What is "Study" mode?

In "Study" Mode, you can see all the questions that you have add previously.
You can use the Question navigation buttons on the button to switch questions.
In this mode, you have to think about the answer, and then if you are ready to
see if you are right...
Press the "Reveal Answer!" button, and the right answer will reveal itself!

What is "Test Yourself" mode?

In "Test Yourself" Mode, all the questions that were added previously will be
shown to you in random order. You will then need to type the answer in the
textbox provided.
CAUTION: The answers are CaSe-SeNsAtIvE!
At the end of all the questions, you will be given your score in percentage and a
final grade mark so DO YOUR BEST!! :D

BACK

BACK

ADD ?'s

ADD ?'s

CHANGE ?'s

CHANGE ?'s

CLEAR ALL SAVED DATA

CLEAR ALL SAVED DATA

Input a question here:

Input the answer here:

Caution: The aswers are 'CaSe-SeNsAtIvE'

ADD

ADD

Change Question

Change Answer

CHANGE

CHANGE

PREV QUESTION

NEXT QUESTION

ANSWER...

REVEAL ANSWER!

REVEAL ANSWER!

INFO

You will now be tested with your own questions in 'random' order.
Your score will be shown as a percentage at the end. GOOD LUCK!!

START

START


Type your answer here:

ANSWER

ANSWER

YOU HAVE SCORED...

ActionScript [AS1/AS2]

Frame 1
stop(); TrackOne = new Sound(); TrackTwo = new Sound(); TrackThree = new Sound(); TrackFour = new Sound(); TrackFive = new Sound(); TrackSix = new Sound(); TrackSeven = new Sound(); TrackOne.attachSound("TrackOne"); TrackTwo.attachSound("TrackTwo"); TrackThree.attachSound("TrackThree"); TrackFour.attachSound("TrackFour"); TrackFive.attachSound("TrackFive"); TrackSix.attachSound("TrackSix"); TrackSeven.attachSound("TrackSeven");
Frame 7
var savefile = SharedObject.getLocal("NGStudyBuddy"); _root.Questions = savefile.data.Questions; _root.Answers = savefile.data.Answers; if (savefile.data.Questions == undefined) { _root.Questions = new Array("empty"); _root.Answers = new Array("empty"); }
Frame 142
reminder = new Sound(); reminder.attachSound("reminder"); reminder.start(0, 1);
Frame 167
stop(); if (_root.entered == 1) { closeDoor.gotoAndPlay(1); } else if (_root.entered == 0) { closedDoor.gotoAndStop(8); } stopAllSounds(); if (_root.soundOn == 1) { switcher.gotoAndStop(1); if (_root.trackNumber == "One") { tracker.gotoAndStop(2); } else if (_root.trackNumber == "Two") { tracker.gotoAndStop(3); } else if (_root.trackNumber == "Three") { tracker.gotoAndStop(4); } else if (_root.trackNumber == "Four") { tracker.gotoAndStop(5); } else if (_root.trackNumber == "Five") { tracker.gotoAndStop(6); } else if (_root.trackNumber == "Six") { tracker.gotoAndStop(7); } else if (_root.trackNumber == "Seven") { tracker.gotoAndStop(8); } } else { switcher.gotoAndStop(2); if (_root.trackNumber == "One") { tracker.gotoAndStop(2); } else if (_root.trackNumber == "Two") { tracker.gotoAndStop(3); } else if (_root.trackNumber == "Three") { tracker.gotoAndStop(4); } else if (_root.trackNumber == "Four") { tracker.gotoAndStop(5); } else if (_root.trackNumber == "Five") { tracker.gotoAndStop(6); } else if (_root.trackNumber == "Six") { tracker.gotoAndStop(7); } else if (_root.trackNumber == "Seven") { tracker.gotoAndStop(8); } }
Frame 168
stop(); if (_root.soundOn == 1) { switcher.gotoAndStop(1); if (_root.trackNumber == "One") { tracker.gotoAndStop(2); } else if (_root.trackNumber == "Two") { tracker.gotoAndStop(3); } else if (_root.trackNumber == "Three") { tracker.gotoAndStop(4); } else if (_root.trackNumber == "Four") { tracker.gotoAndStop(5); } else if (_root.trackNumber == "Five") { tracker.gotoAndStop(6); } else if (_root.trackNumber == "Six") { tracker.gotoAndStop(7); } else if (_root.trackNumber == "Seven") { tracker.gotoAndStop(8); } } else { switcher.gotoAndStop(2); if (_root.trackNumber == "One") { tracker.gotoAndStop(2); } else if (_root.trackNumber == "Two") { tracker.gotoAndStop(3); } else if (_root.trackNumber == "Three") { tracker.gotoAndStop(4); } else if (_root.trackNumber == "Four") { tracker.gotoAndStop(5); } else if (_root.trackNumber == "Five") { tracker.gotoAndStop(6); } else if (_root.trackNumber == "Six") { tracker.gotoAndStop(7); } else if (_root.trackNumber == "Seven") { tracker.gotoAndStop(8); } }
Frame 174
stop(); if (_root.soundOn == 1) { switcher.gotoAndStop(1); if (_root.trackNumber == "One") { tracker.gotoAndStop(2); } else if (_root.trackNumber == "Two") { tracker.gotoAndStop(3); } else if (_root.trackNumber == "Three") { tracker.gotoAndStop(4); } else if (_root.trackNumber == "Four") { tracker.gotoAndStop(5); } else if (_root.trackNumber == "Five") { tracker.gotoAndStop(6); } else if (_root.trackNumber == "Six") { tracker.gotoAndStop(7); } else if (_root.trackNumber == "Seven") { tracker.gotoAndStop(8); } } else { switcher.gotoAndStop(2); if (_root.trackNumber == "One") { tracker.gotoAndStop(2); } else if (_root.trackNumber == "Two") { tracker.gotoAndStop(3); } else if (_root.trackNumber == "Three") { tracker.gotoAndStop(4); } else if (_root.trackNumber == "Four") { tracker.gotoAndStop(5); } else if (_root.trackNumber == "Five") { tracker.gotoAndStop(6); } else if (_root.trackNumber == "Six") { tracker.gotoAndStop(7); } else if (_root.trackNumber == "Seven") { tracker.gotoAndStop(8); } }
Frame 175
stop(); _root.inputQuestion = ""; _root.inputAnswer = "";
Frame 176
stop(); _root.changeQuestion = _root.Questions[0]; _root.changeAnswer = _root.Answers[0];
Frame 177
stop(); if (_root.soundOn == 1) { switcher.gotoAndStop(1); if (_root.trackNumber == "One") { tracker.gotoAndStop(2); } else if (_root.trackNumber == "Two") { tracker.gotoAndStop(3); } else if (_root.trackNumber == "Three") { tracker.gotoAndStop(4); } else if (_root.trackNumber == "Four") { tracker.gotoAndStop(5); } else if (_root.trackNumber == "Five") { tracker.gotoAndStop(6); } else if (_root.trackNumber == "Six") { tracker.gotoAndStop(7); } else if (_root.trackNumber == "Seven") { tracker.gotoAndStop(8); } } else { switcher.gotoAndStop(2); if (_root.trackNumber == "One") { tracker.gotoAndStop(2); } else if (_root.trackNumber == "Two") { tracker.gotoAndStop(3); } else if (_root.trackNumber == "Three") { tracker.gotoAndStop(4); } else if (_root.trackNumber == "Four") { tracker.gotoAndStop(5); } else if (_root.trackNumber == "Five") { tracker.gotoAndStop(6); } else if (_root.trackNumber == "Six") { tracker.gotoAndStop(7); } else if (_root.trackNumber == "Seven") { tracker.gotoAndStop(8); } } _root.studyQuestion = _root.Questions[0]; _root.studyAnswer = _root.Answers[0]; _root.studyNumber = 0; var sn = (_root.studyNumber + 1); _root.studyQNumber = "Question #" + sn;
Frame 178
stop(); if (_root.soundOn == 1) { switcher.gotoAndStop(1); if (_root.trackNumber == "One") { tracker.gotoAndStop(2); } else if (_root.trackNumber == "Two") { tracker.gotoAndStop(3); } else if (_root.trackNumber == "Three") { tracker.gotoAndStop(4); } else if (_root.trackNumber == "Four") { tracker.gotoAndStop(5); } else if (_root.trackNumber == "Five") { tracker.gotoAndStop(6); } else if (_root.trackNumber == "Six") { tracker.gotoAndStop(7); } else if (_root.trackNumber == "Seven") { tracker.gotoAndStop(8); } } else { switcher.gotoAndStop(2); if (_root.trackNumber == "One") { tracker.gotoAndStop(2); } else if (_root.trackNumber == "Two") { tracker.gotoAndStop(3); } else if (_root.trackNumber == "Three") { tracker.gotoAndStop(4); } else if (_root.trackNumber == "Four") { tracker.gotoAndStop(5); } else if (_root.trackNumber == "Five") { tracker.gotoAndStop(6); } else if (_root.trackNumber == "Six") { tracker.gotoAndStop(7); } else if (_root.trackNumber == "Seven") { tracker.gotoAndStop(8); } }
Frame 179
stop(); _root.testGotRight = 0; _root.testTotalQ = _root.testQuestions.length; _root.testRandom = int(Math.random() * _root.testQuestions.length); _root.testQDis = _root.testQuestions[_root.testRandom]; _root.testQNumber = "Question #" + _root.testNumber;
Frame 180
stop(); var finish = int((_root.testGotRight / _root.testTotalQ) * 100); _root.testResult = finish + "%"; if (finish <= 50) { _root.page.gotoAndPlay("f"); } else if (finish <= 55) { _root.page.gotoAndPlay("e"); } else if (finish <= 60) { _root.page.gotoAndPlay("d"); } else if (finish <= 65) { _root.page.gotoAndPlay("dp"); } else if (finish <= 70) { _root.page.gotoAndPlay("c"); } else if (finish <= 75) { _root.page.gotoAndPlay("cp"); } else if (finish <= 80) { _root.page.gotoAndPlay("b"); } else if (finish <= 85) { _root.page.gotoAndPlay("bp"); } else if (finish <= 90) { _root.page.gotoAndPlay("a"); } else { _root.page.gotoAndPlay("ap"); }
Symbol 23 Button
on (release) { _root.soundOn = 1; _root.entered = 1; _root.trackNumber = "One"; _root.myVolume = 50; _root.play(); }
Symbol 30 MovieClip Frame 9
stop();
Symbol 31 MovieClip Frame 1
_root.stop(); _root.PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; _root.PercentLoadedDis = int(_root.PercentLoaded) + "%"; if (_root.PercentLoaded != 100) { bar._xscale = _root.PercentLoaded; } else { gotoAndStop ("loaded"); }
Symbol 31 MovieClip Frame 2
gotoAndPlay (1);
Symbol 31 MovieClip Frame 3
_root.PercentLoaded = 100; _root.PercentLoadedDis = _root.PercentLoaded + "%";
Symbol 54 Button
on (release) { gotoAndPlay (127); }
Symbol 63 Button
on (release) { gotoAndPlay (127); }
Symbol 112 MovieClip Frame 5
stop();
Symbol 114 Button
on (release) { stopAllSounds(); gotoAndStop (168); }
Symbol 119 Button
on (release) { _root.modNews = "What would you like do?"; stopAllSounds(); gotoAndStop (174); }
Symbol 123 Button
on (release) { stopAllSounds(); if (_root.Questions[0] == "empty") { _root.modNews = "Add a Question first"; gotoAndStop (174); } else { gotoAndStop (177); } }
Symbol 127 Button
on (release) { stopAllSounds(); if (_root.Questions[0] == "empty") { _root.modNews = "Add a Question first"; gotoAndStop (174); } else { gotoAndStop (178); } }
Symbol 131 Button
on (release) { stopAllSounds(); nextFrame(); _root.soundOn = 0; }
Symbol 133 Button
on (release) { if (_root.trackNumber == "One") { _root.TrackOne.start(0, 100); } else if (_root.trackNumber == "Two") { _root.TrackTwo.start(0, 100); } else if (_root.trackNumber == "Three") { _root.TrackThree.start(0, 100); } else if (_root.trackNumber == "Four") { _root.TrackFour.start(0, 100); } else if (_root.trackNumber == "Five") { _root.TrackFive.start(0, 100); } else if (_root.trackNumber == "Six") { _root.TrackSix.start(0, 100); } else if (_root.trackNumber == "Seven") { _root.TrackSeven.start(0, 100); } prevFrame(); _root.soundOn = 1; }
Symbol 134 MovieClip Frame 1
stop();
Symbol 134 MovieClip Frame 2
stop();
Symbol 144 Button
on (release) { stopAllSounds(); nextFrame(); }
Symbol 146 Button
on (release) { stopAllSounds(); prevFrame(); }
Symbol 154 MovieClip Frame 1
stop();
Symbol 154 MovieClip Frame 2
_root.trackNumber = "One"; if (_root.soundOn == 1) { _root.TrackOne.setVolume(50); _root.TrackOne.start(0, 100); } stop();
Symbol 154 MovieClip Frame 3
_root.trackNumber = "Two"; if (_root.soundOn == 1) { _root.TrackTwo.setVolume(100); _root.TrackTwo.start(0, 100); } stop();
Symbol 154 MovieClip Frame 4
_root.trackNumber = "Three"; if (_root.soundOn == 1) { _root.TrackThree.setVolume(_root.myVolume); _root.TrackThree.start(0, 100); } stop();
Symbol 154 MovieClip Frame 5
_root.trackNumber = "Four"; if (_root.soundOn == 1) { _root.TrackFour.setVolume(_root.myVolume); _root.TrackFour.start(0, 100); } stop();
Symbol 154 MovieClip Frame 6
_root.trackNumber = "Five"; if (_root.soundOn == 1) { _root.TrackFive.setVolume(_root.myVolume); _root.TrackFive.start(0, 100); } stop();
Symbol 154 MovieClip Frame 7
_root.trackNumber = "Six"; if (_root.soundOn == 1) { _root.TrackSix.setVolume(_root.myVolume); _root.TrackSix.start(0, 100); } stop();
Symbol 154 MovieClip Frame 8
_root.trackNumber = "Seven"; if (_root.soundOn == 1) { _root.TrackSeven.setVolume(50); _root.TrackSeven.start(0, 100); } stop();
Symbol 163 MovieClip Frame 1
if (_root.entered == 0) { gotoAndStop (8); }
Symbol 163 MovieClip Frame 8
stop(); _root.entered = 0;
Symbol 169 MovieClip Frame 6
stop();
Symbol 173 Button
on (release) { gotoAndStop (169); }
Symbol 174 Button
on (release) { gotoAndStop (170); }
Symbol 175 Button
on (release) { gotoAndStop (171); }
Symbol 176 Button
on (release) { gotoAndStop (172); }
Symbol 177 Button
on (release) { gotoAndStop (173); }
Symbol 188 Button
on (release) { gotoAndStop (167); }
Symbol 191 Button
on (release) { gotoAndStop (168); }
Symbol 215 Button
on (release) { gotoAndStop (167); }
Symbol 220 Button
on (release) { gotoAndStop (175); }
Symbol 225 Button
on (release) { if (_root.Questions[0] == "empty") { _root.modNews = "Add a Question first"; } else { _root.modChange = 0; gotoAndStop (176); } }
Symbol 231 Button
on (release) { _root.Questions = new Array("empty"); _root.Answers = new Array("empty"); SharedObject.getLocal("NGStudyBuddy").data.Questions = _root.Questions; SharedObject.getLocal("NGStudyBuddy").data.Answers = _root.Answers; SharedObject.getLocal("NGStudyBuddy").flush(); }
Symbol 236 Button
on (release) { _root.modNews = "What would you like do?"; gotoAndStop (174); }
Symbol 248 Button
on (release) { if (_root.inputQuestion == "") { _root.modNews = "Please insert a question."; gotoAndStop (174); } else if (_root.inputAnswer == "") { _root.modNews = "Please insert an answer."; gotoAndStop (174); } else { i = 0; while (i < _root.Questions.length) { if (_root.Questions[i] == "empty") { _root.Questions[i] = _root.inputQuestion; } i++; } _root.Questions.push("empty"); i = 0; while (i < _root.Answers.length) { if (_root.Answers[i] == "empty") { _root.Answers[i] = _root.inputAnswer; } i++; } _root.Answers.push("empty"); SharedObject.getLocal("NGStudyBuddy").data.Questions = _root.Questions; SharedObject.getLocal("NGStudyBuddy").data.Answers = _root.Answers; SharedObject.getLocal("NGStudyBuddy").flush(); _root.modNews = "Question Added! :D"; gotoAndStop (174); } }
Symbol 256 Button
on (release) { _root.Questions[_root.modChange] = _root.changeQuestion; _root.Answers[_root.modChange] = _root.changeAnswer; SharedObject.getLocal("NGStudyBuddy").data.Questions = _root.Questions; SharedObject.getLocal("NGStudyBuddy").data.Answers = _root.Answers; SharedObject.getLocal("NGStudyBuddy").flush(); _root.modNews = "Question Changed! :D"; gotoAndStop (174); }
Symbol 257 Button
on (release) { if (_root.modChange >= 1) { _root.modChange = _root.modChange - 1; _root.changeQuestion = _root.Questions[_root.modChange]; _root.changeAnswer = _root.Answers[_root.modChange]; } }
Symbol 258 Button
on (release) { var questionlimit = (_root.Questions.length - 3); if (_root.modChange <= questionlimit) { _root.modChange = _root.modChange + 1; _root.changeQuestion = _root.Questions[_root.modChange]; _root.changeAnswer = _root.Answers[_root.modChange]; } }
Symbol 264 Button
on (release) { if (_root.studyNumber >= 1) { _root.reveal.gotoAndStop(1); _root.studyNumber = _root.studyNumber - 1; var sn = (_root.studyNumber + 1); _root.studyQNumber = "Question #" + sn; _root.studyQuestion = _root.Questions[_root.studyNumber]; _root.studyAnswer = _root.Answers[_root.studyNumber]; } }
Symbol 265 Button
on (release) { var questionlimit = (_root.Questions.length - 3); if (_root.studyNumber <= questionlimit) { _root.reveal.gotoAndStop(1); _root.studyNumber = _root.studyNumber + 1; var sn = (_root.studyNumber + 1); _root.studyQNumber = "Question #" + sn; _root.studyQuestion = _root.Questions[_root.studyNumber]; _root.studyAnswer = _root.Answers[_root.studyNumber]; } }
Symbol 273 Button
on (release) { play(); }
Symbol 277 MovieClip Frame 1
stop();
Symbol 277 MovieClip Frame 6
stop();
Symbol 282 Button
on (release) { gotoAndStop (167); }
Symbol 285 Button
on (release) { _root.testQuestions = new Array(); _root.testAnswers = new Array(); ttt = 0; while (ttt <= (_root.Questions.length - 1)) { _root.testQuestions[ttt] = _root.Questions[ttt]; _root.testAnswers[ttt] = _root.Answers[ttt]; ttt++; } _root.testQuestions.pop(); _root.testAnswers.pop(); _root.testNumber = 1; gotoAndStop (179); }
Symbol 294 Button
on (release) { _root.testNumber = _root.testNumber + 1; _root.testQNumber = "Question #" + _root.testNumber; if (_root.testGuess == _root.testAnswers[_root.testRandom]) { _root.testGotRight++; } _root.testQuestions.splice(_root.testRandom, 1); _root.testAnswers.splice(_root.testRandom, 1); if (_root.testQuestions.length == 0) { _root.close.play(); } else { _root.testGuess = ""; _root.testRandom = int(Math.random() * _root.testQuestions.length); _root.testQDis = _root.testQuestions[_root.testRandom]; } }
Symbol 319 MovieClip Frame 1
stop();
Symbol 319 MovieClip Frame 39
_root.nextFrame();
Symbol 319 MovieClip Frame 46
stop();
Symbol 378 MovieClip Frame 10
stop();
Symbol 378 MovieClip Frame 20
stop();
Symbol 378 MovieClip Frame 30
stop();
Symbol 378 MovieClip Frame 40
stop();
Symbol 378 MovieClip Frame 50
stop();
Symbol 378 MovieClip Frame 60
stop();
Symbol 378 MovieClip Frame 70
stop();
Symbol 378 MovieClip Frame 79
stop();
Symbol 378 MovieClip Frame 89
stop();
Symbol 378 MovieClip Frame 100
stop();
Symbol 378 MovieClip Frame 110
stop();

Library Items

Symbol 1 Sound [reminder]
Symbol 2 Sound [TrackFour]
Symbol 3 Sound [TrackSix]
Symbol 4 Sound [TrackFive]
Symbol 5 Sound [TrackOne]
Symbol 6 Sound [TrackThree]
Symbol 7 Sound [TrackTwo]
Symbol 8 Sound [TrackSeven]
Symbol 9 BitmapUsed by:11 35 50 61 170 190 210 235 249 261 279 287 320
Symbol 10 BitmapUsed by:11 35 50 61 170 190 210 235 249 261 279 287 320
Symbol 11 GraphicUses:9 10Used by:Timeline
Symbol 12 GraphicUsed by:Timeline
Symbol 13 GraphicUsed by:Timeline
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:14Used by:31
Symbol 16 GraphicUsed by:31
Symbol 17 FontUsed by:18 21 22 24 25 26 27 28 29 51 105 115 120 124 211 213 216 218 221 223 227 229
Symbol 18 TextUses:17Used by:31
Symbol 19 GraphicUsed by:31
Symbol 20 GraphicUsed by:23
Symbol 21 TextUses:17Used by:23
Symbol 22 TextUses:17Used by:23
Symbol 23 ButtonUses:20 21 22Used by:31
Symbol 24 TextUses:17Used by:30
Symbol 25 TextUses:17Used by:30
Symbol 26 TextUses:17Used by:30
Symbol 27 TextUses:17Used by:30
Symbol 28 TextUses:17Used by:30
Symbol 29 TextUses:17Used by:30
Symbol 30 MovieClipUses:24 25 26 27 28 29Used by:31
Symbol 31 MovieClipUses:15 16 18 19 23 30Used by:Timeline
Symbol 32 FontUsed by:33 37 178 179 180 181 182 184 186 192 193 194 196 197 199 201 202 203 205 206 208 209 234 240 244 245 247 251 253 254 255 259 260 262 263 266 267 269 271 283 284 288 289 290 291 292 293
Symbol 33 EditableTextUses:32Used by:Timeline
Symbol 34 GraphicUsed by:Timeline
Symbol 35 GraphicUses:9 10Used by:Timeline
Symbol 36 GraphicUsed by:Timeline
Symbol 37 EditableTextUses:32Used by:Timeline
Symbol 38 GraphicUsed by:277  Timeline
Symbol 39 GraphicUsed by:Timeline
Symbol 40 GraphicUsed by:Timeline
Symbol 41 GraphicUsed by:Timeline
Symbol 42 GraphicUsed by:Timeline
Symbol 43 GraphicUsed by:Timeline
Symbol 44 GraphicUsed by:Timeline
Symbol 45 GraphicUsed by:Timeline
Symbol 46 GraphicUsed by:277  Timeline
Symbol 47 GraphicUsed by:Timeline
Symbol 48 GraphicUsed by:Timeline
Symbol 49 GraphicUsed by:Timeline
Symbol 50 GraphicUses:9 10Used by:Timeline
Symbol 51 TextUses:17Used by:54 63
Symbol 52 GraphicUsed by:54 63 131 133 215 220 225 236
Symbol 53 GraphicUsed by:54 63
Symbol 54 ButtonUses:51 52 53Used by:Timeline
Symbol 55 GraphicUsed by:Timeline
Symbol 56 GraphicUsed by:Timeline
Symbol 57 GraphicUsed by:Timeline
Symbol 58 GraphicUsed by:Timeline
Symbol 59 GraphicUsed by:Timeline
Symbol 60 GraphicUsed by:Timeline
Symbol 61 GraphicUses:9 10Used by:Timeline
Symbol 62 GraphicUsed by:Timeline
Symbol 63 ButtonUses:51 52 53Used by:Timeline
Symbol 64 GraphicUsed by:Timeline
Symbol 65 GraphicUsed by:Timeline
Symbol 66 GraphicUsed by:Timeline
Symbol 67 GraphicUsed by:Timeline
Symbol 68 GraphicUsed by:Timeline
Symbol 69 GraphicUsed by:Timeline
Symbol 70 GraphicUsed by:Timeline
Symbol 71 GraphicUsed by:Timeline
Symbol 72 GraphicUsed by:Timeline
Symbol 73 GraphicUsed by:Timeline
Symbol 74 GraphicUsed by:Timeline
Symbol 75 GraphicUsed by:Timeline
Symbol 76 GraphicUsed by:Timeline
Symbol 77 FontUsed by:78
Symbol 78 TextUses:77Used by:Timeline
Symbol 79 GraphicUsed by:Timeline
Symbol 80 GraphicUsed by:Timeline
Symbol 81 GraphicUsed by:Timeline
Symbol 82 GraphicUsed by:Timeline
Symbol 83 GraphicUsed by:Timeline
Symbol 84 GraphicUsed by:Timeline
Symbol 85 GraphicUsed by:Timeline
Symbol 86 GraphicUsed by:Timeline
Symbol 87 GraphicUsed by:Timeline
Symbol 88 GraphicUsed by:Timeline
Symbol 89 GraphicUsed by:Timeline
Symbol 90 GraphicUsed by:Timeline
Symbol 91 GraphicUsed by:Timeline
Symbol 92 GraphicUsed by:Timeline
Symbol 93 GraphicUsed by:Timeline
Symbol 94 GraphicUsed by:Timeline
Symbol 95 GraphicUsed by:Timeline
Symbol 96 GraphicUsed by:Timeline
Symbol 97 GraphicUsed by:Timeline
Symbol 98 GraphicUsed by:Timeline
Symbol 99 GraphicUsed by:Timeline
Symbol 100 GraphicUsed by:Timeline
Symbol 101 BitmapUsed by:102
Symbol 102 GraphicUses:101Used by:114 119 123 127
Symbol 103 BitmapUsed by:104
Symbol 104 GraphicUses:103Used by:114 119 123 127
Symbol 105 TextUses:17Used by:114
Symbol 106 BitmapUsed by:107 113 116 118 121 125
Symbol 107 GraphicUses:106Used by:114
Symbol 108 GraphicUsed by:112
Symbol 109 GraphicUsed by:112
Symbol 110 GraphicUsed by:112
Symbol 111 GraphicUsed by:112
Symbol 112 MovieClipUses:108 109 110 111Used by:114 119 123 127
Symbol 113 GraphicUses:106Used by:114
Symbol 114 ButtonUses:102 104 105 107 112 113Used by:Timeline
Symbol 115 TextUses:17Used by:119
Symbol 116 GraphicUses:106Used by:119
Symbol 117 GraphicUsed by:119
Symbol 118 GraphicUses:106Used by:119 123 127
Symbol 119 ButtonUses:102 104 115 116 117 112 118Used by:Timeline
Symbol 120 TextUses:17Used by:123
Symbol 121 GraphicUses:106Used by:123
Symbol 122 GraphicUsed by:123
Symbol 123 ButtonUses:102 104 120 121 122 112 118Used by:Timeline
Symbol 124 TextUses:17Used by:127
Symbol 125 GraphicUses:106Used by:127
Symbol 126 GraphicUsed by:127
Symbol 127 ButtonUses:102 104 124 125 126 112 118Used by:Timeline
Symbol 128 GraphicUsed by:129
Symbol 129 MovieClipUses:128Used by:134
Symbol 130 GraphicUsed by:134
Symbol 131 ButtonUses:52Used by:134
Symbol 132 GraphicUsed by:134
Symbol 133 ButtonUses:52Used by:134
Symbol 134 MovieClipUses:129 130 131 132 133Used by:Timeline
Symbol 135 GraphicUsed by:139 146 257 264
Symbol 136 GraphicUsed by:139 146 257 264
Symbol 137 GraphicUsed by:139 146 257 264
Symbol 138 GraphicUsed by:139 146 257 264
Symbol 139 ButtonUses:135 136 137 138Used by:154
Symbol 140 GraphicUsed by:144 152 258 265
Symbol 141 GraphicUsed by:144 152 258 265
Symbol 142 GraphicUsed by:144 152 258 265
Symbol 143 GraphicUsed by:144 152 258 265
Symbol 144 ButtonUses:140 141 142 143Used by:154
Symbol 145 GraphicUsed by:154
Symbol 146 ButtonUses:135 136 137 138Used by:154
Symbol 147 GraphicUsed by:154
Symbol 148 GraphicUsed by:154
Symbol 149 GraphicUsed by:154
Symbol 150 GraphicUsed by:154
Symbol 151 GraphicUsed by:154
Symbol 152 ButtonUses:140 141 142 143Used by:154
Symbol 153 GraphicUsed by:154
Symbol 154 MovieClipUses:139 144 145 146 147 148 149 150 151 152 153Used by:Timeline
Symbol 155 GraphicUsed by:Timeline
Symbol 156 GraphicUsed by:163
Symbol 157 GraphicUsed by:163
Symbol 158 GraphicUsed by:163
Symbol 159 GraphicUsed by:163
Symbol 160 GraphicUsed by:163
Symbol 161 GraphicUsed by:163
Symbol 162 GraphicUsed by:163
Symbol 163 MovieClipUses:156 157 158 159 160 161 162Used by:Timeline
Symbol 164 GraphicUsed by:169
Symbol 165 GraphicUsed by:169
Symbol 166 GraphicUsed by:169
Symbol 167 GraphicUsed by:169
Symbol 168 GraphicUsed by:169
Symbol 169 MovieClipUses:164 165 166 167 168Used by:Timeline
Symbol 170 GraphicUses:9 10Used by:Timeline
Symbol 171 GraphicUsed by:173 174 175 176 177
Symbol 172 GraphicUsed by:173 174 175 176 177
Symbol 173 ButtonUses:171 172Used by:Timeline
Symbol 174 ButtonUses:171 172Used by:Timeline
Symbol 175 ButtonUses:171 172Used by:Timeline
Symbol 176 ButtonUses:171 172Used by:Timeline
Symbol 177 ButtonUses:171 172Used by:Timeline
Symbol 178 TextUses:32Used by:Timeline
Symbol 179 TextUses:32Used by:Timeline
Symbol 180 TextUses:32Used by:Timeline
Symbol 181 TextUses:32Used by:Timeline
Symbol 182 TextUses:32Used by:Timeline
Symbol 183 GraphicUsed by:188 191 248 256 282 294
Symbol 184 TextUses:32Used by:188 191 282
Symbol 185 GraphicUsed by:188 191 282
Symbol 186 TextUses:32Used by:188 191 282
Symbol 187 GraphicUsed by:188 191 248 256 282 285 294
Symbol 188 ButtonUses:183 184 185 186 187Used by:Timeline
Symbol 189 GraphicUsed by:Timeline
Symbol 190 GraphicUses:9 10Used by:Timeline
Symbol 191 ButtonUses:183 184 185 186 187Used by:Timeline
Symbol 192 TextUses:32Used by:Timeline
Symbol 193 TextUses:32Used by:Timeline
Symbol 194 TextUses:32Used by:Timeline
Symbol 195 GraphicUsed by:Timeline
Symbol 196 TextUses:32Used by:Timeline
Symbol 197 TextUses:32Used by:Timeline
Symbol 198 GraphicUsed by:Timeline
Symbol 199 TextUses:32Used by:Timeline
Symbol 200 GraphicUsed by:Timeline
Symbol 201 TextUses:32Used by:Timeline
Symbol 202 TextUses:32Used by:Timeline
Symbol 203 TextUses:32Used by:Timeline
Symbol 204 GraphicUsed by:Timeline
Symbol 205 TextUses:32Used by:Timeline
Symbol 206 TextUses:32Used by:Timeline
Symbol 207 GraphicUsed by:Timeline
Symbol 208 TextUses:32Used by:Timeline
Symbol 209 TextUses:32Used by:Timeline
Symbol 210 GraphicUses:9 10Used by:Timeline
Symbol 211 TextUses:17Used by:215 236
Symbol 212 GraphicUsed by:215 236
Symbol 213 TextUses:17Used by:215 236
Symbol 214 GraphicUsed by:215 236
Symbol 215 ButtonUses:211 52 212 213 214Used by:Timeline
Symbol 216 TextUses:17Used by:220
Symbol 217 GraphicUsed by:220
Symbol 218 TextUses:17Used by:220
Symbol 219 GraphicUsed by:220
Symbol 220 ButtonUses:216 52 217 218 219Used by:Timeline
Symbol 221 TextUses:17Used by:225
Symbol 222 GraphicUsed by:225
Symbol 223 TextUses:17Used by:225
Symbol 224 GraphicUsed by:225
Symbol 225 ButtonUses:221 52 222 223 224Used by:Timeline
Symbol 226 GraphicUsed by:231
Symbol 227 TextUses:17Used by:231
Symbol 228 GraphicUsed by:231
Symbol 229 TextUses:17Used by:231
Symbol 230 GraphicUsed by:231
Symbol 231 ButtonUses:226 227 228 229 230Used by:Timeline
Symbol 232 GraphicUsed by:Timeline
Symbol 233 GraphicUsed by:Timeline
Symbol 234 EditableTextUses:32Used by:Timeline
Symbol 235 GraphicUses:9 10Used by:Timeline
Symbol 236 ButtonUses:211 52 212 213 214Used by:Timeline
Symbol 237 GraphicUsed by:Timeline
Symbol 238 FontUsed by:239 242 243 250 252 280 281 321 322
Symbol 239 TextUses:238Used by:Timeline
Symbol 240 EditableTextUses:32Used by:Timeline
Symbol 241 GraphicUsed by:Timeline
Symbol 242 TextUses:238Used by:Timeline
Symbol 243 TextUses:238Used by:Timeline
Symbol 244 EditableTextUses:32Used by:Timeline
Symbol 245 TextUses:32Used by:248
Symbol 246 GraphicUsed by:248 256 285 294
Symbol 247 TextUses:32Used by:248
Symbol 248 ButtonUses:183 245 246 247 187Used by:Timeline
Symbol 249 GraphicUses:9 10Used by:Timeline
Symbol 250 TextUses:238Used by:Timeline
Symbol 251 EditableTextUses:32Used by:Timeline
Symbol 252 TextUses:238Used by:Timeline
Symbol 253 EditableTextUses:32Used by:Timeline
Symbol 254 TextUses:32Used by:256
Symbol 255 TextUses:32Used by:256
Symbol 256 ButtonUses:183 254 246 255 187Used by:Timeline
Symbol 257 ButtonUses:135 136 137 138Used by:Timeline
Symbol 258 ButtonUses:140 141 142 143Used by:Timeline
Symbol 259 TextUses:32Used by:Timeline
Symbol 260 TextUses:32Used by:Timeline
Symbol 261 GraphicUses:9 10Used by:Timeline
Symbol 262 EditableTextUses:32Used by:Timeline
Symbol 263 TextUses:32Used by:Timeline
Symbol 264 ButtonUses:135 136 137 138Used by:Timeline
Symbol 265 ButtonUses:140 141 142 143Used by:Timeline
Symbol 266 EditableTextUses:32Used by:Timeline
Symbol 267 EditableTextUses:32Used by:Timeline
Symbol 268 GraphicUsed by:273
Symbol 269 TextUses:32Used by:273
Symbol 270 GraphicUsed by:273
Symbol 271 TextUses:32Used by:273
Symbol 272 GraphicUsed by:273
Symbol 273 ButtonUses:268 269 270 271 272Used by:277
Symbol 274 GraphicUsed by:277
Symbol 275 GraphicUsed by:277
Symbol 276 GraphicUsed by:277
Symbol 277 MovieClipUses:46 273 274 275 276 38Used by:Timeline
Symbol 278 GraphicUsed by:Timeline
Symbol 279 GraphicUses:9 10Used by:Timeline
Symbol 280 TextUses:238Used by:Timeline
Symbol 281 TextUses:238Used by:Timeline
Symbol 282 ButtonUses:183 184 185 186 187Used by:Timeline
Symbol 283 TextUses:32Used by:285
Symbol 284 TextUses:32Used by:285
Symbol 285 ButtonUses:187 283 246 284Used by:Timeline
Symbol 286 GraphicUsed by:Timeline
Symbol 287 GraphicUses:9 10Used by:Timeline
Symbol 288 EditableTextUses:32Used by:Timeline
Symbol 289 EditableTextUses:32Used by:Timeline
Symbol 290 TextUses:32Used by:Timeline
Symbol 291 EditableTextUses:32Used by:Timeline
Symbol 292 TextUses:32Used by:294
Symbol 293 TextUses:32Used by:294
Symbol 294 ButtonUses:183 292 246 293 187Used by:Timeline
Symbol 295 GraphicUsed by:319
Symbol 296 GraphicUsed by:319
Symbol 297 GraphicUsed by:319
Symbol 298 GraphicUsed by:319
Symbol 299 GraphicUsed by:319
Symbol 300 GraphicUsed by:319
Symbol 301 GraphicUsed by:319
Symbol 302 GraphicUsed by:319
Symbol 303 GraphicUsed by:319
Symbol 304 GraphicUsed by:319
Symbol 305 GraphicUsed by:319
Symbol 306 GraphicUsed by:319
Symbol 307 GraphicUsed by:319
Symbol 308 GraphicUsed by:319
Symbol 309 GraphicUsed by:319
Symbol 310 GraphicUsed by:319
Symbol 311 GraphicUsed by:319
Symbol 312 GraphicUsed by:319
Symbol 313 GraphicUsed by:319
Symbol 314 GraphicUsed by:319
Symbol 315 GraphicUsed by:319
Symbol 316 GraphicUsed by:319
Symbol 317 GraphicUsed by:319
Symbol 318 GraphicUsed by:319
Symbol 319 MovieClipUses:295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318Used by:Timeline
Symbol 320 GraphicUses:9 10Used by:Timeline
Symbol 321 TextUses:238Used by:Timeline
Symbol 322 EditableTextUses:238Used by:Timeline
Symbol 323 GraphicUsed by:378
Symbol 324 GraphicUsed by:378
Symbol 325 GraphicUsed by:378
Symbol 326 GraphicUsed by:378
Symbol 327 GraphicUsed by:378
Symbol 328 GraphicUsed by:378
Symbol 329 GraphicUsed by:378
Symbol 330 GraphicUsed by:378
Symbol 331 GraphicUsed by:378
Symbol 332 GraphicUsed by:378
Symbol 333 GraphicUsed by:378
Symbol 334 GraphicUsed by:378
Symbol 335 GraphicUsed by:378
Symbol 336 GraphicUsed by:378
Symbol 337 GraphicUsed by:378
Symbol 338 GraphicUsed by:378
Symbol 339 GraphicUsed by:378
Symbol 340 GraphicUsed by:378
Symbol 341 GraphicUsed by:378
Symbol 342 GraphicUsed by:378
Symbol 343 GraphicUsed by:378
Symbol 344 GraphicUsed by:378
Symbol 345 GraphicUsed by:378
Symbol 346 GraphicUsed by:378
Symbol 347 GraphicUsed by:378
Symbol 348 GraphicUsed by:378
Symbol 349 GraphicUsed by:378
Symbol 350 GraphicUsed by:378
Symbol 351 GraphicUsed by:378
Symbol 352 GraphicUsed by:378
Symbol 353 GraphicUsed by:378
Symbol 354 GraphicUsed by:378
Symbol 355 GraphicUsed by:378
Symbol 356 GraphicUsed by:378
Symbol 357 GraphicUsed by:378
Symbol 358 GraphicUsed by:378
Symbol 359 GraphicUsed by:378
Symbol 360 GraphicUsed by:378
Symbol 361 GraphicUsed by:378
Symbol 362 GraphicUsed by:378
Symbol 363 GraphicUsed by:378
Symbol 364 GraphicUsed by:378
Symbol 365 GraphicUsed by:378
Symbol 366 GraphicUsed by:378
Symbol 367 GraphicUsed by:378
Symbol 368 GraphicUsed by:378
Symbol 369 GraphicUsed by:378
Symbol 370 GraphicUsed by:378
Symbol 371 GraphicUsed by:378
Symbol 372 GraphicUsed by:378
Symbol 373 GraphicUsed by:378
Symbol 374 GraphicUsed by:378
Symbol 375 GraphicUsed by:378
Symbol 376 GraphicUsed by:378
Symbol 377 GraphicUsed by:378
Symbol 378 MovieClipUses:323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377Used by:Timeline
Streaming Sound 1Used by:Timeline

Instance Names

"switcher"Frame 167Symbol 134 MovieClip
"tracker"Frame 167Symbol 154 MovieClip
"closeDoor"Frame 167Symbol 163 MovieClip
"switcher"Frame 168Symbol 134 MovieClip
"tracker"Frame 168Symbol 154 MovieClip
"switcher"Frame 174Symbol 134 MovieClip
"tracker"Frame 174Symbol 154 MovieClip
"reveal"Frame 177Symbol 277 MovieClip
"switcher"Frame 177Symbol 134 MovieClip
"tracker"Frame 177Symbol 154 MovieClip
"switcher"Frame 178Symbol 134 MovieClip
"tracker"Frame 178Symbol 154 MovieClip
"close"Frame 179Symbol 319 MovieClip
"page"Frame 180Symbol 378 MovieClip
"bar"Symbol 31 MovieClip Frame 1Symbol 15 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "reminder"
ExportAssets (56)Timeline Frame 1Symbol 2 as "TrackFour"
ExportAssets (56)Timeline Frame 1Symbol 3 as "TrackSix"
ExportAssets (56)Timeline Frame 1Symbol 4 as "TrackFive"
ExportAssets (56)Timeline Frame 1Symbol 5 as "TrackOne"
ExportAssets (56)Timeline Frame 1Symbol 6 as "TrackThree"
ExportAssets (56)Timeline Frame 1Symbol 7 as "TrackTwo"
ExportAssets (56)Timeline Frame 1Symbol 8 as "TrackSeven"

Labels

"loaded"Symbol 31 MovieClip Frame 3
"ap"Symbol 378 MovieClip Frame 1
"a"Symbol 378 MovieClip Frame 11
"bp"Symbol 378 MovieClip Frame 21
"b"Symbol 378 MovieClip Frame 31
"cp"Symbol 378 MovieClip Frame 41
"c"Symbol 378 MovieClip Frame 51
"dp"Symbol 378 MovieClip Frame 61
"d"Symbol 378 MovieClip Frame 71
"ep"Symbol 378 MovieClip Frame 80
"e"Symbol 378 MovieClip Frame 90
"f"Symbol 378 MovieClip Frame 101

Dynamic Text Variables

_root.PercentLoadedDisSymbol 33 EditableText"69%"
_root.PercentLoadedDisSymbol 37 EditableText"69%"
_root.modNewsSymbol 234 EditableText""
_root.inputQuestionSymbol 240 EditableText""
_root.inputAnswerSymbol 244 EditableText""
_root.changeQuestionSymbol 251 EditableText""
_root.changeAnswerSymbol 253 EditableText""
_root.studyQNumberSymbol 262 EditableText""
_root.studyQuestionSymbol 266 EditableText""
_root.studyAnswerSymbol 267 EditableText""
_root.testQNumberSymbol 288 EditableText""
_root.testQDisSymbol 289 EditableText" "
_root.testGuessSymbol 291 EditableText""
_root.testResultSymbol 322 EditableText""




http://swfchan.com/8/38223/info.shtml
Created: 13/5 -2019 11:15:00 Last modified: 13/5 -2019 11:15:00 Server time: 11/05 -2024 21:38:46