[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)
stop();
Frame 1354 (8 B)
stop();
Symbol 36 Button (25 B)
on (release) {
play();
}
Symbol 97 MovieClip Frame 2 (39 B)
if (random(2)) {
gotoAndPlay (4);
}
Symbol 97 MovieClip Frame 4 (20 B)
a = random(5) * 20;
Symbol 97 MovieClip Frame 6 (44 B)
a--;
if (a > 0) {
gotoAndPlay (5);
}
Symbol 130 Button (34 B)
on (release) {
gotoAndPlay (5);
}