[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 8 (17 B)
gotoAndPlay (1);
Frame 9 (8 B)
stop();
Frame 1020 (8 B)
stop();
Instance of Symbol 6 MovieClip in Symbol 22 MovieClip Frame 1 (262 B)
onClipEvent (load) {
this.size = _root.getBytesTotal();
}
onClipEvent (enterFrame) {
this.now = _root.getBytesLoaded();
this.percent = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (this.percent == 100) {
_root.gotoAndPlay(9);
}
}
Symbol 26 Button (35 B)
on (release) {
gotoAndPlay (10);
}
Symbol 178 Button (35 B)
on (release) {
gotoAndPlay (10);
}