Frame 1 (106 B)
expFlg = false;
this.textMC1._visible = false;
this.textMC2._visible = false;
this.stop();
mcNo = 68;
Frame 90 (25 B)
this.mainMC.nextFrame();
Frame 115 (13 B)
this.stop();
Frame 140 (25 B)
this.mainMC.nextFrame();
Frame 165 (13 B)
this.stop();
Frame 190 (25 B)
this.mainMC.nextFrame();
Frame 215 (13 B)
this.stop();
Frame 240 (25 B)
this.mainMC.nextFrame();
Frame 265 (13 B)
this.stop();
Frame 290 (25 B)
this.mainMC.nextFrame();
Frame 315 (13 B)
this.stop();
Frame 340 (25 B)
this.mainMC.nextFrame();
Frame 365 (13 B)
this.stop();
Frame 390 (25 B)
this.mainMC.nextFrame();
Frame 415 (13 B)
this.stop();
Frame 440 (25 B)
this.mainMC.nextFrame();
Frame 465 (130 B)
this.stop();
var id = _root.myP;
if (id == mcNo) {
this.textMC2._visible = true;
} else {
this.textMC1._visible = true;
}
Symbol 28 MovieClip Frame 59 (57 B)
if (!_parent._parent.expFlg) {
this.gotoAndPlay(1);
}
Symbol 28 MovieClip Frame 118 (91 B)
if (!_parent._parent.expFlg) {
this.gotoAndPlay(1);
} else {
this.gotoAndPlay(60);
}
Symbol 29 MovieClip Frame 2 (64 B)
this.stop();
this.partsMC4a._visible = this.partsMC4._visible;
Symbol 29 MovieClip Frame 8 (23 B)
_parent.expFlg = true;
Symbol 38 Button (81 B)
on (release) {
_root.keyWait();
_root.ferdMC.play();
_root.inOutFlg = false;
}
Symbol 39 Button (58 B)
on (release) {
_root.keyWait();
_root.gotoAndPlay(19);
}