Frame 1
fscommand ("allowscale", "false");
fscommand ("showmenu", "false");
ifFrameLoaded (12) {
gotoAndPlay (3);
}
Frame 2
gotoAndPlay (1);
Frame 3
mouseX = getProperty("/mouse", _x);
mouseY = getProperty("/mouse", _y);
circleX = getProperty("/circle", _x);
circleY = getProperty("/circle", _y);
distanceX = mouseX - circleX;
distanceY = mouseY - circleY;
getaway_speed = "15";
distance = "50";
if ((((distanceX < distance) and ((-distance) < distanceY)) and (mouseY < circleY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("550"));
setProperty("/circle", _y , random("400"));
}
if (((((-distance) < distanceX) and ((-distance) < distanceY)) and (mouseY < circleY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((((-distance) < distanceX) and (distanceY < distance)) and (circleY < mouseY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if ((((distanceX < distance) and (distanceY < distance)) and (circleY < mouseY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((("0" >= circleX) or (circleX >= "352")) or ("0" >= circleY)) or (circleY >= "240")) {
setProperty("/circle", _x , "182");
setProperty("/circle", _y , "156");
}
startDrag ("/mouse", true);
ifFrameLoaded (32) {
gotoAndPlay (5);
}
Frame 4
gotoAndPlay (3);
Frame 5
mouseX = getProperty("/mouse", _x);
mouseY = getProperty("/mouse", _y);
circleX = getProperty("/circle", _x);
circleY = getProperty("/circle", _y);
distanceX = mouseX - circleX;
distanceY = mouseY - circleY;
getaway_speed = "15";
distance = "50";
if ((((distanceX < distance) and ((-distance) < distanceY)) and (mouseY < circleY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("550"));
setProperty("/circle", _y , random("400"));
}
if (((((-distance) < distanceX) and ((-distance) < distanceY)) and (mouseY < circleY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((((-distance) < distanceX) and (distanceY < distance)) and (circleY < mouseY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if ((((distanceX < distance) and (distanceY < distance)) and (circleY < mouseY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((("0" >= circleX) or (circleX >= "352")) or ("0" >= circleY)) or (circleY >= "240")) {
setProperty("/circle", _x , "182");
setProperty("/circle", _y , "156");
}
startDrag ("/mouse", true);
ifFrameLoaded (62) {
gotoAndPlay (7);
}
Frame 6
gotoAndPlay (5);
Frame 7
mouseX = getProperty("/mouse", _x);
mouseY = getProperty("/mouse", _y);
circleX = getProperty("/circle", _x);
circleY = getProperty("/circle", _y);
distanceX = mouseX - circleX;
distanceY = mouseY - circleY;
getaway_speed = "15";
distance = "50";
if ((((distanceX < distance) and ((-distance) < distanceY)) and (mouseY < circleY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("550"));
setProperty("/circle", _y , random("400"));
}
if (((((-distance) < distanceX) and ((-distance) < distanceY)) and (mouseY < circleY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((((-distance) < distanceX) and (distanceY < distance)) and (circleY < mouseY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if ((((distanceX < distance) and (distanceY < distance)) and (circleY < mouseY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((("0" >= circleX) or (circleX >= "352")) or ("0" >= circleY)) or (circleY >= "240")) {
setProperty("/circle", _x , "182");
setProperty("/circle", _y , "156");
}
startDrag ("/mouse", true);
ifFrameLoaded (82) {
gotoAndPlay (9);
}
Frame 8
gotoAndPlay (7);
Frame 9
mouseX = getProperty("/mouse", _x);
mouseY = getProperty("/mouse", _y);
circleX = getProperty("/circle", _x);
circleY = getProperty("/circle", _y);
distanceX = mouseX - circleX;
distanceY = mouseY - circleY;
getaway_speed = "15";
distance = "50";
if ((((distanceX < distance) and ((-distance) < distanceY)) and (mouseY < circleY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("550"));
setProperty("/circle", _y , random("400"));
}
if (((((-distance) < distanceX) and ((-distance) < distanceY)) and (mouseY < circleY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((((-distance) < distanceX) and (distanceY < distance)) and (circleY < mouseY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if ((((distanceX < distance) and (distanceY < distance)) and (circleY < mouseY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((("0" >= circleX) or (circleX >= "352")) or ("0" >= circleY)) or (circleY >= "240")) {
setProperty("/circle", _x , "182");
setProperty("/circle", _y , "156");
}
startDrag ("/mouse", true);
ifFrameLoaded (101) {
gotoAndPlay (11);
}
Frame 10
gotoAndPlay (9);
Frame 11
mouseX = getProperty("/mouse", _x);
mouseY = getProperty("/mouse", _y);
circleX = getProperty("/circle", _x);
circleY = getProperty("/circle", _y);
distanceX = mouseX - circleX;
distanceY = mouseY - circleY;
getaway_speed = "15";
distance = "50";
if ((((distanceX < distance) and ((-distance) < distanceY)) and (mouseY < circleY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("550"));
setProperty("/circle", _y , random("400"));
}
if (((((-distance) < distanceX) and ((-distance) < distanceY)) and (mouseY < circleY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((((-distance) < distanceX) and (distanceY < distance)) and (circleY < mouseY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if ((((distanceX < distance) and (distanceY < distance)) and (circleY < mouseY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((("0" >= circleX) or (circleX >= "352")) or ("0" >= circleY)) or (circleY >= "240")) {
setProperty("/circle", _x , "182");
setProperty("/circle", _y , "156");
}
startDrag ("/mouse", true);
ifFrameLoaded (121) {
gotoAndPlay (13);
}
Frame 12
gotoAndPlay (11);
Frame 13
mouseX = getProperty("/mouse", _x);
mouseY = getProperty("/mouse", _y);
circleX = getProperty("/circle", _x);
circleY = getProperty("/circle", _y);
distanceX = mouseX - circleX;
distanceY = mouseY - circleY;
getaway_speed = "15";
distance = "50";
if ((((distanceX < distance) and ((-distance) < distanceY)) and (mouseY < circleY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("550"));
setProperty("/circle", _y , random("400"));
}
if (((((-distance) < distanceX) and ((-distance) < distanceY)) and (mouseY < circleY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((((-distance) < distanceX) and (distanceY < distance)) and (circleY < mouseY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if ((((distanceX < distance) and (distanceY < distance)) and (circleY < mouseY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((("0" >= circleX) or (circleX >= "352")) or ("0" >= circleY)) or (circleY >= "240")) {
setProperty("/circle", _x , "182");
setProperty("/circle", _y , "156");
}
startDrag ("/mouse", true);
ifFrameLoaded (141) {
gotoAndPlay (15);
}
Frame 14
gotoAndPlay (15);
Frame 15
mouseX = getProperty("/mouse", _x);
mouseY = getProperty("/mouse", _y);
circleX = getProperty("/circle", _x);
circleY = getProperty("/circle", _y);
distanceX = mouseX - circleX;
distanceY = mouseY - circleY;
getaway_speed = "15";
distance = "50";
if ((((distanceX < distance) and ((-distance) < distanceY)) and (mouseY < circleY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("550"));
setProperty("/circle", _y , random("400"));
}
if (((((-distance) < distanceX) and ((-distance) < distanceY)) and (mouseY < circleY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((((-distance) < distanceX) and (distanceY < distance)) and (circleY < mouseY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if ((((distanceX < distance) and (distanceY < distance)) and (circleY < mouseY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((("0" >= circleX) or (circleX >= "352")) or ("0" >= circleY)) or (circleY >= "240")) {
setProperty("/circle", _x , "182");
setProperty("/circle", _y , "156");
}
startDrag ("/mouse", true);
ifFrameLoaded (161) {
gotoAndPlay (17);
}
Frame 16
gotoAndPlay (15);
Frame 17
mouseX = getProperty("/mouse", _x);
mouseY = getProperty("/mouse", _y);
circleX = getProperty("/circle", _x);
circleY = getProperty("/circle", _y);
distanceX = mouseX - circleX;
distanceY = mouseY - circleY;
getaway_speed = "15";
distance = "50";
if ((((distanceX < distance) and ((-distance) < distanceY)) and (mouseY < circleY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("550"));
setProperty("/circle", _y , random("400"));
}
if (((((-distance) < distanceX) and ((-distance) < distanceY)) and (mouseY < circleY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((((-distance) < distanceX) and (distanceY < distance)) and (circleY < mouseY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if ((((distanceX < distance) and (distanceY < distance)) and (circleY < mouseY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((("0" >= circleX) or (circleX >= "352")) or ("0" >= circleY)) or (circleY >= "240")) {
setProperty("/circle", _x , "182");
setProperty("/circle", _y , "156");
}
startDrag ("/mouse", true);
ifFrameLoaded (181) {
gotoAndPlay (19);
}
Frame 18
gotoAndPlay (17);
Frame 19
mouseX = getProperty("/mouse", _x);
mouseY = getProperty("/mouse", _y);
circleX = getProperty("/circle", _x);
circleY = getProperty("/circle", _y);
distanceX = mouseX - circleX;
distanceY = mouseY - circleY;
getaway_speed = "15";
distance = "50";
if ((((distanceX < distance) and ((-distance) < distanceY)) and (mouseY < circleY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("550"));
setProperty("/circle", _y , random("400"));
}
if (((((-distance) < distanceX) and ((-distance) < distanceY)) and (mouseY < circleY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((((-distance) < distanceX) and (distanceY < distance)) and (circleY < mouseY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if ((((distanceX < distance) and (distanceY < distance)) and (circleY < mouseY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((("0" >= circleX) or (circleX >= "352")) or ("0" >= circleY)) or (circleY >= "240")) {
setProperty("/circle", _x , "182");
setProperty("/circle", _y , "156");
}
startDrag ("/mouse", true);
ifFrameLoaded (201) {
gotoAndPlay (21);
}
Frame 20
gotoAndPlay (19);
Frame 21
mouseX = getProperty("/mouse", _x);
mouseY = getProperty("/mouse", _y);
circleX = getProperty("/circle", _x);
circleY = getProperty("/circle", _y);
distanceX = mouseX - circleX;
distanceY = mouseY - circleY;
getaway_speed = "15";
distance = "50";
if ((((distanceX < distance) and ((-distance) < distanceY)) and (mouseY < circleY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("550"));
setProperty("/circle", _y , random("400"));
}
if (((((-distance) < distanceX) and ((-distance) < distanceY)) and (mouseY < circleY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((((-distance) < distanceX) and (distanceY < distance)) and (circleY < mouseY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if ((((distanceX < distance) and (distanceY < distance)) and (circleY < mouseY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((("0" >= circleX) or (circleX >= "352")) or ("0" >= circleY)) or (circleY >= "240")) {
setProperty("/circle", _x , "182");
setProperty("/circle", _y , "156");
}
startDrag ("/mouse", true);
ifFrameLoaded (281) {
gotoAndPlay (23);
}
Frame 22
gotoAndPlay (21);
Frame 23
mouseX = getProperty("/mouse", _x);
mouseY = getProperty("/mouse", _y);
circleX = getProperty("/circle", _x);
circleY = getProperty("/circle", _y);
distanceX = mouseX - circleX;
distanceY = mouseY - circleY;
getaway_speed = "15";
distance = "50";
if ((((distanceX < distance) and ((-distance) < distanceY)) and (mouseY < circleY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("550"));
setProperty("/circle", _y , random("400"));
}
if (((((-distance) < distanceX) and ((-distance) < distanceY)) and (mouseY < circleY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((((-distance) < distanceX) and (distanceY < distance)) and (circleY < mouseY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if ((((distanceX < distance) and (distanceY < distance)) and (circleY < mouseY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((("0" >= circleX) or (circleX >= "352")) or ("0" >= circleY)) or (circleY >= "240")) {
setProperty("/circle", _x , "182");
setProperty("/circle", _y , "156");
}
startDrag ("/mouse", true);
ifFrameLoaded (331) {
gotoAndPlay (25);
}
Frame 24
gotoAndPlay (23);
Frame 25
mouseX = getProperty("/mouse", _x);
mouseY = getProperty("/mouse", _y);
circleX = getProperty("/circle", _x);
circleY = getProperty("/circle", _y);
distanceX = mouseX - circleX;
distanceY = mouseY - circleY;
getaway_speed = "15";
distance = "50";
if ((((distanceX < distance) and ((-distance) < distanceY)) and (mouseY < circleY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("550"));
setProperty("/circle", _y , random("400"));
}
if (((((-distance) < distanceX) and ((-distance) < distanceY)) and (mouseY < circleY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((((-distance) < distanceX) and (distanceY < distance)) and (circleY < mouseY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if ((((distanceX < distance) and (distanceY < distance)) and (circleY < mouseY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((("0" >= circleX) or (circleX >= "352")) or ("0" >= circleY)) or (circleY >= "240")) {
setProperty("/circle", _x , "182");
setProperty("/circle", _y , "156");
}
startDrag ("/mouse", true);
ifFrameLoaded (381) {
gotoAndPlay (27);
}
Frame 26
gotoAndPlay (25);
Frame 27
mouseX = getProperty("/mouse", _x);
mouseY = getProperty("/mouse", _y);
circleX = getProperty("/circle", _x);
circleY = getProperty("/circle", _y);
distanceX = mouseX - circleX;
distanceY = mouseY - circleY;
getaway_speed = "15";
distance = "50";
if ((((distanceX < distance) and ((-distance) < distanceY)) and (mouseY < circleY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("550"));
setProperty("/circle", _y , random("400"));
}
if (((((-distance) < distanceX) and ((-distance) < distanceY)) and (mouseY < circleY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((((-distance) < distanceX) and (distanceY < distance)) and (circleY < mouseY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if ((((distanceX < distance) and (distanceY < distance)) and (circleY < mouseY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((("0" >= circleX) or (circleX >= "352")) or ("0" >= circleY)) or (circleY >= "240")) {
setProperty("/circle", _x , "182");
setProperty("/circle", _y , "156");
}
startDrag ("/mouse", true);
ifFrameLoaded (401) {
gotoAndStop (29);
}
Frame 28
gotoAndPlay (27);
Frame 29
stop();
Frame 30
stop();
Frame 1118
stop();
play();
Frame 1849
stop();
Symbol 22 MovieClip Frame 5
stop();
Symbol 24 Button
on (release) {
gotoAndPlay (31);
}
Symbol 61 Button
on (release) {
stopAllSounds();
gotoAndPlay (371);
}
Symbol 64 Button
on (release) {
stopAllSounds();
gotoAndPlay (391);
}
Symbol 158 Button
on (release) {
gotoAndPlay (32);
}