[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 (165 B)
var amountLoaded = (_root.getBytesLoaded() / _root.getBytesTotal());
PreloadBox._width = amountLoaded * 250;
LoadText.text = Math.round(amountLoaded * 100) + "%";
Frame 2 (106 B)
if (_root.getBytesLoaded() == _root.getBytesTotal()) {
gotoAndPlay (3);
} else {
gotoAndPlay (1);
}
Frame 10 (17 B)
gotoAndPlay (5);
Frame 1215 (8 B)
stop();
Symbol 19 Button (35 B)
on (release) {
gotoAndPlay (11);
}
Symbol 29 Button (54 B)
on (release) {
stopAllSounds();
gotoAndPlay (491);
}
Symbol 196 Button (35 B)
on (release) {
gotoAndPlay (11);
}