[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 (41 B)
OnePercent = this.getBytesTotal() / 100;
Frame 2 (184 B)
tellTarget ("Progress Bar") {
gotoAndStop(Math.round(this.getBytesLoaded() / _parent.OnePercent));
};
if (this.getBytesLoaded() >= this.getBytesTotal()) {
gotoAndStop (5);
}
Frame 3 (17 B)
gotoAndPlay (2);
Frame 5 (8 B)
play();
Frame 68 (8 B)
stop();
Frame 1799 (8 B)
stop();
Symbol 29 Button (35 B)
on (release) {
gotoAndPlay (92);
}
Symbol 221 Button (37 B)
on (release) {
gotoAndPlay (1800);
}