[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 (108 B)
percent = Math.floor((getBytesLoaded() / getBytesTotal()) * 100);
myOutput.text = percent + "% is loaded";
Frame 2 (73 B)
if (percent == 100) {
gotoAndStop (3);
} else {
gotoAndPlay (1);
}
Frame 3 (8 B)
stop();
Frame 606 (19 B)
gotoAndStop (607);
Frame 607 (8 B)
play();
Frame 659 (8 B)
stop();
Symbol 12 Button (25 B)
on (release) {
play();
}
Symbol 21 Button (34 B)
on (release) {
gotoAndPlay (4);
}