[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 (66 B)
stop();
skipprl.onRelease = function () {
gotoAndPlay (2);
};
Instance of Symbol 12 MovieClip "preloader" in Frame 1 (202 B)
onClipEvent (enterFrame) {
per = (_parent.getBytesLoaded() / _parent.getBytesTotal()) * 100;
perc = Math.round(per) + "%";
loadBar._width = per * 5;
if (per > 99) {
_parent.gotoAndPlay(2);
}
}
Symbol 12 MovieClip Frame 1 (8 B)
stop();