Frame 1
stop();
f = "+-";
score = 0;
loose = "yes";
_root.logobreak.gotoAndStop(1);
if (Key.isDown(13)) {
gotoAndPlay (2);
}
Instance of Symbol 32 MovieClip "palate" in Frame 1
onClipEvent (load) {
startDrag ("", true, 85, 369.5, 265, 369.5);
}
Frame 2
if (f == "+-") {
_root.ball._x = _root.ball._x + 2;
_root.ball._y = _root.ball._y - 2;
if (_root.ball.hittest(_root.wall)) {
f = "--";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.wall2)) {
f = "++";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.logo.logobreak.logo4)) {
f = "++";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
if (_root.ball.hittest(_root.logo.logobreak.logo3)) {
f = "--";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
}
if (f == "--") {
_root.ball._x = _root.ball._x - 2;
_root.ball._y = _root.ball._y - 2;
if (_root.ball.hittest(_root.wall2)) {
f = "-+";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.wall3)) {
f = "+-";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.logo.logobreak.logo4)) {
f = "-+";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
if (_root.ball.hittest(_root.logo.logobreak.logo)) {
f = "+-";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
}
if (f == "-+") {
_root.ball._x = _root.ball._x - 2;
_root.ball._y = _root.ball._y + 2;
if (_root.ball.hittest(_root.wall3)) {
f = "++";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.palate.gg.wall4)) {
f = "--";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.logo.logobreak.logo2)) {
f = "--";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
if (_root.ball.hittest(_root.logo.logobreak.logo)) {
f = "++";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
if (_root.ball.hittest(_root.palate.gg.pala)) {
f = "2--";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.palate.gg.palb)) {
f = "2--";
_root.sound.gotoAndPlay(2);
}
}
if (f == "++") {
_root.ball._x = _root.ball._x + 2;
_root.ball._y = _root.ball._y + 2;
if (_root.ball.hittest(_root.palate.gg.wall4)) {
f = "+-";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.wall)) {
f = "-+";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.logo.logobreak.logo3)) {
f = "-+";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
if (_root.ball.hittest(_root.logo.logobreak.logo2)) {
f = "+-";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
if (_root.ball.hittest(_root.palate.gg.pala)) {
f = "2+-";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.palate.gg.palb)) {
f = "2+-";
_root.sound.gotoAndPlay(2);
}
}
if (f == "2+-") {
_root.ball._x = _root.ball._x + 6;
_root.ball._y = _root.ball._y - 2;
if (_root.ball.hittest(_root.palate.gg.wall4)) {
f = "2+-";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.wall)) {
f = "2--";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.logo.logobreak.logo3)) {
f = "2--";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
if (_root.ball.hittest(_root.logo.logobreak.logo2)) {
f = "2+-";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
if (_root.ball.hittest(_root.wall2)) {
f = "2++";
_root.sound.gotoAndPlay(2);
}
}
if (f == "2+-") {
_root.ball._x = _root.ball._x + 6;
_root.ball._y = _root.ball._y - 2;
if (_root.ball.hittest(_root.wall)) {
f = "2--";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.wall2)) {
f = "2++";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.logo.logobreak.logo4)) {
f = "2++";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
if (_root.ball.hittest(_root.logo.logobreak.logo3)) {
f = "2--";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
}
if (f == "2--") {
_root.ball._x = _root.ball._x - 6;
_root.ball._y = _root.ball._y - 2;
if (_root.ball.hittest(_root.wall2)) {
f = "2-+";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.wall3)) {
f = "2+-";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.logo.logobreak.logo4)) {
f = "2-+";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
if (_root.ball.hittest(_root.logo.logobreak.logo)) {
f = "2+-";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
}
if (f == "2-+") {
_root.ball._x = _root.ball._x - 6;
_root.ball._y = _root.ball._y + 2;
if (_root.ball.hittest(_root.wall3)) {
f = "2++";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.palate.gg.wall4)) {
f = "2--";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.logo.logobreak.logo2)) {
f = "2--";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
if (_root.ball.hittest(_root.logo.logobreak.logo)) {
f = "2++";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
if (_root.ball.hittest(_root.palate.gg.pala)) {
f = "2--";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.palate.gg.palb)) {
f = "2--";
_root.sound.gotoAndPlay(2);
}
}
if (f == "2++") {
_root.ball._x = _root.ball._x + 6;
_root.ball._y = _root.ball._y + 2;
if (_root.ball.hittest(_root.palate.gg.wall4)) {
f = "+-";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.wall)) {
f = "2-+";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.logo.logobreak.logo3)) {
f = "2-+";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
if (_root.ball.hittest(_root.logo.logo2)) {
f = "2+-";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
if (_root.ball.hittest(_root.palate.gg.pala)) {
f = "2+-";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.wall2)) {
f = "2-+";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.palate.gg.palb)) {
f = "2+-";
_root.sound.gotoAndPlay(2);
}
}
if (score == 50) {
_root.logo.logobreak.gotoAndStop(2);
}
if (score == 55) {
_root.logo.logobreak.gotoAndStop(2);
}
if (score == 60) {
_root.logo.logobreak.gotoAndStop(2);
}
if (score == 150) {
_root.logo.logobreak.gotoAndStop(3);
}
if (score == 155) {
_root.logo.logobreak.gotoAndStop(3);
}
if (score == 160) {
_root.logo.logobreak.gotoAndStop(3);
}
if (score == 250) {
_root.logo.logobreak.gotoAndStop(4);
}
if (score == 255) {
_root.logo.logobreak.gotoAndStop(4);
}
if (score == 260) {
_root.logo.logobreak.gotoAndStop(4);
}
if (score == 320) {
_root.logo.logobreak.gotoAndStop(5);
}
if (score == 325) {
_root.logo.logobreak.gotoAndStop(5);
}
if (score == 330) {
_root.logo.logobreak.gotoAndStop(5);
}
if (score == 400) {
_root.logo.logobreak.gotoAndPlay(6);
}
if (score == 405) {
_root.logo.logobreak.gotoAndPlay(6);
}
if (score == 410) {
_root.logo.logobreak.gotoAndPlay(6);
}
if (_root.ball.hittest(_root.out)) {
if (loose == "yes") {
_root.gotoAndStop(1);
_root.logo.logobreak.gotoAndStop(1);
}
}
Frame 3
if (f == "+-") {
_root.ball._x = _root.ball._x + 2;
_root.ball._y = _root.ball._y - 2;
if (_root.ball.hittest(_root.wall)) {
f = "--";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.wall2)) {
f = "++";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.logo.logobreak.logo4)) {
f = "++";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
if (_root.ball.hittest(_root.logo.logobreak.logo3)) {
f = "--";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
}
if (f == "--") {
_root.ball._x = _root.ball._x - 2;
_root.ball._y = _root.ball._y - 2;
if (_root.ball.hittest(_root.wall2)) {
f = "-+";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.wall3)) {
f = "+-";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.logo.logobreak.logo4)) {
f = "-+";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
if (_root.ball.hittest(_root.logo.logobreak.logo)) {
f = "+-";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
}
if (f == "-+") {
_root.ball._x = _root.ball._x - 2;
_root.ball._y = _root.ball._y + 2;
if (_root.ball.hittest(_root.wall3)) {
f = "++";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.palate.gg.wall4)) {
f = "--";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.logo.logobreak.logo2)) {
f = "--";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
if (_root.ball.hittest(_root.logo.logobreak.logo)) {
f = "++";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
if (_root.ball.hittest(_root.palate.gg.pala)) {
f = "2--";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.palate.gg.palb)) {
f = "2--";
_root.sound.gotoAndPlay(2);
}
}
if (f == "++") {
_root.ball._x = _root.ball._x + 2;
_root.ball._y = _root.ball._y + 2;
if (_root.ball.hittest(_root.palate.gg.wall4)) {
f = "+-";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.wall)) {
f = "-+";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.logo.logobreak.logo3)) {
f = "-+";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
if (_root.ball.hittest(_root.logo.logobreak.logo2)) {
f = "+-";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
if (_root.ball.hittest(_root.palate.gg.pala)) {
f = "2+-";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.palate.gg.palb)) {
f = "2+-";
_root.sound.gotoAndPlay(2);
}
}
if (f == "2+-") {
_root.ball._x = _root.ball._x + 6;
_root.ball._y = _root.ball._y - 2;
if (_root.ball.hittest(_root.palate.gg.wall4)) {
f = "2+-";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.wall)) {
f = "2--";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.logo.logobreak.logo3)) {
f = "2--";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
if (_root.ball.hittest(_root.logo.logobreak.logo2)) {
f = "2+-";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
if (_root.ball.hittest(_root.wall2)) {
f = "2++";
_root.sound.gotoAndPlay(2);
}
}
if (f == "2+-") {
_root.ball._x = _root.ball._x + 6;
_root.ball._y = _root.ball._y - 2;
if (_root.ball.hittest(_root.wall)) {
f = "2--";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.wall2)) {
f = "2++";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.logo.logobreak.logo4)) {
f = "2++";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
if (_root.ball.hittest(_root.logo.logobreak.logo3)) {
f = "2--";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
}
if (f == "2--") {
_root.ball._x = _root.ball._x - 6;
_root.ball._y = _root.ball._y - 2;
if (_root.ball.hittest(_root.wall2)) {
f = "2-+";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.wall3)) {
f = "2+-";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.logo.logobreak.logo4)) {
f = "2-+";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
if (_root.ball.hittest(_root.logo.logobreak.logo)) {
f = "2+-";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
}
if (f == "2-+") {
_root.ball._x = _root.ball._x - 6;
_root.ball._y = _root.ball._y + 2;
if (_root.ball.hittest(_root.wall3)) {
f = "2++";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.palate.gg.wall4)) {
f = "2--";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.logo.logobreak.logo2)) {
f = "2--";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
if (_root.ball.hittest(_root.logo.logobreak.logo)) {
f = "2++";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
if (_root.ball.hittest(_root.palate.gg.pala)) {
f = "2--";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.palate.gg.palb)) {
f = "2--";
_root.sound.gotoAndPlay(2);
}
}
if (f == "2++") {
_root.ball._x = _root.ball._x + 6;
_root.ball._y = _root.ball._y + 2;
if (_root.ball.hittest(_root.palate.gg.wall4)) {
f = "+-";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.wall)) {
f = "2-+";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.logo.logobreak.logo3)) {
f = "2-+";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
if (_root.ball.hittest(_root.logo.logo2)) {
f = "2+-";
score = score + 5;
_root.logo.play();
_root.sound.gotoAndPlay(4);
}
if (_root.ball.hittest(_root.palate.gg.pala)) {
f = "2+-";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.wall2)) {
f = "2-+";
_root.sound.gotoAndPlay(2);
}
if (_root.ball.hittest(_root.palate.gg.palb)) {
f = "2+-";
_root.sound.gotoAndPlay(2);
}
}
if (score == 50) {
_root.logo.logobreak.gotoAndStop(2);
}
if (score == 55) {
_root.logo.logobreak.gotoAndStop(2);
}
if (score == 60) {
_root.logo.logobreak.gotoAndStop(2);
}
if (score == 150) {
_root.logo.logobreak.gotoAndStop(3);
}
if (score == 155) {
_root.logo.logobreak.gotoAndStop(3);
}
if (score == 160) {
_root.logo.logobreak.gotoAndStop(3);
}
if (score == 250) {
_root.logo.logobreak.gotoAndStop(4);
}
if (score == 255) {
_root.logo.logobreak.gotoAndStop(4);
}
if (score == 260) {
_root.logo.logobreak.gotoAndStop(4);
}
if (score == 320) {
_root.logo.logobreak.gotoAndStop(5);
}
if (score == 325) {
_root.logo.logobreak.gotoAndStop(5);
}
if (score == 330) {
_root.logo.logobreak.gotoAndStop(5);
}
if (score == 400) {
_root.logo.logobreak.gotoAndPlay(6);
}
if (score == 405) {
_root.logo.logobreak.gotoAndPlay(6);
}
if (score == 410) {
_root.logo.logobreak.gotoAndPlay(6);
}
gotoAndPlay (2);
if (_root.ball.hittest(_root.out)) {
if (loose == "yes") {
_root.gotoAndStop(1);
_root.logo.logobreak.gotoAndStop(1);
}
}
Symbol 20 Button
on (keyPress "<Enter>") {
_root.gotoAndStop(1);
_root.logo.logobreak.gotoAndStop(1);
}
Symbol 21 MovieClip Frame 1
stop();
Symbol 21 MovieClip Frame 2
stop();
Symbol 21 MovieClip Frame 3
stop();
Symbol 21 MovieClip Frame 4
stop();
Symbol 21 MovieClip Frame 5
stop();
Symbol 21 MovieClip Frame 6
_root.loose = "no";
Symbol 21 MovieClip Frame 58
_root.ball.gotoAndPlay(2);
Symbol 21 MovieClip Frame 165
stop();
Symbol 22 MovieClip Frame 1
stop();
Symbol 35 Button
on (keyPress "<Enter>") {
gotoAndPlay (2);
}
Symbol 40 MovieClip Frame 1
stop();
Symbol 40 MovieClip Frame 3
gotoAndStop (1);
Symbol 42 MovieClip Frame 1
stop();
Symbol 42 MovieClip Frame 21
stop();