Frame 1
Mouse.hide();
stop();
Instance of Symbol 55 MovieClip "line" in Frame 1
onClipEvent (enterFrame) {
this._y = _root.mouse._y;
}
Instance of Symbol 55 MovieClip "line" in Frame 1
onClipEvent (enterFrame) {
this._x = _root.mouse._x;
}
Instance of Symbol 55 MovieClip "line" in Frame 1
onClipEvent (enterFrame) {
_x = (_x + ((_parent._xmouse - _x) * 0.325));
}
Instance of Symbol 55 MovieClip "line" in Frame 1
onClipEvent (enterFrame) {
_y = (_y + ((_parent._ymouse - _y) * 0.325));
}
Instance of Symbol 55 MovieClip "line" in Frame 1
onClipEvent (enterFrame) {
_y = (_y + ((_parent._ymouse - _y) * 0.25));
}
Instance of Symbol 60 MovieClip "mouse" in Frame 1
onClipEvent (enterFrame) {
_x = (_x + ((_parent._xmouse - _x) * 0.5));
_y = (_y + ((_parent._ymouse - _y) * 0.5));
_root.xpos = getProperty(_target, _x);
_root.ypos = getProperty(_target, _y);
}
Instance of Symbol 60 MovieClip "mouse" in Frame 1
onClipEvent (enterFrame) {
_x = (_x + ((_parent._xmouse - _x) * 0.25));
_y = (_y + ((_parent._ymouse - _y) * 0.25));
_root.xpos = getProperty(_target, _x);
_root.ypos = getProperty(_target, _y);
}
Instance of Symbol 60 MovieClip "mouse" in Frame 1
onClipEvent (enterFrame) {
_x = (_x + ((_parent._xmouse - _x) * 0.325));
_y = (_y + ((_parent._ymouse - _y) * 0.325));
_root.xpos = getProperty(_target, _x);
_root.ypos = getProperty(_target, _y);
}
Instance of Symbol 55 MovieClip "line" in Frame 1
onClipEvent (enterFrame) {
_x = (_x + ((_parent._xmouse - _x) * 0.25));
}
Frame 2
stop();
_root.timer = 60;
_root.counter = 0;
Instance of Symbol 149 MovieClip in Frame 2
onClipEvent (load) {
myColor = new Color(this);
colorTrans = new Object();
a = random(2001) - 1000;
b = random(2001) - 1000;
c = random(2001) - 1000;
x = random(1025) - 512;
y = random(1025) - 512;
z = random(1025) - 512;
RandArray = new Array(-10, 10);
da = RandArray[random(1)];
db = RandArray[random(1)];
dc = RandArray[random(1)];
dx = RandArray[random(1)];
dy = RandArray[random(1)];
dz = RandArray[random(1)];
}
onClipEvent (enterFrame) {
if (a < -1000) {
a = -1000;
da = 10 + (random(11) - 5);
}
if (a > 1000) {
a = 1000;
da = -10 + (random(11) - 5);
}
if (b < -1000) {
b = -1000;
db = 10 + (random(11) - 5);
}
if (b > 1000) {
b = 1000;
db = -10 + (random(11) - 5);
}
if (c < -1000) {
c = -1000;
dc = 10 + (random(11) - 5);
}
if (c > 1000) {
c = 1000;
dc = -10 + (random(11) - 5);
}
if (x < -512) {
x = -512;
dx = 10 + (random(11) - 5);
}
if (x > 512) {
x = 512;
dx = -10 + (random(11) - 5);
}
if (y < -512) {
y = -512;
dy = 10 + (random(11) - 5);
}
if (y > 512) {
y = 512;
dy = -10 + (random(11) - 5);
}
if (z < -512) {
z = -512;
dz = 10 + (random(11) - 5);
}
if (z > 512) {
z = 512;
dz = -10 + (random(11) - 5);
}
colorTrans = {ra:a, rb:x, ga:b, gb:y, ba:c, bb:z, aa:"100", ab:"0"};
myColor.setTransform(colorTrans);
a = a + da;
b = b + db;
c = c + dc;
x = x + dx;
y = y + dy;
z = z + dz;
}
Frame 3
stop();
_root.timer = 60;
_root.counter = 0;
Instance of Symbol 176 MovieClip "ball_1" in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.goal)) {
_root.maze_walls.gotoAndPlay(3);
this.gotoAndPlay(3);
_root.counter++;
if (_root.counter == 4) {
_root.gotoAndPlay(3);
}
}
}
Instance of Symbol 179 MovieClip "ball_2" in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.goal)) {
_root.maze_walls.gotoAndPlay(5);
this.gotoAndPlay(3);
_root.counter++;
if (_root.counter == 4) {
_root.gotoAndPlay(3);
}
}
}
Instance of Symbol 186 MovieClip "ball_3" in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.goal)) {
_root.maze_walls.gotoAndPlay(7);
this.gotoAndPlay(3);
_root.counter++;
if (_root.counter == 4) {
_root.gotoAndPlay(3);
}
}
}
Instance of Symbol 190 MovieClip "ball_4" in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.goal)) {
_root.maze_walls.gotoAndPlay(9);
this.gotoAndPlay(3);
_root.counter++;
if (_root.counter == 4) {
_root.gotoAndPlay(3);
}
}
}
Frame 4
stop();
_root.timer = 60;
_root.counter = 0;
Instance of Symbol 176 MovieClip "ball_1" in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.goal)) {
_root.maze_walls_2.gotoAndPlay(3);
_root.counter++;
this.gotoAndPlay(3);
if (_root.counter == 4) {
_root.gotoAndPlay(4);
}
}
}
Instance of Symbol 179 MovieClip "ball_2" in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.goal)) {
_root.maze_walls_2.gotoAndPlay(5);
_root.counter++;
this.gotoAndPlay(3);
if (_root.counter == 4) {
_root.gotoAndPlay(4);
}
}
}
Instance of Symbol 186 MovieClip "ball_3" in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.goal)) {
_root.maze_walls_2.gotoAndPlay(7);
_root.counter++;
this.gotoAndPlay(3);
if (_root.counter == 4) {
_root.gotoAndPlay(4);
}
}
}
Instance of Symbol 190 MovieClip "ball_4" in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.goal)) {
_root.maze_walls_2.gotoAndPlay(9);
_root.counter++;
this.gotoAndPlay(3);
if (_root.counter == 4) {
_root.gotoAndPlay(4);
}
}
if (this.hitTest(_root.tele_2)) {
this._x = 28.3;
this._y = 50.9;
}
}
Instance of Symbol 202 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball_4)) {
_root.ball_4._x = 28.3;
_root.ball_4._y = 50.9;
}
}
Frame 5
stop();
_root.timer = 45;
_root.counter = 0;
Instance of Symbol 205 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball_4)) {
_root.ball_4._x = 28.3;
_root.ball_4._y = 50.9;
}
if (this.hitTest(_root.ball_3)) {
_root.ball_3._x = 455.6;
_root.ball_3._y = 85.3;
}
if (this.hitTest(_root.ball_2)) {
_root.ball_2._x = 270.3;
_root.ball_2._y = 269.3;
}
if (this.hitTest(_root.ball_1)) {
_root.ball_1._x = 28.3;
_root.ball_1._y = 50.9;
}
}
Instance of Symbol 207 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball_4)) {
_root.ball_4._x = 446.6;
_root.ball_4._y = 294.4;
}
if (this.hitTest(_root.ball_3)) {
_root.ball_3._x = 111.2;
_root.ball_3._y = 105.2;
}
if (this.hitTest(_root.ball_2)) {
_root.ball_2._x = 111.2;
_root.ball_2._y = 105.2;
}
if (this.hitTest(_root.ball_1)) {
_root.ball_1._x = 111.2;
_root.ball_1._y = 105.2;
}
}
Instance of Symbol 179 MovieClip "ball_2" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.goal)) {
_root.maze_walls.gotoAndPlay(5);
_root.counter++;
this.gotoAndPlay(3);
if (_root.counter == 4) {
_root.gotoAndPlay(5);
}
}
}
Instance of Symbol 186 MovieClip "ball_3" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.goal)) {
_root.maze_walls_2.gotoAndPlay(7);
_root.counter++;
this.gotoAndPlay(3);
if (_root.counter == 4) {
_root.gotoAndPlay(5);
}
}
}
Instance of Symbol 190 MovieClip "ball_4" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.goal)) {
_root.maze_walls_3.gotoAndPlay(9);
_root.counter++;
this.gotoAndPlay(3);
if (_root.counter >= 3) {
_root.gotoAndPlay(5);
}
}
}
Instance of Symbol 213 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball_4)) {
_root.ball_4._x = 111.2;
_root.ball_4._y = 293.3;
}
if (this.hitTest(_root.ball_3)) {
_root.ball_3._x = 444.1;
_root.ball_3._y = 96.8;
}
if (this.hitTest(_root.ball_2)) {
_root.ball_2._x = 444.1;
_root.ball_2._y = 96.8;
}
if (this.hitTest(_root.ball_1)) {
_root.ball_1._x = 270.3;
_root.ball_1._y = 269.3;
}
}
Instance of Symbol 205 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball_4)) {
_root.ball_4._x = 270.3;
_root.ball_4._y = 269.3;
}
if (this.hitTest(_root.ball_3)) {
_root.ball_3._x = 446.6;
_root.ball_3._y = 294.4;
}
if (this.hitTest(_root.ball_2)) {
_root.ball_2._x = 111.2;
_root.ball_2._y = 105.5;
}
if (this.hitTest(_root.ball_1)) {
_root.ball_1._x = 446.6;
_root.ball_1._y = 294.4;
}
}
Instance of Symbol 213 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball_4)) {
_root.ball_4._x = 111.2;
_root.ball_4._y = 105.2;
}
if (this.hitTest(_root.ball_3)) {
_root.ball_3._x = 446.6;
_root.ball_3._y = 294.4;
}
if (this.hitTest(_root.ball_2)) {
_root.ball_2._x = 446.6;
_root.ball_2._y = 294.4;
}
if (this.hitTest(_root.ball_1)) {
_root.ball_1._x = 446.6;
_root.ball_1._y = 294.4;
}
}
Instance of Symbol 213 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball_4)) {
_root.ball_4._x = 111.2;
_root.ball_4._y = 293.3;
}
if (this.hitTest(_root.ball_3)) {
_root.ball_3._x = 446.6;
_root.ball_3._y = 294.4;
}
if (this.hitTest(_root.ball_2)) {
_root.ball_2._x = 446.6;
_root.ball_2._y = 294.4;
}
if (this.hitTest(_root.ball_1)) {
_root.ball_1._x = 446.6;
_root.ball_1._y = 294.4;
}
}
Instance of Symbol 213 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball_4)) {
_root.ball_4._x = 111.2;
_root.ball_4._y = 293.3;
}
if (this.hitTest(_root.ball_3)) {
_root.ball_3._x = 446.6;
_root.ball_3._y = 294.4;
}
if (this.hitTest(_root.ball_2)) {
_root.ball_2._x = 446.6;
_root.ball_2._y = 294.4;
}
if (this.hitTest(_root.ball_1)) {
_root.ball_1._x = 446.6;
_root.ball_1._y = 294.4;
}
}
Instance of Symbol 205 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball_4)) {
_root.ball_4._x = 28.3;
_root.ball_4._y = 50.9;
}
if (this.hitTest(_root.ball_3)) {
_root.ball_3._x = 270.3;
_root.ball_3._y = 269.3;
}
if (this.hitTest(_root.ball_2)) {
_root.ball_2._x = 455.6;
_root.ball_2._y = 85.3;
}
if (this.hitTest(_root.ball_1)) {
_root.ball_1._x = 28.3;
_root.ball_1._y = 50.9;
}
}
Instance of Symbol 205 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball_4)) {
_root.ball_4._x = 111.2;
_root.ball_4._y = 293.3;
}
if (this.hitTest(_root.ball_3)) {
_root.ball_3._x = 444.1;
_root.ball_3._y = 96.8;
}
if (this.hitTest(_root.ball_2)) {
_root.ball_2._x = 111.2;
_root.ball_2._y = 293.3;
}
if (this.hitTest(_root.ball_1)) {
_root.ball_1._x = 444.1;
_root.ball_1._y = 96.8;
}
}
Instance of Symbol 215 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball_4)) {
_root.ball_4._x = 111.2;
_root.ball_4._y = 105.2;
}
if (this.hitTest(_root.ball_3)) {
_root.ball_3._x = 444.1;
_root.ball_3._y = 96.8;
}
if (this.hitTest(_root.ball_2)) {
_root.ball_2._x = 111.2;
_root.ball_2._y = 293.3;
}
if (this.hitTest(_root.ball_1)) {
_root.ball_1._x = 111.2;
_root.ball_1._y = 293.3;
}
}
Instance of Symbol 215 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball_4)) {
_root.ball_4._x = 111.2;
_root.ball_4._y = 105.2;
}
if (this.hitTest(_root.ball_3)) {
_root.ball_3._x = 444.1;
_root.ball_3._y = 96.8;
}
if (this.hitTest(_root.ball_2)) {
_root.ball_2._x = 111.2;
_root.ball_2._y = 293.3;
}
if (this.hitTest(_root.ball_1)) {
_root.ball_1._x = 111.2;
_root.ball_1._y = 293.3;
}
}
Instance of Symbol 215 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball_4)) {
_root.ball_4._x = 111.2;
_root.ball_4._y = 105.2;
}
if (this.hitTest(_root.ball_3)) {
_root.ball_3._x = 444.1;
_root.ball_3._y = 96.8;
}
if (this.hitTest(_root.ball_2)) {
_root.ball_2._x = 111.2;
_root.ball_2._y = 293.3;
}
if (this.hitTest(_root.ball_1)) {
_root.ball_1._x = 111.2;
_root.ball_1._y = 293.3;
}
}
Instance of Symbol 215 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball_4)) {
_root.ball_4._x = 111.2;
_root.ball_4._y = 293.3;
}
if (this.hitTest(_root.ball_3)) {
_root.ball_3._x = 444.1;
_root.ball_3._y = 96.8;
}
if (this.hitTest(_root.ball_2)) {
_root.ball_2._x = 270.3;
_root.ball_2._y = 269.3;
}
if (this.hitTest(_root.ball_1)) {
_root.ball_1._x = 111.2;
_root.ball_1._y = 293.3;
}
}
Instance of Symbol 176 MovieClip "ball_1" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.goal)) {
_root.maze_walls_2.gotoAndPlay(3);
_root.counter++;
this.gotoAndPlay(3);
if (_root.counter == 4) {
_root.gotoAndPlay(5);
}
}
}
Instance of Symbol 207 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball_4)) {
_root.ball_4._x = 444.1;
_root.ball_4._y = 96.8;
}
if (this.hitTest(_root.ball_3)) {
_root.ball_3._x = 446.6;
_root.ball_3._y = 294.4;
}
if (this.hitTest(_root.ball_2)) {
_root.ball_2._x = 111.2;
_root.ball_2._y = 293.3;
}
if (this.hitTest(_root.ball_1)) {
_root.ball_1._x = 111.2;
_root.ball_1._y = 293.3;
}
}
Instance of Symbol 207 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball_4)) {
_root.ball_4._x = 444.1;
_root.ball_4._y = 96.8;
}
if (this.hitTest(_root.ball_3)) {
_root.ball_3._x = 111.2;
_root.ball_3._y = 105.2;
}
if (this.hitTest(_root.ball_2)) {
_root.ball_2._x = 111.2;
_root.ball_2._y = 105.2;
}
if (this.hitTest(_root.ball_1)) {
_root.ball_1._x = 111.2;
_root.ball_1._y = 105.2;
}
}
Instance of Symbol 207 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball_4)) {
_root.ball_4._x = 444.1;
_root.ball_4._y = 96.8;
}
if (this.hitTest(_root.ball_3)) {
_root.ball_3._x = 111.2;
_root.ball_3._y = 105.2;
}
if (this.hitTest(_root.ball_2)) {
_root.ball_2._x = 111.2;
_root.ball_2._y = 105.2;
}
if (this.hitTest(_root.ball_1)) {
_root.ball_1._x = 111.2;
_root.ball_1._y = 105.2;
}
}
Frame 6
stop();
_root.counter = 0;
_root.timer = 45;
_root.ball_1.gotoAndPlay(1);
_root.ball_2.gotoAndPlay(1);
_root.ball_3.gotoAndPlay(1);
_root.ball_4.gotoAndPlay(1);
_root.ball_1._x = 522.1;
_root.ball_1._y = 363.7;
_root.ball_2._x = 28.8;
_root.ball_2._y = 26.1;
_root.ball_3._x = 520.8;
_root.ball_3._y = 26.1;
_root.ball_4._x = 35.1;
_root.ball_4._y = 364.9;
Instance of Symbol 176 MovieClip "ball_1" in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.goal)) {
_root.maze_walls_2.gotoAndPlay(3);
_root.counter++;
this.gotoAndPlay(3);
if (_root.counter == 4) {
_root.gotoAndPlay(5);
}
}
}
Frame 7
stop();
Frame 8
stop();
Frame 9
gotoAndPlay (8);
Symbol 17 MovieClip Frame 1
_root.load_ = "Loading...text and buttons";
Symbol 17 MovieClip Frame 13
_root.load_ = "Loading...graphics";
Symbol 17 MovieClip Frame 23
_root.load_ = "Loading...sound";
Symbol 17 MovieClip Frame 33
_root.load_ = "Loading...cursor";
Symbol 17 MovieClip Frame 52
_root.load_ = "Loading...resources";
Symbol 17 MovieClip Frame 62
stop();
_root.load_ = " ";
_root.loader.gotoAndPlay(2);
stop();
Symbol 19 MovieClip Frame 6
stop();
Symbol 21 MovieClip Frame 7
stop();
Symbol 23 MovieClip Frame 10
stop();
Symbol 25 MovieClip Frame 20
stop();
Symbol 27 MovieClip Frame 22
stop();
Symbol 29 MovieClip Frame 23
stop();
Symbol 31 MovieClip Frame 30
stop();
Symbol 33 MovieClip Frame 32
stop();
Symbol 35 MovieClip Frame 33
stop();
Symbol 37 MovieClip Frame 35
stop();
Symbol 39 MovieClip Frame 36
stop();
Symbol 41 MovieClip Frame 44
stop();
Symbol 43 MovieClip Frame 46
stop();
Symbol 45 MovieClip Frame 49
stop();
Symbol 47 MovieClip Frame 56
stop();
Symbol 48 MovieClip Frame 1
stop();
Symbol 51 MovieClip Frame 1
stop();
Symbol 51 MovieClip Frame 25
_root.gotoAndPlay(2);
Symbol 60 MovieClip Frame 1
stop();
Symbol 60 MovieClip Frame 10
stop();
Symbol 68 Button
on (release) {
gotoAndStop (2);
}
on (rollOver) {
setProperty(_target, _width , 117.2);
setProperty(_target, _height , 28.4);
}
on (rollOut) {
_root.music._width = 94.6;
_root.music._height = 22.9;
}
Symbol 70 MovieClip Frame 1
_yscale = (Math.random() * 100);
Symbol 70 MovieClip Frame 2
_yscale = (Math.random() * 100);
Symbol 70 MovieClip Frame 3
_yscale = (Math.random() * 100);
Symbol 70 MovieClip Frame 4
gotoAndPlay (1);
Symbol 75 MovieClip Frame 1
Symbol 75 MovieClip Frame 2
Symbol 75 MovieClip Frame 21
stop();
Symbol 83 Button
on (release) {
gotoAndStop (1);
}
on (rollOver) {
setProperty(_target, _width , 117.2);
setProperty(_target, _height , 28.4);
}
on (rollOut) {
_root.music._width = 94.6;
_root.music._height = 22.9;
}
Symbol 84 MovieClip Frame 1
stop();
tellTarget ("bar") {
gotoAndStop (1);
};
tellTarget ("bar2") {
gotoAndStop (1);
};
tellTarget ("bar3") {
gotoAndStop (1);
};
tellTarget ("bar4") {
gotoAndStop (1);
};
_root.bar._rotation = 180;
_root.bar2._rotation = 180;
_root.bar3._rotation = 180;
_root.bar4._rotation = 180;
Symbol 84 MovieClip Frame 2
stop();
stopAllSounds();
_quality = "HIGH";
tellTarget ("bar") {
gotoAndPlay (2);
};
tellTarget ("bar2") {
gotoAndPlay (2);
};
tellTarget ("bar3") {
gotoAndPlay (2);
};
tellTarget ("bar4") {
gotoAndPlay (2);
};
_root.bar._rotation = 180;
_root.bar2._rotation = 180;
_root.bar3._rotation = 180;
_root.bar4._rotation = 180;
Symbol 89 Button
on (release) {
getURL ("http://addictinggames.i8.com", "_blank");
}
Symbol 93 Button
on (release) {
_root.gotoAndPlay(3);
}
on (rollOver) {
_root.mouse.gotoAndPlay(2);
}
on (rollOut) {
_root.mouse.gotoAndPlay(1);
}
Symbol 99 Button
on (release) {
if (_root.password == "fdsfd") {
this.jitb.gotoAndPlay(10);
_root.pass_box.gotoAndPlay(3);
} else if (_root.password == "dfsf") {
this.jitb.gotoAndPlay(10);
_root.pass_box.gotoAndPlay(3);
} else if (_root.password == "sdfdsf") {
this.jitb.gotoAndPlay(10);
_root.pass_box.gotoAndPlay(3);
} else if (_root.password == "jimmy is the best") {
this.jitb.gotoAndPlay(9);
_root.pass_box.gotoAndPlay(3);
} else if (_root.password == "mirror") {
_root.gotoAndPlay(3);
} else if (_root.password == "green box") {
_root.gotoAndPlay(4);
} else if (_root.password == "teleporter") {
_root.gotoAndPlay(5);
} else if (_root.password == "invisible") {
_root.gotoAndPlay(6);
} else {
this.gotoAndPlay(3);
}
}
Symbol 106 MovieClip Frame 1
stop();
Symbol 106 MovieClip Frame 2
stop();
gotoAndPlay (1);
Symbol 106 MovieClip Frame 9
stop();
gotoAndPlay (32);
Symbol 106 MovieClip Frame 10
stop();
gotoAndPlay (21);
Symbol 111 Button
on (release) {
_root.pass_box.gotoAndPlay(2);
this.jitb.gotoAndPlay(1);
}
Symbol 113 MovieClip Frame 1
stop();
Symbol 113 MovieClip Frame 2
stop();
if (_root.password == "MIRROR") {
_root.gotoAndPlay(3);
}
Symbol 113 MovieClip Frame 3
stop();
Symbol 118 Button
on (release) {
_root.pass_box.gotoAndPlay(2);
}
on (rollOver) {
_root.mouse.gotoAndPlay(2);
}
on (rollOut) {
_root.mouse.gotoAndPlay(1);
}
Symbol 125 Button
on (release) {
_root.gotoAndPlay(2);
}
Symbol 130 Button
on (release) {
_root.gotoAndPlay(3);
}
Symbol 135 Button
on (release) {
_root.gotoAndPlay(4);
}
Symbol 140 Button
on (release) {
_root.gotoAndPlay(5);
}
Symbol 141 MovieClip Frame 1
stop();
Symbol 141 MovieClip Frame 2
stop();
Symbol 146 Button
on (release) {
_root.gotoAndPlay(9);
}
on (rollOver) {
_root.mouse.gotoAndPlay(2);
}
on (rollOut) {
_root.mouse.gotoAndPlay(1);
}
Symbol 154 MovieClip Frame 1
a = eye._y - _ymouse;
b = eye._x - _xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / 0.0174532925;
setProperty("eye", _rotation , degrees);
a2 = eye2._y - _ymouse;
b2 = eye2._x - _xmouse;
angleA2 = Math.atan2(a2, b2);
degrees2 = angleA2 / 0.0174532925;
setProperty("eye2", _rotation , degrees2);
_root.rotation = degrees;
_root.rotation2 = degrees2;
Instance of Symbol 153 MovieClip "eye" in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) {
_root.rotation = getProperty(_target, _rotation);
}
Symbol 154 MovieClip Frame 2
gotoAndPlay (1);
Symbol 155 Button
on (rollOver) {
_root.watching.gotoAndPlay(2);
}
on (rollOver) {
_root.mouse.gotoAndPlay(2);
}
on (rollOut) {
_root.mouse.gotoAndPlay(1);
}
Symbol 157 MovieClip Frame 1
stop();
Symbol 163 Button
on (release) {
_root.cheat_menu.gotoAndPlay(2);
}
on (rollOver) {
_root.mouse.gotoAndPlay(2);
}
on (rollOut) {
_root.mouse.gotoAndPlay(1);
}
Symbol 173 Button
on (release) {
_root.maze_walls.gotoAndPlay(2);
_root.maze_walls_2.gotoAndPlay(2);
_root.maze_walls_3.gotoAndPlay(2);
_root.maze_walls_4.gotoAndPlay(2);
_root.maze_walls_5.gotoAndPlay(2);
}
Symbol 176 MovieClip Frame 1
stop();
Symbol 176 MovieClip Frame 2
stop();
Symbol 176 MovieClip Frame 3
stop();
Symbol 177 Button
on (release) {
_root.maze_walls.gotoAndPlay(4);
_root.maze_walls_2.gotoAndPlay(4);
_root.maze_walls_3.gotoAndPlay(4);
_root.maze_walls_4.gotoAndPlay(4);
}
Symbol 178 Button
on (release) {
gotoAndPlay (2);
}
Symbol 179 MovieClip Frame 1
stop();
Symbol 179 MovieClip Frame 2
stop();
gotoAndPlay (1);
Symbol 179 MovieClip Frame 3
stop();
Symbol 182 MovieClip Frame 1
stop();
Symbol 183 MovieClip Frame 1
stop();
Symbol 183 MovieClip Frame 2
stop();
Instance of Symbol 182 MovieClip in Symbol 183 MovieClip Frame 2
onClipEvent (enterFrame) {
with (_root.ball_1) {
mySpeed = 6;
myBounce = 6;
if (Key.isDown(40)) {
_y = _y + mySpeed;
}
if (Key.isDown(38)) {
_y = _y - mySpeed;
}
if (Key.isDown(37)) {
_x = _x - mySpeed;
}
if (Key.isDown(39)) {
_x = _x + mySpeed;
}
if (walls.hitTest(getBounds(_root).xMax, _y, true)) {
_x = _x - myBounce;
}
if (walls.hitTest(getBounds(_root).xMin, _y, true)) {
_x = _x + myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMax, true)) {
_y = _y - myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMin, true)) {
_y = _y + myBounce;
}
if (_root.end.hitTest(_x, getBounds(_root).yMax, true)) {
_root.gotoAndStop(3);
}
}
}
Symbol 183 MovieClip Frame 3
stop();
_root.count = 1;
Symbol 183 MovieClip Frame 4
stop();
Instance of Symbol 182 MovieClip in Symbol 183 MovieClip Frame 4
onClipEvent (enterFrame) {
with (_root.ball_2) {
mySpeed = 6;
myBounce = 6;
if (Key.isDown(40)) {
_y = _y + mySpeed;
}
if (Key.isDown(38)) {
_y = _y - mySpeed;
}
if (Key.isDown(37)) {
_x = _x - mySpeed;
}
if (Key.isDown(39)) {
_x = _x + mySpeed;
}
if (walls.hitTest(getBounds(_root).xMax, _y, true)) {
_x = _x - myBounce;
}
if (walls.hitTest(getBounds(_root).xMin, _y, true)) {
_x = _x + myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMax, true)) {
_y = _y - myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMin, true)) {
_y = _y + myBounce;
}
if (_root.end.hitTest(_x, getBounds(_root).yMax, true)) {
_root.gotoAndStop(3);
}
}
}
Symbol 183 MovieClip Frame 5
stop();
_root.count = 2;
Symbol 183 MovieClip Frame 6
stop();
Instance of Symbol 182 MovieClip in Symbol 183 MovieClip Frame 6
onClipEvent (enterFrame) {
with (_root.ball_3) {
mySpeed = 6;
myBounce = 6;
if (Key.isDown(40)) {
_y = _y + mySpeed;
}
if (Key.isDown(38)) {
_y = _y - mySpeed;
}
if (Key.isDown(37)) {
_x = _x - mySpeed;
}
if (Key.isDown(39)) {
_x = _x + mySpeed;
}
if (walls.hitTest(getBounds(_root).xMax, _y, true)) {
_x = _x - myBounce;
}
if (walls.hitTest(getBounds(_root).xMin, _y, true)) {
_x = _x + myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMax, true)) {
_y = _y - myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMin, true)) {
_y = _y + myBounce;
}
if (_root.end.hitTest(_x, getBounds(_root).yMax, true)) {
_root.gotoAndStop(3);
}
}
}
Symbol 183 MovieClip Frame 7
stop();
_root.count = 3;
Symbol 183 MovieClip Frame 8
stop();
Instance of Symbol 182 MovieClip in Symbol 183 MovieClip Frame 8
onClipEvent (enterFrame) {
with (_root.ball_4) {
mySpeed = 6;
myBounce = 6;
if (Key.isDown(40)) {
_y = _y + mySpeed;
}
if (Key.isDown(38)) {
_y = _y - mySpeed;
}
if (Key.isDown(37)) {
_x = _x - mySpeed;
}
if (Key.isDown(39)) {
_x = _x + mySpeed;
}
if (walls.hitTest(getBounds(_root).xMax, _y, true)) {
_x = _x - myBounce;
}
if (walls.hitTest(getBounds(_root).xMin, _y, true)) {
_x = _x + myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMax, true)) {
_y = _y - myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMin, true)) {
_y = _y + myBounce;
}
if (_root.end.hitTest(_x, getBounds(_root).yMax, true)) {
_root.gotoAndStop(3);
}
}
}
Symbol 183 MovieClip Frame 9
_root.timer.gotoAndStop(2);
Instance of Symbol 182 MovieClip in Symbol 183 MovieClip Frame 9
onClipEvent (enterFrame) {
with (_root.ball_4) {
mySpeed = 3;
myBounce = 3;
if (Key.isDown(40)) {
_y = _y + mySpeed;
}
if (Key.isDown(38)) {
_y = _y - mySpeed;
}
if (Key.isDown(37)) {
_x = _x - mySpeed;
}
if (Key.isDown(39)) {
_x = _x + mySpeed;
}
if (walls.hitTest(getBounds(_root).xMax, _y, true)) {
_x = _x - myBounce;
}
if (walls.hitTest(getBounds(_root).xMin, _y, true)) {
_x = _x + myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMax, true)) {
_y = _y - myBounce;
}
if (walls.hitTest(_x, getBounds(_root).yMin, true)) {
_y = _y + myBounce;
}
if (_root.end.hitTest(_x, getBounds(_root).yMax, true)) {
_root.gotoAndStop(3);
}
}
}
Symbol 185 Button
on (release) {
_root.maze_walls.gotoAndPlay(6);
_root.maze_walls_2.gotoAndPlay(6);
_root.maze_walls_3.gotoAndPlay(6);
_root.maze_walls_4.gotoAndPlay(6);
_root.maze_walls_5.gotoAndPlay(6);
}
Symbol 186 MovieClip Frame 1
stop();
Symbol 186 MovieClip Frame 2
stop();
Symbol 186 MovieClip Frame 3
stop();
Symbol 188 Button
on (release) {
_root.maze_walls.gotoAndPlay(8);
_root.maze_walls_2.gotoAndPlay(8);
_root.maze_walls_3.gotoAndPlay(8);
_root.maze_walls_4.gotoAndPlay(8);
_root.maze_walls_5.gotoAndPlay(8);
}
Symbol 189 Button
on (release) {
_root.maze_walls.gotoAndPlay(8);
_root.maze_walls_2.gotoAndPlay(8);
this.gotoAndPlay(2);
}
Symbol 190 MovieClip Frame 1
stop();
Symbol 190 MovieClip Frame 2
stop();
gotoAndPlay (1);
Symbol 190 MovieClip Frame 3
stop();
Symbol 193 MovieClip Frame 1
_root.timer = _root.timer - 0.1;
if (_root.timer <= 0.1) {
_root.gotoAndPlay(1);
}
Symbol 193 MovieClip Frame 2
_root.timer = _root.timer - 0.1;
if (_root.timer <= 0.1) {
_root.gotoAndPlay(1);
}
Symbol 198 MovieClip Frame 1
stop();
Symbol 198 MovieClip Frame 2
stop();
Instance of Symbol 197 MovieClip in Symbol 198 MovieClip Frame 2
onClipEvent (enterFrame) {
with (_root.ball_1) {
mySpeed = 6;
myBounce = 6;
if (Key.isDown(40)) {
_y = _y + mySpeed;
}
if (Key.isDown(38)) {
_y = _y - mySpeed;
}
if (Key.isDown(37)) {
_x = _x - mySpeed;
}
if (Key.isDown(39)) {
_x = _x + mySpeed;
}
if (walls_2.hitTest(getBounds(_root).xMax, _y, true)) {
_x = _x - myBounce;
}
if (walls_2.hitTest(getBounds(_root).xMin, _y, true)) {
_x = _x + myBounce;
}
if (walls_2.hitTest(_x, getBounds(_root).yMax, true)) {
_y = _y - myBounce;
}
if (walls_2.hitTest(_x, getBounds(_root).yMin, true)) {
_y = _y + myBounce;
}
if (_root.end.hitTest(_x, getBounds(_root).yMax, true)) {
_root.gotoAndStop(3);
}
}
}
Symbol 198 MovieClip Frame 3
stop();
_root.count = 1;
Symbol 198 MovieClip Frame 4
stop();
Instance of Symbol 197 MovieClip in Symbol 198 MovieClip Frame 4
onClipEvent (enterFrame) {
with (_root.ball_2) {
mySpeed = 6;
myBounce = 6;
if (Key.isDown(40)) {
_y = _y + mySpeed;
}
if (Key.isDown(38)) {
_y = _y - mySpeed;
}
if (Key.isDown(37)) {
_x = _x - mySpeed;
}
if (Key.isDown(39)) {
_x = _x + mySpeed;
}
if (walls_2.hitTest(getBounds(_root).xMax, _y, true)) {
_x = _x - myBounce;
}
if (walls_2.hitTest(getBounds(_root).xMin, _y, true)) {
_x = _x + myBounce;
}
if (walls_2.hitTest(_x, getBounds(_root).yMax, true)) {
_y = _y - myBounce;
}
if (walls_2.hitTest(_x, getBounds(_root).yMin, true)) {
_y = _y + myBounce;
}
if (_root.end.hitTest(_x, getBounds(_root).yMax, true)) {
_root.gotoAndStop(3);
}
}
}
Symbol 198 MovieClip Frame 5
stop();
_root.count = 2;
Symbol 198 MovieClip Frame 6
stop();
Instance of Symbol 197 MovieClip in Symbol 198 MovieClip Frame 6
onClipEvent (enterFrame) {
with (_root.ball_3) {
mySpeed = 6;
myBounce = 6;
if (Key.isDown(40)) {
_y = _y + mySpeed;
}
if (Key.isDown(38)) {
_y = _y - mySpeed;
}
if (Key.isDown(37)) {
_x = _x - mySpeed;
}
if (Key.isDown(39)) {
_x = _x + mySpeed;
}
if (walls_2.hitTest(getBounds(_root).xMax, _y, true)) {
_x = _x - myBounce;
}
if (walls_2.hitTest(getBounds(_root).xMin, _y, true)) {
_x = _x + myBounce;
}
if (walls_2.hitTest(_x, getBounds(_root).yMax, true)) {
_y = _y - myBounce;
}
if (walls_2.hitTest(_x, getBounds(_root).yMin, true)) {
_y = _y + myBounce;
}
if (_root.end.hitTest(_x, getBounds(_root).yMax, true)) {
_root.gotoAndStop(3);
}
}
}
Symbol 198 MovieClip Frame 7
stop();
_root.count = 3;
Symbol 198 MovieClip Frame 8
stop();
Instance of Symbol 197 MovieClip in Symbol 198 MovieClip Frame 8
onClipEvent (enterFrame) {
with (_root.ball_4) {
mySpeed = 6;
myBounce = 6;
if (Key.isDown(40)) {
_y = _y + mySpeed;
}
if (Key.isDown(38)) {
_y = _y - mySpeed;
}
if (Key.isDown(37)) {
_x = _x - mySpeed;
}
if (Key.isDown(39)) {
_x = _x + mySpeed;
}
if (walls_2.hitTest(getBounds(_root).xMax, _y, true)) {
_x = _x - myBounce;
}
if (walls_2.hitTest(getBounds(_root).xMin, _y, true)) {
_x = _x + myBounce;
}
if (walls_2.hitTest(_x, getBounds(_root).yMax, true)) {
_y = _y - myBounce;
}
if (walls_2.hitTest(_x, getBounds(_root).yMin, true)) {
_y = _y + myBounce;
}
if (_root.end.hitTest(_x, getBounds(_root).yMax, true)) {
_root.gotoAndStop(3);
}
}
}
Symbol 198 MovieClip Frame 9
_root.timer.gotoAndStop(2);
Symbol 205 MovieClip Frame 1
stop();
Symbol 205 MovieClip Frame 2
stop();
Symbol 207 MovieClip Frame 1
stop();
Symbol 207 MovieClip Frame 2
stop();
Symbol 211 MovieClip Frame 1
stop();
Symbol 211 MovieClip Frame 2
stop();
Instance of Symbol 210 MovieClip in Symbol 211 MovieClip Frame 2
onClipEvent (enterFrame) {
with (_root.ball_1) {
mySpeed = 6;
myBounce = 6;
if (Key.isDown(40)) {
_y = _y + mySpeed;
}
if (Key.isDown(38)) {
_y = _y - mySpeed;
}
if (Key.isDown(37)) {
_x = _x - mySpeed;
}
if (Key.isDown(39)) {
_x = _x + mySpeed;
}
if (walls_3.hitTest(getBounds(_root).xMax, _y, true)) {
_x = _x - myBounce;
}
if (walls_3.hitTest(getBounds(_root).xMin, _y, true)) {
_x = _x + myBounce;
}
if (walls_3.hitTest(_x, getBounds(_root).yMax, true)) {
_y = _y - myBounce;
}
if (walls_3.hitTest(_x, getBounds(_root).yMin, true)) {
_y = _y + myBounce;
}
if (_root.end.hitTest(_x, getBounds(_root).yMax, true)) {
_root.gotoAndStop(3);
}
}
}
Symbol 211 MovieClip Frame 3
stop();
Symbol 211 MovieClip Frame 4
stop();
Instance of Symbol 210 MovieClip in Symbol 211 MovieClip Frame 4
onClipEvent (enterFrame) {
with (_root.ball_2) {
mySpeed = 6;
myBounce = 6;
if (Key.isDown(40)) {
_y = _y + mySpeed;
}
if (Key.isDown(38)) {
_y = _y - mySpeed;
}
if (Key.isDown(37)) {
_x = _x - mySpeed;
}
if (Key.isDown(39)) {
_x = _x + mySpeed;
}
if (walls_3.hitTest(getBounds(_root).xMax, _y, true)) {
_x = _x - myBounce;
}
if (walls_3.hitTest(getBounds(_root).xMin, _y, true)) {
_x = _x + myBounce;
}
if (walls_3.hitTest(_x, getBounds(_root).yMax, true)) {
_y = _y - myBounce;
}
if (walls_3.hitTest(_x, getBounds(_root).yMin, true)) {
_y = _y + myBounce;
}
if (_root.end.hitTest(_x, getBounds(_root).yMax, true)) {
_root.gotoAndStop(3);
}
}
}
Symbol 211 MovieClip Frame 5
stop();
Symbol 211 MovieClip Frame 6
stop();
Instance of Symbol 210 MovieClip in Symbol 211 MovieClip Frame 6
onClipEvent (enterFrame) {
with (_root.ball_3) {
mySpeed = 6;
myBounce = 6;
if (Key.isDown(40)) {
_y = _y + mySpeed;
}
if (Key.isDown(38)) {
_y = _y - mySpeed;
}
if (Key.isDown(37)) {
_x = _x - mySpeed;
}
if (Key.isDown(39)) {
_x = _x + mySpeed;
}
if (walls_3.hitTest(getBounds(_root).xMax, _y, true)) {
_x = _x - myBounce;
}
if (walls_3.hitTest(getBounds(_root).xMin, _y, true)) {
_x = _x + myBounce;
}
if (walls_3.hitTest(_x, getBounds(_root).yMax, true)) {
_y = _y - myBounce;
}
if (walls_3.hitTest(_x, getBounds(_root).yMin, true)) {
_y = _y + myBounce;
}
if (_root.end.hitTest(_x, getBounds(_root).yMax, true)) {
_root.gotoAndStop(3);
}
}
}
Symbol 211 MovieClip Frame 7
stop();
Symbol 211 MovieClip Frame 8
stop();
Instance of Symbol 210 MovieClip in Symbol 211 MovieClip Frame 8
onClipEvent (enterFrame) {
with (_root.ball_4) {
mySpeed = 6;
myBounce = 6;
if (Key.isDown(40)) {
_y = _y + mySpeed;
}
if (Key.isDown(38)) {
_y = _y - mySpeed;
}
if (Key.isDown(37)) {
_x = _x - mySpeed;
}
if (Key.isDown(39)) {
_x = _x + mySpeed;
}
if (walls_3.hitTest(getBounds(_root).xMax, _y, true)) {
_x = _x - myBounce;
}
if (walls_3.hitTest(getBounds(_root).xMin, _y, true)) {
_x = _x + myBounce;
}
if (walls_3.hitTest(_x, getBounds(_root).yMax, true)) {
_y = _y - myBounce;
}
if (walls_3.hitTest(_x, getBounds(_root).yMin, true)) {
_y = _y + myBounce;
}
if (_root.end.hitTest(_x, getBounds(_root).yMax, true)) {
_root.gotoAndStop(3);
}
}
}
Symbol 211 MovieClip Frame 9
stop();
Symbol 213 MovieClip Frame 1
stop();
Symbol 213 MovieClip Frame 2
stop();
Symbol 215 MovieClip Frame 1
stop();
Symbol 215 MovieClip Frame 2
stop();
Instance of Symbol 220 MovieClip "box" in Symbol 221 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball_4)) {
_root.ball_4._y = _root.ball_4._y + 6;
}
}
Symbol 223 MovieClip Frame 1
stop();
_root.counter_2 = 0;
Symbol 223 MovieClip Frame 2
stop();
_root.counter_2 = 0;
Instance of Symbol 222 MovieClip in Symbol 223 MovieClip Frame 2
onClipEvent (enterFrame) {
with (_root.ball_1) {
mySpeed = 6;
myBounce = 6;
if (Key.isDown(40)) {
_y = _y + mySpeed;
}
if (Key.isDown(38)) {
_y = _y - mySpeed;
}
if (Key.isDown(37)) {
_x = _x - mySpeed;
}
if (Key.isDown(39)) {
_x = _x + mySpeed;
}
if (walls_4.hitTest(getBounds(_root).xMax, _y, true)) {
_x = _x - myBounce;
}
if (walls_4.hitTest(getBounds(_root).xMin, _y, true)) {
_x = _x + myBounce;
}
if (walls_4.hitTest(_x, getBounds(_root).yMax, true)) {
_y = _y - myBounce;
}
if (walls_4.hitTest(_x, getBounds(_root).yMin, true)) {
_y = _y + myBounce;
}
if (_root.end.hitTest(_x, getBounds(_root).yMax, true)) {
_root.gotoAndStop(3);
}
}
}
Symbol 223 MovieClip Frame 3
stop();
Symbol 223 MovieClip Frame 4
stop();
Instance of Symbol 222 MovieClip in Symbol 223 MovieClip Frame 4
onClipEvent (enterFrame) {
with (_root.ball_2) {
mySpeed = 6;
myBounce = 6;
if (Key.isDown(40)) {
_y = _y + mySpeed;
}
if (Key.isDown(38)) {
_y = _y - mySpeed;
}
if (Key.isDown(37)) {
_x = _x - mySpeed;
}
if (Key.isDown(39)) {
_x = _x + mySpeed;
}
if (walls_4.hitTest(getBounds(_root).xMax, _y, true)) {
_x = _x - myBounce;
}
if (walls_4.hitTest(getBounds(_root).xMin, _y, true)) {
_x = _x + myBounce;
}
if (walls_4.hitTest(_x, getBounds(_root).yMax, true)) {
_y = _y - myBounce;
}
if (walls_4.hitTest(_x, getBounds(_root).yMin, true)) {
_y = _y + myBounce;
}
if (_root.end.hitTest(_x, getBounds(_root).yMax, true)) {
_root.gotoAndStop(3);
}
}
}
Symbol 223 MovieClip Frame 5
stop();
Symbol 223 MovieClip Frame 6
stop();
Instance of Symbol 222 MovieClip in Symbol 223 MovieClip Frame 6
onClipEvent (enterFrame) {
with (_root.ball_3) {
mySpeed = 6;
myBounce = 6;
if (Key.isDown(40)) {
_y = _y + mySpeed;
}
if (Key.isDown(38)) {
_y = _y - mySpeed;
}
if (Key.isDown(37)) {
_x = _x - mySpeed;
}
if (Key.isDown(39)) {
_x = _x + mySpeed;
}
if (walls_4.hitTest(getBounds(_root).xMax, _y, true)) {
_x = _x - myBounce;
}
if (walls_4.hitTest(getBounds(_root).xMin, _y, true)) {
_x = _x + myBounce;
}
if (walls_4.hitTest(_x, getBounds(_root).yMax, true)) {
_y = _y - myBounce;
}
if (walls_4.hitTest(_x, getBounds(_root).yMin, true)) {
_y = _y + myBounce;
}
if (_root.end.hitTest(_x, getBounds(_root).yMax, true)) {
_root.gotoAndStop(3);
}
}
}
Symbol 223 MovieClip Frame 7
stop();
Symbol 223 MovieClip Frame 8
stop();
Instance of Symbol 222 MovieClip in Symbol 223 MovieClip Frame 8
onClipEvent (enterFrame) {
with (_root.ball_4) {
mySpeed = 6;
myBounce = 6;
if (Key.isDown(40)) {
_y = _y + mySpeed;
}
if (Key.isDown(38)) {
_y = _y - mySpeed;
}
if (Key.isDown(37)) {
_x = _x - mySpeed;
}
if (Key.isDown(39)) {
_x = _x + mySpeed;
}
if (walls_4.hitTest(getBounds(_root).xMax, _y, true)) {
_x = _x - myBounce;
}
if (walls_4.hitTest(getBounds(_root).xMin, _y, true)) {
_x = _x + myBounce;
}
if (walls_4.hitTest(_x, getBounds(_root).yMax, true)) {
_y = _y - myBounce;
}
if (walls_4.hitTest(_x, getBounds(_root).yMin, true)) {
_y = _y + myBounce;
}
if (_root.end.hitTest(_x, getBounds(_root).yMax, true)) {
_root.gotoAndStop(3);
}
}
}
Symbol 223 MovieClip Frame 9
stop();
Symbol 232 Button
on (release) {
_root.gotoAndPlay(2);
}
on (rollOver) {
_root.mouse.gotoAndPlay(2);
}
on (rollOut) {
_root.mouse.gotoAndPlay(1);
}
Symbol 240 Button
on (release) {
_root.gotoAndPlay(2);
}
on (rollOver) {
_root.mouse.gotoAndPlay(2);
}
on (rollOut) {
_root.mouse.gotoAndPlay(1);
}