[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 (186 B)
loadedbytes = getBytesLoaded();
totalbytes = getBytesTotal();
percentbytes = int(loadedbytes / (totalbytes / 100));
tellTarget (_root.loader) {
gotoAndStop(_root.percentbytes);
};
Frame 2 (84 B)
if (loadedbytes == totalbytes) {
gotoAndStop (3);
} else {
gotoAndPlay (1);
}
Frame 3 (8 B)
play();
Frame 27 (8 B)
stop();
Frame 28 (8 B)
play();
Frame 1263 (8 B)
stop();
Symbol 13 Button (35 B)
on (release) {
gotoAndPlay (28);
}
Symbol 129 Button (35 B)
on (release) {
gotoAndPlay (28);
}