[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 (172 B)
stopAllSounds();
loadedbytes = getBytesLoaded();
totalbytes = getBytesTotal();
percentbytes = int(loadedbytes / (totalbytes / 100));
loader.gotoAndStop(percentbytes);
Frame 2 (84 B)
if (loadedbytes == totalbytes) {
gotoAndStop (3);
} else {
gotoAndPlay (1);
}
Frame 3 (8 B)
play();
Frame 11 (8 B)
stop();
Frame 21 (8 B)
stop();
Symbol 8 MovieClip Frame 1 (8 B)
stop();
Symbol 20 Button (35 B)
on (release) {
gotoAndPlay (13);
}
Symbol 23 Button (34 B)
on (release) {
gotoAndPlay (3);
}