[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 (184 B)
var bytes = _root.getBytesTotal();
var bytes_loaded = _root.getBytesLoaded();
percent = int((bytes_loaded / bytes) * 100) + "%";
if (bytes_loaded == bytes) {
gotoAndPlay (11);
}
Frame 11 (8 B)
stop();
Frame 2585 (27 B)
stopAllSounds();
stop();
Symbol 25 Button (35 B)
on (release) {
gotoAndPlay (12);
}
Symbol 216 Button (34 B)
on (release) {
gotoAndPlay (1);
}