STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228075
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2560 · P5120

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/36936920?noj=FRM36936920-30DC" width="1" height="1"></div>

Simplitica.swf

This is the info page for
Flash #74577

(Click the ID number above for more basic data on this flash file.)


Text
Evermind

SIMPLITICA

GAME BY EVERMIND

MUSIC: "Lullaby" by Tamadrum

KEYBOARD

KEYBOARD

MOUSE

MOUSE

PRESS M AT ANY TIME TO RETURN TO THE MAIN MENU.

Just getting you started.  Most of these are made to look good rather than be challenging.

There's a few tough ones, but you'll survive.

I hope you like pain, because these are hard.

EASY

EASY

INTERMEDIATE

INTERMEDIATE

HARD

HARD

PAINFUL

FINISH

You win!
Click to proceed to the next level.

You win!
Click to proceed to the next level.

You lose.
Click to try again.

You lose.
Click to try again.

You have beaten all of the Easy levels!
Click to return to difficulty selection.

You have beaten all of the Easy levels!
Click to return to difficulty selection.

FINISH

You win!
Click to proceed to the next level.

You lose.
Click to try again.

You have beaten all of the Intermediate levels!
Click to return to difficulty selection.

You have beaten all of the Intermediate levels!
Click to return to difficulty selection.

FINISH

You win!
Click to proceed to the next level.

You lose.
Click to try again.

You beaten all of the Hard levels!
Click to return to the main menu.

You beaten all of the Hard levels!
Click to return to the main menu.

START

START

START

