Frame 1
var snd_bigwoods = new Sound();
snd_bigwoods.attachSound("bigwoods");
var snd_r1close = new Sound();
snd_r1close.attachSound("r1close");
var snd_blockup = new Sound();
snd_blockup.attachSound("blockup");
var snd_blockdown = new Sound();
snd_blockdown.attachSound("blockdown");
var snd_r4lever = new Sound();
snd_r4lever.attachSound("r4lever");
var snd_colorball_on = new Sound();
snd_colorball_on.attachSound("colorball_on");
var snd_maintema = new Sound();
snd_maintema.attachSound("maintema");
var snd_hasigo = new Sound();
snd_hasigo.attachSound("hasigo");
var snd_hyu1 = new Sound();
snd_hyu1.attachSound("hyu1");
var snd_kaidan = new Sound();
snd_kaidan.attachSound("kaidan");
var snd_blockbut = new Sound();
snd_blockbut.attachSound("blockbut");
var snd_r2but = new Sound();
snd_r2but.attachSound("r2but");
var snd_r3lever = new Sound();
snd_r3lever.attachSound("r3lever");
credit_btn.onRelease = function () {
getURL ("http://www.xylo.co.jp/");
};
Instance of Symbol 33 MovieClip "loader_mc" in Frame 1
onClipEvent (enterFrame) {
lodedbytes = 0;
total = _root.getBytesTotal();
loader_mc.total = _root.getBytesTotal();
loaded = _root.getBytesLoaded();
loader_mc.loaded = _root.getBytesLoaded();
_root.lodedbytes = Math.floor((loaded / total) * 100);
if (loaded == total) {
_root.gotoAndPlay("start");
} else if (_root.snd_Tema.position == 0) {
_root.snd_Tema.start(0, 999);
}
}
Frame 5
stop();
Frame 11
start_btn.onRelease = function () {
play();
snd_bigwoods.setVolume(20);
snd_bigwoods.start(0, 999);
};
credit_btn.onRelease = function () {
getURL ("http://www.xylo.co.jp/");
};
stop();
Frame 15
function butReset() {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
cC_mc._x = -50;
cC_mc._y = 400;
cL_mc.onMouseMove = null;
cL_mc._rotation = -90;
cL_mc._x = -50;
cL_mc._y = 400;
cR_mc.onMouseMove = null;
cR_mc._rotation = 90;
cR_mc._x = -50;
cR_mc._y = 400;
cB_mc.onMouseMove = null;
cB_mc._rotation = 0;
cB_mc._x = -50;
cB_mc._y = 400;
}
var room2butNum = 0;
var idolever = false;
var idoHue = 0;
var r1clear = false;
var r1lever = false;
var r4RGB = 0;
var r4clear = false;
var gohasigo = "up";
var kaidannobori = false;
Frame 20
stop();
fuda_btn.onRelease = function () {
gotoAndPlay ("fudaup");
};
wandbox_btn.onRelease = function () {
gotoAndPlay ("wbox");
};
fall_btn.onRelease = function () {
gotoAndPlay ("fall");
};
Frame 26
stop();
back_btn.onRelease = function () {
gotoAndPlay ("op1");
};
Frame 32
stop();
back_btn.onRelease = function () {
gotoAndPlay ("op1");
};
Frame 38
stop();
no_btn.onRelease = function () {
gotoAndPlay ("op1");
};
yes_btn.onRelease = function () {
snd_bigwoods.stop();
play();
};
Frame 64
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
stop();
but_L_btn.onRelease = function () {
gotoAndPlay ("s2");
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRelease = function () {
gotoAndPlay ("r1turo01");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = function () {
gotoAndPlay ("s8");
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_B_btn.onRelease = function () {
gotoAndPlay ("s5");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 68
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
stop();
but_L_btn.onRelease = function () {
gotoAndPlay ("s3");
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRelease = null;
but_C_btn.onRollOver = null;
but_C_btn.onRollOut = null;
but_R_btn.onRelease = function () {
gotoAndPlay ("s1");
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_B_btn.onRelease = function () {
gotoAndPlay ("s6");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 72
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
stop();
but_L_btn.onRelease = function () {
gotoAndPlay ("s4");
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRelease = function () {
gotoAndPlay ("turo301");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = function () {
gotoAndPlay ("s2");
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_B_btn.onRelease = function () {
gotoAndPlay ("s7");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 76
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
stop();
but_L_btn.onRelease = function () {
gotoAndPlay ("s5");
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRelease = null;
but_C_btn.onRollOver = null;
but_C_btn.onRollOut = null;
but_R_btn.onRelease = function () {
gotoAndPlay ("s3");
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_B_btn.onRelease = function () {
gotoAndPlay ("s8");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 80
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = function () {
gotoAndPlay ("s6");
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRelease = function () {
gotoAndPlay ("r4turo01");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = function () {
gotoAndPlay ("s4");
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_B_btn.onRelease = function () {
gotoAndPlay ("s1");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 84
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = function () {
gotoAndPlay ("s7");
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRelease = null;
but_C_btn.onRollOver = null;
but_C_btn.onRollOut = null;
but_R_btn.onRelease = function () {
gotoAndPlay ("s5");
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_B_btn.onRelease = function () {
gotoAndPlay ("s2");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 88
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = function () {
gotoAndPlay ("s8");
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRelease = function () {
gotoAndPlay ("r3turo01");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = function () {
gotoAndPlay ("s6");
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_B_btn.onRelease = function () {
gotoAndPlay ("s3");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 92
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = function () {
gotoAndPlay ("s1");
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRelease = null;
but_C_btn.onRollOver = null;
but_C_btn.onRollOut = null;
but_R_btn.onRelease = function () {
gotoAndPlay ("s7");
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_B_btn.onRelease = function () {
gotoAndPlay ("s4");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 98
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("turo302");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("turo310");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 104
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("turo303");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("turo309");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 110
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("turo304");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("turo308");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 116
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("turo305");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("turo307");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 122
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r201");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("turo306");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 128
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("turo307");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("turo305");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 134
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("turo308");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("turo304");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 140
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("turo309");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("turo303");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 146
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("turo310");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("turo302");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 152
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("s7");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("turo301");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 157
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = function () {
gotoAndPlay ("r202");
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRelease = null;
but_C_btn.onRollOver = null;
but_C_btn.onRollOut = null;
but_R_btn.onRelease = function () {
gotoAndPlay ("r204");
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_B_btn.onRelease = function () {
gotoAndPlay ("r203");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 158
if (room2butNum != 0) {
r2but_mc.gotoAndPlay(room2butNum * 5);
}
Frame 162
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
rbut1_btn.onRelease = function () {
snd_r2but.setVolume(50);
snd_r2but.start(0, 1);
room2butNum = 1;
r2but_mc.gotoAndPlay(5);
};
rbut2_btn.onRelease = function () {
snd_r2but.setVolume(50);
snd_r2but.start(0, 1);
r2but_mc.gotoAndPlay(10);
room2butNum = 2;
};
rbut3_btn.onRelease = function () {
snd_r2but.setVolume(50);
snd_r2but.start(0, 1);
r2but_mc.gotoAndPlay(15);
room2butNum = 3;
};
but_L_btn.onRelease = function () {
gotoAndPlay ("r203");
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRelease = null;
but_C_btn.onRollOver = null;
but_C_btn.onRollOut = null;
but_R_btn.onRelease = function () {
gotoAndPlay ("r201");
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_B_btn.onRelease = function () {
gotoAndPlay ("r204");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 167
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = function () {
gotoAndPlay ("r204");
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRelease = function () {
gotoAndPlay ("turo306");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = function () {
gotoAndPlay ("r202");
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_B_btn.onRelease = function () {
gotoAndPlay ("r201");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 172
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = function () {
gotoAndPlay ("r201");
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRelease = null;
but_C_btn.onRollOver = null;
but_C_btn.onRollOut = null;
but_R_btn.onRelease = function () {
gotoAndPlay ("r203");
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_B_btn.onRelease = function () {
gotoAndPlay ("r202");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 179
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r3turo02");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r3turo08");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 186
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r3turo03");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r3turo07");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 193
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r3turo04");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r3turo06");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 200
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C85_btn.onRelease = function () {
gotoAndPlay ("r31");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
cC_mc._rotation = 0;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r3turo05");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 207
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r3turo06");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r3turo04");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 214
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r3turo07");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r3turo03");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 221
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r3turo08");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r3turo02");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 228
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("s3");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r3turo01");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 232
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
ido_btn.onRelease = function () {
gotoAndPlay ("idoup");
};
lever_btn.onRelease = function () {
snd_r3lever.start(0, 1);
lever_mc.play();
idolever = true;
idoHue = Math.round(Math.random() * 1529);
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = null;
but_C_btn.onRollOver = null;
but_C_btn.onRollOut = null;
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r30");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 236
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C15_btn.onRelease = function () {
gotoAndPlay ("r3turo05");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
cC_mc._rotation = 0;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r31");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 237
if (idolever) {
gotoAndPlay ("idocolor");
}
ido_mc.gotoAndPlay(1);
Frame 241
stop();
back_btn.onRelease = function () {
gotoAndPlay ("r31");
};
Frame 243
ido_mc.gotoAndPlay(70);
var ido_color = new Color(idoC_mc);
var r = new Number(0);
var g = new Number(0);
var b = new Number(0);
if ((0 <= idoHue) && (idoHue < 255)) {
r = 255;
g = idoHue;
b = 0;
} else if ((255 <= idoHue) && (idoHue < 510)) {
r = idoHue - 255;
g = 255;
b = 0;
} else if ((510 <= idoHue) && (idoHue < 765)) {
r = 0;
g = 255;
b = idoHue - 510;
} else if ((765 <= idoHue) && (idoHue < 1020)) {
r = 0;
g = idoHue - 765;
b = 255;
} else if ((1020 <= idoHue) && (idoHue < 1275)) {
r = idoHue - 1020;
g = 0;
b = 255;
} else if ((1275 <= idoHue) && (idoHue < 1530)) {
r = 255;
g = 0;
b = idoHue - 1275;
}
var rgb = ((((r * 256) * 256) + (g * 256)) + b);
if (r4clear) {
rgb = r4RGB;
r = r4RGB >> 16;
g = r4RGB >> 8;
g = g & 255;
b = r4RGB & 255;
}
rtex = r;
gtex = g;
btex = b;
cr = "0" + r.toString(16);
c_r = cr.substr(cr.length - 2, 2);
cg = "0" + g.toString(16);
c_g = cg.substr(cg.length - 2, 2);
cb = "0" + b.toString(16);
c_b = cb.substr(cb.length - 2, 2);
var rgbStr = ((("0x" + c_r) + c_g) + c_b);
ido_color.setRGB(rgb);
idoC_mc._alpha = 50;
Frame 256
stop();
back_btn.onRelease = function () {
gotoAndPlay ("r31");
};
Frame 263
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r1turo02");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r1turo08");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 270
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r1turo03");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r1turo07");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 277
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r1turo04");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r1turo06");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 278
if (room2butNum == 1) {
if (r1clear) {
d1door_mc.gotoAndPlay(23);
} else {
d1door_mc.gotoAndPlay(11);
}
} else if (r1clear) {
d1door_mc.gotoAndPlay(17);
} else {
d1door_mc.gotoAndPlay(5);
}
Frame 289
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r11");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r1turo05");
snd_r1close.setVolume(50);
snd_r1close.start(0, 1);
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 304
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
if (kaidannobori) {
snd_r1close.setVolume(50);
snd_r1close.start(0, 1);
kaidannobori = false;
}
but_C_btn.onRelease = function () {
gotoAndPlay ("r1turo06");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r1turo04");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 311
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r1turo07");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r1turo03");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 318
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r1turo08");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r1turo02");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 325
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("s5");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r1turo01");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 326
if (room2butNum == 1) {
if (r1clear) {
r11_mc.gotoAndStop(4);
} else {
r11_mc.gotoAndStop(3);
}
} else if (r1clear) {
r11_mc.gotoAndStop(2);
} else {
r11_mc.gotoAndStop(1);
}
Frame 331
if (room2butNum == 1) {
if (r1clear) {
gotoAndPlay ("r121c");
} else {
gotoAndPlay ("r121");
}
} else if (r1clear) {
gotoAndPlay ("r12c");
} else {
gotoAndPlay ("r12");
}
Frame 335
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = function () {
gotoAndPlay ("r12L");
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
nozoki_btn.onRelease = function () {
gotoAndPlay ("r12h");
};
but_UP_btn.onRelease = function () {
gotoAndPlay ("r12cup");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = function () {
gotoAndPlay ("r12R");
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_B_btn.onRelease = function () {
gotoAndPlay ("r13");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 340
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = function () {
gotoAndPlay ("r12L");
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.null;
but_C_btn.onRollOver = null;
but_C_btn.onRollOut = null;
but_UP_btn.onRelease = function () {
gotoAndPlay ("r12cup");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = function () {
gotoAndPlay ("r12R");
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_B_btn.onRelease = function () {
gotoAndPlay ("r13");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 351
stop();
back_btn.onRelease = function () {
gotoAndPlay ("r12");
};
Frame 356
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = function () {
gotoAndPlay ("r13");
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRelease = function () {
gotoAndPlay ("r12Lup");
};
but_C_btn.onRollOver = null;
but_C_btn.onRollOut = null;
but_R_btn.onRelease = function () {
if (r1clear) {
gotoAndPlay ("r12c");
} else {
gotoAndPlay ("r12");
}
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_B_btn.onRelease = function () {
gotoAndPlay ("r12R");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 362
stop();
back_btn.onRelease = function () {
gotoAndPlay ("r12L");
};
Frame 368
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onRelease = function () {
if (r1clear) {
gotoAndPlay ("r12c");
} else {
gotoAndPlay ("r12");
}
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
Frame 369
if (r1lever) {
r1lever_mc.gotoAndStop(5);
} else {
r1lever_mc.gotoAndStop(1);
}
Frame 374
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = function () {
if (r1clear) {
gotoAndPlay ("r12c");
} else {
gotoAndPlay ("r12");
}
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
lever_btn.onRelease = function () {
if (r4clear == false) {
r1lever_mc.play();
if (r1lever) {
r1lever = false;
} else {
r1lever = true;
}
}
};
but_R_btn.onRelease = function () {
gotoAndPlay ("r13");
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_B_btn.onRelease = function () {
gotoAndPlay ("r12L");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 380
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = function () {
gotoAndPlay ("r12R");
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRelease = function () {
gotoAndPlay ("r1turo05");
snd_r1close.setVolume(50);
snd_r1close.start(0, 1);
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = function () {
gotoAndPlay ("r12L");
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_B_btn.onRelease = function () {
if (r1clear) {
gotoAndPlay ("r12c");
} else {
gotoAndPlay ("r12");
}
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 385
gotoAndPlay ("r121u");
Frame 397
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
snd_kaidan.start(0, 1);
if (r1clear) {
gotoAndPlay ("r122c");
} else {
gotoAndPlay ("r122");
}
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
snd_r1close.setVolume(50);
snd_r1close.start(0, 1);
gotoAndPlay ("r1turo05");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 403
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRelease = function () {
gotoAndPlay ("r122up");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
block_btn.onRelease = function () {
gotoAndPlay ("r1paz");
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r123");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 408
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRelease = function () {
gotoAndPlay ("r122upc");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = null;
but_C_btn.onRollOver = null;
but_C_btn.onRollOut = null;
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r123");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 415
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onRelease = function () {
gotoAndPlay ("r122");
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
Frame 422
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onRelease = function () {
gotoAndPlay ("r122c");
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
Frame 438
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRelease = function () {
snd_kaidan.start(0, 1);
gotoAndPlay ("r1turo05");
kaidannobori = true;
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = null;
but_C_btn.onRollOver = null;
but_C_btn.onRollOut = null;
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
if (r1clear) {
gotoAndPlay ("r122c");
} else {
gotoAndPlay ("r122");
}
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 444
stop();
back_btn.onRelease = function () {
snd_blockdown.start(0, 3);
gotoAndPlay ("r122");
};
Frame 445
r1clear = true;
Frame 482
gotoAndPlay ("r122upc");
snd_maintema.setVolume(10);
snd_maintema.start(0, 1);
Frame 489
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r4turo02");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r4turo09");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 496
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r4turo03");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r4turo08");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 503
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = function () {
gotoAndPlay ("r4turo04");
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRelease = null;
but_C_btn.onRollOver = null;
but_C_btn.onRollOut = null;
but_R_btn.onRelease = function () {
gotoAndPlay ("r5turo01");
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_B_btn.onRelease = function () {
gotoAndPlay ("r4turo07");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 508
stop();
if (room2butNum == 2) {
if (r4clear) {
gotoAndPlay ("r4turo04cb2");
} else if ((r1clear && (r1lever)) && (idolever)) {
gotoAndPlay ("r4turo04cb2");
} else {
gotoAndPlay ("r4turo04cb");
}
} else {
play();
}
Frame 511
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r4turo05");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r4turo062");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 519
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r4turo05cb");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r4turo062");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 528
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r4turo05cb2");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r4turo062");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 535
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
nozoki_btn.onRelease = function () {
gotoAndPlay ("r4turo051");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_B_btn.onRelease = function () {
gotoAndPlay ("r4turo06");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 543
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r41");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r4turo06");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 544
if (r4clear) {
snd_colorball_on.setVolume(20);
snd_colorball_on.start(0, 999);
}
Frame 551
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r41");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
snd_colorball_on.stop();
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r4turo06");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
snd_colorball_on.stop();
};
Frame 559
stop();
back_btn.onRelease = function () {
gotoAndPlay ("r4turo05");
};
Frame 566
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r4turo062");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
if (room2butNum == 2) {
if (r4clear) {
gotoAndPlay ("r4turo05cb2");
} else if ((r1clear && (r1lever)) && (idolever)) {
gotoAndPlay ("r4turo05cb2");
} else {
gotoAndPlay ("r4turo05cb");
}
} else {
gotoAndPlay ("r4turo05");
}
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 574
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
if (room2butNum == 3) {
if (r4clear) {
gotoAndPlay ("r5turo034");
} else {
gotoAndPlay ("r5turo032");
}
} else if (r4clear) {
gotoAndPlay ("r5turo033");
} else {
gotoAndPlay ("r5turo031");
}
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = function () {
gotoAndPlay ("r4turo063");
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_B_btn.onRelease = function () {
if (room2butNum == 2) {
if (r4clear) {
gotoAndPlay ("r4turo04cb2");
} else if ((r1clear && (r1lever)) && (idolever)) {
gotoAndPlay ("r4turo04cb2");
} else {
gotoAndPlay ("r4turo04cb");
}
} else {
gotoAndPlay ("r4turo041");
}
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 585
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r4turo08");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r4turo03");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 592
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r4turo09");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r4turo02");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 599
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("s1");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r4turo01");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 600
stop();
if ((r1clear && (r1lever)) && (idolever)) {
if (r4clear == false) {
play();
}
}
if (r4clear) {
snd_colorball_on.setVolume(30);
snd_colorball_on.start(0, 999);
}
back_btn.onRelease = function () {
snd_colorball_on.stop();
if (r4clear) {
gotoAndPlay ("r4turo05cb2");
} else {
gotoAndPlay ("r4turo05cb");
}
};
r4_btn.onRelease = null;
Frame 609
stop();
back_btn.onRelease = function () {
play();
};
r4_btn.onRelease = function () {
r4RGB = cb_mc.cbRGB;
gotoAndPlay ("enterRGB");
};
Frame 616
if ((r1clear && (r1lever)) && (idolever)) {
gotoAndPlay ("r4turo05cb2");
} else {
gotoAndPlay ("r4turo05cb");
}
Frame 624
if (rgb) {
if (r4RGB == rgb) {
r4clear = true;
}
}
Frame 629
var cb_color2 = new Color(ccb_mc);
cb_color2.setRGB(r4RGB);
ccb_mc._alpha = 50;
Frame 647
if (r4clear) {
gotoAndPlay ("r4turo05cb2");
} else {
r1lever = false;
idolever = false;
rgb = 0;
r4RGB = 0;
}
Frame 667
gotoAndPlay ("r4turo05cb");
Frame 671
if (room2butNum == 3) {
if (r4clear) {
gotoAndPlay ("r5turo034");
} else {
gotoAndPlay ("r5turo032");
}
} else if (r4clear) {
gotoAndPlay ("r5turo033");
} else {
gotoAndPlay ("r5turo031");
}
Frame 681
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r5turo041");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r5turo12");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 688
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r5turo042");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r5turo12");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 695
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r5turo043");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r5turo12");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 702
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r5turo044");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r5turo12");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 709
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r5turo0411");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r5turo11");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 717
stop();
back_btn.onRelease = function () {
gotoAndPlay ("r5turo041");
};
Frame 724
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r5turo051");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r5turo11");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 731
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r5turo0431");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r5turo11");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 739
stop();
back_btn.onRelease = function () {
gotoAndPlay ("r5turo043");
};
Frame 746
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r5turo052");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r5turo11");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 753
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = null;
but_C_btn.onRollOver = null;
but_C_btn.onRollOut = null;
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r5turo10");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 760
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r5turo06");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("r5turo10");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 767
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = function () {
gotoAndPlay ("r5turo07");
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRelease = null;
but_C_btn.onRollOver = null;
but_C_btn.onRollOut = null;
but_R_btn.onRelease = function () {
gotoAndPlay ("r5turo09");
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_B_btn.onRelease = function () {
gotoAndPlay ("r5turo08");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 774
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = function () {
gotoAndPlay ("r5turo08");
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRelease = null;
but_C_btn.onRollOver = null;
but_C_btn.onRollOut = null;
but_R_btn.onRelease = function () {
gotoAndPlay ("r5turo06");
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_B_btn.onRelease = function () {
gotoAndPlay ("r5turo09");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 781
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = function () {
gotoAndPlay ("r5turo09");
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRelease = function () {
gotoAndPlay ("r5turo10");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = function () {
gotoAndPlay ("r5turo07");
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_B_btn.onRelease = function () {
gotoAndPlay ("r5turo06");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 788
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = function () {
gotoAndPlay ("r5turo06");
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRelease = function () {
gohasigo = "up";
gotoAndPlay ("hasigo");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = function () {
gotoAndPlay ("r5turo08");
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_B_btn.onRelease = function () {
gotoAndPlay ("r5turo07");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 795
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r5turo011");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
if (r4clear) {
gotoAndPlay ("r5turo052");
} else {
gotoAndPlay ("r5turo051");
}
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 802
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("r5turo012");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
if (room2butNum == 3) {
if (r4clear) {
gotoAndPlay ("r5turo044");
} else {
gotoAndPlay ("r5turo042");
}
} else if (r4clear) {
gotoAndPlay ("r5turo043");
} else {
gotoAndPlay ("r5turo041");
}
};
Frame 809
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = function () {
gotoAndPlay ("r5turo013");
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRelease = function () {
if (room2butNum == 2) {
if (r4clear) {
gotoAndPlay ("r4turo04cb2");
} else if ((r1clear && (r1lever)) && (idolever)) {
gotoAndPlay ("r4turo04cb2");
} else {
gotoAndPlay ("r4turo04cb");
}
} else {
gotoAndPlay ("r4turo041");
}
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
if (room2butNum == 3) {
if (r4clear) {
gotoAndPlay ("r5turo034");
} else {
gotoAndPlay ("r5turo032");
}
} else if (r4clear) {
gotoAndPlay ("r5turo033");
} else {
gotoAndPlay ("r5turo031");
}
};
Frame 813
gotoAndPlay ("r4turo07");
Frame 817
if (gohasigo == "up") {
hasigo_mc.gotoAndPlay(1);
} else if (gohasigo == "down") {
hasigo_mc.gotoAndPlay(10);
}
snd_hasigo.start(0, 1);
Frame 823
if (gohasigo == "up") {
gotoAndPlay ("hasigoend");
} else if (gohasigo == "down") {
gotoAndPlay ("r5turo09");
}
Frame 824
snd_maintema.stop();
Frame 831
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = null;
but_C_btn.onRollOver = null;
but_C_btn.onRollOut = null;
but_R45_btn.onRelease = function () {
gotoAndPlay ("w1");
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRelease = null;
but_B_btn.onRollOver = null;
but_B_btn.onRollOut = null;
but_Down_btn.onRelease = function () {
gohasigo = "down";
gotoAndPlay ("hasigo");
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
Frame 836
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("w2");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("w4");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 841
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("wm1");
};
but_C_btn.onRollOver = null;
but_C_btn.onRollOut = null;
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("w3");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
Frame 846
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = function () {
gotoAndPlay ("w4");
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("w2");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRelease = null;
but_Down_btn.onRollOver = null;
but_Down_btn.onRollOut = null;
Frame 850
stop();
but_L_btn.onRollOver = function () {
butReset();
Mouse.hide();
cL_mc._x = _xmouse;
cL_mc._y = _ymouse;
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onDragOver = function () {
Mouse.hide();
cL_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_L_btn.onRollOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_L_btn.onDragOut = function () {
cL_mc.onMouseMove = null;
Mouse.show();
cL_mc._x = -50;
cL_mc._y = 400;
};
but_C_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_UP_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_UP_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_R_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
};
but_R45_btn.onRollOver = function () {
butReset();
Mouse.hide();
cR_mc._rotation = 45;
cR_mc._x = _xmouse;
cR_mc._y = _ymouse;
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onDragOver = function () {
Mouse.hide();
cR_mc.onMouseMove = function () {
cR_mc._rotation = 45;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_R45_btn.onRollOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_R45_btn.onDragOut = function () {
cR_mc.onMouseMove = null;
Mouse.show();
cR_mc._x = -50;
cR_mc._y = 400;
cR_mc._rotation = 0;
};
but_B_btn.onRollOver = function () {
butReset();
Mouse.hide();
cB_mc._x = _xmouse;
cB_mc._y = _ymouse;
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onDragOver = function () {
Mouse.hide();
cB_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_B_btn.onRollOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_B_btn.onDragOut = function () {
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 180;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 180;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_Down_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_Down_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = -85;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = -85;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C85_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C85_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onRollOver = function () {
butReset();
Mouse.hide();
cC_mc._rotation = 15;
cC_mc._x = _xmouse;
cC_mc._y = _ymouse;
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onDragOver = function () {
Mouse.hide();
cC_mc.onMouseMove = function () {
cC_mc._rotation = 15;
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
};
but_C15_btn.onRollOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_C15_btn.onDragOut = function () {
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
but_L_btn.onRelease = null;
but_L_btn.onRollOver = null;
but_L_btn.onRollOut = null;
but_C_btn.onRelease = null;
but_C_btn.onRollOver = null;
but_C_btn.onRollOut = null;
but_R_btn.onRelease = null;
but_R_btn.onRollOver = null;
but_R_btn.onRollOut = null;
but_B_btn.onRelease = function () {
gotoAndPlay ("w1");
cB_mc.onMouseMove = null;
Mouse.show();
cB_mc._x = -50;
cB_mc._y = 400;
};
but_Down_btn.onRelease = function () {
gohasigo = "down";
gotoAndPlay ("hasigo");
cC_mc.onMouseMove = null;
cC_mc._rotation = 0;
Mouse.show();
cC_mc._x = -50;
cC_mc._y = 400;
};
Frame 894
snd_hyu1.start(0, 1);
Frame 943
stop();
fuda_btn.onRelease = function () {
gotoAndPlay ("endfudaup");
};
wandbox_btn.onRelease = function () {
gotoAndPlay ("endwbox");
};
Frame 950
stop();
Mouse.hide();
wand_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
end_btn.onRelease = function () {
gotoAndPlay ("endwand");
wand_mc.onMouseMove = null;
Mouse.show();
wand_mc._x = 30;
wand_mc._y = -40;
};
Frame 989
stop();
back_btn.onRelease = function () {
gotoAndPlay ("endarigato");
};
Frame 1020
stop();
back_btn.onRelease = function () {
gotoAndPlay ("endmain");
};
Frame 1028
snd_maintema.setVolume(80);
snd_maintema.start(0, 1);
Frame 1041
end_btn.onRelease = function () {
getURL ("http://www.xylo.co.jp/");
};
stop();
Instance of Symbol 21 MovieClip "bar_mc" in Symbol 33 MovieClip Frame 1
onClipEvent (enterFrame) {
_xscale = _root.lodedbytes;
}
Symbol 33 MovieClip Frame 11
gotoAndPlay (2);
Symbol 143 MovieClip Frame 4
stop();
Symbol 143 MovieClip Frame 9
stop();
Symbol 143 MovieClip Frame 14
stop();
Symbol 143 MovieClip Frame 20
stop();
Symbol 176 MovieClip Frame 1
stop();
Symbol 176 MovieClip Frame 10
gotoAndStop (1);
Symbol 188 MovieClip Frame 60
gotoAndPlay (1);
Symbol 188 MovieClip Frame 130
gotoAndPlay (70);
Symbol 218 MovieClip Frame 4
stop();
Symbol 218 MovieClip Frame 10
stop();
Symbol 218 MovieClip Frame 16
stop();
Symbol 218 MovieClip Frame 22
stop();
Symbol 218 MovieClip Frame 28
stop();
Symbol 235 MovieClip Frame 1
stop();
Symbol 235 MovieClip Frame 2
stop();
Symbol 235 MovieClip Frame 3
stop();
Symbol 235 MovieClip Frame 4
stop();
Symbol 266 MovieClip Frame 1
stop();
Symbol 266 MovieClip Frame 5
stop();
Symbol 266 MovieClip Frame 8
gotoAndStop (1);
Symbol 294 MovieClip Frame 1
stop();
Symbol 294 MovieClip Frame 2
stop();
Symbol 294 MovieClip Frame 3
stop();
Symbol 294 MovieClip Frame 4
stop();
Symbol 303 MovieClip Frame 1
stop();
Symbol 303 MovieClip Frame 2
stop();
Symbol 303 MovieClip Frame 3
stop();
Symbol 303 MovieClip Frame 4
stop();
Symbol 312 MovieClip Frame 1
stop();
Symbol 312 MovieClip Frame 2
stop();
Symbol 312 MovieClip Frame 3
stop();
Symbol 312 MovieClip Frame 4
stop();
Symbol 321 MovieClip Frame 1
stop();
Symbol 321 MovieClip Frame 2
stop();
Symbol 321 MovieClip Frame 3
stop();
Symbol 321 MovieClip Frame 4
stop();
Symbol 330 MovieClip Frame 1
stop();
Symbol 330 MovieClip Frame 2
stop();
Symbol 330 MovieClip Frame 3
stop();
Symbol 330 MovieClip Frame 4
stop();
Symbol 339 MovieClip Frame 1
stop();
Symbol 339 MovieClip Frame 2
stop();
Symbol 339 MovieClip Frame 3
stop();
Symbol 339 MovieClip Frame 4
stop();
Symbol 348 MovieClip Frame 1
stop();
Symbol 348 MovieClip Frame 2
stop();
Symbol 348 MovieClip Frame 3
stop();
Symbol 348 MovieClip Frame 4
stop();
Symbol 357 MovieClip Frame 1
stop();
Symbol 357 MovieClip Frame 2
stop();
Symbol 357 MovieClip Frame 3
stop();
Symbol 357 MovieClip Frame 4
stop();
Symbol 366 MovieClip Frame 1
stop();
Symbol 366 MovieClip Frame 2
stop();
Symbol 366 MovieClip Frame 3
stop();
Symbol 366 MovieClip Frame 4
stop();
Symbol 389 MovieClip Frame 1
var v = 0;
var h = 0;
var vh = new Array(0, 0);
var blocks = new Array(0, 0, 0, 0, 0, 0, 0, 0, 0);
var ansBlocks = new Array(1, 2, 1, 2, 3, 3, 3, 3, 2);
v1but_mc._visible = false;
v2but_mc._visible = false;
v3but_mc._visible = false;
h1but_mc._visible = false;
h2but_mc._visible = false;
h3but_mc._visible = false;
Symbol 389 MovieClip Frame 5
function MoveBlock() {
gotoAndPlay (10);
}
stop();
v1_btn.onRelease = function () {
_root.snd_blockbut.start(0, 1);
if (v1but_mc._visible) {
v1but_mc._visible = false;
v = 0;
} else {
v1but_mc._visible = true;
v2but_mc._visible = false;
v3but_mc._visible = false;
v = 1;
if (h) {
vh[0] = v;
vh[1] = h;
MoveBlock();
}
}
};
v2_btn.onRelease = function () {
_root.snd_blockbut.start(0, 1);
if (v2but_mc._visible) {
v2but_mc._visible = false;
v = 0;
} else {
v1but_mc._visible = false;
v2but_mc._visible = true;
v3but_mc._visible = false;
v = 2;
if (h) {
vh[0] = v;
vh[1] = h;
MoveBlock();
}
}
};
v3_btn.onRelease = function () {
_root.snd_blockbut.start(0, 1);
if (v3but_mc._visible) {
v3but_mc._visible = false;
v = 0;
} else {
v1but_mc._visible = false;
v2but_mc._visible = false;
v3but_mc._visible = true;
v = 3;
if (h) {
vh[0] = v;
vh[1] = h;
MoveBlock();
}
}
};
h1_btn.onRelease = function () {
_root.snd_blockbut.start(0, 1);
if (h1but_mc._visible) {
h1but_mc._visible = false;
h = 0;
} else {
h1but_mc._visible = true;
h2but_mc._visible = false;
h3but_mc._visible = false;
h = 1;
if (v) {
vh[0] = v;
vh[1] = h;
MoveBlock();
}
}
};
h2_btn.onRelease = function () {
_root.snd_blockbut.start(0, 1);
if (h2but_mc._visible) {
h2but_mc._visible = false;
h = 0;
} else {
h1but_mc._visible = false;
h2but_mc._visible = true;
h3but_mc._visible = false;
h = 2;
if (v) {
vh[0] = v;
vh[1] = h;
MoveBlock();
}
}
};
h3_btn.onRelease = function () {
_root.snd_blockbut.start(0, 1);
if (h3but_mc._visible) {
h3but_mc._visible = false;
h = 0;
} else {
h1but_mc._visible = false;
h2but_mc._visible = false;
h3but_mc._visible = true;
h = 3;
if (v) {
vh[0] = v;
vh[1] = h;
MoveBlock();
}
}
};
Symbol 389 MovieClip Frame 10
var blockNum = 0;
v1_btn.onRelease = null;
v2_btn.onRelease = null;
v3_btn.onRelease = null;
h1_btn.onRelease = null;
h2_btn.onRelease = null;
h3_btn.onRelease = null;
if ((h == 1) && (v == 1)) {
blockNum = 0;
} else if ((h == 1) && (v == 2)) {
blockNum = 1;
} else if ((h == 1) && (v == 3)) {
blockNum = 2;
} else if ((h == 2) && (v == 1)) {
blockNum = 3;
} else if ((h == 2) && (v == 2)) {
blockNum = 4;
} else if ((h == 2) && (v == 3)) {
blockNum = 5;
} else if ((h == 3) && (v == 1)) {
blockNum = 6;
} else if ((h == 3) && (v == 2)) {
blockNum = 7;
} else if ((h == 3) && (v == 3)) {
blockNum = 8;
}
blocks[blockNum]++;
if (blocks[blockNum] >= 4) {
blocks[blockNum] = 0;
_root.snd_blockdown.setVolume(50);
_root.snd_blockdown.start(0, 1);
} else {
_root.snd_blockup.setVolume(50);
_root.snd_blockup.start(0, 1);
}
eval (((("h" + h) + "v") + v) + "_mc").gotoAndStop(blocks[blockNum] + 1);
var ans = false;
var i = 0;
while (i < 9) {
if (ansBlocks[i] == blocks[i]) {
ans = true;
} else {
ans = false;
break;
}
i++;
}
if (ans) {
v1but_mc._visible = true;
v2but_mc._visible = true;
v3but_mc._visible = true;
h1but_mc._visible = true;
h2but_mc._visible = true;
h3but_mc._visible = true;
stop();
_root.play();
}
Symbol 389 MovieClip Frame 20
eval (("v" + vh[0]) + "but_mc")._visible = false;
eval (("h" + vh[1]) + "but_mc")._visible = false;
v = 0;
h = 0;
gotoAndStop (5);
Symbol 422 MovieClip Frame 1
stop();
if (_root.r4clear) {
var cb_color = new Color(ccbs_mc);
cb_color.setRGB(_root.r4RGB);
ccbs_mc._alpha = 50;
} else {
gotoAndPlay (5);
}
Symbol 422 MovieClip Frame 4
stop();
Symbol 422 MovieClip Frame 60
gotoAndPlay (1);
Symbol 429 MovieClip Frame 1
stop();
if (_root.r4clear) {
var cb_color = new Color(ccb_mc);
cb_color.setRGB(_root.r4RGB);
ccb_mc._alpha = 50;
} else {
gotoAndPlay (5);
}
Symbol 429 MovieClip Frame 4
stop();
Symbol 429 MovieClip Frame 65
gotoAndPlay (5);
Symbol 476 MovieClip Frame 1
var drag = false;
var cbR1 = 0;
var cbR2 = 0;
var cbG1 = 0;
var cbG2 = 0;
var cbB1 = 0;
var cbB2 = 0;
var cbRGB = 0;
knobR1_mc.onPress = function () {
this.startDrag(false, this._x, 347, this._x, 41);
_root.snd_r4lever.setVolume(100);
_root.snd_r4lever.start(0, 1);
};
knobR1_mc.onRelease = function () {
this.stopDrag();
this._y = 347 - (cbR1 * 20.4);
cbRGB = (((((cbR1 * 16) + cbR2) * 256) * 256) + (((cbG1 * 16) + cbG2) * 256)) + ((cbB1 * 16) + cbB2);
_root.snd_r4lever.setVolume(100);
_root.snd_r4lever.start(0, 1);
};
knobR1_mc.onEnterFrame = function () {
cbR1 = Math.round((this._y - 347) / -20.4);
updateAfterEvent();
};
knobR2_mc.onPress = function () {
this.startDrag(false, this._x, 347, this._x, 41);
_root.snd_r4lever.setVolume(100);
_root.snd_r4lever.start(0, 1);
};
knobR2_mc.onRelease = function () {
this.stopDrag();
this._y = 347 - (cbR2 * 20.4);
cbRGB = (((((cbR1 * 16) + cbR2) * 256) * 256) + (((cbG1 * 16) + cbG2) * 256)) + ((cbB1 * 16) + cbB2);
_root.snd_r4lever.setVolume(100);
_root.snd_r4lever.start(0, 1);
};
knobR2_mc.onEnterFrame = function () {
cbR2 = Math.round((this._y - 347) / -20.4);
updateAfterEvent();
};
knobG1_mc.onPress = function () {
this.startDrag(false, this._x, 347, this._x, 41);
_root.snd_r4lever.setVolume(100);
_root.snd_r4lever.start(0, 1);
};
knobG1_mc.onRelease = function () {
this.stopDrag();
this._y = 347 - (cbG1 * 20.4);
cbRGB = (((((cbR1 * 16) + cbR2) * 256) * 256) + (((cbG1 * 16) + cbG2) * 256)) + ((cbB1 * 16) + cbB2);
_root.snd_r4lever.setVolume(100);
_root.snd_r4lever.start(0, 1);
};
knobG1_mc.onEnterFrame = function () {
cbG1 = Math.round((this._y - 347) / -20.4);
updateAfterEvent();
};
knobG2_mc.onPress = function () {
this.startDrag(false, this._x, 347, this._x, 41);
_root.snd_r4lever.setVolume(100);
_root.snd_r4lever.start(0, 1);
};
knobG2_mc.onRelease = function () {
this.stopDrag();
this._y = 347 - (cbG2 * 20.4);
cbRGB = (((((cbR1 * 16) + cbR2) * 256) * 256) + (((cbG1 * 16) + cbG2) * 256)) + ((cbB1 * 16) + cbB2);
_root.snd_r4lever.setVolume(100);
_root.snd_r4lever.start(0, 1);
};
knobG2_mc.onEnterFrame = function () {
cbG2 = Math.round((this._y - 347) / -20.4);
updateAfterEvent();
};
knobB1_mc.onPress = function () {
this.startDrag(false, this._x, 347, this._x, 41);
_root.snd_r4lever.setVolume(100);
_root.snd_r4lever.start(0, 1);
};
knobB1_mc.onRelease = function () {
this.stopDrag();
this._y = 347 - (cbB1 * 20.4);
cbRGB = (((((cbR1 * 16) + cbR2) * 256) * 256) + (((cbG1 * 16) + cbG2) * 256)) + ((cbB1 * 16) + cbB2);
_root.snd_r4lever.setVolume(100);
_root.snd_r4lever.start(0, 1);
};
knobB1_mc.onEnterFrame = function () {
cbB1 = Math.round((this._y - 347) / -20.4);
updateAfterEvent();
};
knobB2_mc.onPress = function () {
this.startDrag(false, this._x, 347, this._x, 41);
_root.snd_r4lever.setVolume(100);
_root.snd_r4lever.start(0, 1);
};
knobB2_mc.onRelease = function () {
this.stopDrag();
this._y = 347 - (cbB2 * 20.4);
cbRGB = (((((cbR1 * 16) + cbR2) * 256) * 256) + (((cbG1 * 16) + cbG2) * 256)) + ((cbB1 * 16) + cbB2);
_root.snd_r4lever.setVolume(100);
_root.snd_r4lever.start(0, 1);
};
knobB2_mc.onEnterFrame = function () {
cbB2 = Math.round((this._y - 347) / -20.4);
updateAfterEvent();
};
stop();
Symbol 542 MovieClip Frame 7
stop();
Symbol 542 MovieClip Frame 16
stop();
Symbol 560 MovieClip Frame 8
gotoAndPlay (5);