[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 (94 B)
percent = Math.round((getBytesLoaded() / getBytesTotal()) * 100);
loadBar._xscale = percent;
Frame 2 (84 B)
if (percent == 100) {
_root.gotoAndStop(10);
} else {
_root.gotoAndPlay(1);
}
Frame 10 (8 B)
stop();
Frame 680 (8 B)
stop();
Symbol 22 Button (35 B)
on (release) {
gotoAndPlay (11);
}
Symbol 25 Button (36 B)
on (release) {
gotoAndStop (671);
}
Symbol 239 Button (53 B)
on (release) {
_root.gotoAndPlay("Main Movie", 1);
}