[Tools][Expand/Collapse All]Note that automatic extraction of ActionScript 3 is still pretty much unsupported by swfchan. AS1/AS2 works okay most of the time.Frame 1 (26 B)
stop();
stopAllSounds();
Frame 2 (8 B)
stop();
Frame 19 (565 B)
paragraph1 = ((((((((((((((((((("American universities offer students many " + answer1) + " courses that will prepare them to become good ") + answer2) + ". You can get a degree as a Bachelor of ") + answer3) + ", or take a regular liberal ") + answer4) + " course. Or, if you want to become a/an ") + answer5) + " engineer, you can study ") + answer6) + " mathematics and differential ") + answer7) + ". Then, after ") + answer8) + " years, if you want to continue your studies, you can write a/an ") + answer9) + " and become a Doctor of ") + answer10) + ".";
Frame 20 (442 B)
paragraph2 = ((((((("When you get out into the world, if you have a diploma from a university, you can get a job as a/an " + answer11) + ". If you don't have a diploma, you'll get stuck with a lousy job like being a/an ") + answer12) + ". So it's important that you study hard in high school so you can get a good chance at passing the College Entrance ") + answer13) + ". Remember: 'A little learning is a/an ") + answer14) + " thing.'";
Symbol 10 Button (31 B)
on (release) {
_root.play();
}
Symbol 11 MovieClip Frame 1 (193 B)
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop (3);
}
Symbol 11 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 24 Button (30 B)
on (release) {
nextFrame();
}