[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 (42 B)
SND = new Sound(this);
SND.setVolume(0);
Instance of Symbol 23 MovieClip in Frame 1 (252 B)
onClipEvent (load) {
lastCode = 0;
aListener = new Object();
aListener.onKeyDown = function () {
lastCode = Key.getCode();
};
Key.addListener(aListener);
}
onClipEvent (enterFrame) {
if (lastCode == 77) {
this.nextFrame();
}
lastCode = 0;
}
Frame 28 (17 B)
gotoAndPlay (2);
Symbol 23 MovieClip Frame 1 (8 B)
stop();
Symbol 23 MovieClip Frame 2 (28 B)
_parent.SND.setVolume(100);
Symbol 23 MovieClip Frame 3 (44 B)
_parent.SND.setVolume(0);
gotoAndStop (1);