Frame 1 (106 B)
expFlg = false;
this.textMC1._visible = false;
this.textMC2._visible = false;
this.stop();
mcNo = 10;
Frame 70 (25 B)
this.mainMC.nextFrame();
Frame 95 (13 B)
this.stop();
Frame 120 (25 B)
this.mainMC.nextFrame();
Frame 145 (13 B)
this.stop();
Frame 170 (25 B)
this.mainMC.nextFrame();
Frame 195 (13 B)
this.stop();
Frame 220 (25 B)
this.mainMC.nextFrame();
Frame 245 (13 B)
this.stop();
Frame 270 (25 B)
this.mainMC.nextFrame();
Frame 295 (13 B)
this.stop();
Frame 320 (25 B)
this.mainMC.nextFrame();
Frame 345 (13 B)
this.stop();
Frame 370 (25 B)
this.mainMC.nextFrame();
Frame 395 (130 B)
this.stop();
var id = _root.myP;
if (id == mcNo) {
this.textMC2._visible = true;
} else {
this.textMC1._visible = true;
}
Symbol 5 MovieClip Frame 1 (48 B)
this.stop();
this.gotoAndStop(_root.mozaType);
Symbol 25 MovieClip Frame 59 (57 B)
if (!_parent._parent.expFlg) {
this.gotoAndPlay(1);
}
Symbol 25 MovieClip Frame 110 (91 B)
if (!_parent._parent.expFlg) {
this.gotoAndPlay(1);
} else {
this.gotoAndPlay(60);
}
Symbol 26 MovieClip Frame 2 (120 B)
this.stop();
if (this.partsMC7._visible) {
this.mozaMC._visible = false;
} else {
this.mozaMC._visible = true;
}
Symbol 26 MovieClip Frame 6 (23 B)
_parent.expFlg = true;
Symbol 36 Button (81 B)
on (release) {
_root.keyWait();
_root.ferdMC.play();
_root.inOutFlg = false;
}
Symbol 37 Button (58 B)
on (release) {
_root.keyWait();
_root.gotoAndPlay(19);
}