[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 (23 B)
stop();
_root.OK = 0;
Instance of Symbol 2 MovieClip in Frame 1 (122 B)
onClipEvent (mouseDown) {
_root.OK = 1;
}
onClipEvent (enterFrame) {
if (_root.OK == 1) {
_root.gotoAndPlay("a");
}
}
Instance of Symbol 2 MovieClip in Frame 2 (67 B)
onClipEvent (mouseDown) {
_root.OK = 0;
_root.gotoAndPlay("S");
}
Frame 62 (17 B)
gotoAndPlay (2);