ActionScript [AS1/AS2]

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); }

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClipUses:1Used by:15
Symbol 3 GraphicUsed by:15
Symbol 4 GraphicUsed by:5 9
Symbol 5 MovieClipUses:4Used by:15
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:6Used by:8
Symbol 8 MovieClipUses:7Used by:15
Symbol 9 ButtonUses:4Used by:15
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:15
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:12Used by:15
Symbol 14 SoundUsed by:15
Symbol 15 MovieClipUses:2 3 5 8 9 11 13 14 SS1Used by:Timeline
Symbol 16 FontUsed by:17
Symbol 17 TextUses:16Used by:18
Symbol 18 MovieClipUses:17Used by:19
Symbol 19 MovieClipUses:18Used by:Timeline
Symbol 20 FontUsed by:21 22 23 25 26 29 30 36 39 40 41 44 45 49 50 53 54 55 67 70 71 75 76 136 137 148 153 156 218 219 225 227 231 283 284 287 288 316
Symbol 21 TextUses:20Used by:Timeline
Symbol 22 TextUses:20Used by:Timeline
Symbol 23 TextUses:20Used by:24
Symbol 24 MovieClipUses:23Used by:Timeline
Symbol 25 TextUses:20Used by:28
Symbol 26 TextUses:20Used by:28
Symbol 27 GraphicUsed by:28
Symbol 28 ButtonUses:25 26 27Used by:Timeline
Symbol 29 TextUses:20Used by:32
Symbol 30 TextUses:20Used by:32
Symbol 31 GraphicUsed by:32
Symbol 32 ButtonUses:29 30 31Used by:Timeline
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:33Used by:35 151
Symbol 35 MovieClipUses:34Used by:Timeline
Symbol 36 TextUses:20Used by:37
Symbol 37 MovieClipUses:36Used by:Timeline
Symbol 38 SoundUsed by:Timeline
Symbol 39 TextUses:20Used by:Timeline
Symbol 40 TextUses:20Used by:Timeline
Symbol 41 TextUses:20Used by:Timeline
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:Timeline
Symbol 44 TextUses:20Used by:47 59
Symbol 45 TextUses:20Used by:47 59
Symbol 46 GraphicUsed by:47 59
Symbol 47 ButtonUses:44 45 46Used by:Timeline
Symbol 48 GraphicUsed by:Timeline
Symbol 49 TextUses:20Used by:52 60
Symbol 50 TextUses:20Used by:52 60
Symbol 51 GraphicUsed by:52 60
Symbol 52 ButtonUses:49 50 51Used by:Timeline
Symbol 53 TextUses:20Used by:57 58
Symbol 54 TextUses:20Used by:57 58
Symbol 55 TextUses:20Used by:57 58
Symbol 56 GraphicUsed by:57 58
Symbol 57 ButtonUses:53 54 55 56Used by:Timeline
Symbol 58 ButtonUses:53 54 55 56Used by:Timeline
Symbol 59 ButtonUses:44 45 46Used by:Timeline
Symbol 60 ButtonUses:49 50 51Used by:Timeline
Symbol 61 GraphicUsed by:62
Symbol 62 MovieClipUses:61Used by:63
Symbol 63 MovieClipUses:62Used by:224 263 268  Timeline
Symbol 64 GraphicUsed by:65
Symbol 65 MovieClipUses:64Used by:66
Symbol 66 MovieClipUses:65Used by:Timeline
Symbol 67 TextUses:20Used by:69
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:67 68Used by:Timeline
Symbol 70 TextUses:20Used by:73
Symbol 71 TextUses:20Used by:73 154 229
Symbol 72 GraphicUsed by:73 154
Symbol 73 ButtonUses:70 71 72Used by:Timeline
Symbol 74 SoundUsed by:Timeline
Symbol 75 TextUses:20Used by:78 291
Symbol 76 TextUses:20Used by:78 158 233 291 297 319
Symbol 77 GraphicUsed by:78 291
Symbol 78 ButtonUses:75 76 77Used by:Timeline
Symbol 79 GraphicUsed by:80
Symbol 80 MovieClipUses:79Used by:81
Symbol 81 MovieClipUses:80Used by:Timeline
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:82Used by:84
Symbol 84 MovieClipUses:83Used by:Timeline
Symbol 85 GraphicUsed by:86
Symbol 86 MovieClipUses:85Used by:Timeline
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClipUses:87Used by:89
Symbol 89 MovieClipUses:88Used by:Timeline
Symbol 90 GraphicUsed by:92
Symbol 91 GraphicUsed by:92
Symbol 92 MovieClipUses:90 91Used by:Timeline
Symbol 93 GraphicUsed by:94
Symbol 94 MovieClipUses:93Used by:95
Symbol 95 MovieClipUses:94Used by:Timeline
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClipUses:96Used by:98
Symbol 98 MovieClipUses:97Used by:Timeline
Symbol 99 GraphicUsed by:102
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:100Used by:102
Symbol 102 MovieClipUses:99 101Used by:Timeline
Symbol 103 GraphicUsed by:105
Symbol 104 GraphicUsed by:105
Symbol 105 MovieClipUses:103 104Used by:Timeline
Symbol 106 GraphicUsed by:107
Symbol 107 MovieClipUses:106Used by:108
Symbol 108 MovieClipUses:107Used by:Timeline
Symbol 109 GraphicUsed by:110
Symbol 110 MovieClipUses:109Used by:Timeline
Symbol 111 GraphicUsed by:112
Symbol 112 MovieClipUses:111Used by:113
Symbol 113 MovieClipUses:112Used by:Timeline
Symbol 114 GraphicUsed by:115
Symbol 115 MovieClipUses:114Used by:Timeline
Symbol 116 GraphicUsed by:117
Symbol 117 MovieClipUses:116Used by:118
Symbol 118 MovieClipUses:117Used by:Timeline
Symbol 119 GraphicUsed by:120
Symbol 120 MovieClipUses:119Used by:Timeline
Symbol 121 GraphicUsed by:122
Symbol 122 MovieClipUses:121Used by:123
Symbol 123 MovieClipUses:122Used by:Timeline
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClipUses:124Used by:126
Symbol 126 MovieClipUses:125Used by:Timeline
Symbol 127 GraphicUsed by:128 292
Symbol 128 MovieClipUses:127Used by:293  Timeline
Symbol 129 GraphicUsed by:130 294
Symbol 130 MovieClipUses:129Used by:Timeline
Symbol 131 GraphicUsed by:132
Symbol 132 MovieClipUses:131Used by:Timeline
Symbol 133 GraphicUsed by:134
Symbol 134 MovieClipUses:133Used by:135
Symbol 135 MovieClipUses:134Used by:Timeline
Symbol 136 TextUses:20Used by:139 295
Symbol 137 TextUses:20Used by:139 295
Symbol 138 GraphicUsed by:139 295
Symbol 139 ButtonUses:136 137 138Used by:Timeline
Symbol 140 GraphicUsed by:141 296
Symbol 141 MovieClipUses:140Used by:Timeline
Symbol 142 GraphicUsed by:143
Symbol 143 MovieClipUses:142Used by:144
Symbol 144 MovieClipUses:143Used by:196  Timeline
Symbol 145 GraphicUsed by:147
Symbol 146 GraphicUsed by:147
Symbol 147 MovieClipUses:145 146Used by:Timeline
Symbol 148 TextUses:20Used by:150
Symbol 149 GraphicUsed by:150 226
Symbol 150 MovieClipUses:148 149Used by:Timeline
Symbol 151 MovieClipUses:34Used by:152
Symbol 152 MovieClipUses:151Used by:Timeline
Symbol 153 TextUses:20Used by:154
Symbol 154 ButtonUses:153 71 72Used by:Timeline
Symbol 155 SoundUsed by:Timeline
Symbol 156 TextUses:20Used by:158 297
Symbol 157 GraphicUsed by:158 297
Symbol 158 ButtonUses:156 76 157Used by:Timeline
Symbol 159 GraphicUsed by:161 298
Symbol 160 GraphicUsed by:161
Symbol 161 MovieClipUses:159 160Used by:Timeline
Symbol 162 GraphicUsed by:164 300
Symbol 163 GraphicUsed by:164
Symbol 164 MovieClipUses:162 163Used by:Timeline
Symbol 165 GraphicUsed by:167 301
Symbol 166 GraphicUsed by:167
Symbol 167 MovieClipUses:165 166Used by:Timeline
Symbol 168 GraphicUsed by:170 301
Symbol 169 GraphicUsed by:170
Symbol 170 MovieClipUses:168 169Used by:Timeline
Symbol 171 GraphicUsed by:172 301
Symbol 172 MovieClipUses:171Used by:Timeline
Symbol 173 GraphicUsed by:175 302
Symbol 174 GraphicUsed by:175
Symbol 175 MovieClipUses:173 174Used by:Timeline
Symbol 176 GraphicUsed by:177 302
Symbol 177 MovieClipUses:176Used by:Timeline
Symbol 178 GraphicUsed by:180 304
Symbol 179 GraphicUsed by:180
Symbol 180 MovieClipUses:178 179Used by:Timeline
Symbol 181 GraphicUsed by:182 304
Symbol 182 MovieClipUses:181Used by:Timeline
Symbol 183 GraphicUsed by:184 304
Symbol 184 MovieClipUses:183Used by:Timeline
Symbol 185 GraphicUsed by:186
Symbol 186 MovieClipUses:185Used by:Timeline
Symbol 187 GraphicUsed by:188 305
Symbol 188 MovieClipUses:187Used by:Timeline
Symbol 189 GraphicUsed by:190 306
Symbol 190 MovieClipUses:189Used by:Timeline
Symbol 191 GraphicUsed by:193 307
Symbol 192 GraphicUsed by:193
Symbol 193 MovieClipUses:191 192Used by:Timeline
Symbol 194 GraphicUsed by:195
Symbol 195 MovieClipUses:194Used by:196  Timeline
Symbol 196 MovieClipUses:144 195Used by:Timeline
Symbol 197 GraphicUsed by:198 308
Symbol 198 MovieClipUses:197Used by:Timeline
Symbol 199 ShapeTweeningUsed by:202
Symbol 200 ShapeTweeningUsed by:202
Symbol 201 GraphicUsed by:202
Symbol 202 MovieClipUses:199 200 201Used by:Timeline
Symbol 203 GraphicUsed by:204 309
Symbol 204 MovieClipUses:203Used by:Timeline
Symbol 205 GraphicUsed by:207 310
Symbol 206 GraphicUsed by:207
Symbol 207 MovieClipUses:205 206Used by:Timeline
Symbol 208 GraphicUsed by:210 310
Symbol 209 GraphicUsed by:210
Symbol 210 MovieClipUses:208 209Used by:Timeline
Symbol 211 GraphicUsed by:213 311
Symbol 212 GraphicUsed by:213
Symbol 213 MovieClipUses:211 212Used by:Timeline
Symbol 214 GraphicUsed by:215
Symbol 215 MovieClipUses:214Used by:Timeline
Symbol 216 GraphicUsed by:217 314
Symbol 217 MovieClipUses:216Used by:Timeline
Symbol 218 TextUses:20Used by:221 315
Symbol 219 TextUses:20Used by:221 315
Symbol 220 GraphicUsed by:221 315
Symbol 221 ButtonUses:218 219 220Used by:Timeline
Symbol 222 GraphicUsed by:223
Symbol 223 MovieClipUses:222Used by:224  Timeline
Symbol 224 MovieClipUses:63 223Used by:Timeline
Symbol 225 TextUses:20Used by:226
Symbol 226 MovieClipUses:225 149Used by:Timeline
Symbol 227 TextUses:20Used by:229
Symbol 228 GraphicUsed by:229
Symbol 229 ButtonUses:227 71 228Used by:Timeline
Symbol 230 SoundUsed by:Timeline
Symbol 231 TextUses:20Used by:233 319
Symbol 232 GraphicUsed by:233 319
Symbol 233 ButtonUses:231 76 232Used by:Timeline
Symbol 234 GraphicUsed by:235 320
Symbol 235 MovieClipUses:234Used by:Timeline
Symbol 236 GraphicUsed by:237 321
Symbol 237 MovieClipUses:236Used by:Timeline
Symbol 238 GraphicUsed by:239 322
Symbol 239 MovieClipUses:238Used by:Timeline
Symbol 240 GraphicUsed by:241 323
Symbol 241 MovieClipUses:240Used by:Timeline
Symbol 242 GraphicUsed by:243 324
Symbol 243 MovieClipUses:242Used by:Timeline
Symbol 244 GraphicUsed by:245 324
Symbol 245 MovieClipUses:244Used by:Timeline
Symbol 246 ShapeTweeningUsed by:251
Symbol 247 ShapeTweeningUsed by:251
Symbol 248 ShapeTweeningUsed by:251
Symbol 249 ShapeTweeningUsed by:251
Symbol 250 GraphicUsed by:251
Symbol 251 MovieClipUses:246 247 248 249 250Used by:Timeline
Symbol 252 GraphicUsed by:253 325
Symbol 253 MovieClipUses:252Used by:Timeline
Symbol 254 GraphicUsed by:255
Symbol 255 MovieClipUses:254Used by:Timeline
Symbol 256 GraphicUsed by:257 326
Symbol 257 MovieClipUses:256Used by:Timeline
Symbol 258 GraphicUsed by:259
Symbol 259 MovieClipUses:258Used by:Timeline
Symbol 260 GraphicUsed by:261 329
Symbol 261 MovieClipUses:260Used by:Timeline
Symbol 262 GraphicUsed by:263 330
Symbol 263 MovieClipUses:262 63Used by:Timeline
Symbol 264 GraphicUsed by:265 331
Symbol 265 MovieClipUses:264Used by:Timeline
Symbol 266 GraphicUsed by:268
Symbol 267 GraphicUsed by:268
Symbol 268 MovieClipUses:266 63 267Used by:Timeline
Symbol 269 GraphicUsed by:273 334
Symbol 270 GraphicUsed by:273 334
Symbol 271 GraphicUsed by:273 334
Symbol 272 GraphicUsed by:273 334
Symbol 273 MovieClipUses:269 270 271 272Used by:Timeline
Symbol 274 GraphicUsed by:275
Symbol 275 MovieClipUses:274Used by:Timeline
Symbol 276 GraphicUsed by:277 337
Symbol 277 MovieClipUses:276Used by:Timeline
Symbol 278 GraphicUsed by:279 340
Symbol 279 MovieClipUses:278Used by:Timeline
Symbol 280 GraphicUsed by:282
Symbol 281 GraphicUsed by:282
Symbol 282 MovieClipUses:280 281Used by:Timeline
Symbol 283 TextUses:20Used by:286
Symbol 284 TextUses:20Used by:286
Symbol 285 GraphicUsed by:286
Symbol 286 ButtonUses:283 284 285Used by:Timeline
Symbol 287 TextUses:20Used by:290 299
Symbol 288 TextUses:20Used by:290 299 318
Symbol 289 GraphicUsed by:290 299
Symbol 290 ButtonUses:287 288 289Used by:Timeline
Symbol 291 ButtonUses:75 76 77Used by:Timeline
Symbol 292 MovieClipUses:127Used by:Timeline
Symbol 293 MovieClipUses:128Used by:Timeline
Symbol 294 MovieClipUses:129Used by:Timeline
Symbol 295 ButtonUses:136 137 138Used by:Timeline
Symbol 296 MovieClipUses:140Used by:Timeline
Symbol 297 ButtonUses:156 76 157Used by:Timeline
Symbol 298 MovieClipUses:159Used by:Timeline
Symbol 299 ButtonUses:287 288 289Used by:Timeline
Symbol 300 MovieClipUses:162Used by:Timeline
Symbol 301 MovieClipUses:171 165 168Used by:Timeline
Symbol 302 MovieClipUses:176 173Used by:Timeline
Symbol 303 GraphicUsed by:304
Symbol 304 MovieClipUses:183 178 181 303Used by:Timeline
Symbol 305 MovieClipUses:187Used by:Timeline
Symbol 306 MovieClipUses:189Used by:Timeline
Symbol 307 MovieClipUses:191Used by:Timeline
Symbol 308 MovieClipUses:197Used by:Timeline
Symbol 309 MovieClipUses:203Used by:Timeline
Symbol 310 MovieClipUses:205 208Used by:Timeline
Symbol 311 MovieClipUses:211Used by:Timeline
Symbol 312 GraphicUsed by:313
Symbol 313 MovieClipUses:312Used by:Timeline
Symbol 314 MovieClipUses:216Used by:Timeline
Symbol 315 ButtonUses:218 219 220Used by:Timeline
Symbol 316 TextUses:20Used by:318
Symbol 317 GraphicUsed by:318
Symbol 318 ButtonUses:316 288 317Used by:Timeline
Symbol 319 ButtonUses:231 76 232Used by:Timeline
Symbol 320 MovieClipUses:234Used by:Timeline
Symbol 321 MovieClipUses:236Used by:Timeline
Symbol 322 MovieClipUses:238Used by:Timeline
Symbol 323 MovieClipUses:240Used by:Timeline
Symbol 324 MovieClipUses:242 244Used by:Timeline
Symbol 325 MovieClipUses:252Used by:Timeline
Symbol 326 MovieClipUses:256Used by:Timeline
Symbol 327 GraphicUsed by:328
Symbol 328 MovieClipUses:327Used by:Timeline
Symbol 329 MovieClipUses:260Used by:Timeline
Symbol 330 MovieClipUses:262Used by:Timeline
Symbol 331 MovieClipUses:264Used by:Timeline
Symbol 332 GraphicUsed by:333
Symbol 333 MovieClipUses:332Used by:Timeline
Symbol 334 MovieClipUses:269 270 271 272Used by:Timeline
Symbol 335 GraphicUsed by:336
Symbol 336 MovieClipUses:335Used by:Timeline
Symbol 337 MovieClipUses:276Used by:Timeline
Symbol 338 GraphicUsed by:339
Symbol 339 MovieClipUses:338Used by:Timeline
Symbol 340 MovieClipUses:278Used by:Timeline
Streaming Sound 1Used by:Symbol 15 MovieClip

