Combined Code
movieClip 7 {
}
movieClip 36 {
}
movieClip 47 {
}
movieClip 48 {
frame 101 {
if (_root.BB == 1) {
gotoAndPlay('B1');
} else {}
}
frame 125 {
if (_root.BB == 2) {
gotoAndPlay(1);
} else {
gotoAndPlay('eend');
}
}
}
movieClip 50 {
}
movieClip 57 {
frame 101 {
if (_root.BB == 1) {
gotoAndPlay('B2');
}
}
frame 125 {
if (_root.BB == 2) {
} else {
stop();
}
}
}
// unknown tag 88 length 70
button 61 {
on (press) {
_root.ntx._visible ^= 1;
}
}
button 63 {
on (press) {
_root.n.gotoAndPlay(1);
_root.ntx.gotoAndPlay(1);
BB = 0;
}
}
button 65 {
on (press) {
BB = 1;
_root.n.gotoAndPlay('B1');
_root.ntx.gotoAndPlay('B2');
}
}
button 67 {
on (press) {
_root.n.gotoAndPlay(1);
_root.ntx.gotoAndPlay(1);
BB = 2;
}
}
button 69 {
on (release, keyPress '<Escape>') {
if (Key.getCode() == 27) {
if (b0._visible) {
b0._visible = false;
b1._visible = false;
b2._visible = false;
b3._visible = false;
b4._visible = false;
b5._visible = false;
b6._visible = false;
b7._visible = false;
b8._visible = false;
} else {
b0._visible = true;
b1._visible = true;
b2._visible = true;
b3._visible = true;
b4._visible = true;
b5._visible = true;
b6._visible = true;
b7._visible = true;
b8._visible = true;
}
}
}
}