[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 (27 B)
stop();
stopAllSounds();
Instance of Symbol 8 MovieClip in Frame 1 (214 B)
onClipEvent (load) {
total = _root.getBytesTotal();
}
onClipEvent (enterFrame) {
loaded = _root.getBytesLoaded();
percent = int((loaded / total) * 100);
progress = ("" + percent) + "%";
gotoAndStop(percent);
}
Frame 2 (27 B)
stop();
stopAllSounds();
Frame 3 (27 B)
stopAllSounds();
stop();
Frame 163 (17 B)
stopAllSounds();
Frame 208 (17 B)
stopAllSounds();
Frame 251 (8 B)
stop();
Symbol 4 Button (39 B)
on (release) {
_root.gotoAndPlay(4);
}
Symbol 74 Button (39 B)
on (release) {
_root.gotoAndPlay(2);
}