[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 (296 B)
bytes_loaded = Math.round(this.getBytesLoaded());
bytes_total = Math.round(this.getBytesTotal());
getPercent = bytes_loaded / bytes_total;
this.loadbar._width = getPercent * 91;
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();
Symbol 15 Button (25 B)
on (release) {
play();
}
Symbol 18 Button (25 B)
on (release) {
play();
}