Frame 1
my_cm = new ContextMenu(menuHandler);
my_cm.hideBuiltInItems();
_root.menu = my_cm;
stop();
Instance of Symbol 37 MovieClip "player" in Frame 2
onClipEvent (load) {
power = 6;
radius = 12;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x - power);
play();
}
if (Key.isDown(39)) {
_x = (_x + power);
play();
}
if (Key.isDown(38)) {
_y = (_y - power);
play();
}
if (Key.isDown(40)) {
_y = (_y + power);
play();
}
while (!_root.wall.hitTest(_x, _y + radius, true)) {
_y = (_y-1);
}
while (!_root.wall.hitTest(_x, _y - radius, true)) {
_y = (_y+1);
}
while (!_root.wall.hitTest(_x - radius, _y, true)) {
_x = (_x+1);
}
while (!_root.wall.hitTest(_x + radius, _y, true)) {
_x = (_x-1);
}
}
Instance of Symbol 40 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 40 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 40 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 40 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 41 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 42 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 42 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 41 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 41 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 44 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.nextFrame();
}
}
Instance of Symbol 41 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 41 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 40 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 44 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.nextFrame();
}
}
Instance of Symbol 41 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 41 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 41 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 41 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 42 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 42 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 42 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 41 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 41 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 44 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.nextFrame();
}
}
Instance of Symbol 41 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 41 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 48 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 48 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 48 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 41 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 48 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 48 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 48 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 48 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 40 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 41 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 49 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 42 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 42 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 49 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 49 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 42 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 48 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 48 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 48 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 48 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 48 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 48 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 48 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 42 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 42 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 49 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 49 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 42 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 42 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 48 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 48 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 48 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 41 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 58 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 58 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 41 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 48 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 41 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 48 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 48 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 41 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 48 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 48 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 42 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 48 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 48 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 48 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 48 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 41 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 48 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 48 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 48 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 48 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 48 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 41 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 41 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 48 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 48 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 48 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 40 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 41 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 49 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 42 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 42 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 49 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 49 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 42 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 48 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 48 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 40 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 48 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 49 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 42 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 49 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 42 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 48 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 59 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 59 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 40 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 49 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 42 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 42 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 49 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 49 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 42 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 40 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 40 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 40 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 40 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 48 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 59 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 59 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 59 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 59 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 40 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 49 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 49 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 49 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 40 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 40 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 40 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 40 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 42 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 59 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 42 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 42 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 42 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 42 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 59 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 41 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 40 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 42 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 49 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 49 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 41 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 48 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 48 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 51 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 59 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 49 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 40;
_root.player._y = 40;
}
}
Instance of Symbol 40 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 49 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 49 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 59 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 40 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 40 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 40 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 40 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 40 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 40 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 40 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 40 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 49 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 51 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 41 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Instance of Symbol 41 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = 500;
_root.player._y = 350;
}
}
Symbol 10 Button
on (release) {
nextFrame();
}
Symbol 12 Button
on (release) {
if (_root.pass == "egg") {
gotoAndStop (2);
} else if (_root.pass == "fun") {
gotoAndStop (3);
} else if (_root.pass == "joker") {
gotoAndStop (4);
} else if (_root.pass == "wild") {
gotoAndStop (5);
} else if (_root.pass == "doh") {
gotoAndStop (6);
} else if (_root.pass == "beast") {
gotoAndStop (7);
} else if (_root.pass == "woot") {
gotoAndStop (8);
} else if (_root.pass == "fly") {
gotoAndStop (9);
} else if (_root.pass == "irritate") {
gotoAndStop (10);
} else if (_root.pass == "lasers") {
gotoAndStop (11);
} else if (_root.pass == "junk") {
gotoAndStop (12);
} else if (_root.pass == "lagging") {
gotoAndStop (13);
} else if (_root.pass == "unlucky") {
gotoAndStop (14);
} else if (_root.pass == "phone") {
gotoAndStop (15);
} else if (_root.pass == "box") {
gotoAndStop (16);
} else if (_root.pass == "maths") {
gotoAndStop (17);
} else if (_root.pass == "wrong") {
gotoAndStop (18);
} else if (_root.pass == "tanks") {
gotoAndStop (19);
} else if (_root.pass == "wizard") {
gotoAndStop (20);
} else if (_root.pass == "game") {
gotoAndStop (21);
} else if (_root.pass == "monkey") {
gotoAndStop (22);
} else if (_root.pass == "zebra") {
gotoAndStop (23);
} else if (_root.pass == "update") {
gotoAndStop (24);
} else if (_root.pass == "reach") {
gotoAndStop (25);
} else if (_root.pass == "ground") {
gotoAndStop (26);
} else if (_root.pass == "badge") {
gotoAndStop (27);
} else if (_root.pass == "number") {
gotoAndStop (28);
} else if (_root.pass == "imp") {
gotoAndStop (29);
} else if (_root.pass == "building") {
gotoAndStop (30);
} else if (_root.pass == "sixteen") {
gotoAndStop (31);
} else {
_root.pass = "invalid password";
}
}
Symbol 29 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop ("loaded");
}
Math.round(PercentLoaded);
Symbol 29 MovieClip Frame 2
gotoAndPlay (1);
Symbol 31 Button
on (press) {
_quality = "HIGH";
}
Symbol 33 Button
on (press) {
_quality = "MEDIUM";
}
Symbol 35 Button
on (press) {
_quality = "LOW";
}
Symbol 86 Button
on (release) {
_root.gotoAndStop(1);
}