Frame 2
stop();
Frame 3
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 3
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Instance of Symbol 37 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (Key.isDown(77)) {
stopAllSounds();
_root.gotoAndPlay(2);
}
}
Frame 4
stop();
Frame 5
stop();
Frame 7
stop();
Instance of Symbol 63 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 66 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 35 MovieClip "cursor" in Frame 7
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Instance of Symbol 69 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 8
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 8
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 9
stop();
Frame 10
stop();
Instance of Symbol 63 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 81 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 69 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 35 MovieClip "cursor" in Frame 10
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 11
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 11
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 12
stop();
Frame 13
stop();
Instance of Symbol 63 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 84 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 69 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 35 MovieClip "cursor" in Frame 13
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 14
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 14
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 15
stop();
Frame 16
stop();
Instance of Symbol 86 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 86 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 86 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 89 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 69 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 35 MovieClip "cursor" in Frame 16
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 17
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 17
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 18
stop();
Frame 19
stop();
Instance of Symbol 92 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 95 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 69 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 35 MovieClip "cursor" in Frame 19
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 20
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 20
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 21
stop();
Frame 22
stop();
Instance of Symbol 63 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 63 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 98 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 69 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 35 MovieClip "cursor" in Frame 22
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 23
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 23
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 24
stop();
Frame 25
stop();
Instance of Symbol 63 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 63 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 102 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 69 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 35 MovieClip "cursor" in Frame 25
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 26
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 26
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 27
stop();
Frame 28
stop();
Instance of Symbol 105 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 108 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 69 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 35 MovieClip "cursor" in Frame 28
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 29
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 29
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 30
stop();
Frame 31
stop();
Instance of Symbol 110 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 110 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 110 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 113 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 69 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 35 MovieClip "cursor" in Frame 31
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 32
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 32
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 33
stop();
Frame 34
stop();
Instance of Symbol 63 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 115 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 118 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 69 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 35 MovieClip "cursor" in Frame 34
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 35
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 35
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 36
stop();
Frame 37
stop();
Instance of Symbol 63 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 120 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 123 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 69 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 35 MovieClip "cursor" in Frame 37
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 38
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 38
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 39
stop();
Frame 40
stop();
Instance of Symbol 126 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 63 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 69 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 35 MovieClip "cursor" in Frame 40
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 41
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 41
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 42
stop();
Frame 43
stop();
Instance of Symbol 63 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 63 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 63 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 128 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 69 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 35 MovieClip "cursor" in Frame 43
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 44
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 44
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 45
stop();
Frame 46
stop();
Instance of Symbol 130 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 69 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 35 MovieClip "cursor" in Frame 46
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 47
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 47
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 48
stop();
Frame 49
stop();
Instance of Symbol 132 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 135 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 69 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 35 MovieClip "cursor" in Frame 49
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Instance of Symbol 132 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Frame 50
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 50
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 51
stop();
Frame 52
stop();
Instance of Symbol 141 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 144 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 147 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 147 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 150 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 147 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 147 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 152 MovieClip "cursor" in Frame 52
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 53
stop();
Instance of Symbol 152 MovieClip "cursor" in Frame 53
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 54
stop();
Frame 55
stop();
Instance of Symbol 161 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 150 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 152 MovieClip "cursor" in Frame 55
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 56
stop();
Instance of Symbol 152 MovieClip "cursor" in Frame 56
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 57
stop();
Frame 58
stop();
Instance of Symbol 164 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 150 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 152 MovieClip "cursor" in Frame 58
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 59
stop();
Instance of Symbol 152 MovieClip "cursor" in Frame 59
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 60
stop();
Frame 61
stop();
Instance of Symbol 167 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 170 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 172 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 150 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 152 MovieClip "cursor" in Frame 61
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 62
stop();
Instance of Symbol 152 MovieClip "cursor" in Frame 62
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 63
stop();
Frame 64
stop();
Instance of Symbol 175 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 177 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 150 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 152 MovieClip "cursor" in Frame 64
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 65
stop();
Instance of Symbol 152 MovieClip "cursor" in Frame 65
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 66
stop();
Frame 67
stop();
Instance of Symbol 180 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 182 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 184 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 150 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 186 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 152 MovieClip "cursor" in Frame 67
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 68
stop();
Instance of Symbol 152 MovieClip "cursor" in Frame 68
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 69
stop();
Frame 70
stop();
Instance of Symbol 144 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 144 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 144 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 188 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 150 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 152 MovieClip "cursor" in Frame 70
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 71
stop();
Instance of Symbol 152 MovieClip "cursor" in Frame 71
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 72
stop();
Frame 73
stop();
Instance of Symbol 190 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 150 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 152 MovieClip "cursor" in Frame 73
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 74
stop();
Instance of Symbol 152 MovieClip "cursor" in Frame 74
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 75
stop();
Frame 76
stop();
Instance of Symbol 144 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 193 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 150 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 152 MovieClip "cursor" in Frame 76
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 77
stop();
Instance of Symbol 152 MovieClip "cursor" in Frame 77
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 78
stop();
Frame 79
stop();
Instance of Symbol 196 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 150 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 152 MovieClip "cursor" in Frame 79
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 80
stop();
Instance of Symbol 152 MovieClip "cursor" in Frame 80
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 81
stop();
Frame 82
stop();
Instance of Symbol 198 MovieClip in Frame 82
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 202 MovieClip in Frame 82
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 202 MovieClip in Frame 82
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 150 MovieClip in Frame 82
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 152 MovieClip "cursor" in Frame 82
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 83
stop();
Instance of Symbol 152 MovieClip "cursor" in Frame 83
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 84
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 84
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 85
stop();
Instance of Symbol 204 MovieClip in Frame 85
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 150 MovieClip in Frame 85
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 152 MovieClip "cursor" in Frame 85
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 86
stop();
Instance of Symbol 152 MovieClip "cursor" in Frame 86
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 87
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 87
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 88
stop();
Instance of Symbol 144 MovieClip in Frame 88
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 144 MovieClip in Frame 88
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 207 MovieClip in Frame 88
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 210 MovieClip in Frame 88
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 150 MovieClip in Frame 88
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 152 MovieClip "cursor" in Frame 88
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 89
stop();
Instance of Symbol 152 MovieClip "cursor" in Frame 89
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 90
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 90
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 91
stop();
Instance of Symbol 213 MovieClip in Frame 91
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 144 MovieClip in Frame 91
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 150 MovieClip in Frame 91
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 152 MovieClip "cursor" in Frame 91
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 92
stop();
Instance of Symbol 152 MovieClip "cursor" in Frame 92
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 93
stop();
Frame 94
stop();
Instance of Symbol 215 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 217 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 150 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 152 MovieClip "cursor" in Frame 94
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 95
stop();
Instance of Symbol 152 MovieClip "cursor" in Frame 95
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 96
stop();
Frame 97
stop();
Instance of Symbol 224 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 226 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 35 MovieClip "cursor" in Frame 97
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 98
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 98
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 99
stop();
Frame 100
stop();
Instance of Symbol 235 MovieClip in Frame 100
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 226 MovieClip in Frame 100
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 35 MovieClip "cursor" in Frame 100
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 101
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 101
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 102
stop();
Frame 103
stop();
Instance of Symbol 237 MovieClip in Frame 103
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 226 MovieClip in Frame 103
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 63 MovieClip in Frame 103
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 35 MovieClip "cursor" in Frame 103
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 104
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 104
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 105
stop();
Frame 106
stop();
Instance of Symbol 239 MovieClip in Frame 106
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 63 MovieClip in Frame 106
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 63 MovieClip in Frame 106
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 226 MovieClip in Frame 106
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 35 MovieClip "cursor" in Frame 106
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 107
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 107
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 108
stop();
Frame 109
stop();
Instance of Symbol 63 MovieClip in Frame 109
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 241 MovieClip in Frame 109
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 226 MovieClip in Frame 109
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 35 MovieClip "cursor" in Frame 109
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 110
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 110
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 111
stop();
Frame 112
stop();
Instance of Symbol 243 MovieClip in Frame 112
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 245 MovieClip in Frame 112
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 63 MovieClip in Frame 112
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 226 MovieClip in Frame 112
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 35 MovieClip "cursor" in Frame 112
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 113
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 113
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 114
stop();
Frame 115
stop();
Instance of Symbol 251 MovieClip in Frame 115
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 253 MovieClip in Frame 115
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 226 MovieClip in Frame 115
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 35 MovieClip "cursor" in Frame 115
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 116
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 116
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 117
stop();
Frame 118
stop();
Instance of Symbol 255 MovieClip in Frame 118
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 257 MovieClip in Frame 118
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 226 MovieClip in Frame 118
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 35 MovieClip "cursor" in Frame 118
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 119
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 119
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 120
stop();
Frame 121
stop();
Instance of Symbol 259 MovieClip in Frame 121
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 261 MovieClip in Frame 121
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 226 MovieClip in Frame 121
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 35 MovieClip "cursor" in Frame 121
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 122
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 122
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 123
stop();
Frame 124
stop();
Instance of Symbol 263 MovieClip in Frame 124
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 226 MovieClip in Frame 124
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 35 MovieClip "cursor" in Frame 124
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 125
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 125
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 126
stop();
Frame 127
stop();
Instance of Symbol 265 MovieClip in Frame 127
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 226 MovieClip in Frame 127
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 35 MovieClip "cursor" in Frame 127
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 128
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 128
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 129
stop();
Frame 130
stop();
Instance of Symbol 268 MovieClip in Frame 130
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 226 MovieClip in Frame 130
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 35 MovieClip "cursor" in Frame 130
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 131
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 131
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 132
stop();
Frame 133
stop();
Instance of Symbol 273 MovieClip in Frame 133
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 63 MovieClip in Frame 133
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 226 MovieClip in Frame 133
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 35 MovieClip "cursor" in Frame 133
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 134
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 134
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 135
stop();
Frame 136
stop();
Instance of Symbol 275 MovieClip in Frame 136
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 277 MovieClip in Frame 136
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 226 MovieClip in Frame 136
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 35 MovieClip "cursor" in Frame 136
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 137
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 137
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 138
stop();
Frame 139
stop();
Instance of Symbol 279 MovieClip in Frame 139
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 282 MovieClip in Frame 139
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 226 MovieClip in Frame 139
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 35 MovieClip "cursor" in Frame 139
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
}
Frame 140
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 140
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 141
stop();
Frame 142
stop();
Frame 143
stop();
Instance of Symbol 63 MovieClip in Frame 143
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 66 MovieClip in Frame 143
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 69 MovieClip in Frame 143
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 144
stop();
Frame 145
stop();
Frame 146
stop();
Frame 147
stop();
Instance of Symbol 63 MovieClip in Frame 147
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 81 MovieClip in Frame 147
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 69 MovieClip in Frame 147
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 148
stop();
Frame 149
stop();
Frame 150
stop();
Frame 151
stop();
Instance of Symbol 63 MovieClip in Frame 151
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 84 MovieClip in Frame 151
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 69 MovieClip in Frame 151
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 152
stop();
Frame 153
stop();
Frame 154
stop();
Frame 155
stop();
Instance of Symbol 86 MovieClip in Frame 155
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 86 MovieClip in Frame 155
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 86 MovieClip in Frame 155
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 89 MovieClip in Frame 155
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 69 MovieClip in Frame 155
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 156
stop();
Frame 157
stop();
Frame 158
stop();
Frame 159
stop();
Instance of Symbol 92 MovieClip in Frame 159
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 95 MovieClip in Frame 159
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 69 MovieClip in Frame 159
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 160
stop();
Frame 161
stop();
Frame 162
stop();
Frame 163
stop();
Instance of Symbol 63 MovieClip in Frame 163
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 63 MovieClip in Frame 163
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 98 MovieClip in Frame 163
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 69 MovieClip in Frame 163
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 164
stop();
Frame 165
stop();
Frame 166
stop();
Frame 167
stop();
Instance of Symbol 63 MovieClip in Frame 167
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 63 MovieClip in Frame 167
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 102 MovieClip in Frame 167
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 69 MovieClip in Frame 167
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 168
stop();
Frame 169
stop();
Frame 170
stop();
Frame 171
stop();
Instance of Symbol 105 MovieClip in Frame 171
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 108 MovieClip in Frame 171
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 69 MovieClip in Frame 171
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 172
stop();
Frame 173
stop();
Frame 174
stop();
Frame 175
stop();
Instance of Symbol 110 MovieClip in Frame 175
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 110 MovieClip in Frame 175
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 110 MovieClip in Frame 175
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 113 MovieClip in Frame 175
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 69 MovieClip in Frame 175
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 176
stop();
Frame 177
stop();
Frame 178
stop();
Frame 179
stop();
Instance of Symbol 63 MovieClip in Frame 179
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 115 MovieClip in Frame 179
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 118 MovieClip in Frame 179
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 69 MovieClip in Frame 179
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 180
stop();
Frame 181
stop();
Frame 182
stop();
Frame 183
stop();
Instance of Symbol 63 MovieClip in Frame 183
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 120 MovieClip in Frame 183
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 123 MovieClip in Frame 183
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 69 MovieClip in Frame 183
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 184
stop();
Frame 185
stop();
Frame 186
stop();
Frame 187
stop();
Instance of Symbol 126 MovieClip in Frame 187
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 63 MovieClip in Frame 187
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 69 MovieClip in Frame 187
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 188
stop();
Frame 189
stop();
Frame 190
stop();
Instance of Symbol 69 MovieClip in Frame 190
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 191
stop();
Instance of Symbol 63 MovieClip in Frame 191
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 63 MovieClip in Frame 191
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 63 MovieClip in Frame 191
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Frame 192
stop();
Frame 193
stop();
Frame 194
stop();
Frame 195
stop();
Instance of Symbol 130 MovieClip in Frame 195
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 69 MovieClip in Frame 195
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 196
stop();
Frame 197
stop();
Frame 198
stop();
Frame 199
stop();
Instance of Symbol 132 MovieClip in Frame 199
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 135 MovieClip in Frame 199
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 69 MovieClip in Frame 199
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 132 MovieClip in Frame 199
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Frame 200
stop();
Frame 201
stop();
Frame 202
stop();
Instance of Symbol 152 MovieClip "cursor" in Frame 202
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 203
stop();
Instance of Symbol 141 MovieClip in Frame 203
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 144 MovieClip in Frame 203
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 147 MovieClip in Frame 203
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 147 MovieClip in Frame 203
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 150 MovieClip in Frame 203
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 147 MovieClip in Frame 203
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 147 MovieClip in Frame 203
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Frame 204
stop();
Frame 205
stop();
Frame 206
stop();
Frame 207
stop();
Instance of Symbol 161 MovieClip in Frame 207
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 150 MovieClip in Frame 207
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 208
stop();
Frame 209
stop();
Frame 210
stop();
Frame 211
stop();
Instance of Symbol 164 MovieClip in Frame 211
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 150 MovieClip in Frame 211
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 212
stop();
Frame 213
stop();
Frame 214
stop();
Frame 215
stop();
Instance of Symbol 167 MovieClip in Frame 215
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 170 MovieClip in Frame 215
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 172 MovieClip in Frame 215
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 150 MovieClip in Frame 215
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 216
stop();
Frame 217
stop();
Frame 218
stop();
Frame 219
stop();
Instance of Symbol 175 MovieClip in Frame 219
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 177 MovieClip in Frame 219
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 150 MovieClip in Frame 219
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 220
stop();
Frame 221
stop();
Frame 222
stop();
Frame 223
stop();
Instance of Symbol 180 MovieClip in Frame 223
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 182 MovieClip in Frame 223
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 184 MovieClip in Frame 223
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 150 MovieClip in Frame 223
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 186 MovieClip in Frame 223
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Frame 224
stop();
Frame 225
stop();
Frame 226
stop();
Instance of Symbol 150 MovieClip in Frame 226
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 227
stop();
Instance of Symbol 144 MovieClip in Frame 227
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 144 MovieClip in Frame 227
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 144 MovieClip in Frame 227
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 188 MovieClip in Frame 227
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Frame 228
stop();
Frame 229
stop();
Frame 230
stop();
Frame 231
stop();
Instance of Symbol 190 MovieClip in Frame 231
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 150 MovieClip in Frame 231
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 232
stop();
Frame 233
stop();
Frame 234
stop();
Frame 235
stop();
Instance of Symbol 144 MovieClip in Frame 235
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 193 MovieClip in Frame 235
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 150 MovieClip in Frame 235
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 236
stop();
Frame 237
stop();
Frame 238
stop();
Frame 239
stop();
Instance of Symbol 196 MovieClip in Frame 239
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 150 MovieClip in Frame 239
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 240
stop();
Frame 241
stop();
Frame 242
stop();
Frame 243
stop();
Instance of Symbol 198 MovieClip in Frame 243
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 202 MovieClip in Frame 243
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 202 MovieClip in Frame 243
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 150 MovieClip in Frame 243
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 244
stop();
Frame 245
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 245
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 246
stop();
Instance of Symbol 152 MovieClip "cursor" in Frame 246
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 247
stop();
Instance of Symbol 204 MovieClip in Frame 247
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 150 MovieClip in Frame 247
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 248
stop();
Frame 249
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 249
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 250
stop();
Instance of Symbol 152 MovieClip "cursor" in Frame 250
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 251
stop();
Instance of Symbol 144 MovieClip in Frame 251
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 144 MovieClip in Frame 251
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 207 MovieClip in Frame 251
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 210 MovieClip in Frame 251
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 150 MovieClip in Frame 251
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 252
stop();
Frame 253
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 253
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 254
stop();
Instance of Symbol 152 MovieClip "cursor" in Frame 254
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 255
stop();
Instance of Symbol 213 MovieClip in Frame 255
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 144 MovieClip in Frame 255
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 150 MovieClip in Frame 255
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 256
stop();
Frame 257
stop();
Frame 258
stop();
Frame 259
stop();
Instance of Symbol 215 MovieClip in Frame 259
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 217 MovieClip in Frame 259
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 150 MovieClip in Frame 259
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 260
stop();
Frame 261
stop();
Frame 262
stop();
Instance of Symbol 35 MovieClip "cursor" in Frame 262
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
}
onClipEvent (enterFrame) {
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 10;
if (mx < _x) {
_x = (_x - moveSpeedx);
} else {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 10;
if (my < _y) {
_y = (_y - moveSpeedy);
} else {
_y = (_y + moveSpeedy);
Mouse.hide();
}
}
Frame 263
stop();
Instance of Symbol 224 MovieClip in Frame 263
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 226 MovieClip in Frame 263
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 264
stop();
Frame 265
stop();
Frame 266
stop();
Frame 267
stop();
Instance of Symbol 235 MovieClip in Frame 267
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 226 MovieClip in Frame 267
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 268
stop();
Frame 269
stop();
Frame 270
stop();
Frame 271
stop();
Instance of Symbol 237 MovieClip in Frame 271
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 226 MovieClip in Frame 271
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 63 MovieClip in Frame 271
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Frame 272
stop();
Frame 273
stop();
Frame 274
stop();
Frame 275
stop();
Instance of Symbol 239 MovieClip in Frame 275
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 63 MovieClip in Frame 275
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 63 MovieClip in Frame 275
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 226 MovieClip in Frame 275
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 276
stop();
Frame 277
stop();
Frame 278
stop();
Frame 279
stop();
Instance of Symbol 63 MovieClip in Frame 279
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 241 MovieClip in Frame 279
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 226 MovieClip in Frame 279
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 280
stop();
Frame 281
stop();
Frame 282
stop();
Frame 283
stop();
Instance of Symbol 243 MovieClip in Frame 283
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 245 MovieClip in Frame 283
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 63 MovieClip in Frame 283
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 226 MovieClip in Frame 283
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 284
stop();
Frame 285
stop();
Frame 286
stop();
Instance of Symbol 226 MovieClip in Frame 286
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 287
stop();
Instance of Symbol 251 MovieClip in Frame 287
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 253 MovieClip in Frame 287
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Frame 288
stop();
Frame 289
stop();
Frame 290
stop();
Frame 291
stop();
Instance of Symbol 255 MovieClip in Frame 291
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 257 MovieClip in Frame 291
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 226 MovieClip in Frame 291
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 292
stop();
Frame 293
stop();
Frame 294
stop();
Frame 295
stop();
Instance of Symbol 259 MovieClip in Frame 295
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 261 MovieClip in Frame 295
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 226 MovieClip in Frame 295
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 296
stop();
Frame 297
stop();
Frame 298
stop();
Frame 299
stop();
Instance of Symbol 263 MovieClip in Frame 299
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 226 MovieClip in Frame 299
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 300
stop();
Frame 301
stop();
Frame 302
stop();
Frame 303
stop();
Instance of Symbol 265 MovieClip in Frame 303
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 226 MovieClip in Frame 303
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 304
stop();
Frame 305
stop();
Frame 306
stop();
Frame 307
stop();
Instance of Symbol 268 MovieClip in Frame 307
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 226 MovieClip in Frame 307
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 308
stop();
Frame 309
stop();
Frame 310
stop();
Frame 311
stop();
Instance of Symbol 273 MovieClip in Frame 311
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 63 MovieClip in Frame 311
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 226 MovieClip in Frame 311
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 312
stop();
Frame 313
stop();
Frame 314
stop();
Instance of Symbol 226 MovieClip in Frame 314
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 315
stop();
Instance of Symbol 275 MovieClip in Frame 315
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 277 MovieClip in Frame 315
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Frame 316
stop();
Frame 317
stop();
Frame 318
stop();
Frame 319
stop();
Instance of Symbol 279 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 282 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Instance of Symbol 226 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 320
stop();
Frame 321
stop();
Symbol 9 Button
on (release) {
getURL ("http://www.newgrounds.com", "_blank");
}
Symbol 15 MovieClip Frame 1
function timerHandler() {
if (!loadingComplete) {
var _local4 = _root.getBytesLoaded() / _root.getBytesTotal();
bar._yscale = 100 * _local4;
if (_local4 == 1) {
loadingComplete = true;
if (AUTO_PLAY) {
startMovie();
} else {
gotoAndStop ("loaded");
}
return(undefined);
}
}
dt = getTimer() - time;
time = time + dt;
frameAccum = frameAccum + dt;
var _local3 = 0;
while ((frameAccum >= FRAME_TIME) && (_local3 < MAX_FRAME_SKIP)) {
advanceFrame(tankLogo, true, true);
advanceFrame(loadingText, false, true);
advanceFrame(barGfx, false, true);
if (loadingComplete) {
advanceFrame(this, false, false);
}
(frameAccum = frameAccum - FRAME_TIME);
_local3++;
}
updateAfterEvent();
}
function advanceFrame(clip, recurse, loop) {
if (!clip) {
return(undefined);
}
clip.stop();
if (clip._currentframe == clip._totalframes) {
if (loop) {
clip.gotoAndStop(1);
}
} else {
clip.nextFrame();
}
if (recurse) {
for (childName in clip) {
if (typeof(clip[childName]) == "movieclip") {
advanceFrame(clip[childName], recurse, loop);
}
}
}
}
function startMovie() {
clearInterval(intervalId);
_root.play();
}
_root.stop();
stop();
var FRAME_TIME = 33.3333333333333;
var AUTO_PLAY = false;
var MAX_FRAME_SKIP = 5;
var loadingComplete;
var intervalId;
var time;
var frameAccum;
loadingComplete = false;
intervalId = setInterval(this, "timerHandler", FRAME_TIME / 2);
frameAccum = 0;
time = getTimer();
timerHandler();
Symbol 15 MovieClip Frame 72
startMovie();
Symbol 19 MovieClip Frame 100
_root.gotoAndPlay(3);
Symbol 24 MovieClip Frame 300
stop();
Symbol 28 Button
on (release) {
gotoAndPlay (4);
}
Symbol 32 Button
on (release) {
gotoAndPlay (5);
}
Symbol 47 Button
on (release) {
gotoAndPlay (7);
}
Symbol 52 Button
on (release) {
gotoAndPlay (52);
}
Symbol 57 Button
on (release) {
gotoAndPlay (97);
}
Symbol 58 Button
on (release) {
gotoAndPlay (262);
}
Symbol 59 Button
on (release) {
gotoAndPlay (142);
}
Symbol 60 Button
on (release) {
gotoAndPlay (202);
}
Symbol 73 Button
on (release) {
gotoAndPlay(_currentframe + 2);
}
Symbol 78 Button
on (release) {
gotoAndPlay(_currentframe - 2);
}
Symbol 130 MovieClip Frame 300
stop();
Symbol 139 Button
on (release) {
gotoAndPlay (4);
}
Symbol 154 Button
on (release) {
gotoAndPlay(_currentframe + 2);
}
Symbol 158 Button
on (release) {
gotoAndPlay(_currentframe - 2);
}
Symbol 190 MovieClip Frame 300
stop();
Symbol 204 MovieClip Frame 400
stop();
Symbol 217 MovieClip Frame 500
stop();
Symbol 221 Button
on (release) {
gotoAndPlay (4);
}
Symbol 224 MovieClip Frame 300
stop();
Symbol 229 Button
on (release) {
gotoAndPlay(_currentframe + 2);
}
Symbol 233 Button
on (release) {
gotoAndPlay(_currentframe - 2);
}
Symbol 235 MovieClip Frame 600
stop();
Symbol 237 MovieClip Frame 400
stop();
Symbol 239 MovieClip Frame 400
stop();
Symbol 257 MovieClip Frame 401
stop();
Symbol 286 Button
on (release) {
stopAllSounds();
gotoAndPlay (3);
}
Symbol 290 Button
on (rollOver) {
gotoAndPlay(_root._currentframe + 1);
}
Symbol 291 Button
on (release) {
gotoAndPlay(_currentframe - 3);
}
Instance of Symbol 128 MovieClip in Symbol 293 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(_root._currentFrame + 2);
}
}
Symbol 295 Button
on (release) {
gotoAndPlay (5);
}
Symbol 297 Button
on (release) {
gotoAndPlay(_currentframe - 3);
}
Symbol 299 Button
on (rollOver) {
gotoAndPlay(_root._currentframe + 1);
}
Symbol 315 Button
on (release) {
gotoAndPlay (5);
}
Symbol 318 Button
on (rollOver) {
gotoAndPlay(_root._currentframe + 1);
}
Symbol 319 Button
on (release) {
gotoAndPlay(_currentframe - 3);
}