[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.Combined Code (822 B)
frame 1 {
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);
}
}
// unknown tag 88 length 69
movieClip 10 {
}
frame 2 {
this.gotoAndPlay(1);
}
movieClip 14 {
}
// unknown tag 88 length 69
movieClip 17 {
}
movieClip 91 {
}
// unknown tag 88 length 69
movieClip 209 {
}
frame 531 {
count += 1;
if (count < 8) {
gotoAndPlay(3);
} else {
gotoAndPlay(532);
}
}
// unknown tag 88 length 75
frame 676 {
lcount += 1;
if (lcount < 10) {
gotoAndPlay(532);
} else {
count = 1;
lcount = 1;
gotoAndPlay(3);
}
}