Symbol 9 Button
on (rollOver) {
if (key.isdown(key.control)) {
blah.gotoandstop(2);
} else if (key.isdown(key.shift)) {
blah.gotoandstop(1);
}
}
on (release) {
blah.nextframe();
}
Symbol 24 MovieClip Frame 1
stop();
Symbol 26 MovieClip Frame 1
stop();
Symbol 26 MovieClip Frame 2
stop();
Symbol 26 MovieClip Frame 3
gotoAndStop (1);
Symbol 27 MovieClip Frame 1
if (pieces._currentframe <= 9) {
current = String(pieces._currentframe);
} else if (pieces._currentframe == 10) {
current = "a";
} else if (pieces._currentframe == 11) {
current = "b";
} else if (pieces._currentframe == 12) {
current = "c";
} else if (pieces._currentframe == 13) {
current = "d";
} else if (pieces._currentframe == 14) {
current = "e";
} else if (pieces._currentframe == 15) {
current = "f";
}
if ((blah._currentframe == 2) && (_root.edit == true)) {
pieces.gotoandstop(_root.currentblock);
if ((pieces._currentframe == 1) && (_root.unflip == true)) {
this._xscale = 100;
this._rotation = 0;
}
if (_root.dap == true) {
blah.gotoandstop(1);
}
}
if (inprogress == true) {
this._rotation = this._rotation + 45;
inprogress = false;
}
if (((blah._currentframe == 2) && (_root.rotate == true)) && (inprogress != true)) {
this._rotation = this._rotation + 45;
inprogress = true;
}
if (inprogress2 == true) {
this._xscale = this._xscale - 50;
inprogress2 = false;
}
if (inprogress3 == true) {
this._xscale = this._xscale + 50;
inprogress3 = false;
}
if ((((blah._currentframe == 2) && (_root.flip == true)) && (inprogress2 != true)) && (inprogress3 != true)) {
if (this._xscale > 0) {
this._xscale = this._xscale - 150;
inprogress2 = true;
} else {
this._xscale = this._xscale + 150;
inprogress3 = true;
}
}
if (_root.selectall == true) {
blah.gotoandstop(2);
}
if (_root.selectnone == true) {
blah.gotoandstop(1);
}
Symbol 27 MovieClip Frame 2
gotoAndPlay (1);
Symbol 30 Button
on (release) {
if (_root.editer._currentframe == 1) {
_root.rotate = true;
_root.editer.play();
}
}
Symbol 33 Button
on (release) {
if (_root.editer._currentframe == 1) {
_root.flip = true;
_root.editer.play();
}
}
Symbol 36 Button
on (release) {
if (_root.editer._currentframe == 1) {
_root.selectall = true;
_root.editer.play();
}
}
Symbol 38 Button
on (release) {
if (_root.editer._currentframe == 1) {
_root.selectnone = true;
_root.editer.play();
}
}
Symbol 41 Button
on (release) {
_root.currentblock = 2;
_root.edit = true;
_root.editer.play();
}
Symbol 45 Button
on (release) {
_root.currentblock = 3;
_root.edit = true;
_root.editer.play();
}
Symbol 48 Button
on (release) {
_root.currentblock = 4;
_root.edit = true;
_root.editer.play();
}
Symbol 50 Button
on (release) {
_root.currentblock = 5;
_root.edit = true;
_root.editer.play();
}
Symbol 54 Button
on (release) {
_root.currentblock = 6;
_root.edit = true;
_root.editer.play();
}
Symbol 56 Button
on (release) {
_root.currentblock = 7;
_root.edit = true;
_root.editer.play();
}
Symbol 59 Button
on (release) {
_root.currentblock = 8;
_root.edit = true;
_root.editer.play();
}
Symbol 62 Button
on (release) {
_root.currentblock = 9;
_root.edit = true;
_root.editer.play();
}
Symbol 65 Button
on (release) {
_root.currentblock = 1;
_root.edit = true;
_root.editer.play();
}
Symbol 68 Button
on (release) {
_root.currentblock = 10;
_root.edit = true;
_root.editer.play();
}
Symbol 71 Button
on (release) {
_root.currentblock = 11;
_root.edit = true;
_root.editer.play();
}
Symbol 74 Button
on (release) {
_root.currentblock = 12;
_root.edit = true;
_root.editer.play();
}
Symbol 77 Button
on (release) {
_root.currentblock = 13;
_root.edit = true;
_root.editer.play();
}
Symbol 80 Button
on (release) {
_root.currentblock = 14;
_root.edit = true;
_root.editer.play();
}
Symbol 83 Button
on (release) {
_root.currentblock = 15;
_root.edit = true;
_root.editer.play();
}
Symbol 84 MovieClip Frame 1
stop();
Symbol 88 MovieClip Frame 1
stop();
Symbol 88 MovieClip Frame 3
_root.edit = false;
_root.rotate = false;
_root.flip = false;
_root.selectall = false;
_root.selectnone = false;
_root.currentblock = null;
Symbol 94 Button
on (release) {
nextFrame();
}
Symbol 97 MovieClip Frame 1
_root.dap = true;
stop();
Symbol 97 MovieClip Frame 2
_root.dap = false;
stop();
Symbol 97 MovieClip Frame 3
gotoAndStop (1);
Symbol 99 MovieClip Frame 1
_root.unflip = true;
stop();
Symbol 99 MovieClip Frame 2
_root.unflip = false;
stop();
Symbol 99 MovieClip Frame 3
gotoAndStop (1);
Symbol 111 Button
on (release) {
infobox.play();
}
Symbol 118 MovieClip Frame 1
stop();
Symbol 118 MovieClip Frame 6
stop();
Symbol 125 MovieClip Frame 1
_root.stage = "&stage=";
_root.stage = String(_root.b1.current);
_root.stage = _root.stage + String(_root.b2.current);
_root.stage = _root.stage + String(_root.b3.current);
_root.stage = _root.stage + String(_root.b4.current);
_root.stage = _root.stage + String(_root.b5.current);
_root.stage = _root.stage + String(_root.b6.current);
_root.stage = _root.stage + String(_root.b7.current);
_root.stage = _root.stage + String(_root.b8.current);
_root.stage = _root.stage + String(_root.b9.current);
_root.stage = _root.stage + String(_root.b10.current);
_root.stage = _root.stage + String(_root.b11.current);
_root.stage = _root.stage + String(_root.b12.current);
_root.stage = _root.stage + String(_root.b13.current);
_root.stage = _root.stage + String(_root.b14.current);
_root.stage = _root.stage + String(_root.b15.current);
_root.stage = _root.stage + String(_root.b16.current);
_root.stage = _root.stage + String(_root.b17.current);
_root.stage = _root.stage + String(_root.b18.current);
_root.stage = _root.stage + String(_root.b19.current);
_root.stage = _root.stage + String(_root.b20.current);
_root.stage = _root.stage + String(_root.b21.current);
_root.stage = _root.stage + String(_root.b22.current);
_root.stage = _root.stage + String(_root.b23.current);
_root.stage = _root.stage + String(_root.b24.current);
_root.stage = _root.stage + String(_root.b25.current);
_root.stage = _root.stage + String(_root.b26.current);
_root.stage = _root.stage + String(_root.b27.current);
_root.stage = _root.stage + String(_root.b28.current);
_root.stage = _root.stage + String(_root.b29.current);
_root.stage = _root.stage + String(_root.b30.current);
_root.stage = _root.stage + String(_root.b31.current);
_root.stage = _root.stage + String(_root.b32.current);
_root.stage = _root.stage + String(_root.b33.current);
_root.stage = _root.stage + String(_root.b34.current);
_root.stage = _root.stage + String(_root.b35.current);
_root.stage = _root.stage + String(_root.b36.current);
_root.stage = _root.stage + String(_root.b37.current);
_root.stage = _root.stage + String(_root.b38.current);
_root.stage = _root.stage + String(_root.b39.current);
_root.stage = _root.stage + String(_root.b40.current);
_root.stage = _root.stage + String(_root.b41.current);
_root.stage = _root.stage + String(_root.b42.current);
_root.stage = _root.stage + String(_root.b43.current);
_root.stage = _root.stage + String(_root.b44.current);
_root.stage = _root.stage + String(_root.b45.current);
_root.stage = _root.stage + String(_root.b46.current);
_root.stage = _root.stage + String(_root.b47.current);
_root.stage = _root.stage + String(_root.b48.current);
_root.stage = _root.stage + String(_root.b49.current);
_root.stage = _root.stage + String(_root.b50.current);
_root.stage = _root.stage + String(_root.b51.current);
_root.stage = _root.stage + String(_root.b52.current);
_root.stage = _root.stage + String(_root.b53.current);
_root.stage = _root.stage + String(_root.b54.current);
_root.stage = _root.stage + String(_root.b55.current);
_root.stage = _root.stage + String(_root.b56.current);
_root.stage = _root.stage + String(_root.b57.current);
_root.stage = _root.stage + String(_root.b58.current);
_root.stage = _root.stage + String(_root.b59.current);
_root.stage = _root.stage + String(_root.b60.current);
_root.stage = _root.stage + String(_root.b61.current);
_root.stage = _root.stage + String(_root.b62.current);
_root.stage = _root.stage + String(_root.b63.current);
_root.stage = _root.stage + String(_root.b64.current);
_root.stage = _root.stage + String(_root.b65.current);
_root.stage = _root.stage + String(_root.b66.current);
_root.stage = _root.stage + String(_root.b67.current);
_root.stage = _root.stage + String(_root.b68.current);
_root.stage = _root.stage + String(_root.b69.current);
_root.stage = _root.stage + String(_root.b70.current);
_root.stage = _root.stage + String(_root.b71.current);
_root.stage = _root.stage + String(_root.b72.current);
_root.stage = _root.stage + String(_root.b73.current);
_root.stage = _root.stage + String(_root.b74.current);
_root.stage = _root.stage + String(_root.b75.current);
_root.stage = _root.stage + String(_root.b76.current);
_root.stage = _root.stage + String(_root.b77.current);
_root.stage = _root.stage + String(_root.b78.current);
_root.stage = _root.stage + String(_root.b79.current);
_root.stage = _root.stage + String(_root.b80.current);
_root.stage = _root.stage + String(_root.b81.current);
_root.stage = _root.stage + String(_root.b82.current);
_root.stage = _root.stage + String(_root.b83.current);
_root.stage = _root.stage + String(_root.b84.current);
_root.stage = _root.stage + String(_root.b85.current);
_root.stage = _root.stage + String(_root.b86.current);
_root.stage = _root.stage + String(_root.b87.current);
_root.stage = _root.stage + String(_root.b88.current);
_root.stage = _root.stage + String(_root.b89.current);
_root.stage = _root.stage + String(_root.b90.current);
_root.stage = _root.stage + String(_root.b91.current);
_root.stage = _root.stage + String(_root.b92.current);
_root.stage = _root.stage + String(_root.b93.current);
_root.stage = _root.stage + String(_root.b94.current);
_root.stage = _root.stage + String(_root.b95.current);
_root.stage = _root.stage + String(_root.b96.current);
_root.stage = _root.stage + String(_root.b97.current);
_root.stage = _root.stage + String(_root.b98.current);
_root.stage = _root.stage + String(_root.b99.current);
_root.stage = _root.stage + String(_root.b100.current);
_root.stage = _root.stage + String(_root.b101.current);
_root.stage = _root.stage + String(_root.b102.current);
_root.stage = _root.stage + String(_root.b103.current);
_root.stage = _root.stage + String(_root.b104.current);
_root.stage = _root.stage + String(_root.b105.current);
_root.stage = _root.stage + String(_root.b106.current);
_root.stage = _root.stage + String(_root.b107.current);
_root.stage = _root.stage + String(_root.b108.current);
_root.stage = _root.stage + String(_root.b109.current);
_root.stage = _root.stage + String(_root.b110.current);
_root.stage = _root.stage + String(_root.b111.current);
_root.stage = _root.stage + String(_root.b112.current);
_root.stage = _root.stage + String(_root.b113.current);
_root.stage = _root.stage + String(_root.b114.current);
_root.stage = _root.stage + String(_root.b115.current);
_root.stage = _root.stage + String(_root.b116.current);
_root.stage = _root.stage + String(_root.b117.current);
_root.stage = _root.stage + String(_root.b118.current);
_root.stage = _root.stage + String(_root.b119.current);
_root.stage = _root.stage + String(_root.b120.current);
_root.stage = _root.stage + String(_root.b121.current);
_root.stage = _root.stage + String(_root.b122.current);
_root.stage = _root.stage + String(_root.b123.current);
_root.stage = _root.stage + String(_root.b124.current);
_root.stage = _root.stage + String(_root.b125.current);
_root.stage = _root.stage + String(_root.b126.current);
_root.stage = _root.stage + String(_root.b127.current);
_root.stage = _root.stage + String(_root.b128.current);
_root.stage = _root.stage + String(_root.b129.current);
_root.stage = _root.stage + String(_root.b130.current);
_root.stage = _root.stage + String(_root.b131.current);
_root.stage = _root.stage + String(_root.b132.current);
_root.stage = _root.stage + String(_root.b133.current);
_root.stage = _root.stage + String(_root.b134.current);
_root.stage = _root.stage + String(_root.b135.current);
_root.stage = _root.stage + String(_root.b136.current);
_root.stage = _root.stage + String(_root.b137.current);
_root.stage = _root.stage + String(_root.b138.current);
_root.stage = _root.stage + String(_root.b139.current);
_root.stage = _root.stage + String(_root.b140.current);
_root.stage = _root.stage + String(_root.b141.current);
_root.stage = _root.stage + String(_root.b142.current);
_root.stage = _root.stage + String(_root.b143.current);
_root.stage = _root.stage + String(_root.b144.current);
_root.stage = _root.stage + String(_root.b145.current);
_root.stage = _root.stage + String(_root.b146.current);
_root.stage = _root.stage + String(_root.b147.current);
_root.stage = _root.stage + String(_root.b148.current);
_root.stage = _root.stage + String(_root.b149.current);
_root.stage = _root.stage + String(_root.b150.current);
_root.stage = _root.stage + String(_root.b151.current);
_root.stage = _root.stage + String(_root.b152.current);
_root.stage = _root.stage + String(_root.b153.current);
_root.stage = _root.stage + String(_root.b154.current);
_root.stage = _root.stage + String(_root.b155.current);
_root.stage = _root.stage + String(_root.b156.current);
_root.stage = _root.stage + String(_root.b157.current);
_root.stage = _root.stage + String(_root.b158.current);
_root.stage = _root.stage + String(_root.b159.current);
Symbol 125 MovieClip Frame 5
gotoAndPlay (1);