[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.Combined Code (909 B)
frame 1 {
button1.onPress = function () {
tifull_mc.gotoAndPlay(2);
};
button1.onRelease = function () {
this._visible = false;
};
}
movieClip 2 {
}
movieClip 10 {
frame 1 {
stop();
}
frame 59 {
stop();
}
frame 59 {
button2.onPress = function () {
gotoAndPlay(60);
};
button2.onRelease = function () {
this._visible = false;
};
}
frame 60 {
play();
}
frame 406 {
stop();
}
frame 406 {
button3.onPress = function () {
gotoAndPlay(407);
};
button3.onRelease = function () {
this._visible = false;
};
}
frame 407 {
play;
}
frame 517 {
cometbutton.onPress = function () {
_root.tcomet.gotoAndPlay(2);
};
comet2.onPress = function () {
_root.tcomet.gotoAndPlay(2);
};
}
frame 549 {
gotoAndPlay(517);
}
}
// unknown tag 88 length 66
movieClip 20 {
frame 1 {
stop();
}
}