[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 (43 B)
ifFrameLoaded (800) {
}
gotoAndPlay (3);
Frame 2 (17 B)
gotoAndPlay (1);
Frame 4 (8 B)
stop();
Instance of Symbol 39 MovieClip in Frame 5 (159 B)
onClipEvent (load) {
startDrag (this, true);
mouse.hide();
blah = 1;
}
onClipEvent (mouseDown) {
this._visible = this._visible - blah;
blah = blah * -1;
}
Frame 913 (8 B)
stop();
Symbol 20 Button (25 B)
on (release) {
play();
}
Symbol 189 Button (52 B)
on (release) {
stopAllSounds();
gotoAndPlay (5);
}