Frame 2
if (_root.keyFlag == undefined) {
gotoAndPlay ("error");
}
Frame 3
gotoAndPlay ("ac01");
Frame 11
_root.sound_mc.soStart("5");
Frame 13
finFlag = false;
keyFlag = false;
keyPoint = 0;
Frame 22
_root.sound_mc.soStart("10");
Frame 23
_root.call_mc.caStart("12");
Frame 42
gotoAndPlay ("ac10");
Frame 67
if (finFlag == true) {
gotoAndPlay ("ac40");
} else if (Key.isDown(1) == true) {
gotoAndPlay ("ac30");
} else {
stop();
stPointx = _xmouse;
stPointy = _ymouse;
}
null_mc.onEnterFrame = function () {
if (finFlag == true) {
gotoAndPlay ("ac40");
}
if (Key.isDown(1) == true) {
gotoAndPlay ("ac30");
}
};
null_mc.onMouseMove = function () {
moPointx = _xmouse - stPointx;
moPointy = _ymouse - stPointy;
if (moPointx > 80) {
gotoAndPlay ("DRU");
}
if (moPointx < -80) {
gotoAndPlay ("DLU");
}
if (moPointy < -40) {
gotoAndPlay ("DU");
}
if (moPointy > 0) {
stPointy = _ymouse;
}
};
Frame 77
if (finFlag == true) {
gotoAndPlay ("UD");
} else if (Key.isDown(1) == true) {
gotoAndPlay ("UD");
} else {
stop();
}
stPointx = _xmouse;
stPointy = _ymouse;
null_mc.onEnterFrame = function () {
if (finFlag == true) {
gotoAndPlay ("UD");
}
if (Key.isDown(1) == true) {
gotoAndPlay ("UD");
}
};
null_mc.onMouseMove = function () {
moPointx = _xmouse - stPointx;
moPointy = _ymouse - stPointy;
if (moPointx > 80) {
gotoAndPlay ("URD");
}
if (moPointx < -80) {
gotoAndPlay ("ULD");
}
if (moPointy < 0) {
stPointy = _ymouse;
}
if (moPointy > 40) {
gotoAndPlay ("UD");
}
};
Frame 87
keyFlag = false;
stPointy = _ymouse;
null_mc.onMouseMove = function () {
moPointy = _ymouse - stPointy;
if (moPointy > 10) {
keyFlag = true;
}
};
_root.sound_mc.soStart("10");
Frame 88
_parent.kanPoint = _parent.kanPoint + 1;
Frame 90
caPoint = Math.floor(Math.random() * 12);
if (caPoint == 0) {
_root.call_mc.caStartC("8");
} else if (caPoint == 1) {
_root.call_mc.caStartC("9");
} else if (caPoint == 2) {
_root.call_mc.caStartC("10");
}
Frame 96
if (finFlag == true) {
gotoAndPlay ("UD");
} else if (Key.isDown(1) == true) {
gotoAndPlay ("UD");
} else if (keyFlag == true) {
gotoAndPlay ("UD");
} else {
gotoAndPlay ("ac11");
}
Frame 101
keyFlag = false;
stPointy = _ymouse;
null_mc.onMouseMove = function () {
moPointy = _ymouse - stPointy;
if (moPointy < -10) {
keyFlag = true;
}
};
_root.sound_mc.soStart("17");
Frame 102
_parent.kanPoint = _parent.kanPoint + 1;
Frame 104
caPoint = Math.floor(Math.random() * 12);
if (caPoint == 0) {
_root.call_mc.caStartC("8");
} else if (caPoint == 1) {
_root.call_mc.caStartC("9");
} else if (caPoint == 2) {
_root.call_mc.caStartC("10");
}
Frame 111
if (finFlag == true) {
gotoAndPlay ("ac40");
} else if (Key.isDown(1) == true) {
gotoAndPlay ("ac30");
} else if (keyFlag == true) {
gotoAndPlay ("DU");
} else {
gotoAndPlay ("ac10");
}
Frame 116
keyFlag = false;
stPointx = _xmouse;
null_mc.onMouseMove = function () {
moPointx = _xmouse - stPointx;
if (moPointx > 10) {
keyFlag = true;
}
};
Frame 117
_parent.kanPoint = _parent.kanPoint + 1;
Frame 119
_root.sound_mc.soStart("9");
Frame 124
caPoint = Math.floor(Math.random() * 8);
if (caPoint == 0) {
_root.call_mc.caStartC("8");
} else if (caPoint == 1) {
_root.call_mc.caStartC("9");
} else if (caPoint == 2) {
_root.call_mc.caStartC("10");
}
Frame 132
if (finFlag == true) {
gotoAndPlay ("UD");
} else if (Key.isDown(1) == true) {
gotoAndPlay ("UD");
} else if (keyFlag == true) {
gotoAndPlay ("URD");
} else {
gotoAndPlay ("ac11");
}
Frame 136
keyFlag = false;
stPointx = _xmouse;
null_mc.onMouseMove = function () {
moPointx = _xmouse - stPointx;
if (moPointx < -10) {
keyFlag = true;
}
};
Frame 137
_parent.kanPoint = _parent.kanPoint + 1;
Frame 143
_root.sound_mc.soStart("17");
Frame 145
caPoint = Math.floor(Math.random() * 8);
if (caPoint == 0) {
_root.call_mc.caStartC("8");
} else if (caPoint == 1) {
_root.call_mc.caStartC("9");
} else if (caPoint == 2) {
_root.call_mc.caStartC("10");
}
Frame 154
if (finFlag == true) {
gotoAndPlay ("ac40");
} else if (Key.isDown(1) == true) {
gotoAndPlay ("ac30");
} else if (keyFlag == true) {
gotoAndPlay ("DLU");
} else {
gotoAndPlay ("ac10");
}
Frame 161
keyFlag = false;
stPointx = _xmouse;
null_mc.onMouseMove = function () {
moPointx = _xmouse - stPointx;
if (moPointx < -10) {
keyFlag = true;
}
};
Frame 162
_parent.kanPoint = _parent.kanPoint + 1;
Frame 167
_root.sound_mc.soStart("9");
Frame 170
caPoint = Math.floor(Math.random() * 8);
if (caPoint == 0) {
_root.call_mc.caStartC("8");
} else if (caPoint == 1) {
_root.call_mc.caStartC("9");
} else if (caPoint == 2) {
_root.call_mc.caStartC("10");
}
Frame 179
if (finFlag == true) {
gotoAndPlay ("UD");
} else if (Key.isDown(1) == true) {
gotoAndPlay ("UD");
} else if (keyFlag == true) {
gotoAndPlay ("ULD");
} else {
gotoAndPlay ("ac11");
}
Frame 186
keyFlag = false;
stPointx = _xmouse;
null_mc.onMouseMove = function () {
moPointx = _xmouse - stPointx;
if (moPointx > 10) {
keyFlag = true;
}
};
Frame 187
_parent.kanPoint = _parent.kanPoint + 1;
Frame 192
_root.sound_mc.soStart("17");
Frame 195
caPoint = Math.floor(Math.random() * 8);
if (caPoint == 0) {
_root.call_mc.caStartC("8");
} else if (caPoint == 1) {
_root.call_mc.caStartC("9");
} else if (caPoint == 2) {
_root.call_mc.caStartC("10");
}
Frame 202
if (finFlag == true) {
gotoAndPlay ("ac40");
} else if (Key.isDown(1) == true) {
gotoAndPlay ("ac30");
} else if (keyFlag == true) {
gotoAndPlay ("DRU");
} else {
gotoAndPlay ("ac10");
}
Frame 206
if (finFlag == true) {
gotoAndPlay ("ac31");
} else if (Key.isDown(1) == false) {
gotoAndPlay ("ac31");
} else {
stop();
}
stPointx = _xmouse;
stPointy = _ymouse;
null_mc.onEnterFrame = function () {
if (finFlag == true) {
gotoAndPlay ("ac31");
}
if (Key.isDown(1) == false) {
gotoAndPlay ("ac31");
}
};
null_mc.onMouseMove = function () {
moPointx = _xmouse - stPointx;
moPointy = _ymouse - stPointy;
if (moPointx > 10) {
gotoAndPlay ("ac23");
}
if (moPointx < -10) {
gotoAndPlay ("ac22");
}
if ((moPointy > 10) || (moPointy < -10)) {
gotoAndPlay ("ac21");
}
};
Frame 216
keyPoint = 0;
stPointx = _xmouse;
stPointy = _ymouse;
null_mc.onMouseMove = function () {
moPointx = _xmouse - stPointx;
moPointy = _ymouse - stPointy;
if (moPointx > 10) {
keyPoint = 1;
stPointx = _xmouse;
stPointy = _ymouse;
}
if (moPointx < -10) {
keyPoint = 2;
stPointx = _xmouse;
stPointy = _ymouse;
}
if ((moPointy > 10) || (moPointy < -10)) {
keyPoint = 3;
stPointx = _xmouse;
stPointy = _ymouse;
}
};
Frame 217
_parent.kanPoint = _parent.kanPoint + 1;
_root.sound_mc.soStart("9");
Frame 219
caPoint = Math.floor(Math.random() * 20);
if (caPoint == 0) {
_root.call_mc.caStart("4");
} else if (caPoint == 1) {
_root.call_mc.caStart("5");
} else if (caPoint == 2) {
_root.call_mc.caStart("6");
} else if (caPoint == 3) {
_root.call_mc.caStart("7");
}
Frame 223
if (finFlag == true) {
gotoAndPlay ("ac20");
} else if (Key.isDown(1) == false) {
gotoAndPlay ("ac20");
} else if (keyPoint == 1) {
gotoAndPlay ("ac23");
} else if (keyPoint == 2) {
gotoAndPlay ("ac22");
} else if (keyPoint == 3) {
gotoAndPlay ("ac21");
} else if (keyPoint == 0) {
gotoAndPlay ("ac20");
}
Frame 226
keyPoint = 0;
stPointx = _xmouse;
stPointy = _ymouse;
null_mc.onMouseMove = function () {
moPointx = _xmouse - stPointx;
moPointy = _ymouse - stPointy;
if (moPointx > 10) {
keyPoint = 1;
stPointx = _xmouse;
stPointy = _ymouse;
}
if (moPointx < -10) {
keyPoint = 2;
stPointx = _xmouse;
stPointy = _ymouse;
}
if ((moPointy > 10) || (moPointy < -10)) {
keyPoint = 3;
stPointx = _xmouse;
stPointy = _ymouse;
}
};
Frame 227
_parent.kanPoint = _parent.kanPoint + 1;
_root.sound_mc.soStart("9");
Frame 229
caPoint = Math.floor(Math.random() * 20);
if (caPoint == 0) {
_root.call_mc.caStart("4");
} else if (caPoint == 1) {
_root.call_mc.caStart("5");
} else if (caPoint == 2) {
_root.call_mc.caStart("6");
} else if (caPoint == 3) {
_root.call_mc.caStart("7");
}
Frame 234
if (finFlag == true) {
gotoAndPlay ("ac20");
} else if (Key.isDown(1) == false) {
gotoAndPlay ("ac20");
} else if (keyPoint == 1) {
gotoAndPlay ("ac23");
} else if (keyPoint == 2) {
gotoAndPlay ("ac22");
} else if (keyPoint == 3) {
gotoAndPlay ("ac21");
} else if (keyPoint == 0) {
gotoAndPlay ("ac20");
}
Frame 241
keyPoint = 0;
stPointx = _xmouse;
stPointy = _ymouse;
null_mc.onMouseMove = function () {
moPointx = _xmouse - stPointx;
moPointy = _ymouse - stPointy;
if (moPointx > 10) {
keyPoint = 1;
stPointx = _xmouse;
stPointy = _ymouse;
}
if (moPointx < -10) {
keyPoint = 2;
stPointx = _xmouse;
stPointy = _ymouse;
}
if ((moPointy > 10) || (moPointy < -10)) {
keyPoint = 3;
stPointx = _xmouse;
stPointy = _ymouse;
}
};
Frame 242
_parent.kanPoint = _parent.kanPoint + 1;
_root.sound_mc.soStart("9");
Frame 244
caPoint = Math.floor(Math.random() * 20);
if (caPoint == 0) {
_root.call_mc.caStart("4");
} else if (caPoint == 1) {
_root.call_mc.caStart("5");
} else if (caPoint == 2) {
_root.call_mc.caStart("6");
} else if (caPoint == 3) {
_root.call_mc.caStart("7");
}
Frame 249
if (finFlag == true) {
gotoAndPlay ("ac20");
} else if (Key.isDown(1) == false) {
gotoAndPlay ("ac20");
} else if (keyPoint == 1) {
gotoAndPlay ("ac23");
} else if (keyPoint == 2) {
gotoAndPlay ("ac22");
} else if (keyPoint == 3) {
gotoAndPlay ("ac21");
} else if (keyPoint == 0) {
gotoAndPlay ("ac20");
}
Frame 259
_root.call_mc.caStart("4");
_root.sound_mc.soStart("19");
Frame 275
gotoAndPlay ("ac20");
Frame 291
_root.call_mc.caStart("13");
Frame 293
_root.sound_mc.soStart("17");
Frame 299
gotoAndPlay ("ac10");
Frame 315
_parent.gotoAndPlay("ac032");
_root.sound_mc.soStart("5");
Frame 329
stop();
_parent.gotoAndPlay("ac000");
Frame 345
stop();