[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 (8 B)
stop();
Frame 117 (17 B)
stopAllSounds();
Frame 622 (17 B)
stopAllSounds();
Frame 831 (17 B)
stopAllSounds();
Frame 905 (8 B)
stop();
Symbol 26 Button (31 B)
on (release) {
_root.play();
}
Symbol 27 MovieClip Frame 1 (179 B)
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop (3);
}
Symbol 27 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 169 Button (69 B)
on (release) {
gotoAndPlay (6);
}
on (release) {
stopAllSounds();
}