[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 (17 B)
stopAllSounds();
Frame 2 (8 B)
stop();
Frame 5 (8 B)
stop();
Frame 19 (294 B)
paragraph1 = ((((((("Major Zarnak, of the Intergalactic Space Patrol, deactivated his hyper-" + answer1) + " overdrive and landed his space ship on the planet ") + answer2) + ". On leaving the decompression chamber, he saw a/an ") + answer3) + "-armed monster approaching ") + answer4) + ".";
Frame 20 (275 B)
paragraph2 = ((((((((("He shouted '" + answer5) + ",' the Galactic word for peace, but the monster whipped out a disintegrator ") + answer6) + " and tried to ") + answer7) + " him. Major Zarnak ducked and ") + answer8) + " the monster with his subsonic ") + answer9) + ".";
Frame 21 (252 B)
paragraph3 = ((((((("'" + answer10) + "!' said the monster, clutching his ") + answer11) + ". '") + answer12) + "' replied Major Zarnak cleverly, and getting back into his spaceship, zipped back to his headquarters on the planet ") + answer13) + ".";
Frame 22 (8 B)
stop();
Symbol 9 Button (31 B)
on (release) {
_root.play();
}
Symbol 10 MovieClip Frame 1 (193 B)
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop (3);
}
Symbol 10 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 26 Button (30 B)
on (release) {
nextFrame();
}