[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 (12 B)
amount = 1;
Frame 2 (355 B)
var total = _root.getBytesTotal();
var loaded = _root.getBytesLoaded();
var perc = ((loaded / total) * 100);
percent = Math.round(perc) + "%";
setProperty("progress", _xscale , perc);
if (loaded == total) {
percent = "complete";
gotoAndPlay ("Done");
}
_root.spinnermov._rotation = amount;
amount = amount + perc;
countVar = (countVar = 1);
Frame 3 (22 B)
gotoAndPlay ("Nope");
Frame 32 (17 B)
gotoAndPlay (5);
Frame 234 (17 B)
stopAllSounds();
Frame 238 (25 B)
countVar = countVar + 1;
Frame 297 (19 B)
gotoAndPlay (270);
Frame 298 (17 B)
stopAllSounds();
Frame 458 (17 B)
gotoAndPlay (5);
Symbol 107 Button (35 B)
on (release) {
gotoAndPlay (33);
}
Symbol 146 Button (36 B)
on (release) {
gotoAndPlay (298);
}
Symbol 155 Button (67 B)
on (release) {
getURL ("http://www.zone-archive.com", "_blank");
}