[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)
amount = 1;
amount2 = 1;
Frame 2 (393 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;
_root.spinnermov2._rotation = amount2;
amount2 = amount2 - perc;
Frame 3 (22 B)
gotoAndPlay ("Nope");
Frame 12 (15 B)
loopcheck = 0;
Frame 880 (91 B)
if (loopcheck < 1) {
loopcheck = 1;
gotoAndPlay (14);
} else {
loopcheck = 0;
}
Frame 882 (18 B)
gotoAndPlay (14);
Symbol 6 Button (67 B)
on (release) {
getURL ("http://www.weebls-stuff.com", "_blank");
}
Symbol 43 Button (65 B)
on (release) {
getURL ("http:www.weebls-stuff.com", "_blank");
}