[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.Instance of Symbol 7 MovieClip in Frame 1 (432 B)
onClipEvent (load) {
_parent.stop();
bar._xscale = 0;
}
onClipEvent (enterFrame) {
totalBytes = _parent.getBytesTotal();
loadedBytes = _parent.getBytesLoaded();
if (loadedBytes >= totalBytes) {
_parent.play();
} else {
parcent = Math.round((loadedBytes / totalBytes) * 100);
msg.text = ((((("loading... " + (loadedBytes / 10)) + "k / ") + (totalBytes / 10)) + "k ( ") + parcent) + "% )";
bar._xscale = parcent;
}
}
Frame 2 (8 B)
stop();
Frame 5 (52 B)
nk = 0;
m1 = new Sound();
m1.attachSound("nuka");
Frame 1180 (8 B)
stop();
Symbol 11 Button (34 B)
on (release) {
gotoAndPlay (4);
}
Symbol 27 Button (40 B)
on (release) {
m1.start(0, 1);
nk++;
}
Symbol 206 Button (34 B)
on (release) {
gotoAndPlay (4);
}