[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 (63 B)
if (_framesloaded >= _totalframes) {
gotoAndPlay (10);
}
Frame 3 (151 B)
if (_framesloaded >= _totalframes) {
gotoAndPlay (5);
}
dl = Math.round((_framesloaded / _totalframes) * 100);
_root.progressbar._xscale = dl;
Frame 4 (17 B)
gotoAndPlay (3);
Frame 11 (8 B)
stop();
Frame 903 (8 B)
stop();
Symbol 23 Button (35 B)
on (release) {
gotoAndPlay (11);
}
Symbol 147 MovieClip Frame 6 (8 B)
stop();
Symbol 286 Button (35 B)
on (release) {
gotoAndPlay (12);
}