Instance Names

"cursor"Frame 3Symbol 35 MovieClip
"cursor"Frame 7Symbol 35 MovieClip
"cursor"Frame 8Symbol 35 MovieClip
"cursor"Frame 10Symbol 35 MovieClip
"cursor"Frame 11Symbol 35 MovieClip
"cursor"Frame 13Symbol 35 MovieClip
"cursor"Frame 14Symbol 35 MovieClip
"cursor"Frame 16Symbol 35 MovieClip
"cursor"Frame 17Symbol 35 MovieClip
"cursor"Frame 19Symbol 35 MovieClip
"cursor"Frame 20Symbol 35 MovieClip
"cursor"Frame 22Symbol 35 MovieClip
"cursor"Frame 23Symbol 35 MovieClip
"cursor"Frame 25Symbol 35 MovieClip
"cursor"Frame 26Symbol 35 MovieClip
"cursor"Frame 28Symbol 35 MovieClip
"cursor"Frame 29Symbol 35 MovieClip
"cursor"Frame 31Symbol 35 MovieClip
"cursor"Frame 32Symbol 35 MovieClip
"cursor"Frame 34Symbol 35 MovieClip
"cursor"Frame 35Symbol 35 MovieClip
"cursor"Frame 37Symbol 35 MovieClip
"cursor"Frame 38Symbol 35 MovieClip
"cursor"Frame 40Symbol 35 MovieClip
"cursor"Frame 41Symbol 35 MovieClip
"cursor"Frame 43Symbol 35 MovieClip
"cursor"Frame 44Symbol 35 MovieClip
"cursor"Frame 46Symbol 35 MovieClip
"cursor"Frame 47Symbol 35 MovieClip
"cursor"Frame 49Symbol 35 MovieClip
"cursor"Frame 50Symbol 35 MovieClip
"cursor"Frame 52Symbol 152 MovieClip
"cursor"Frame 53Symbol 152 MovieClip
"cursor"Frame 55Symbol 152 MovieClip
"cursor"Frame 56Symbol 152 MovieClip
"cursor"Frame 58Symbol 152 MovieClip
"cursor"Frame 59Symbol 152 MovieClip
"cursor"Frame 61Symbol 152 MovieClip
"cursor"Frame 62Symbol 152 MovieClip
"cursor"Frame 64Symbol 152 MovieClip
"cursor"Frame 65Symbol 152 MovieClip
"cursor"Frame 67Symbol 152 MovieClip
"cursor"Frame 68Symbol 152 MovieClip
"cursor"Frame 70Symbol 152 MovieClip
"cursor"Frame 71Symbol 152 MovieClip
"cursor"Frame 73Symbol 152 MovieClip
"cursor"Frame 74Symbol 152 MovieClip
"cursor"Frame 76Symbol 152 MovieClip
"cursor"Frame 77Symbol 152 MovieClip
"cursor"Frame 79Symbol 152 MovieClip
"cursor"Frame 80Symbol 152 MovieClip
"cursor"Frame 82Symbol 152 MovieClip
"cursor"Frame 83Symbol 152 MovieClip
"cursor"Frame 84Symbol 35 MovieClip
"cursor"Frame 85Symbol 152 MovieClip
"cursor"Frame 86Symbol 152 MovieClip
"cursor"Frame 87Symbol 35 MovieClip
"cursor"Frame 88Symbol 152 MovieClip
"cursor"Frame 89Symbol 152 MovieClip
"cursor"Frame 90Symbol 35 MovieClip
"cursor"Frame 91Symbol 152 MovieClip
"cursor"Frame 92Symbol 152 MovieClip
"cursor"Frame 94Symbol 152 MovieClip
"cursor"Frame 95Symbol 152 MovieClip
"cursor"Frame 97Symbol 35 MovieClip
"cursor"Frame 98Symbol 35 MovieClip
"cursor"Frame 100Symbol 35 MovieClip
"cursor"Frame 101Symbol 35 MovieClip
"cursor"Frame 103Symbol 35 MovieClip
"cursor"Frame 104Symbol 35 MovieClip
"cursor"Frame 106Symbol 35 MovieClip
"cursor"Frame 107Symbol 35 MovieClip
"cursor"Frame 109Symbol 35 MovieClip
"cursor"Frame 110Symbol 35 MovieClip
"cursor"Frame 112Symbol 35 MovieClip
"cursor"Frame 113Symbol 35 MovieClip
"cursor"Frame 115Symbol 35 MovieClip
"cursor"Frame 116Symbol 35 MovieClip
"cursor"Frame 118Symbol 35 MovieClip
"cursor"Frame 119Symbol 35 MovieClip
"cursor"Frame 121Symbol 35 MovieClip
"cursor"Frame 122Symbol 35 MovieClip
"cursor"Frame 124Symbol 35 MovieClip
"cursor"Frame 125Symbol 35 MovieClip
"cursor"Frame 127Symbol 35 MovieClip
"cursor"Frame 128Symbol 35 MovieClip
"cursor"Frame 130Symbol 35 MovieClip
"cursor"Frame 131Symbol 35 MovieClip
"cursor"Frame 133Symbol 35 MovieClip
"cursor"Frame 134Symbol 35 MovieClip
"cursor"Frame 136Symbol 35 MovieClip
"cursor"Frame 137Symbol 35 MovieClip
"cursor"Frame 139Symbol 35 MovieClip
"cursor"Frame 140Symbol 35 MovieClip
"cursor"Frame 202Symbol 152 MovieClip
"cursor"Frame 245Symbol 35 MovieClip
"cursor"Frame 246Symbol 152 MovieClip
"cursor"Frame 249Symbol 35 MovieClip
"cursor"Frame 250Symbol 152 MovieClip
"cursor"Frame 253Symbol 35 MovieClip
"cursor"Frame 254Symbol 152 MovieClip
"cursor"Frame 262Symbol 35 MovieClip
"bar"Symbol 15 MovieClip Frame 1Symbol 5 MovieClip
"loadingText"Symbol 15 MovieClip Frame 1Symbol 8 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Labels

