Combined Code
frame 1 {
stop();
_root.p1.onRelease = function () {
if (_root.pvar == 1) {
_root.p1.play();
_root.p2.play();
}
};
_root.p2.onRelease = function () {
if (_root.pvar == 2) {
_root.p2.play();
_root.p3.play();
}
};
_root.p3.onRelease = function () {
if (_root.pvar == 3) {
_root.p3.play();
_root.p4.play();
}
};
_root.p4.onRelease = function () {
if (_root.pvar == 4) {
_root.p4.play();
_root.p5.play();
}
};
_root.p5.onRelease = function () {
if (_root.pvar == 5) {
_root.p5.play();
_root.p6.play();
}
};
_root.p6.onRelease = function () {
if (_root.pvar == 6) {
_root.p6.play();
_root.p7.play();
}
};
_root.pb1.onRelease = function () {
if (_root.pvar == 1) {
}
if (_root.pvar == 2) {
_root.p2.play();
_root.p1.play();
}
if (_root.pvar == 3) {
_root.p3.play();
_root.p1.play();
}
if (_root.pvar == 4) {
_root.p4.play();
_root.p1.play();
}
if (_root.pvar == 5) {
_root.p5.play();
_root.p1.play();
}
if (_root.pvar == 6) {
_root.p6.play();
_root.p1.play();
}
if (_root.pvar == 7) {
_root.p7.play();
_root.p1.play();
}
};
_root.pb2.onRelease = function () {
if (_root.pvar == 2) {
}
if (_root.pvar == 1) {
_root.p1.play();
_root.p2.play();
}
if (_root.pvar == 3) {
_root.p3.play();
_root.p2.play();
}
if (_root.pvar == 4) {
_root.p4.play();
_root.p2.play();
}
if (_root.pvar == 5) {
_root.p5.play();
_root.p2.play();
}
if (_root.pvar == 6) {
_root.p6.play();
_root.p2.play();
}
if (_root.pvar == 7) {
_root.p7.play();
_root.p2.play();
}
};
_root.pb3.onRelease = function () {
if (_root.pvar == 3) {
}
if (_root.pvar == 1) {
_root.p1.play();
_root.p3.play();
}
if (_root.pvar == 2) {
_root.p2.play();
_root.p3.play();
}
if (_root.pvar == 4) {
_root.p4.play();
_root.p3.play();
}
if (_root.pvar == 5) {
_root.p5.play();
_root.p3.play();
}
if (_root.pvar == 6) {
_root.p6.play();
_root.p3.play();
}
if (_root.pvar == 7) {
_root.p7.play();
_root.p3.play();
}
};
_root.pb4.onRelease = function () {
if (_root.pvar == 4) {
}
if (_root.pvar == 1) {
_root.p1.play();
_root.p4.play();
}
if (_root.pvar == 2) {
_root.p2.play();
_root.p4.play();
}
if (_root.pvar == 3) {
_root.p3.play();
_root.p4.play();
}
if (_root.pvar == 5) {
_root.p5.play();
_root.p4.play();
}
if (_root.pvar == 6) {
_root.p6.play();
_root.p4.play();
}
if (_root.pvar == 7) {
_root.p7.play();
_root.p4.play();
}
};
_root.pb5.onRelease = function () {
if (_root.pvar == 5) {
}
if (_root.pvar == 1) {
_root.p1.play();
_root.p5.play();
}
if (_root.pvar == 2) {
_root.p2.play();
_root.p5.play();
}
if (_root.pvar == 3) {
_root.p3.play();
_root.p5.play();
}
if (_root.pvar == 4) {
_root.p4.play();
_root.p5.play();
}
if (_root.pvar == 6) {
_root.p6.play();
_root.p5.play();
}
if (_root.pvar == 7) {
_root.p7.play();
_root.p5.play();
}
};
_root.pb6.onRelease = function () {
if (_root.pvar == 6) {
}
if (_root.pvar == 1) {
_root.p1.play();
_root.p6.play();
}
if (_root.pvar == 2) {
_root.p2.play();
_root.p6.play();
}
if (_root.pvar == 3) {
_root.p3.play();
_root.p6.play();
}
if (_root.pvar == 4) {
_root.p4.play();
_root.p6.play();
}
if (_root.pvar == 5) {
_root.p5.play();
_root.p6.play();
}
if (_root.pvar == 7) {
_root.p7.play();
_root.p6.play();
}
};
_root.pb7.onRelease = function () {
if (_root.pvar == 7) {
}
if (_root.pvar == 1) {
_root.p1.play();
_root.p7.play();
}
if (_root.pvar == 2) {
_root.p2.play();
_root.p7.play();
}
if (_root.pvar == 3) {
_root.p3.play();
_root.p7.play();
}
if (_root.pvar == 4) {
_root.p4.play();
_root.p7.play();
}
if (_root.pvar == 5) {
_root.p5.play();
_root.p7.play();
}
if (_root.pvar == 6) {
_root.p6.play();
_root.p7.play();
}
};
}
movieClip 4 {
}
movieClip 5 {
frame 10 {
_root.pvar = 1;
stop();
}
frame 21 {
stop();
}
}
movieClip 7 {
}
movieClip 8 {
frame 1 {
stop();
}
frame 11 {
_root.pvar = 2;
stop();
}
}
movieClip 10 {
}
movieClip 11 {
frame 1 {
stop();
}
frame 11 {
_root.pvar = 3;
stop();
}
}
movieClip 13 {
}
movieClip 14 {
frame 1 {
stop();
}
frame 11 {
_root.pvar = 4;
stop();
}
}
movieClip 16 {
}
movieClip 17 {
frame 1 {
stop();
}
frame 11 {
_root.pvar = 5;
stop();
}
}
movieClip 19 {
}
movieClip 20 {
frame 1 {
stop();
}
frame 11 {
_root.pvar = 6;
stop();
}
}
movieClip 22 {
}
movieClip 23 {
frame 1 {
stop();
}
frame 11 {
_root.pvar = 7;
stop();
}
}
movieClip 25 {
}
movieClip 27 {
}
movieClip 29 {
}
movieClip 31 {
}
movieClip 33 {
}
movieClip 35 {
}
movieClip 37 {
}
// unknown tag 88 length 67