[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 in Frame 1 (282 B)
onClipEvent (enterFrame) {
loading = _parent.getBytesLoaded();
total = _parent.getBytesTotal();
percent = percent - ((percent - ((loading / total) * 100)) * 0.25);
per = int(percent);
percentage = per + "%";
loadBar._width = per;
if (percent > 99) {
_parent.play();
}
}
Frame 2 (8 B)
stop();
Frame 4 (8 B)
stop();
Frame 5 (8 B)
stop();
Symbol 6 MovieClip Frame 1 (8 B)
stop();
Symbol 15 Button (25 B)
on (release) {
play();
}
Symbol 23 Button (48 B)
on (release) {
stopAllSounds();
nextFrame();
}
Symbol 35 Button (48 B)
on (release) {
stopAllSounds();
prevFrame();
}