/ Action script...
// [Action in Frame 1]
stop();
// [Action in Frame 2]
play();
// [Action in Frame 8]
stop();
_root.pop_up.show_pop.gotoAndPlay("s" + _root.whoisin);
// [Action in Frame 18]
_parent.gotoandstop("again");
參考答案:Flash ActionScript 代码
/ Action script...
// [Action in Frame 1]
stop();
// [Action in Frame 2]
play();
// [Action in Frame 8]
stop();
_root.pop_up.show_pop.gotoAndPlay("s" + _root.whoisin);
// [Action in Frame 18]
_parent.gotoandstop("again");
參考答案:Flash ActionScript 代码