[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 (8 B)
stop();
Instance of Symbol 11 MovieClip in Frame 1 (254 B)
onClipEvent (load) {
total = _root.getBytesTotal();
}
onClipEvent (enterFrame) {
loaded = _root.getBytesLoaded();
percent = int((loaded / total) * 100);
text = percent + "%";
gotoAndStop(percent);
if (loaded == total) {
_root.gotoAndPlay(2);
}
}
Frame 2 (8 B)
stop();
Frame 80 (19 B)
gotoAndPlay (120);
Frame 168 (19 B)
gotoAndPlay (194);
Frame 643 (19 B)
gotoAndPlay (682);
Frame 910 (19 B)
gotoAndPlay (937);
Frame 965 (19 B)
gotoAndPlay (982);
Frame 1233 (20 B)
gotoAndPlay (1442);
Frame 1519 (20 B)
gotoAndPlay (1557);
Frame 1788 (20 B)
gotoAndPlay (1812);
Frame 1890 (20 B)
gotoAndPlay (1912);
Frame 1937 (20 B)
gotoAndPlay (1967);
Frame 2117 (20 B)
gotoAndPlay (2462);
Frame 3450 (8 B)
stop();
Symbol 15 Button (34 B)
on (release) {
gotoAndPlay (3);
}
Symbol 101 Button (69 B)
on (release) {
stopAllSounds();
}
on (release) {
gotoAndPlay (1);
}