[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 (297 B)
bytes_loaded = Math.round(this.getBytesLoaded());
bytes_total = Math.round(this.getBytesTotal());
getPercent = bytes_loaded / bytes_total;
this.loadbar._width = getPercent * 100;
this.loadText = Math.round(getPercent * 100) + "%";
if (bytes_loaded == bytes_total) {
this.gotoAndPlay(3);
}
Frame 2 (21 B)
this.gotoAndPlay(1);
Frame 3 (8 B)
stop();
Frame 874 (8 B)
stop();
Symbol 9 Button (39 B)
on (release) {
_root.gotoAndPlay(4);
}
Symbol 41 Button (34 B)
on (release) {
gotoAndStop (3);
}