"Preloader"Frame 1
"Intro"Frame 2
"Menu"Frame 3
"Keyboard Difficulty"Frame 4
"Mouse Difficulty"Frame 5
"Keyboard Levels"Frame 6
"KE1"Frame 7
"K.Easy"Frame 7
"KE2"Frame 10
"KE3"Frame 13
"KE4"Frame 16
"KE5"Frame 19
"KE6"Frame 22
"KE7"Frame 25
"KE8"Frame 28
"KE9"Frame 31
"KE10"Frame 34
"KE11"Frame 37
"KE12"Frame 40
"KE13"Frame 43
"KE14"Frame 46
"KE15"Frame 49
"KI1"Frame 52
"KI2"Frame 55
"KI3"Frame 58
"KI4"Frame 61
"KI5"Frame 64
"KI6"Frame 67
"KI7"Frame 70
"KI8"Frame 73
"KI9"Frame 76
"KI10"Frame 79
"KI11"Frame 82
"KI12"Frame 85
"KI13"Frame 88
"KI14"Frame 91
"KI15"Frame 94
"KP1"Frame 97
"KP2"Frame 100
"KP3"Frame 103
"KP4"Frame 106
"KP5"Frame 109
"KP6"Frame 112
"KP7"Frame 115
"KP8"Frame 118
"KP"Frame 121
"KP10"Frame 124
"KP11"Frame 127
"KP12"Frame 130
"KP13"Frame 133
"KP14"Frame 136
"KP15"Frame 139
"ME1"Frame 142
"ME2"Frame 146
"ME3"Frame 150
"ME4"Frame 154
"ME5"Frame 158
"ME6"Frame 162
"ME7"Frame 166
"ME8"Frame 170
"ME9"Frame 174
"ME10"Frame 178
"ME11"Frame 182
"ME12"Frame 186
"ME13"Frame 190
"ME14"Frame 194
"ME15"Frame 198
"MI1"Frame 202
"MI2"Frame 206
"MOUSEHARD"Frame 262
"LOADED"Symbol 15 MovieClip Frame 2




http://swfchan.com/15/74577/info.shtml
Created: 7/4 -2019 01:35:55 Last modified: 7/4 -2019 01:35:55 Server time: 30/04 -2024 10:52:36