[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 (220 B)
loaded = math.round(getBytesLoaded());
total = math.round(getBytesTotal());
percent = loaded / total;
bar._width = percent * 150;
text = math.round(percent * 100) + "%";
if (loaded == total) {
gotoAndPlay (4);
}
Frame 2 (17 B)
gotoAndPlay (1);
Frame 946 (8 B)
stop();
Symbol 7 MovieClip Frame 19 (17 B)
gotoAndPlay (1);
Symbol 17 Button (58 B)
on (release) {
getURL ("http://joanime.com", "_blank");
}
Symbol 49 MovieClip Frame 76 (17 B)
gotoAndPlay (1);
Symbol 86 Button (35 B)
on (release) {
gotoAndPlay (15);
}