[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 2 (58 B)
if (_root.getBytesLoaded() != _root.getBytesTotal()) {
}
Frame 424 (17 B)
stopAllSounds();
Frame 452 (19 B)
gotoAndPlay (426);
Frame 622 (8 B)
stop();
Symbol 4 MovieClip Frame 1 (85 B)
setProperty(this, _xscale , (_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
Symbol 4 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 54 Button (34 B)
on (press) {
gotoAndPlay (453);
}
Symbol 101 Button (34 B)
on (release) {
gotoAndPlay (1);
}