Instance of Symbol 17 MovieClip "cursor" in Frame 1 (181 B)
onClipEvent (enterFrame) {
Mouse.hide();
}
onClipEvent (mouseMove) {
setProperty(this, _x , _root._xmouse);
setProperty(this, _y , _root._ymouse);
updateAfterEvent(mouseMove);
}
Frame 2 (8 B)
stop();
Instance of Symbol 67 MovieClip "start1" in Frame 4 (98 B)
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.start1)) {
_root.gotoAndStop(5);
}
}
Instance of Symbol 62 MovieClip in Frame 5 (116 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(4);
}
}
Instance of Symbol 61 MovieClip "wall1" in Frame 5 (150 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall1)) {
_root.gotoAndStop(4);
}
}
Instance of Symbol 61 MovieClip "wall3" in Frame 5 (150 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall3)) {
_root.gotoAndStop(4);
}
}
Instance of Symbol 61 MovieClip "wall2" in Frame 5 (150 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall2)) {
_root.gotoAndStop(4);
}
}
Instance of Symbol 61 MovieClip "wall4" in Frame 5 (150 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall4)) {
_root.gotoAndStop(4);
}
}
Instance of Symbol 61 MovieClip "wall5" in Frame 5 (150 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall5)) {
_root.gotoAndStop(4);
}
}
Instance of Symbol 61 MovieClip "wall6" in Frame 5 (150 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall6)) {
_root.gotoAndStop(4);
}
}
Instance of Symbol 61 MovieClip "wall7" in Frame 5 (150 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall7)) {
_root.gotoAndStop(4);
}
}
Instance of Symbol 61 MovieClip "wall8" in Frame 5 (150 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall8)) {
_root.gotoAndStop(4);
}
}
Instance of Symbol 61 MovieClip "wall9" in Frame 5 (150 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall9)) {
_root.gotoAndStop(4);
}
}
Instance of Symbol 67 MovieClip "exit1" in Frame 5 (150 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.exit1)) {
_root.gotoAndStop(6);
}
}
Instance of Symbol 61 MovieClip "wall10" in Frame 5 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall10)) {
_root.gotoAndStop(4);
}
}
Instance of Symbol 67 MovieClip "start1" in Frame 6 (98 B)
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.start1)) {
_root.gotoAndStop(7);
}
}
Instance of Symbol 62 MovieClip in Frame 7 (116 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(6);
}
}
Instance of Symbol 61 MovieClip "wall1" in Frame 7 (150 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall1)) {
_root.gotoAndStop(6);
}
}
Instance of Symbol 61 MovieClip "wall2" in Frame 7 (150 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall2)) {
_root.gotoAndStop(6);
}
}
Instance of Symbol 85 MovieClip "target1" in Frame 7 (153 B)
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.target1)) {
_root.gotoAndStop(6);
}
}
Instance of Symbol 85 MovieClip "target2" in Frame 7 (153 B)
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.target2)) {
_root.gotoAndStop(6);
}
}
Instance of Symbol 85 MovieClip "target3" in Frame 7 (153 B)
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.target3)) {
_root.gotoAndStop(6);
}
}
Instance of Symbol 61 MovieClip "wall3" in Frame 7 (150 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall3)) {
_root.gotoAndStop(6);
}
}
Instance of Symbol 61 MovieClip "wall4" in Frame 7 (150 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall4)) {
_root.gotoAndStop(6);
}
}
Instance of Symbol 61 MovieClip "wall5" in Frame 7 (150 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall5)) {
_root.gotoAndStop(6);
}
}
Instance of Symbol 61 MovieClip "wall6" in Frame 7 (150 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall6)) {
_root.gotoAndStop(6);
}
}
Instance of Symbol 61 MovieClip "wall7" in Frame 7 (150 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall7)) {
_root.gotoAndStop(6);
}
}
Instance of Symbol 61 MovieClip "wall8" in Frame 7 (150 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall8)) {
_root.gotoAndStop(6);
}
}
Instance of Symbol 85 MovieClip "target4" in Frame 7 (153 B)
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.target4)) {
_root.gotoAndStop(6);
}
}
Instance of Symbol 89 MovieClip "wall9" in Frame 7 (150 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall9)) {
_root.gotoAndStop(6);
}
}
Instance of Symbol 92 MovieClip "wall10" in Frame 7 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall10)) {
_root.gotoAndStop(6);
}
}
Instance of Symbol 89 MovieClip "wall11" in Frame 7 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall11)) {
_root.gotoAndStop(6);
}
}
Instance of Symbol 92 MovieClip "wall16" in Frame 7 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall16)) {
_root.gotoAndStop(6);
}
}
Instance of Symbol 67 MovieClip "exit1" in Frame 7 (150 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.exit1)) {
_root.gotoAndStop(8);
}
}
Instance of Symbol 61 MovieClip "wall17" in Frame 7 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall17)) {
_root.gotoAndStop(6);
}
}
Instance of Symbol 67 MovieClip "start1" in Frame 8 (98 B)
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.start1)) {
_root.gotoAndStop(9);
}
}
Instance of Symbol 62 MovieClip in Frame 9 (116 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(8);
}
}
Instance of Symbol 67 MovieClip "exit1" in Frame 9 (98 B)
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.exit1)) {
_root.gotoAndStop(10);
}
}
Instance of Symbol 92 MovieClip "wall29" in Frame 9 (98 B)
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall29)) {
_root.gotoAndStop(8);
}
}
Instance of Symbol 89 MovieClip "wall30" in Frame 9 (98 B)
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall30)) {
_root.gotoAndStop(8);
}
}
Instance of Symbol 85 MovieClip "target1" in Frame 9 (153 B)
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.target1)) {
_root.gotoAndStop(8);
}
}
Instance of Symbol 85 MovieClip "target2" in Frame 9 (153 B)
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.target2)) {
_root.gotoAndStop(8);
}
}
Instance of Symbol 85 MovieClip "target3" in Frame 9 (153 B)
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.target3)) {
_root.gotoAndStop(8);
}
}
Instance of Symbol 85 MovieClip "target4" in Frame 9 (153 B)
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.target4)) {
_root.gotoAndStop(8);
}
}
Instance of Symbol 85 MovieClip "target5" in Frame 9 (153 B)
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.target5)) {
_root.gotoAndStop(8);
}
}
Instance of Symbol 85 MovieClip "target6" in Frame 9 (153 B)
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.target6)) {
_root.gotoAndStop(8);
}
}
Instance of Symbol 85 MovieClip "target7" in Frame 9 (153 B)
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.target7)) {
_root.gotoAndStop(8);
}
}
Instance of Symbol 85 MovieClip "target8" in Frame 9 (153 B)
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.target8)) {
_root.gotoAndStop(8);
}
}
Instance of Symbol 62 MovieClip in Frame 10 (116 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(9);
}
}
Instance of Symbol 67 MovieClip "start1" in Frame 10 (99 B)
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.start1)) {
_root.gotoAndStop(11);
}
}
Instance of Symbol 62 MovieClip in Frame 11 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(10);
}
}
Instance of Symbol 61 MovieClip "wall1" in Frame 11 (252 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall1)) {
_root.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (_root.wall13.hitTest(_root.wall1)) {
this._y = this._y - 313;
}
}
Instance of Symbol 61 MovieClip "wall2" in Frame 11 (252 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall2)) {
_root.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (_root.wall13.hitTest(_root.wall2)) {
this._y = this._y - 313;
}
}
Instance of Symbol 61 MovieClip "wall3" in Frame 11 (252 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall3)) {
_root.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (_root.wall13.hitTest(_root.wall3)) {
this._y = this._y - 313;
}
}
Instance of Symbol 89 MovieClip "wall4" in Frame 11 (252 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall4)) {
_root.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (_root.wall13.hitTest(_root.wall4)) {
this._y = this._y - 313;
}
}
Instance of Symbol 61 MovieClip "wall5" in Frame 11 (252 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall5)) {
_root.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (_root.wall13.hitTest(_root.wall5)) {
this._y = this._y - 313;
}
}
Instance of Symbol 89 MovieClip "wall6" in Frame 11 (252 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall6)) {
_root.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (_root.wall13.hitTest(_root.wall6)) {
this._y = this._y - 313;
}
}
Instance of Symbol 92 MovieClip "wall7" in Frame 11 (252 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall7)) {
_root.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (_root.wall13.hitTest(_root.wall7)) {
this._y = this._y - 313;
}
}
Instance of Symbol 61 MovieClip "wall8" in Frame 11 (252 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall8)) {
_root.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (_root.wall13.hitTest(_root.wall8)) {
this._y = this._y - 313;
}
}
Instance of Symbol 61 MovieClip "wall9" in Frame 11 (252 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall9)) {
_root.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (_root.wall13.hitTest(_root.wall9)) {
this._y = this._y - 313;
}
}
Instance of Symbol 101 MovieClip "wall10" in Frame 11 (254 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall10)) {
_root.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (_root.wall13.hitTest(_root.wall10)) {
this._y = this._y - 313;
}
}
Instance of Symbol 101 MovieClip "wall15" in Frame 11 (254 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall15)) {
_root.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (_root.wall13.hitTest(_root.wall15)) {
this._y = this._y - 313;
}
}
Instance of Symbol 101 MovieClip "wall16" in Frame 11 (254 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall16)) {
_root.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (_root.wall13.hitTest(_root.wall16)) {
this._y = this._y - 313;
}
}
Instance of Symbol 67 MovieClip "exit1" in Frame 11 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.exit1)) {
_root.gotoAndStop(12);
}
}
Instance of Symbol 61 MovieClip "wall17" in Frame 11 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall17)) {
_root.gotoAndStop(10);
}
}
Instance of Symbol 67 MovieClip "start1" in Frame 12 (99 B)
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.start1)) {
_root.gotoAndStop(13);
}
}
Instance of Symbol 62 MovieClip in Frame 13 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(12);
}
}
Instance of Symbol 92 MovieClip "wall1" in Frame 13 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall1)) {
_root.gotoAndStop(12);
}
}
Instance of Symbol 89 MovieClip "wall2" in Frame 13 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall2)) {
_root.gotoAndStop(12);
}
}
Instance of Symbol 92 MovieClip "wall3" in Frame 13 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall3)) {
_root.gotoAndStop(12);
}
}
Instance of Symbol 89 MovieClip "wall4" in Frame 13 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall4)) {
_root.gotoAndStop(12);
}
}
Instance of Symbol 89 MovieClip "wall5" in Frame 13 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall5)) {
_root.gotoAndStop(12);
}
}
Instance of Symbol 89 MovieClip "wall6" in Frame 13 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall6)) {
_root.gotoAndStop(12);
}
}
Instance of Symbol 61 MovieClip in Frame 13 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall7)) {
_root.gotoAndStop(12);
}
}
Instance of Symbol 61 MovieClip "wall8" in Frame 13 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall8)) {
_root.gotoAndStop(12);
}
}
Instance of Symbol 101 MovieClip "wall10" in Frame 13 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall10)) {
_root.gotoAndStop(12);
}
}
Instance of Symbol 61 MovieClip "wall9" in Frame 13 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall9)) {
_root.gotoAndStop(12);
}
}
Instance of Symbol 101 MovieClip "wall15" in Frame 13 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall15)) {
_root.gotoAndStop(12);
}
}
Instance of Symbol 61 MovieClip "wall16" in Frame 13 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall16)) {
_root.gotoAndStop(12);
}
}
Instance of Symbol 92 MovieClip "wall17" in Frame 13 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall17)) {
_root.gotoAndStop(12);
}
}
Instance of Symbol 61 MovieClip "wall18" in Frame 13 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall18)) {
_root.gotoAndStop(12);
}
}
Instance of Symbol 61 MovieClip "wall19" in Frame 13 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall19)) {
_root.gotoAndStop(12);
}
}
Instance of Symbol 61 MovieClip "wall20" in Frame 13 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall20)) {
_root.gotoAndStop(12);
}
}
Instance of Symbol 61 MovieClip "wall21" in Frame 13 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall21)) {
_root.gotoAndStop(12);
}
}
Instance of Symbol 61 MovieClip "wall22" in Frame 13 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall22)) {
_root.gotoAndStop(12);
}
}
Instance of Symbol 89 MovieClip "wall23" in Frame 13 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall23)) {
_root.gotoAndStop(12);
}
}
Instance of Symbol 89 MovieClip "wall24" in Frame 13 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall24)) {
_root.gotoAndStop(12);
}
}
Instance of Symbol 89 MovieClip "wall25" in Frame 13 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall25)) {
_root.gotoAndStop(12);
}
}
Instance of Symbol 89 MovieClip "wall26" in Frame 13 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall26)) {
_root.gotoAndStop(12);
}
}
Instance of Symbol 67 MovieClip "exit1" in Frame 13 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.exit1)) {
_root.gotoAndPlay(14);
}
}
Instance of Symbol 61 MovieClip "wall27" in Frame 13 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall27)) {
_root.gotoAndStop(12);
}
}
Frame 14 (18 B)
gotoAndStop (15);
Frame 15 (8 B)
stop();
Instance of Symbol 67 MovieClip "start1" in Frame 16 (99 B)
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.start1)) {
_root.gotoAndStop(17);
}
}
Instance of Symbol 62 MovieClip in Frame 17 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(16);
}
}
Instance of Symbol 61 MovieClip "wall1" in Frame 17 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall1)) {
_root.gotoAndStop(16);
}
}
Instance of Symbol 61 MovieClip "wall2" in Frame 17 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall2)) {
_root.gotoAndStop(16);
}
}
Instance of Symbol 138 MovieClip "lava1" in Frame 17 (98 B)
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.lava1)) {
_root.gotoAndStop(16);
}
}
Instance of Symbol 61 MovieClip "wall3" in Frame 17 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall3)) {
_root.gotoAndStop(16);
}
}
Instance of Symbol 61 MovieClip "wall4" in Frame 17 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall4)) {
_root.gotoAndStop(16);
}
}
Instance of Symbol 61 MovieClip "wall5" in Frame 17 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall5)) {
_root.gotoAndStop(16);
}
}
Instance of Symbol 61 MovieClip "wall6" in Frame 17 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall6)) {
_root.gotoAndStop(16);
}
}
Instance of Symbol 61 MovieClip "wall7" in Frame 17 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall7)) {
_root.gotoAndStop(16);
}
}
Instance of Symbol 61 MovieClip "wall8" in Frame 17 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall8)) {
_root.gotoAndStop(16);
}
}
Instance of Symbol 61 MovieClip "wall9" in Frame 17 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall9)) {
_root.gotoAndStop(16);
}
}
Instance of Symbol 61 MovieClip "wall10" in Frame 17 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall10)) {
_root.gotoAndStop(16);
}
}
Instance of Symbol 61 MovieClip "wall15" in Frame 17 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall15)) {
_root.gotoAndStop(16);
}
}
Instance of Symbol 61 MovieClip "wall16" in Frame 17 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall16)) {
_root.gotoAndStop(16);
}
}
Instance of Symbol 67 MovieClip "exit1" in Frame 17 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.exit1)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 140 MovieClip "stalec2" in Frame 17 (257 B)
onClipEvent (enterFrame) {
this._y = this._y + 10;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.stalec2)) {
_root.gotoAndStop(16);
}
}
onClipEvent (enterFrame) {
if (_root.stalec2.hitTest(_root.wall13)) {
this._y = this._y - 900;
}
}
Instance of Symbol 140 MovieClip "stalec1" in Frame 17 (257 B)
onClipEvent (enterFrame) {
this._y = this._y + 10;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.stalec1)) {
_root.gotoAndStop(16);
}
}
onClipEvent (enterFrame) {
if (_root.stalec1.hitTest(_root.wall13)) {
this._y = this._y - 900;
}
}
Instance of Symbol 140 MovieClip "stalec5" in Frame 17 (257 B)
onClipEvent (enterFrame) {
this._y = this._y + 10;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.stalec5)) {
_root.gotoAndStop(16);
}
}
onClipEvent (enterFrame) {
if (_root.stalec5.hitTest(_root.wall13)) {
this._y = this._y - 900;
}
}
Instance of Symbol 140 MovieClip "stalec3" in Frame 17 (257 B)
onClipEvent (enterFrame) {
this._y = this._y + 10;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.stalec3)) {
_root.gotoAndStop(16);
}
}
onClipEvent (enterFrame) {
if (_root.stalec3.hitTest(_root.wall13)) {
this._y = this._y - 900;
}
}
Frame 18 (8 B)
stop();
Instance of Symbol 67 MovieClip "start1" in Frame 18 (99 B)
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.start1)) {
_root.gotoAndStop(19);
}
}
Instance of Symbol 62 MovieClip in Frame 19 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 143 MovieClip "lava1" in Frame 19 (98 B)
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.lava1)) {
_root.gotoAndStop(16);
}
}
Instance of Symbol 61 MovieClip "wall1" in Frame 19 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall1)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 61 MovieClip "wall2" in Frame 19 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall2)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 61 MovieClip "wall3" in Frame 19 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall3)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 61 MovieClip "wall4" in Frame 19 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall4)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 61 MovieClip "wall5" in Frame 19 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall5)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 61 MovieClip "wall6" in Frame 19 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall6)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 61 MovieClip "wall7" in Frame 19 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall7)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 61 MovieClip "wall8" in Frame 19 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall8)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 61 MovieClip "wall9" in Frame 19 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall9)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 61 MovieClip "wall10" in Frame 19 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall10)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 61 MovieClip "wall15" in Frame 19 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall15)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 61 MovieClip "wall16" in Frame 19 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall16)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 61 MovieClip "wall17" in Frame 19 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall17)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 61 MovieClip "wall18" in Frame 19 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall18)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 61 MovieClip "wall19" in Frame 19 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall19)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 61 MovieClip "wall20" in Frame 19 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall20)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 61 MovieClip "wall27" in Frame 19 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall27)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 61 MovieClip "wall26" in Frame 19 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall26)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 61 MovieClip "wall21" in Frame 19 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall21)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 61 MovieClip "wall25" in Frame 19 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall25)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 61 MovieClip "wall22" in Frame 19 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall22)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 61 MovieClip "wall24" in Frame 19 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall24)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 61 MovieClip "wall23" in Frame 19 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall23)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 61 MovieClip "wall6" in Frame 19 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall6)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 61 MovieClip "wall7" in Frame 19 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall7)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 61 MovieClip "wall8" in Frame 19 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall8)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 61 MovieClip "wall9" in Frame 19 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall9)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 61 MovieClip "wall10" in Frame 19 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall10)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 61 MovieClip "wall15" in Frame 19 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall15)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 61 MovieClip "wall16" in Frame 19 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall16)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 67 MovieClip "exit1" in Frame 19 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.exit1)) {
_root.gotoAndStop(20);
}
}
Instance of Symbol 152 MovieClip "fb1" in Frame 19 (250 B)
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.fb1)) {
_root.gotoAndStop(18);
}
}
onClipEvent (enterFrame) {
if (_root.wall11.hitTest(_root.fb1)) {
this._y = this._y + 1000;
}
}
Instance of Symbol 152 MovieClip "fb2" in Frame 19 (250 B)
onClipEvent (enterFrame) {
this._y = this._y - 15;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.fb2)) {
_root.gotoAndStop(18);
}
}
onClipEvent (enterFrame) {
if (_root.wall11.hitTest(_root.fb2)) {
this._y = this._y + 1000;
}
}
Instance of Symbol 152 MovieClip "fb3" in Frame 19 (250 B)
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.fb3)) {
_root.gotoAndStop(18);
}
}
onClipEvent (enterFrame) {
if (_root.wall11.hitTest(_root.fb3)) {
this._y = this._y + 1000;
}
}
Instance of Symbol 152 MovieClip "fb4" in Frame 19 (250 B)
onClipEvent (enterFrame) {
this._y = this._y - 15;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.fb4)) {
_root.gotoAndStop(18);
}
}
onClipEvent (enterFrame) {
if (_root.wall11.hitTest(_root.fb4)) {
this._y = this._y + 1000;
}
}
Instance of Symbol 67 MovieClip "start1" in Frame 20 (99 B)
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.start1)) {
_root.gotoAndStop(21);
}
}
Instance of Symbol 61 MovieClip "wall1" in Frame 21 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall1)) {
_root.gotoAndStop(20);
}
}
Instance of Symbol 61 MovieClip "wall2" in Frame 21 (151 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall2)) {
_root.gotoAndStop(20);
}
}
Instance of Symbol 61 MovieClip "wall3" in Frame 21 (151 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall3)) {
_root.gotoAndStop(20);
}
}
Instance of Symbol 61 MovieClip "wall4" in Frame 21 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall4)) {
_root.gotoAndStop(20);
}
}
Instance of Symbol 61 MovieClip "wall14" in Frame 21 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(20);
}
}
Instance of Symbol 61 MovieClip "wall12" in Frame 21 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(20);
}
}
Instance of Symbol 61 MovieClip "wall11" in Frame 21 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(20);
}
}
Instance of Symbol 61 MovieClip "wall13" in Frame 21 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(20);
}
}
Instance of Symbol 61 MovieClip "wall5" in Frame 21 (151 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall5)) {
_root.gotoAndStop(20);
}
}
Instance of Symbol 61 MovieClip "wall6" in Frame 21 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall6)) {
_root.gotoAndStop(20);
}
}
Instance of Symbol 157 MovieClip "wall7" in Frame 21 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall7)) {
_root.gotoAndStop(20);
}
}
Instance of Symbol 157 MovieClip "wall8" in Frame 21 (151 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall8)) {
_root.gotoAndStop(20);
}
}
Instance of Symbol 61 MovieClip "wall9" in Frame 21 (151 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall9)) {
_root.gotoAndStop(20);
}
}
Instance of Symbol 157 MovieClip "wall10" in Frame 21 (152 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall10)) {
_root.gotoAndStop(20);
}
}
Instance of Symbol 157 MovieClip "wall15" in Frame 21 (152 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall15)) {
_root.gotoAndStop(20);
}
}
Instance of Symbol 61 MovieClip "wall16" in Frame 21 (152 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall16)) {
_root.gotoAndStop(20);
}
}
Instance of Symbol 157 MovieClip "wall18" in Frame 21 (152 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall18)) {
_root.gotoAndStop(20);
}
}
Instance of Symbol 157 MovieClip "wall17" in Frame 21 (152 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall17)) {
_root.gotoAndStop(20);
}
}
Instance of Symbol 67 MovieClip "exit1" in Frame 21 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.exit1)) {
_root.gotoAndStop(22);
}
}
Instance of Symbol 67 MovieClip "start1" in Frame 22 (99 B)
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.start1)) {
_root.gotoAndStop(23);
}
}
Instance of Symbol 62 MovieClip in Frame 23 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(22);
}
}
Instance of Symbol 61 MovieClip "wall13" in Frame 23 (99 B)
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall13)) {
_root.gotoAndStop(22);
}
}
Instance of Symbol 61 MovieClip "wall1" in Frame 23 (151 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall1)) {
_root.gotoAndStop(22);
}
}
Instance of Symbol 61 MovieClip "wall2" in Frame 23 (151 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall2)) {
_root.gotoAndStop(22);
}
}
Instance of Symbol 61 MovieClip "wall3" in Frame 23 (151 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall3)) {
_root.gotoAndStop(22);
}
}
Instance of Symbol 61 MovieClip "wall4" in Frame 23 (151 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall4)) {
_root.gotoAndStop(22);
}
}
Instance of Symbol 61 MovieClip "wall5" in Frame 23 (151 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall5)) {
_root.gotoAndStop(22);
}
}
Instance of Symbol 140 MovieClip "wall7" in Frame 23 (151 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall7)) {
_root.gotoAndStop(22);
}
}
Instance of Symbol 61 MovieClip "wall6" in Frame 23 (151 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall6)) {
_root.gotoAndStop(22);
}
}
Instance of Symbol 140 MovieClip "wall8" in Frame 23 (151 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall8)) {
_root.gotoAndStop(22);
}
}
Instance of Symbol 140 MovieClip "wall9" in Frame 23 (151 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall9)) {
_root.gotoAndStop(22);
}
}
Instance of Symbol 61 MovieClip "wall15" in Frame 23 (52 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
Instance of Symbol 61 MovieClip "wall10" in Frame 23 (152 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall10)) {
_root.gotoAndStop(22);
}
}
Instance of Symbol 189 MovieClip "trap1" in Frame 23 (293 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall15)) {
this.gotoAndPlay(2);
_root.wall15._y = _root.wall15._y - 1000;
}
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.trap1)) {
_root.gotoAndPlay(22);
}
}
Instance of Symbol 67 MovieClip "exit1" in Frame 23 (151 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.exit1)) {
_root.gotoAndStop(24);
}
}
Instance of Symbol 61 MovieClip "wall10" in Frame 23 (152 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall10)) {
_root.gotoAndStop(22);
}
}
Instance of Symbol 61 MovieClip "wall15" in Frame 23 (152 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall15)) {
_root.gotoAndStop(22);
}
}
Instance of Symbol 61 MovieClip "wall16" in Frame 23 (152 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall16)) {
_root.gotoAndStop(22);
}
}
Instance of Symbol 61 MovieClip "wall17" in Frame 23 (152 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall17)) {
_root.gotoAndStop(22);
}
}
Instance of Symbol 61 MovieClip "wall18" in Frame 23 (152 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall18)) {
_root.gotoAndStop(22);
}
}
Instance of Symbol 67 MovieClip "start1" in Frame 24 (99 B)
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.start1)) {
_root.gotoAndStop(25);
}
}
Instance of Symbol 61 MovieClip "wall1" in Frame 25 (151 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall1)) {
_root.gotoAndStop(22);
}
}
Instance of Symbol 61 MovieClip "wall11" in Frame 25 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(24);
}
}
Instance of Symbol 61 MovieClip "wall13" in Frame 25 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(24);
}
}
Instance of Symbol 61 MovieClip "wall14" in Frame 25 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(24);
}
}
Instance of Symbol 61 MovieClip "wall12" in Frame 25 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(24);
}
}
Instance of Symbol 61 MovieClip "wall2" in Frame 25 (151 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall1)) {
_root.gotoAndStop(24);
}
}
Instance of Symbol 61 MovieClip "wall3" in Frame 25 (151 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall3)) {
_root.gotoAndStop(24);
}
}
Instance of Symbol 192 MovieClip "stalec1" in Frame 25 (153 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.stalec1)) {
_root.gotoAndStop(24);
}
}
Instance of Symbol 192 MovieClip "stalec2" in Frame 25 (153 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.stalec2)) {
_root.gotoAndStop(24);
}
}
Instance of Symbol 157 MovieClip in Frame 25 (153 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.stalec3)) {
_root.gotoAndStop(24);
}
}
Instance of Symbol 61 MovieClip "wall4" in Frame 25 (151 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall4)) {
_root.gotoAndStop(24);
}
}
Instance of Symbol 61 MovieClip "wall5" in Frame 25 (151 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall4)) {
_root.gotoAndStop(24);
}
}
Instance of Symbol 61 MovieClip "wall6" in Frame 25 (151 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall4)) {
_root.gotoAndStop(24);
}
}
Instance of Symbol 140 MovieClip "stalec3" in Frame 25 (153 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.stalec3)) {
_root.gotoAndStop(24);
}
}
Instance of Symbol 61 MovieClip "wall7" in Frame 25 (151 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall4)) {
_root.gotoAndStop(24);
}
}
Instance of Symbol 140 MovieClip "stalec4" in Frame 25 (153 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.stalec4)) {
_root.gotoAndStop(24);
}
}
Instance of Symbol 140 MovieClip "stalec5" in Frame 25 (153 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.stalec5)) {
_root.gotoAndStop(24);
}
}
Instance of Symbol 140 MovieClip "stalec6" in Frame 25 (153 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.stalec6)) {
_root.gotoAndStop(24);
}
}
Instance of Symbol 67 MovieClip "exit1" in Frame 25 (151 B)
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.exit1)) {
_root.gotoAndPlay(26);
}
}
Frame 28 (18 B)
stop();
stop();
Instance of Symbol 67 MovieClip "start1" in Frame 29 (99 B)
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.start1)) {
_root.gotoAndStop(30);
}
}
Frame 30 (8 B)
stop();
Instance of Symbol 62 MovieClip in Frame 30 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(29);
}
}
Instance of Symbol 61 MovieClip "wall1" in Frame 30 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall1)) {
_root.gotoAndStop(29);
}
}
Instance of Symbol 61 MovieClip "wall2" in Frame 30 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall2)) {
_root.gotoAndStop(29);
}
}
Instance of Symbol 61 MovieClip "wall3" in Frame 30 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall3)) {
_root.gotoAndStop(29);
}
}
Instance of Symbol 61 MovieClip "wall4" in Frame 30 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall4)) {
_root.gotoAndStop(29);
}
}
Instance of Symbol 61 MovieClip "wall5" in Frame 30 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall1)) {
_root.gotoAndStop(29);
}
}
Instance of Symbol 61 MovieClip "wall6" in Frame 30 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall6)) {
_root.gotoAndStop(29);
}
}
Instance of Symbol 61 MovieClip "wall7" in Frame 30 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall7)) {
_root.gotoAndStop(29);
}
}
Instance of Symbol 61 MovieClip "wall8" in Frame 30 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall8)) {
_root.gotoAndStop(29);
}
}
Instance of Symbol 67 MovieClip "but1" in Frame 30 (167 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.but1)) {
_root.wall5._x = _root.wall5._x + 1000;
}
}
Instance of Symbol 61 MovieClip "wall9" in Frame 30 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall9)) {
_root.gotoAndStop(29);
}
}
Instance of Symbol 61 MovieClip "wall10" in Frame 30 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall10)) {
_root.gotoAndStop(29);
}
}
Instance of Symbol 61 MovieClip "wall15" in Frame 30 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall1)) {
_root.gotoAndStop(29);
}
}
Instance of Symbol 67 MovieClip "but2" in Frame 30 (169 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.but2)) {
_root.wall15._x = _root.wall15._x + 1000;
}
}
Instance of Symbol 67 MovieClip "exit1" in Frame 30 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.exit1)) {
_root.gotoAndStop(31);
}
}
Instance of Symbol 67 MovieClip "start1" in Frame 31 (99 B)
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.start1)) {
_root.gotoAndStop(32);
}
}
Frame 32 (18 B)
stop();
stop();
Instance of Symbol 62 MovieClip in Frame 32 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(31);
}
}
Instance of Symbol 61 MovieClip "wall1" in Frame 32 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall1)) {
_root.gotoAndStop(31);
}
}
Instance of Symbol 61 MovieClip "wall2" in Frame 32 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall2)) {
_root.gotoAndStop(31);
}
}
Instance of Symbol 61 MovieClip "wall3" in Frame 32 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall3)) {
_root.gotoAndStop(31);
}
}
Instance of Symbol 61 MovieClip "wall4" in Frame 32 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall4)) {
_root.gotoAndStop(31);
}
}
Instance of Symbol 67 MovieClip "but1" in Frame 32 (167 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.but1)) {
_root.wall5._x = _root.wall5._x + 1000;
}
}
Instance of Symbol 61 MovieClip "wall5" in Frame 32 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall5)) {
_root.gotoAndStop(31);
}
}
Instance of Symbol 67 MovieClip "but2" in Frame 32 (167 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.but2)) {
_root.wall6._x = _root.wall6._x + 1000;
}
}
Instance of Symbol 61 MovieClip "wall6" in Frame 32 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall4)) {
_root.gotoAndStop(31);
}
}
Instance of Symbol 61 MovieClip "wall7" in Frame 32 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall7)) {
_root.gotoAndStop(31);
}
}
Instance of Symbol 61 MovieClip "wall8" in Frame 32 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall8)) {
_root.gotoAndStop(31);
}
}
Instance of Symbol 61 MovieClip "wall9" in Frame 32 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall9)) {
_root.gotoAndStop(31);
}
}
Instance of Symbol 61 MovieClip "wall10" in Frame 32 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall10)) {
_root.gotoAndStop(31);
}
}
Instance of Symbol 61 MovieClip "wall15" in Frame 32 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall15)) {
_root.gotoAndStop(31);
}
}
Instance of Symbol 61 MovieClip "wall16" in Frame 32 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall16)) {
_root.gotoAndStop(31);
}
}
Instance of Symbol 61 MovieClip "wall17" in Frame 32 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall17)) {
_root.gotoAndStop(31);
}
}
Instance of Symbol 61 MovieClip "wall18" in Frame 32 (152 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall18)) {
_root.gotoAndStop(31);
}
}
Instance of Symbol 67 MovieClip "exit1" in Frame 32 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.exit1)) {
_root.gotoAndStop(33);
}
}
Instance of Symbol 67 MovieClip "start1" in Frame 33 (99 B)
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.start1)) {
_root.gotoAndStop(34);
}
}
Instance of Symbol 62 MovieClip in Frame 34 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(33);
}
}
Instance of Symbol 215 MovieClip "wood1" in Frame 34 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wood1)) {
_root.gotoAndStop(33);
}
}
Instance of Symbol 215 MovieClip "wood2" in Frame 34 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wood2)) {
_root.gotoAndStop(33);
}
}
Instance of Symbol 61 MovieClip "wall1" in Frame 34 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall1)) {
_root.gotoAndStop(33);
}
}
Instance of Symbol 61 MovieClip "wall2" in Frame 34 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall2)) {
_root.gotoAndStop(33);
}
}
Instance of Symbol 217 MovieClip "vine1" in Frame 34 (214 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.vine1)) {
gotoAndPlay (2);
_root.wall3._x = _root.wall3._x - 100;
this._x = this._x - 1000;
}
}
Instance of Symbol 61 MovieClip "wall3" in Frame 34 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall3)) {
_root.gotoAndStop(33);
}
}
Instance of Symbol 67 MovieClip "but1" in Frame 34 (188 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.wall4._x = _root.wall4._x - 10000;
}
}
Instance of Symbol 61 MovieClip "wall4" in Frame 34 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall3)) {
_root.gotoAndStop(33);
}
}
Instance of Symbol 221 MovieClip in Frame 34 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(33);
}
}
Instance of Symbol 221 MovieClip in Frame 34 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(33);
}
}
Instance of Symbol 61 MovieClip "wall5" in Frame 34 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall5)) {
_root.gotoAndStop(33);
}
}
Instance of Symbol 67 MovieClip "exit1" in Frame 34 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.exit1)) {
_root.gotoAndStop(35);
}
}
Instance of Symbol 67 MovieClip "start1" in Frame 35 (99 B)
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.start1)) {
_root.gotoAndStop(36);
}
}
Instance of Symbol 62 MovieClip in Frame 36 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(35);
}
}
Instance of Symbol 215 MovieClip "wood1" in Frame 36 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wood1)) {
_root.gotoAndStop(35);
}
}
Instance of Symbol 215 MovieClip "wood2" in Frame 36 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wood2)) {
_root.gotoAndStop(35);
}
}
Instance of Symbol 61 MovieClip "wall1" in Frame 36 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall1)) {
_root.gotoAndStop(35);
}
}
Instance of Symbol 61 MovieClip "wall2" in Frame 36 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall2)) {
_root.gotoAndStop(35);
}
}
Instance of Symbol 61 MovieClip "wall3" in Frame 36 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall3)) {
_root.gotoAndStop(35);
}
}
Instance of Symbol 61 MovieClip "wall4" in Frame 36 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall4)) {
_root.gotoAndStop(35);
}
}
Instance of Symbol 61 MovieClip "wall5" in Frame 36 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall5)) {
_root.gotoAndStop(35);
}
}
Instance of Symbol 61 MovieClip "wall6" in Frame 36 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall6)) {
_root.gotoAndStop(35);
}
}
Instance of Symbol 61 MovieClip "wall7" in Frame 36 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall7)) {
_root.gotoAndStop(35);
}
}
Instance of Symbol 61 MovieClip "wall8" in Frame 36 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall8)) {
_root.gotoAndStop(35);
}
}
Instance of Symbol 224 MovieClip in Frame 36 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(35);
}
}
Instance of Symbol 224 MovieClip in Frame 36 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(35);
}
}
Instance of Symbol 224 MovieClip in Frame 36 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(35);
}
}
Instance of Symbol 61 MovieClip "wall9" in Frame 36 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall9)) {
_root.gotoAndStop(35);
}
}
Instance of Symbol 67 MovieClip "exit1" in Frame 36 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.exit1)) {
_root.gotoAndStop(37);
}
}
Instance of Symbol 61 MovieClip "wall9" in Frame 36 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.wall9)) {
_root.gotoAndStop(35);
}
}
Instance of Symbol 67 MovieClip "start1" in Frame 37 (99 B)
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.start1)) {
_root.gotoAndStop(38);
}
}
Instance of Symbol 62 MovieClip in Frame 38 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(37);
}
}
Instance of Symbol 227 MovieClip in Frame 38 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(37);
}
}
Instance of Symbol 229 MovieClip in Frame 38 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(37);
}
}
Instance of Symbol 221 MovieClip in Frame 38 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(37);
}
}
Instance of Symbol 221 MovieClip in Frame 38 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(37);
}
}
Instance of Symbol 61 MovieClip in Frame 38 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(37);
}
}
Instance of Symbol 221 MovieClip in Frame 38 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(37);
}
}
Instance of Symbol 221 MovieClip in Frame 38 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(37);
}
}
Instance of Symbol 221 MovieClip in Frame 38 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(37);
}
}
Instance of Symbol 221 MovieClip in Frame 38 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(37);
}
}
Instance of Symbol 67 MovieClip "exit1" in Frame 38 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.exit1)) {
_root.gotoAndPlay(39);
}
}
Frame 40 (18 B)
gotoAndStop (41);
Frame 41 (8 B)
stop();
Instance of Symbol 67 MovieClip "start1" in Frame 42 (99 B)
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.start1)) {
_root.gotoAndStop(43);
}
}
Instance of Symbol 62 MovieClip in Frame 43 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(42);
}
}
Instance of Symbol 241 MovieClip in Frame 43 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(42);
}
}
Instance of Symbol 221 MovieClip in Frame 43 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(42);
}
}
Instance of Symbol 221 MovieClip in Frame 43 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(42);
}
}
Instance of Symbol 221 MovieClip in Frame 43 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(42);
}
}
Instance of Symbol 221 MovieClip in Frame 43 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(42);
}
}
Instance of Symbol 221 MovieClip in Frame 43 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(42);
}
}
Instance of Symbol 221 MovieClip in Frame 43 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(42);
}
}
Instance of Symbol 221 MovieClip in Frame 43 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(42);
}
}
Instance of Symbol 221 MovieClip in Frame 43 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(42);
}
}
Instance of Symbol 241 MovieClip in Frame 43 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(42);
}
}
Instance of Symbol 241 MovieClip in Frame 43 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(42);
}
}
Instance of Symbol 67 MovieClip "exit1" in Frame 43 (151 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.exit1)) {
_root.gotoAndStop(44);
}
}
Instance of Symbol 67 MovieClip "start1" in Frame 44 (99 B)
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.start1)) {
_root.gotoAndStop(45);
}
}
Instance of Symbol 62 MovieClip in Frame 45 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(44);
}
}
Instance of Symbol 224 MovieClip in Frame 45 (170 B)
onClipEvent (enterFrame) {
this._y = this._y - 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(44);
}
}
Instance of Symbol 61 MovieClip in Frame 45 (170 B)
onClipEvent (enterFrame) {
this._y = this._y - 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(44);
}
}
Instance of Symbol 61 MovieClip in Frame 45 (170 B)
onClipEvent (enterFrame) {
this._y = this._y - 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(44);
}
}
Instance of Symbol 224 MovieClip in Frame 45 (170 B)
onClipEvent (enterFrame) {
this._y = this._y - 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(44);
}
}
Instance of Symbol 61 MovieClip in Frame 45 (170 B)
onClipEvent (enterFrame) {
this._y = this._y - 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(44);
}
}
Instance of Symbol 224 MovieClip in Frame 45 (170 B)
onClipEvent (enterFrame) {
this._y = this._y - 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(44);
}
}
Instance of Symbol 224 MovieClip in Frame 45 (170 B)
onClipEvent (enterFrame) {
this._y = this._y - 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(44);
}
}
Instance of Symbol 243 MovieClip in Frame 45 (170 B)
onClipEvent (enterFrame) {
this._y = this._y - 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(44);
}
}
Instance of Symbol 61 MovieClip in Frame 45 (170 B)
onClipEvent (enterFrame) {
this._y = this._y - 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(44);
}
}
Instance of Symbol 61 MovieClip in Frame 45 (170 B)
onClipEvent (enterFrame) {
this._y = this._y - 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(44);
}
}
Instance of Symbol 224 MovieClip in Frame 45 (170 B)
onClipEvent (enterFrame) {
this._y = this._y - 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(44);
}
}
Instance of Symbol 224 MovieClip in Frame 45 (170 B)
onClipEvent (enterFrame) {
this._y = this._y - 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(44);
}
}
Instance of Symbol 224 MovieClip in Frame 45 (170 B)
onClipEvent (enterFrame) {
this._y = this._y - 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(44);
}
}
Instance of Symbol 224 MovieClip in Frame 45 (170 B)
onClipEvent (enterFrame) {
this._y = this._y - 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(44);
}
}
Instance of Symbol 243 MovieClip in Frame 45 (170 B)
onClipEvent (enterFrame) {
this._y = this._y - 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(44);
}
}
Instance of Symbol 61 MovieClip in Frame 45 (170 B)
onClipEvent (enterFrame) {
this._y = this._y - 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(44);
}
}
Instance of Symbol 61 MovieClip in Frame 45 (170 B)
onClipEvent (enterFrame) {
this._y = this._y - 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(44);
}
}
Instance of Symbol 229 MovieClip in Frame 45 (170 B)
onClipEvent (enterFrame) {
this._y = this._y - 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(44);
}
}
Instance of Symbol 67 MovieClip "start1" in Frame 45 (170 B)
onClipEvent (enterFrame) {
this._y = this._y - 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(46);
}
}
Instance of Symbol 61 MovieClip in Frame 45 (170 B)
onClipEvent (enterFrame) {
this._y = this._y - 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(44);
}
}
Instance of Symbol 67 MovieClip "start1" in Frame 46 (99 B)
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.start1)) {
_root.gotoAndStop(47);
}
}
Instance of Symbol 62 MovieClip in Frame 47 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(46);
}
}
Instance of Symbol 61 MovieClip in Frame 47 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(46);
}
}
Instance of Symbol 61 MovieClip in Frame 47 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(46);
}
}
Instance of Symbol 61 MovieClip in Frame 47 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(46);
}
}
Instance of Symbol 61 MovieClip in Frame 47 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(46);
}
}
Instance of Symbol 61 MovieClip in Frame 47 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(46);
}
}
Instance of Symbol 61 MovieClip in Frame 47 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(46);
}
}
Instance of Symbol 253 MovieClip in Frame 47 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(46);
}
}
Instance of Symbol 67 MovieClip "start1" in Frame 47 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 61 MovieClip in Frame 47 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(46);
}
}
Instance of Symbol 61 MovieClip in Frame 47 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(46);
}
}
Instance of Symbol 253 MovieClip in Frame 47 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(46);
}
}
Instance of Symbol 67 MovieClip "start1" in Frame 48 (99 B)
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.start1)) {
_root.gotoAndStop(49);
}
}
Instance of Symbol 62 MovieClip in Frame 49 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 256 MovieClip in Frame 49 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 256 MovieClip in Frame 49 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 256 MovieClip in Frame 49 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 261 MovieClip in Frame 49 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 261 MovieClip in Frame 49 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 261 MovieClip in Frame 49 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 261 MovieClip in Frame 49 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 263 MovieClip in Frame 49 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 263 MovieClip in Frame 49 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 256 MovieClip in Frame 49 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 256 MovieClip in Frame 49 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 256 MovieClip in Frame 49 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 261 MovieClip in Frame 49 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 261 MovieClip in Frame 49 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 263 MovieClip in Frame 49 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 263 MovieClip in Frame 49 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 67 MovieClip "start1" in Frame 49 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(50);
}
}
Instance of Symbol 67 MovieClip "start1" in Frame 50 (99 B)
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(_root.start1)) {
_root.gotoAndStop(51);
}
}
Instance of Symbol 62 MovieClip in Frame 51 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(50);
}
}
Instance of Symbol 263 MovieClip in Frame 51 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 263 MovieClip in Frame 51 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 253 MovieClip in Frame 51 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(50);
}
}
Instance of Symbol 253 MovieClip in Frame 51 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(50);
}
}
Instance of Symbol 253 MovieClip in Frame 51 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(50);
}
}
Instance of Symbol 253 MovieClip in Frame 51 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(50);
}
}
Instance of Symbol 263 MovieClip in Frame 51 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 263 MovieClip in Frame 51 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 263 MovieClip in Frame 51 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 263 MovieClip in Frame 51 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 263 MovieClip in Frame 51 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 263 MovieClip in Frame 51 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 263 MovieClip in Frame 51 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 263 MovieClip in Frame 51 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 263 MovieClip in Frame 51 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 263 MovieClip in Frame 51 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 67 MovieClip "start1" in Frame 51 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndPlay(52);
}
}
Frame 54 (8 B)
stop();
Instance of Symbol 278 MovieClip in Frame 55 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(56);
}
}
Instance of Symbol 62 MovieClip in Frame 56 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 281 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 281 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 281 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 281 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 291 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 296 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 296 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 291 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 291 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 296 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 296 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 281 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 281 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 281 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 281 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 296 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 296 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 291 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 296 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 296 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 291 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 296 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 296 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 281 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 281 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 281 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 281 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 296 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 291 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 291 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 296 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 296 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 281 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 281 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 281 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 281 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 296 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 296 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 291 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 291 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 296 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 296 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 291 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 296 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 291 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 291 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 291 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 296 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 291 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(55);
}
}
Instance of Symbol 278 MovieClip in Frame 56 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(57);
}
}
Instance of Symbol 278 MovieClip in Frame 57 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(58);
}
}
Instance of Symbol 61 MovieClip "wall12" in Frame 58 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(57);
}
}
Instance of Symbol 61 MovieClip "wall11" in Frame 58 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(57);
}
}
Instance of Symbol 61 MovieClip "wall13" in Frame 58 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(57);
}
}
Instance of Symbol 61 MovieClip "wall12" in Frame 58 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(57);
}
}
Instance of Symbol 281 MovieClip in Frame 58 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(57);
}
}
Instance of Symbol 281 MovieClip in Frame 58 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(57);
}
}
Instance of Symbol 281 MovieClip in Frame 58 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(57);
}
}
Instance of Symbol 281 MovieClip in Frame 58 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(57);
}
}
Instance of Symbol 300 MovieClip in Frame 58 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(57);
}
}
Instance of Symbol 300 MovieClip in Frame 58 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(57);
}
}
Instance of Symbol 300 MovieClip in Frame 58 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(57);
}
}
Instance of Symbol 305 MovieClip in Frame 58 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(57);
}
}
Instance of Symbol 281 MovieClip in Frame 58 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(57);
}
}
Instance of Symbol 281 MovieClip in Frame 58 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(57);
}
}
Instance of Symbol 281 MovieClip in Frame 58 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(57);
}
}
Instance of Symbol 278 MovieClip in Frame 58 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(59);
}
}
Instance of Symbol 326 MovieClip in Frame 58 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(57);
}
}
Instance of Symbol 278 MovieClip in Frame 59 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(60);
}
}
Instance of Symbol 61 MovieClip "wall14" in Frame 60 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(59);
}
}
Instance of Symbol 61 MovieClip "wall12" in Frame 60 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(59);
}
}
Instance of Symbol 61 MovieClip "wall11" in Frame 60 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(59);
}
}
Instance of Symbol 61 MovieClip "wall13" in Frame 60 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(59);
}
}
Instance of Symbol 281 MovieClip in Frame 60 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(59);
}
}
Instance of Symbol 281 MovieClip in Frame 60 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(59);
}
}
Instance of Symbol 281 MovieClip in Frame 60 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(59);
}
}
Instance of Symbol 281 MovieClip in Frame 60 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(59);
}
}
Instance of Symbol 291 MovieClip in Frame 60 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(59);
}
}
Instance of Symbol 296 MovieClip in Frame 60 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(59);
}
}
Instance of Symbol 296 MovieClip in Frame 60 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(59);
}
}
Instance of Symbol 291 MovieClip in Frame 60 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(59);
}
}
Instance of Symbol 291 MovieClip in Frame 60 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(59);
}
}
Instance of Symbol 296 MovieClip in Frame 60 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(59);
}
}
Instance of Symbol 296 MovieClip in Frame 60 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(59);
}
}
Instance of Symbol 291 MovieClip in Frame 60 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(59);
}
}
Instance of Symbol 300 MovieClip in Frame 60 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(59);
}
}
Instance of Symbol 300 MovieClip in Frame 60 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(59);
}
}
Instance of Symbol 300 MovieClip in Frame 60 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(59);
}
}
Instance of Symbol 300 MovieClip in Frame 60 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(59);
}
}
Instance of Symbol 300 MovieClip in Frame 60 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(59);
}
}
Instance of Symbol 300 MovieClip in Frame 60 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(59);
}
}
Instance of Symbol 281 MovieClip in Frame 60 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(59);
}
}
Instance of Symbol 281 MovieClip in Frame 60 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(59);
}
}
Instance of Symbol 281 MovieClip in Frame 60 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(59);
}
}
Instance of Symbol 281 MovieClip in Frame 60 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(59);
}
}
Instance of Symbol 329 MovieClip in Frame 60 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(59);
}
}
Instance of Symbol 281 MovieClip in Frame 60 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(59);
}
}
Instance of Symbol 281 MovieClip in Frame 60 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(59);
}
}
Instance of Symbol 278 MovieClip in Frame 60 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 278 MovieClip in Frame 61 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(62);
}
}
Instance of Symbol 61 MovieClip "wall14" in Frame 62 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 61 MovieClip "wall12" in Frame 62 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 61 MovieClip "wall11" in Frame 62 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 61 MovieClip "wall13" in Frame 62 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 291 MovieClip in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 291 MovieClip in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 291 MovieClip in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 291 MovieClip in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 291 MovieClip in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(59);
}
}
Instance of Symbol 296 MovieClip in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 291 MovieClip in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 296 MovieClip in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 291 MovieClip in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 291 MovieClip in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 291 MovieClip in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 329 MovieClip in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 140 MovieClip in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 281 MovieClip in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 281 MovieClip in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 281 MovieClip in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 281 MovieClip in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 281 MovieClip in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 281 MovieClip in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 281 MovieClip in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 281 MovieClip in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 351 MovieClip in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 351 MovieClip in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 351 MovieClip in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 351 MovieClip in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 351 MovieClip in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 281 MovieClip in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 291 MovieClip in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 291 MovieClip in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 291 MovieClip in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 281 MovieClip in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 281 MovieClip in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 278 MovieClip in Frame 62 (188 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.wall1._x = _root.wall1._x + 10000;
}
}
Instance of Symbol 299 MovieClip "wall1" in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(61);
}
}
Instance of Symbol 353 MovieClip in Frame 62 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(62);
}
}
Instance of Symbol 278 MovieClip in Frame 63 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(64);
}
}
Instance of Symbol 61 MovieClip "wall14" in Frame 64 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 61 MovieClip "wall12" in Frame 64 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 61 MovieClip "wall11" in Frame 64 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 61 MovieClip "wall13" in Frame 64 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 372 MovieClip in Frame 64 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 377 MovieClip in Frame 64 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 377 MovieClip in Frame 64 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 377 MovieClip in Frame 64 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 377 MovieClip in Frame 64 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 377 MovieClip in Frame 64 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 377 MovieClip in Frame 64 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 377 MovieClip in Frame 64 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 379 MovieClip in Frame 64 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(65);
}
}
Instance of Symbol 221 MovieClip in Frame 65 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 221 MovieClip in Frame 65 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 221 MovieClip in Frame 65 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 221 MovieClip in Frame 65 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 221 MovieClip in Frame 65 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 221 MovieClip in Frame 65 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 221 MovieClip in Frame 65 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 221 MovieClip in Frame 65 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 221 MovieClip in Frame 65 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 221 MovieClip in Frame 65 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 221 MovieClip in Frame 65 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 221 MovieClip in Frame 65 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 221 MovieClip in Frame 65 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 221 MovieClip in Frame 65 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 221 MovieClip in Frame 65 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 278 MovieClip in Frame 65 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(66);
}
}
Instance of Symbol 61 MovieClip "wall14" in Frame 66 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 61 MovieClip "wall12" in Frame 66 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 61 MovieClip "wall11" in Frame 66 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 61 MovieClip "wall13" in Frame 66 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 329 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 329 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 329 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 329 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 329 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 329 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 329 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 329 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 281 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 281 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 329 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 329 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 329 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 329 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 329 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 329 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 329 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 329 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 329 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 329 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 281 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 281 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 281 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 281 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 281 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 281 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 329 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 329 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 329 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 329 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 329 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 329 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 329 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 329 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 329 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 329 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 329 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 329 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 329 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 278 MovieClip in Frame 66 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(67);
}
}
Frame 69 (8 B)
stop();
Frame 70 (8 B)
stop();
Instance of Symbol 384 MovieClip in Frame 70 (308 B)
onClipEvent (mouseMove) {
Xd = _root._xmouse - _x;
Yd = _root._ymouse - _y;
radAngle = Math.atan2(Yd, Xd);
_rotation = int(((radAngle * 360) / (Math.PI*2)) + 90);
updateAfterEvent();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(71);
}
}
Instance of Symbol 61 MovieClip "wall14" in Frame 71 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(70);
}
}
Instance of Symbol 61 MovieClip "wall12" in Frame 71 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(70);
}
}
Instance of Symbol 61 MovieClip "wall11" in Frame 71 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(70);
}
}
Instance of Symbol 61 MovieClip "wall13" in Frame 71 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(70);
}
}
Instance of Symbol 415 MovieClip in Frame 71 (184 B)
onClipEvent (enterFrame) {
this._rotation = this._rotation + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(70);
}
}
Instance of Symbol 417 MovieClip "block" in Frame 71 (1.79 KiB) ●
onClipEvent (load) {
speed = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._y = this._y - speed;
speed = speed + 1;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._y = this._y + speed;
speed = speed + 1;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this._x = this._x + speed;
speed = speed + 1;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x = this._x - speed;
speed = speed + 1;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37) && (Key.isDown(39))) {
speed = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37) && (Key.isDown(38))) {
speed = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37) && (Key.isDown(40))) {
speed = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39) && (Key.isDown(38))) {
speed = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39) && (Key.isDown(40))) {
speed = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39) && (Key.isDown(37))) {
speed = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(38) && (Key.isDown(39))) {
speed = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(38) && (Key.isDown(37))) {
speed = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(38) && (Key.isDown(40))) {
speed = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (Key.isDown(39))) {
speed = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (Key.isDown(37))) {
speed = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (Key.isDown(38))) {
speed = 0;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(70);
}
}
onClipEvent (enterFrame) {
if ((speed = 10)) {
speed = speed - 1;
} else {
speed = speed + 1;
}
}
Instance of Symbol 384 MovieClip in Frame 71 (361 B)
onClipEvent (mouseMove) {
Xd = _root._xmouse - _x;
Yd = _root._ymouse - _y;
radAngle = Math.atan2(Yd, Xd);
_rotation = int(((radAngle * 360) / (Math.PI*2)) + 90);
updateAfterEvent();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 384 MovieClip in Frame 72 (308 B)
onClipEvent (mouseMove) {
Xd = _root._xmouse - _x;
Yd = _root._ymouse - _y;
radAngle = Math.atan2(Yd, Xd);
_rotation = int(((radAngle * 360) / (Math.PI*2)) + 90);
updateAfterEvent();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(73);
}
}
Instance of Symbol 61 MovieClip "wall14" in Frame 73 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
Instance of Symbol 61 MovieClip "wall12" in Frame 73 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
Instance of Symbol 61 MovieClip "wall11" in Frame 73 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
Instance of Symbol 61 MovieClip "wall13" in Frame 73 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
Instance of Symbol 420 MovieClip in Frame 73 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 73 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 73 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 73 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 73 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 73 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 73 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 73 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 422 MovieClip in Frame 73 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 422 MovieClip in Frame 73 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 422 MovieClip in Frame 73 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 422 MovieClip in Frame 73 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 73 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 73 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 73 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 73 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 422 MovieClip in Frame 73 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 422 MovieClip in Frame 73 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 424 MovieClip in Frame 73 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 73 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 73 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 73 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 73 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 422 MovieClip in Frame 73 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 422 MovieClip in Frame 73 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 422 MovieClip in Frame 73 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 422 MovieClip in Frame 73 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 415 MovieClip "eye1" in Frame 73 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 73 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 422 MovieClip in Frame 73 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(72);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 384 MovieClip in Frame 73 (365 B)
onClipEvent (mouseMove) {
Xd = _root._xmouse - _x;
Yd = _root._ymouse - _y;
radAngle = Math.atan2(Yd, Xd);
_rotation = int(((radAngle * 360) / (Math.PI*2)) + 90);
updateAfterEvent();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.eye1.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 384 MovieClip in Frame 73 (361 B)
onClipEvent (mouseMove) {
Xd = _root._xmouse - _x;
Yd = _root._ymouse - _y;
radAngle = Math.atan2(Yd, Xd);
_rotation = int(((radAngle * 360) / (Math.PI*2)) + 90);
updateAfterEvent();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(74);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 384 MovieClip in Frame 74 (308 B)
onClipEvent (mouseMove) {
Xd = _root._xmouse - _x;
Yd = _root._ymouse - _y;
radAngle = Math.atan2(Yd, Xd);
_rotation = int(((radAngle * 360) / (Math.PI*2)) + 90);
updateAfterEvent();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(75);
}
}
Instance of Symbol 62 MovieClip in Frame 75 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(74);
}
}
Instance of Symbol 420 MovieClip in Frame 75 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(74);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 75 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(74);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 75 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(74);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 75 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(74);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 75 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(74);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 75 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(74);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 75 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(74);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 75 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(74);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 75 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(74);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 75 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(74);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 75 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(74);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 75 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(74);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 75 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(74);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 75 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(74);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 75 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(74);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 75 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(74);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 415 MovieClip in Frame 75 (185 B)
onClipEvent (enterFrame) {
this._rotation = this._rotation + 90;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(74);
}
}
Instance of Symbol 420 MovieClip in Frame 75 (215 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.wall1._x = _root.wall1._x + 1000;
this._x = this._x + 1000;
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip "wall1" in Frame 75 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(74);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 422 MovieClip in Frame 75 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(74);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 422 MovieClip in Frame 75 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(74);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 424 MovieClip in Frame 75 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(74);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 384 MovieClip in Frame 75 (361 B)
onClipEvent (mouseMove) {
Xd = _root._xmouse - _x;
Yd = _root._ymouse - _y;
radAngle = Math.atan2(Yd, Xd);
_rotation = int(((radAngle * 360) / (Math.PI*2)) + 90);
updateAfterEvent();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(76);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 384 MovieClip in Frame 76 (308 B)
onClipEvent (mouseMove) {
Xd = _root._xmouse - _x;
Yd = _root._ymouse - _y;
radAngle = Math.atan2(Yd, Xd);
_rotation = int(((radAngle * 360) / (Math.PI*2)) + 90);
updateAfterEvent();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(77);
}
}
Instance of Symbol 62 MovieClip in Frame 77 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(76);
}
}
Instance of Symbol 428 MovieClip in Frame 77 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(76);
}
}
Instance of Symbol 61 MovieClip in Frame 77 (184 B)
onClipEvent (enterFrame) {
this._rotation = this._rotation + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(76);
}
}
Instance of Symbol 431 MovieClip in Frame 77 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
Instance of Symbol 61 MovieClip in Frame 77 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(76);
}
}
Instance of Symbol 61 MovieClip in Frame 77 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(76);
}
}
Instance of Symbol 61 MovieClip in Frame 77 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(76);
}
}
Instance of Symbol 61 MovieClip in Frame 77 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(76);
}
}
Instance of Symbol 61 MovieClip in Frame 77 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(76);
}
}
Instance of Symbol 61 MovieClip in Frame 77 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(76);
}
}
Instance of Symbol 422 MovieClip in Frame 77 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(76);
}
}
Instance of Symbol 384 MovieClip in Frame 78 (308 B)
onClipEvent (mouseMove) {
Xd = _root._xmouse - _x;
Yd = _root._ymouse - _y;
radAngle = Math.atan2(Yd, Xd);
_rotation = int(((radAngle * 360) / (Math.PI*2)) + 90);
updateAfterEvent();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(79);
}
}
Instance of Symbol 62 MovieClip in Frame 79 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
Instance of Symbol 420 MovieClip in Frame 79 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 79 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 79 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 79 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 417 MovieClip "block" in Frame 79 (1.79 KiB) ●
onClipEvent (load) {
speed = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._y = this._y - speed;
speed = speed + 1;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._y = this._y + speed;
speed = speed + 1;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this._x = this._x + speed;
speed = speed + 1;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x = this._x - speed;
speed = speed + 1;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37) && (Key.isDown(39))) {
speed = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37) && (Key.isDown(38))) {
speed = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37) && (Key.isDown(40))) {
speed = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39) && (Key.isDown(38))) {
speed = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39) && (Key.isDown(40))) {
speed = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39) && (Key.isDown(37))) {
speed = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(38) && (Key.isDown(39))) {
speed = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(38) && (Key.isDown(37))) {
speed = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(38) && (Key.isDown(40))) {
speed = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (Key.isDown(39))) {
speed = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (Key.isDown(37))) {
speed = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (Key.isDown(38))) {
speed = 0;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
if ((speed = 10)) {
speed = speed - 1;
} else {
speed = speed + 1;
}
}
Instance of Symbol 420 MovieClip in Frame 79 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 79 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 422 MovieClip in Frame 79 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 79 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 79 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 79 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 79 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 79 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 79 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 79 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 79 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 79 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 79 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 435 MovieClip in Frame 79 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(80);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 439 MovieClip "goo1" in Frame 80 (290 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(81);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor2._x, _root.cursor2._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 442 MovieClip "cursor2" in Frame 80 (52 B)
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 415 MovieClip "eye1" in Frame 81 (184 B)
onClipEvent (enterFrame) {
this._rotation = this._rotation + 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
Instance of Symbol 420 MovieClip in Frame 81 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 81 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 422 MovieClip in Frame 81 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 422 MovieClip in Frame 81 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 422 MovieClip in Frame 81 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 422 MovieClip in Frame 81 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 81 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 81 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 81 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 81 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 81 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 81 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 81 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 81 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 81 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 81 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 81 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 81 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 81 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 81 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 81 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Frame 81 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 444 MovieClip in Frame 81 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
Instance of Symbol 384 MovieClip in Frame 81 (361 B)
onClipEvent (mouseMove) {
Xd = _root._xmouse - _x;
Yd = _root._ymouse - _y;
radAngle = Math.atan2(Yd, Xd);
_rotation = int(((radAngle * 360) / (Math.PI*2)) + 90);
updateAfterEvent();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(76);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Frame 84 (8 B)
stop();
Instance of Symbol 463 MovieClip in Frame 85 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(86);
}
}
Instance of Symbol 62 MovieClip in Frame 86 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(85);
}
}
Instance of Symbol 466 MovieClip in Frame 86 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(85);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 86 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(85);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 86 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(85);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 86 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(85);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 86 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(85);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 86 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(85);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 86 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(85);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 86 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(85);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 86 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(85);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 86 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(85);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 86 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(85);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 86 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(85);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 86 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(85);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 86 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(85);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 86 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(85);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 86 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(85);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 86 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(85);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 86 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(85);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 86 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(85);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 86 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(85);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 86 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(85);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 86 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(85);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 463 MovieClip in Frame 86 (170 B)
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(87);
}
}
Instance of Symbol 463 MovieClip in Frame 87 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(88);
}
}
Instance of Symbol 62 MovieClip in Frame 88 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(87);
}
}
Instance of Symbol 466 MovieClip in Frame 88 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(87);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 88 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(87);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 88 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(87);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 88 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(87);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 470 MovieClip in Frame 88 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(87);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 470 MovieClip in Frame 88 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(87);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 470 MovieClip in Frame 88 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(87);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 88 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(87);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 88 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(87);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 88 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(87);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 88 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(87);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 476 MovieClip "thunder1" in Frame 88 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(87);
}
}
Instance of Symbol 470 MovieClip in Frame 88 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(87);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 470 MovieClip in Frame 88 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(87);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 88 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(87);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 88 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(87);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 88 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(87);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 463 MovieClip in Frame 88 (207 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.thunder1.gotoAndPlay(18);
this._x = this._x + 1000;
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 463 MovieClip in Frame 88 (206 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.thunder1.gotoAndPlay(1);
this._x = this._x + 1000;
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 88 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(87);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip "wall1" in Frame 88 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(87);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 463 MovieClip in Frame 88 (215 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.wall1._x = _root.wall1._x + 1000;
this._x = this._x + 1000;
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 463 MovieClip in Frame 88 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(89);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 463 MovieClip in Frame 89 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(90);
}
}
Instance of Symbol 62 MovieClip in Frame 90 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(89);
}
}
Instance of Symbol 466 MovieClip in Frame 90 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(89);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 90 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(89);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 90 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(89);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 90 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(89);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 90 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(89);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 90 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(89);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 90 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(89);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 90 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(89);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 90 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(89);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 90 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(89);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 90 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(89);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 90 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(89);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 463 MovieClip in Frame 90 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(91);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 496 MovieClip in Frame 90 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(89);
}
}
Instance of Symbol 502 MovieClip in Frame 90 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(89);
}
}
Instance of Symbol 463 MovieClip in Frame 91 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(92);
}
}
Instance of Symbol 62 MovieClip in Frame 92 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(91);
}
}
Instance of Symbol 466 MovieClip in Frame 92 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(91);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 92 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(91);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 92 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(91);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip "wall1" in Frame 92 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(91);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 463 MovieClip in Frame 92 (215 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.wall1._x = _root.wall1._x + 1000;
this._x = this._x + 1000;
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip "wall2" in Frame 92 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(91);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 463 MovieClip in Frame 92 (215 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.wall2._x = _root.wall2._x + 1000;
this._x = this._x + 1000;
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 92 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(91);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 92 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(91);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 509 MovieClip in Frame 92 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(91);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 92 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(91);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 92 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(91);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 509 MovieClip in Frame 92 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(91);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 92 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(91);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 92 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(91);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 92 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(91);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 92 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(91);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 512 MovieClip in Frame 92 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(91);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 512 MovieClip in Frame 92 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(91);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 514 MovieClip in Frame 92 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 463 MovieClip in Frame 93 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(94);
}
}
Instance of Symbol 62 MovieClip in Frame 94 (117 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
Instance of Symbol 466 MovieClip in Frame 94 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 94 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 94 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 519 MovieClip in Frame 94 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 519 MovieClip in Frame 94 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 519 MovieClip in Frame 94 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 94 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 94 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 94 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 94 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 94 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 94 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 509 MovieClip in Frame 94 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 509 MovieClip in Frame 94 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 509 MovieClip in Frame 94 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 509 MovieClip in Frame 94 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 519 MovieClip in Frame 94 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 519 MovieClip in Frame 94 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 519 MovieClip in Frame 94 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 94 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 94 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 94 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 519 MovieClip in Frame 94 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 94 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 521 MovieClip in Frame 94 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(95);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 524 MovieClip in Frame 95 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 526 MovieClip in Frame 95 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 545 MovieClip in Frame 95 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 545 MovieClip in Frame 95 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 545 MovieClip in Frame 95 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 545 MovieClip in Frame 95 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 463 MovieClip in Frame 95 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(96);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 466 MovieClip in Frame 96 (250 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._y = this._y + 5;
}
}
Instance of Symbol 466 MovieClip in Frame 96 (250 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._y = this._y + 5;
}
}
Instance of Symbol 466 MovieClip in Frame 96 (250 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._y = this._y + 5;
}
}
Instance of Symbol 466 MovieClip in Frame 96 (250 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._y = this._y + 5;
}
}
Instance of Symbol 466 MovieClip in Frame 96 (250 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._y = this._y + 5;
}
}
Instance of Symbol 466 MovieClip in Frame 96 (250 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._y = this._y + 5;
}
}
Instance of Symbol 466 MovieClip in Frame 96 (250 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._y = this._y + 5;
}
}
Instance of Symbol 466 MovieClip in Frame 96 (250 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._y = this._y + 5;
}
}
Instance of Symbol 466 MovieClip in Frame 96 (250 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._y = this._y + 5;
}
}
Instance of Symbol 466 MovieClip in Frame 96 (250 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._y = this._y + 5;
}
}
Instance of Symbol 466 MovieClip in Frame 96 (250 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._y = this._y + 5;
}
}
Instance of Symbol 519 MovieClip in Frame 96 (250 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._y = this._y + 5;
}
}
Instance of Symbol 519 MovieClip in Frame 96 (250 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._y = this._y + 5;
}
}
Instance of Symbol 466 MovieClip in Frame 96 (250 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._y = this._y + 5;
}
}
Instance of Symbol 466 MovieClip in Frame 96 (250 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._y = this._y + 5;
}
}
Instance of Symbol 466 MovieClip in Frame 96 (250 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._y = this._y + 5;
}
}
Instance of Symbol 466 MovieClip in Frame 96 (250 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._y = this._y + 5;
}
}
Instance of Symbol 466 MovieClip in Frame 96 (250 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._y = this._y + 5;
}
}
Instance of Symbol 466 MovieClip in Frame 96 (250 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._y = this._y + 5;
}
}
Instance of Symbol 466 MovieClip in Frame 96 (250 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._y = this._y + 5;
}
}
Instance of Symbol 466 MovieClip in Frame 96 (250 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._y = this._y + 5;
}
}
Instance of Symbol 466 MovieClip in Frame 96 (250 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._y = this._y + 5;
}
}
Instance of Symbol 519 MovieClip in Frame 96 (250 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._y = this._y + 5;
}
}
Instance of Symbol 519 MovieClip in Frame 96 (250 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._y = this._y + 5;
}
}
Instance of Symbol 519 MovieClip in Frame 96 (250 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._y = this._y + 5;
}
}
Instance of Symbol 519 MovieClip in Frame 96 (250 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._y = this._y + 5;
}
}
Instance of Symbol 466 MovieClip in Frame 96 (250 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._y = this._y + 5;
}
}
Instance of Symbol 466 MovieClip in Frame 96 (250 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._y = this._y + 5;
}
}
Instance of Symbol 463 MovieClip in Frame 96 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndPlay(97);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 519 MovieClip in Frame 96 (250 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(93);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._y = this._y + 5;
}
}
Frame 99 (8 B)
stop();
Instance of Symbol 577 MovieClip in Frame 100 (118 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(101);
}
}
Instance of Symbol 62 MovieClip in Frame 101 (118 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(100);
}
}
Instance of Symbol 653 MovieClip in Frame 101 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(100);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 101 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(100);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 101 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(100);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 101 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(100);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 658 MovieClip in Frame 101 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(100);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 101 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(100);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 101 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(100);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 101 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(100);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 101 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(100);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 658 MovieClip in Frame 101 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(100);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 658 MovieClip in Frame 101 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(100);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 658 MovieClip in Frame 101 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(100);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 101 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(100);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 101 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(100);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 101 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(100);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 101 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(100);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 662 MovieClip in Frame 101 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(100);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 662 MovieClip in Frame 101 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(100);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 577 MovieClip in Frame 101 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(102);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 577 MovieClip in Frame 102 (118 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(103);
}
}
Instance of Symbol 62 MovieClip in Frame 103 (118 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(102);
}
}
Instance of Symbol 653 MovieClip in Frame 103 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(102);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 103 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(102);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 103 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(102);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 103 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(102);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 103 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(102);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 103 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(102);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 662 MovieClip in Frame 103 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(102);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 662 MovieClip in Frame 103 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(102);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 652 MovieClip in Frame 103 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(102);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 652 MovieClip in Frame 103 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(102);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 652 MovieClip in Frame 103 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(102);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 652 MovieClip in Frame 103 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(102);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 652 MovieClip in Frame 103 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(102);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 652 MovieClip in Frame 103 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(102);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 103 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(102);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 103 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(102);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 103 (195 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(102);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
this._x = this._x - 1;
}
Instance of Symbol 653 MovieClip in Frame 103 (195 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(102);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
this._x = this._x + 1;
}
Instance of Symbol 669 MovieClip in Frame 103 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(102);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 670 MovieClip in Frame 103 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(102);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 103 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(102);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 103 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(102);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 103 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(102);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 103 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(102);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 103 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(102);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 103 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(102);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 577 MovieClip in Frame 103 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(104);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 577 MovieClip in Frame 104 (118 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(105);
}
}
Instance of Symbol 62 MovieClip in Frame 105 (118 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(104);
}
}
Instance of Symbol 678 MovieClip in Frame 105 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(104);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 652 MovieClip in Frame 105 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(104);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 105 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(104);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 105 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(104);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 652 MovieClip in Frame 105 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(104);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 652 MovieClip in Frame 105 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(104);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 652 MovieClip in Frame 105 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(104);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 105 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(104);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 105 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(104);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 105 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(104);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 105 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(104);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 105 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(104);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 105 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(104);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 105 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(104);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 105 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(104);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 681 MovieClip in Frame 105 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(104);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 682 MovieClip in Frame 105 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(104);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 681 MovieClip in Frame 105 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(104);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 682 MovieClip in Frame 105 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(104);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 681 MovieClip in Frame 105 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(104);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 682 MovieClip in Frame 105 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(104);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 681 MovieClip in Frame 105 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(104);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 682 MovieClip in Frame 105 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(104);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 105 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(100);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 105 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(100);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 105 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(100);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 105 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(100);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 577 MovieClip in Frame 106 (118 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(107);
}
}
Instance of Symbol 62 MovieClip in Frame 107 (118 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(106);
}
}
Instance of Symbol 653 MovieClip in Frame 107 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(106);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 107 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(106);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 107 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(106);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 107 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(106);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 107 (195 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(106);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
this._x = this._x + 1;
}
Instance of Symbol 653 MovieClip in Frame 107 (195 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(106);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
this._x = this._x - 1;
}
Instance of Symbol 653 MovieClip in Frame 107 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(106);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 107 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(106);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 107 (195 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(106);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
this._x = this._x - 1;
}
Instance of Symbol 653 MovieClip in Frame 107 (195 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(106);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
this._x = this._x + 1;
}
Instance of Symbol 681 MovieClip in Frame 107 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(106);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 682 MovieClip in Frame 107 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(106);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 681 MovieClip in Frame 107 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(106);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 682 MovieClip in Frame 107 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(106);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 689 MovieClip in Frame 107 (118 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(106);
}
}
Instance of Symbol 692 MovieClip in Frame 107 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 577 MovieClip in Frame 108 (118 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(109);
}
}
Instance of Symbol 62 MovieClip in Frame 109 (118 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
Instance of Symbol 653 MovieClip in Frame 109 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 109 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 109 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 109 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 658 MovieClip in Frame 109 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 700 MovieClip in Frame 109 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
}
Instance of Symbol 700 MovieClip in Frame 109 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
}
Instance of Symbol 700 MovieClip in Frame 109 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
}
Instance of Symbol 700 MovieClip in Frame 109 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
}
Instance of Symbol 700 MovieClip in Frame 109 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
}
Instance of Symbol 700 MovieClip in Frame 109 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
}
Instance of Symbol 700 MovieClip in Frame 109 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
}
Instance of Symbol 700 MovieClip in Frame 109 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
}
Instance of Symbol 700 MovieClip in Frame 109 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
}
Instance of Symbol 700 MovieClip in Frame 109 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
}
Instance of Symbol 700 MovieClip in Frame 109 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
}
Instance of Symbol 700 MovieClip in Frame 109 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
}
Instance of Symbol 700 MovieClip in Frame 109 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
}
Instance of Symbol 700 MovieClip in Frame 109 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
}
Instance of Symbol 700 MovieClip in Frame 109 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
}
Instance of Symbol 700 MovieClip in Frame 109 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
}
Instance of Symbol 653 MovieClip in Frame 109 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 109 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 109 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 653 MovieClip in Frame 109 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 658 MovieClip in Frame 109 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 658 MovieClip in Frame 109 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 670 MovieClip in Frame 109 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 669 MovieClip in Frame 109 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 710 MovieClip in Frame 109 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(110);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 734 MovieClip in Frame 110 (118 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
Instance of Symbol 688 MovieClip in Frame 110 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 688 MovieClip in Frame 110 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 688 MovieClip in Frame 110 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 688 MovieClip in Frame 110 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 688 MovieClip in Frame 110 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 688 MovieClip in Frame 110 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 688 MovieClip in Frame 110 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 688 MovieClip in Frame 110 (171 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 4;
}
Instance of Symbol 577 MovieClip in Frame 110 (118 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(111);
}
}
Instance of Symbol 754 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 754 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 754 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 754 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 754 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 754 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 757 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(108);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Instance of Symbol 577 MovieClip in Frame 111 (172 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(112);
}
}
onClipEvent (enterFrame) {
this._y = this._y - 10;
}
Frame 112 (8 B)
stop();
Symbol 8 Button (31 B)
on (release) {
_root.play();
}
Symbol 9 MovieClip Frame 1 (200 B)
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop ("loaded");
}
Symbol 9 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 29 Button (30 B)
on (release) {
prevFrame();
}
Symbol 30 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 21 MovieClip in Symbol 30 MovieClip Frame 1 (416 B)
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
dragging = true;
}
}
onClipEvent (enterFrame) {
if (dragging && (_parent.hitRange.hitTest(_root._xmouse, _root._ymouse, false))) {
_x = (_parent._xmouse - 10);
_root.all.setVolume((_x + 62) / 0.55);
}
}
onClipEvent (mouseUp) {
dragging = false;
}
onClipEvent (load) {
dragging = false;
_root.all = new Sound();
}
Symbol 43 Button (34 B)
on (release) {
gotoAndStop (4);
}
Symbol 47 Button (34 B)
on (release) {
gotoAndStop (3);
}
Symbol 51 Button (35 B)
on (release) {
gotoAndPlay (97);
}
Symbol 59 Button (34 B)
on (release) {
gotoAndStop (2);
}
Symbol 122 Button (35 B)
on (release) {
gotoAndStop (16);
}
Symbol 124 Button (35 B)
on (release) {
gotoAndStop (18);
}
Symbol 125 Button (35 B)
on (release) {
gotoAndStop (20);
}
Symbol 126 Button (35 B)
on (release) {
gotoAndStop (22);
}
Symbol 127 Button (35 B)
on (release) {
gotoAndStop (24);
}
Symbol 128 Button (34 B)
on (release) {
gotoAndStop (6);
}
Symbol 129 Button (34 B)
on (release) {
gotoAndStop (8);
}
Symbol 130 Button (35 B)
on (release) {
gotoAndStop (10);
}
Symbol 131 Button (35 B)
on (release) {
gotoAndStop (12);
}
Symbol 138 MovieClip Frame 1130 (8 B)
stop();
Symbol 143 MovieClip Frame 555 (8 B)
stop();
Symbol 189 MovieClip Frame 1 (8 B)
stop();
Symbol 196 Button (35 B)
on (release) {
gotoAndStop (29);
}
Symbol 197 Button (35 B)
on (release) {
gotoAndStop (31);
}
Symbol 198 Button (35 B)
on (release) {
gotoAndStop (33);
}
Symbol 199 Button (35 B)
on (release) {
gotoAndStop (35);
}
Symbol 200 Button (35 B)
on (release) {
gotoAndStop (37);
}
Symbol 231 Button (35 B)
on (release) {
gotoAndStop (42);
}
Symbol 232 Button (35 B)
on (release) {
gotoAndStop (44);
}
Symbol 233 Button (35 B)
on (release) {
gotoAndStop (46);
}
Symbol 234 Button (35 B)
on (release) {
gotoAndStop (48);
}
Symbol 235 Button (35 B)
on (release) {
gotoAndStop (50);
}
Symbol 269 Button (35 B)
on (release) {
gotoAndStop (55);
}
Symbol 270 Button (35 B)
on (release) {
gotoAndStop (57);
}
Symbol 271 Button (35 B)
on (release) {
gotoAndStop (59);
}
Symbol 272 Button (35 B)
on (release) {
gotoAndStop (61);
}
Symbol 273 Button (35 B)
on (release) {
gotoAndStop (63);
}
Instance of Symbol 384 MovieClip in Symbol 385 MovieClip Frame 1 (190 B)
onClipEvent (mouseMove) {
Xd = _root._xmouse - _x;
Yd = _root._ymouse - _y;
radAngle = Math.atan2(Yd, Xd);
_rotation = int(((radAngle * 360) / (Math.PI*2)) + 90);
updateAfterEvent();
}
Symbol 386 Button (35 B)
on (release) {
gotoAndStop (70);
}
Symbol 387 Button (35 B)
on (release) {
gotoAndStop (72);
}
Symbol 388 Button (35 B)
on (release) {
gotoAndStop (74);
}
Symbol 389 Button (35 B)
on (release) {
gotoAndStop (76);
}
Symbol 390 Button (35 B)
on (release) {
gotoAndStop (78);
}
Symbol 415 MovieClip Frame 1 (8 B)
stop();
Symbol 415 MovieClip Frame 32 (8 B)
stop();
Instance of Symbol 420 MovieClip in Symbol 437 MovieClip Frame 1 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Symbol 437 MovieClip Frame 1 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Symbol 437 MovieClip Frame 1 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Symbol 437 MovieClip Frame 1 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Symbol 437 MovieClip Frame 1 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Instance of Symbol 420 MovieClip in Symbol 437 MovieClip Frame 1 (170 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.gotoAndStop(78);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 3;
}
Symbol 442 MovieClip Frame 140 (23 B)
_root.gotoAndStop(78);
Symbol 447 Button (35 B)
on (release) {
gotoAndStop (85);
}
Symbol 448 Button (35 B)
on (release) {
gotoAndStop (87);
}
Symbol 449 Button (35 B)
on (release) {
gotoAndStop (89);
}
Symbol 450 Button (35 B)
on (release) {
gotoAndStop (91);
}
Symbol 451 Button (35 B)
on (release) {
gotoAndStop (93);
}
Symbol 476 MovieClip Frame 17 (8 B)
stop();
Symbol 476 MovieClip Frame 34 (8 B)
stop();
Symbol 485 MovieClip Frame 12 (8 B)
stop();
Symbol 562 Button (36 B)
on (release) {
gotoAndStop (100);
}
Symbol 563 Button (36 B)
on (release) {
gotoAndStop (102);
}
Symbol 564 Button (36 B)
on (release) {
gotoAndStop (104);
}
Symbol 565 Button (36 B)
on (release) {
gotoAndStop (106);
}
Symbol 566 Button (36 B)
on (release) {
gotoAndStop (108);
}
Symbol 678 MovieClip Frame 184 (19 B)
gotoAndStop (120);
Symbol 762 MovieClip Frame 448 (8 B)
stop();