[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 (212 B)
done = getBytesLoaded();
total = getBytesTotal();
percent = Math.floor((done / total) * 100);
if (done == total) {
gotoAndPlay (3);
} else {
loadBar._width = percent * 3.5;
loadText = percent + "%";
}
Frame 2 (17 B)
gotoAndPlay (1);
Frame 3 (8 B)
stop();
Frame 2848 (18 B)
stop();
stop();
Symbol 18 Button (34 B)
on (release) {
gotoAndPlay (3);
}
Symbol 20 Button (34 B)
on (release) {
gotoAndPlay (2);
}
Symbol 90 Button (34 B)
on (release) {
gotoAndPlay (4);
}