[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 6 MovieClip "square" in Frame 1 (355 B)
onClipEvent (enterFrame) {
loading = _parent.getBytesLoaded();
total = _parent.getBytesTotal();
if (percent == undefined) {
percent = 0;
}
percent = percent - ((percent - ((loading / total) * 100)) * 0.25);
per = int(percent);
percentage = per + "%";
this.black._y = (percent * -262) / 100;
if (percent > 99) {
_parent.gotoAndStop(2);
}
}
Symbol 11 Button (31 B)
on (release) {
_root.play();
}