[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 3 (432 B)
lBytes = _root.getBytesLoaded();
tBytes = _root.getBytesTotal();
percentLoaded = Math.floor((lBytes / tBytes) * 100);
loader.bar._xscale = percentLoaded;
loader.percent.text = ((percentLoaded + "% of ") + Math.floor(tBytes / 1024)) + "K loaded.";
if ((lBytes >= tBytes) && (tBytes > 0)) {
if (count >= 12) {
gotoAndStop (10);
} else {
count++;
gotoAndPlay (2);
}
} else {
gotoAndPlay (2);
}
Frame 10 (18 B)
gotoAndPlay (11);
Frame 11 (8 B)
stop();
Frame 399 (8 B)
stop();
Symbol 18 Button (35 B)
on (release) {
gotoAndPlay (12);
}
Symbol 185 Button (35 B)
on (release) {
gotoAndPlay (12);
}