Frame 1
totalBytes = Math.round(getBytesTotal() / 1024);
loadedBytes = Math.round(getBytesLoaded() / 1024);
percentDone = Math.round((loadedBytes / totalBytes) * 100);
if (_root._framesloaded >= _root._totalframes) {
gotoAndPlay ("start");
}
Instance of Symbol 11 MovieClip in Frame 1
onClipEvent (enterFrame) {
_xscale = _root.percentDone;
}
Frame 2
gotoAndPlay (1);
Frame 5
stop();
Frame 390
number = 0;
Frame 423
stop();
Frame 471
if (_root.number == 1) {
gotoAndPlay (563);
}
if (_root.number == 2) {
gotoAndPlay (651);
}
if (_root.number == 3) {
gotoAndPlay (473);
}
Instance of Symbol 145 MovieClip in Frame 471
onClipEvent (enterFrame) {
if (_root.number == 1) {
gotoAndStop (563);
}
}
Frame 473
stop();
_root.ball._xscale = -100;
Instance of Symbol 171 MovieClip "red" in Frame 473
onClipEvent (enterFrame) {
if (Key.isDown(90) && (this._currentframe == 1)) {
this.gotoAndPlay("begin");
}
if (Key.isDown(90) && (_root.smash1._currentframe > 1)) {
this.gotoAndPlay("begin");
}
}
Instance of Symbol 174 MovieClip "ball" in Frame 473
onClipEvent (load) {
xSpeed = 0;
}
onClipEvent (enterFrame) {
if (this._xscale == 100) {
this._x = this._x + xSpeed;
}
if (this._xscale == -100) {
this._x = this._x - xSpeed;
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 11)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 70;
_root.smash1.gotoAndPlay("bang");
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 10)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 50;
_root.smash1.gotoAndPlay("boom");
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 9)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 40;
_root.smash1.gotoAndPlay("boom");
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 8)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 35;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 7)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 30;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 6)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 25;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 5)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 20;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 4)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 15;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 3)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 10;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 2)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 5;
_root.smash1.play();
}
if (this.hitTest(_root.blue.indication) && (_root.ball.xSpeed < 40)) {
this._xscale = -100;
xSpeed = 27;
_root.blue.gotoAndPlay("swing");
}
}
Instance of Symbol 195 MovieClip "smash1" in Frame 473
onClipEvent (enterFrame) {
if (this._currentframe == 2) {
_root.red.gotoAndPlay("swing");
}
}
Instance of Symbol 265 MovieClip "director" in Frame 473
onClipEvent (enterFrame) {
if (this._currentframe == 86) {
_root.ball.xSpeed = 5;
}
if (_root.ball.hitTest(_root.win)) {
this.gotoAndPlay("win");
_root.red.gotoAndPlay("win");
_root.blue.gotoAndPlay("lose");
}
if (_root.ball.hitTest(_root.lose)) {
this.gotoAndPlay("lose");
_root.red.gotoAndPlay("lose");
_root.blue.gotoAndPlay("win");
}
if (_root.ball.hitTest(_root.win) && (_root.currentframe == 2)) {
_root.director.gotoAndPlay("finish");
}
}
Frame 474
stop();
_root.ball._x = 400;
_root.ball.xSpeed = 0;
Instance of Symbol 171 MovieClip "red" in Frame 474
onClipEvent (enterFrame) {
if (Key.isDown(90) && (this._currentframe == 1)) {
this.gotoAndPlay("begin");
}
if ((Key.isDown(90) && (this._currentframe > 11)) && (this._currentframe < 35)) {
this.gotoAndPlay("begin");
}
}
Instance of Symbol 174 MovieClip "ball" in Frame 474
onClipEvent (load) {
xSpeed = 0;
}
onClipEvent (enterFrame) {
if (this._xscale == 100) {
this._x = this._x + xSpeed;
}
if (this._xscale == -100) {
this._x = this._x - xSpeed;
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 11)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 70;
_root.smash1.gotoAndPlay("bang");
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 10)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 50;
_root.smash1.gotoAndPlay("boom");
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 9)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 40;
_root.smash1.gotoAndPlay("boom");
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 8)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 35;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 7)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 30;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 6)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 25;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 5)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 20;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 4)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 15;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 3)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 10;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 2)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 5;
_root.smash1.play();
}
if (this.hitTest(_root.blue.indication) && (_root.ball.xSpeed < 50)) {
this._xscale = -100;
xSpeed = 40;
_root.blue.gotoAndPlay("swing");
}
}
Frame 475
play();
Frame 562
stop();
gotoAndPlay (473);
Frame 563
stop();
_root.ball._xscale = -100;
_root.director.gotoAndPlay(2);
_root.score = 0;
_root.bonus = 1000;
_root.director.scorehold = 0;
_root.stage.stagenum = 1;
Instance of Symbol 171 MovieClip "red" in Frame 563
onClipEvent (enterFrame) {
if (Key.isDown(90) && (this._currentframe == 1)) {
this.gotoAndPlay("begin");
}
if (Key.isDown(90) && (_root.smash1._currentframe > 1)) {
this.gotoAndPlay("begin");
}
}
Instance of Symbol 174 MovieClip "ball" in Frame 563
onClipEvent (load) {
xSpeed = 0;
}
onClipEvent (enterFrame) {
if (this._xscale == 100) {
this._x = this._x + xSpeed;
}
if (this._xscale == -100) {
this._x = this._x - xSpeed;
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 11)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 70;
_root.smash1.gotoAndPlay("bang");
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 10)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 50;
_root.smash1.gotoAndPlay("boom");
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 9)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 40;
_root.smash1.gotoAndPlay("boom");
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 8)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 35;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 7)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 30;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 6)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 25;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 5)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 20;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 4)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 15;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 3)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 10;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 2)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 5;
_root.smash1.play();
}
if (this.hitTest(_root.blue.indication) && (_root.ball.xSpeed < 30)) {
this._xscale = -100;
xSpeed = 27;
_root.smash2.play();
_root.blue.play();
}
}
Instance of Symbol 195 MovieClip "smash1" in Frame 563
onClipEvent (enterFrame) {
if (this._currentframe == 2) {
_root.red.gotoAndPlay("swing");
}
if ((_root.bonus > 0) && (this._currentframe == 11)) {
_root.bonus = _root.bonus - 200;
}
if ((_root.bonus > 0) && (this._currentframe == 17)) {
_root.bonus = _root.bonus - 100;
}
}
Instance of Symbol 283 MovieClip "director" in Frame 563
onClipEvent (enterFrame) {
if (this._currentframe == 86) {
_root.ball.xSpeed = 5;
}
if (_root.ball.hitTest(_root.win)) {
this.gotoAndPlay("win");
_root.red.gotoAndPlay("win");
_root.blue.gotoAndPlay("lose");
}
if (_root.ball.hitTest(_root.lose)) {
this.gotoAndPlay("lose");
_root.red.gotoAndPlay("lose");
_root.blue.gotoAndPlay("win");
}
if (_root.ball.hitTest(_root.win) && (_root.currentframe == 2)) {
_root.director.gotoAndPlay("finish");
}
}
Instance of Symbol 287 MovieClip in Frame 563
onClipEvent (enterFrame) {
if (_root.director._currentframe == 89) {
_root.score = _root.score + _root.bonus;
_root.bonus = 0;
}
if (_root.director._currentframe == 3) {
_root.director.scorehold = _root.score;
}
}
Instance of Symbol 289 MovieClip in Frame 563
onClipEvent (enterFrame) {
if (_root.bonus < 0) {
_root.bonus = 0;
}
}
Instance of Symbol 297 MovieClip in Frame 563
onClipEvent (enterFrame) {
if (_root.director._currentframe < 67) {
this.stop();
}
if (_root.director._currentframe == 67) {
this.play();
}
}
Frame 564
stop();
_root.ball._xscale = 100;
_root.ball._x = 400;
_root.ball.xSpeed = 0;
_root.director.gotoAndPlay(2);
_root.bonus = 1000;
_root.stage.stagenum = 2;
Instance of Symbol 174 MovieClip "ball" in Frame 564
onClipEvent (load) {
xSpeed = 0;
}
onClipEvent (enterFrame) {
if (this._xscale == 100) {
this._x = this._x + xSpeed;
}
if (this._xscale == -100) {
this._x = this._x - xSpeed;
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 11)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 70;
_root.smash1.gotoAndPlay("bang");
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 10)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 50;
_root.smash1.gotoAndPlay("boom");
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 9)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 40;
_root.smash1.gotoAndPlay("boom");
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 8)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 35;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 7)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 30;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 6)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 25;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 5)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 20;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 4)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 15;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 3)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 10;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 2)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 5;
_root.smash1.play();
}
if (this.hitTest(_root.blue.indication) && (_root.ball.xSpeed < 35)) {
this._xscale = -100;
xSpeed = 40;
_root.smash2.play();
_root.blue.gotoAndPlay("swing");
}
}
Frame 565
stop();
_root.ball._xscale = 100;
_root.ball._x = 400;
_root.ball.xSpeed = 0;
_root.director.gotoAndPlay(2);
_root.bonus = 1000;
_root.stage.stagenum = 3;
Instance of Symbol 174 MovieClip "ball" in Frame 565
onClipEvent (load) {
xSpeed = 0;
}
onClipEvent (enterFrame) {
if (this._xscale == 100) {
this._x = this._x + xSpeed;
}
if (this._xscale == -100) {
this._x = this._x - xSpeed;
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 11)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 70;
_root.smash1.gotoAndPlay("bang");
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 10)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 50;
_root.smash1.gotoAndPlay("boom");
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 9)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 40;
_root.smash1.gotoAndPlay("boom");
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 8)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 35;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 7)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 30;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 6)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 25;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 5)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 20;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 4)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 15;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 3)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 10;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 2)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 5;
_root.smash1.play();
}
if (this.hitTest(_root.blue.indication) && (_root.ball.xSpeed < 40)) {
this._xscale = -100;
xSpeed = 50;
_root.smash2.gotoAndPlay("boom");
_root.blue.gotoAndPlay("swing");
}
}
Frame 566
stop();
_root.ball._xscale = 100;
_root.ball._x = 400;
_root.ball.xSpeed = 0;
_root.director.gotoAndPlay(2);
_root.bonus = 1000;
_root.stage.stagenum = 4;
Instance of Symbol 174 MovieClip "ball" in Frame 566
onClipEvent (load) {
xSpeed = 0;
}
onClipEvent (enterFrame) {
if (this._xscale == 100) {
this._x = this._x + xSpeed;
}
if (this._xscale == -100) {
this._x = this._x - xSpeed;
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 11)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 70;
_root.smash1.gotoAndPlay("bang");
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 10)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 50;
_root.smash1.gotoAndPlay("boom");
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 9)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 40;
_root.smash1.gotoAndPlay("boom");
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 8)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 35;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 7)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 30;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 6)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 25;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 5)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 20;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 4)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 15;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 3)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 10;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 2)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 5;
_root.smash1.play();
}
if ((this.hitTest(_root.blue.indication) && (_root.ball.xSpeed < 50)) && (this._currentframe == 1)) {
this._xscale = -100;
xSpeed = 60;
_root.smash2.gotoAndPlay("boom");
_root.blue.gotoAndPlay("swing");
}
if ((this.hitTest(_root.blue.indication) && (_root.ball.xSpeed < 60)) && (this._currentframe == 2)) {
this._xscale = -100;
xSpeed = 40;
_root.smash2.play();
_root.blue.gotoAndPlay("swing");
}
if ((this.hitTest(_root.blue.indication) && (_root.ball.xSpeed < 70)) && (this._currentframe == 3)) {
this._xscale = -100;
xSpeed = 25;
_root.smash2.play();
_root.blue.gotoAndPlay("swing");
}
if (((this.hitTest(_root.blue.indication) && (_root.ball.xSpeed < 50)) && (this._currentframe > 3)) && (this._currentframe < 7)) {
this._xscale = -100;
xSpeed = 60;
_root.smash2.gotoAndPlay("boom");
_root.blue.gotoAndPlay("swing");
}
}
Frame 567
stop();
_root.ball._xscale = 100;
_root.ball._x = 400;
_root.ball.xSpeed = 0;
_root.director.gotoAndPlay(2);
_root.bonus = 1000;
_root.stage.stagenum = 5;
Instance of Symbol 174 MovieClip "ball" in Frame 567
onClipEvent (load) {
xSpeed = 0;
}
onClipEvent (enterFrame) {
if (this._xscale == 100) {
this._x = this._x + xSpeed;
}
if (this._xscale == -100) {
this._x = this._x - xSpeed;
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 11)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 70;
_root.smash1.gotoAndPlay("bang");
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 10)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 50;
_root.smash1.gotoAndPlay("boom");
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 9)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 40;
_root.smash1.gotoAndPlay("boom");
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 8)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 35;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 7)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 30;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 6)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 25;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 5)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 20;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 4)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 15;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 3)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 10;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 2)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 5;
_root.smash1.play();
}
if ((this.hitTest(_root.blue.indication) && (_root.ball.xSpeed < 60)) && (this._currentframe == 1)) {
this._xscale = -100;
xSpeed = 70;
_root.smash2.gotoAndPlay("bang");
_root.blue.gotoAndPlay("swing");
}
if ((this.hitTest(_root.blue.indication) && (_root.ball.xSpeed < 70)) && (this._currentframe == 2)) {
this._xscale = -100;
xSpeed = 60;
_root.smash2.gotoAndPlay("boom");
_root.blue.gotoAndPlay("swing");
}
if ((this.hitTest(_root.blue.indication) && (_root.ball.xSpeed < 70)) && (this._currentframe == 3)) {
this._xscale = -100;
xSpeed = 30;
_root.smash2.play();
_root.blue.gotoAndPlay("swing");
}
if (((this.hitTest(_root.blue.indication) && (_root.ball.xSpeed < 50)) && (this._currentframe > 3)) && (this._currentframe < 7)) {
this._xscale = -100;
xSpeed = 60;
_root.smash2.gotoAndPlay("boom");
_root.blue.gotoAndPlay("swing");
}
}
Frame 568
stop();
_root.ball._xscale = 100;
_root.ball._x = 400;
_root.ball.xSpeed = 0;
_root.director.gotoAndPlay(2);
_root.bonus = 1000;
_root.stage.stagenum = 6;
Instance of Symbol 174 MovieClip "ball" in Frame 568
onClipEvent (load) {
xSpeed = 0;
}
onClipEvent (enterFrame) {
if (this._xscale == 100) {
this._x = this._x + xSpeed;
}
if (this._xscale == -100) {
this._x = this._x - xSpeed;
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 11)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 70;
_root.smash1.gotoAndPlay("bang");
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 10)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 50;
_root.smash1.gotoAndPlay("boom");
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 9)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 40;
_root.smash1.gotoAndPlay("boom");
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 8)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 35;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 7)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 30;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 6)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 25;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 5)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 20;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 4)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 15;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 3)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 10;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 2)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 5;
_root.smash1.play();
}
if ((this.hitTest(_root.blue.indication) && (_root.ball.xSpeed < 40)) && (this._currentframe == 1)) {
this._xscale = -100;
xSpeed = 70;
_root.smash2.gotoAndPlay("bang");
_root.blue.gotoAndPlay("swing");
}
if ((this.hitTest(_root.blue.indication) && (_root.ball.xSpeed < 70)) && (this._currentframe == 2)) {
this._xscale = -100;
xSpeed = 60;
_root.smash2.gotoAndPlay("boom");
_root.blue.gotoAndPlay("swing");
}
if ((this.hitTest(_root.blue.indication) && (_root.ball.xSpeed < 70)) && (this._currentframe == 3)) {
this._xscale = -100;
xSpeed = 30;
_root.smash2.play();
_root.blue.gotoAndPlay("swing");
}
if (((this.hitTest(_root.blue.indication) && (_root.ball.xSpeed < 60)) && (this._currentframe > 3)) && (this._currentframe < 7)) {
this._xscale = -100;
xSpeed = 65;
_root.smash2.gotoAndPlay("boom");
_root.blue.gotoAndPlay("swing");
}
}
Frame 569
stop();
_root.ball._xscale = 100;
_root.ball._x = 400;
_root.ball.xSpeed = 0;
_root.director.gotoAndPlay(2);
_root.bonus = 1000;
_root.stage.stagenum = 7;
Instance of Symbol 174 MovieClip "ball" in Frame 569
onClipEvent (load) {
xSpeed = 0;
}
onClipEvent (enterFrame) {
if (this._xscale == 100) {
this._x = this._x + xSpeed;
}
if (this._xscale == -100) {
this._x = this._x - xSpeed;
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 11)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 70;
_root.smash1.gotoAndPlay("bang");
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 10)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 50;
_root.smash1.gotoAndPlay("boom");
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 9)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 40;
_root.smash1.gotoAndPlay("boom");
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 8)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 35;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 7)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 30;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 6)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 25;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 5)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 20;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 4)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 15;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 3)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 10;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 2)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 5;
_root.smash1.play();
}
if ((this.hitTest(_root.blue.indication) && (_root.ball.xSpeed < 69)) && (this._currentframe == 1)) {
this._xscale = -100;
xSpeed = 70;
_root.smash2.gotoAndPlay("bang");
_root.blue.gotoAndPlay("swing");
}
if ((this.hitTest(_root.blue.indication) && (_root.ball.xSpeed < 69)) && (this._currentframe == 2)) {
this._xscale = -100;
xSpeed = 60;
_root.smash2.gotoAndPlay("boom");
_root.blue.gotoAndPlay("swing");
}
if ((this.hitTest(_root.blue.indication) && (_root.ball.xSpeed < 71)) && (this._currentframe == 3)) {
this._xscale = -100;
xSpeed = 20;
_root.smash2.play();
_root.blue.gotoAndPlay("swing");
}
if (((this.hitTest(_root.blue.indication) && (_root.ball.xSpeed < 71)) && (this._currentframe > 3)) && (this._currentframe < 7)) {
this._xscale = -100;
xSpeed = 70;
_root.smash2.gotoAndPlay("bang");
_root.blue.gotoAndPlay("swing");
}
}
Instance of Symbol 283 MovieClip "director" in Frame 569
onClipEvent (enterFrame) {
if (this._currentframe == 86) {
_root.ball.xSpeed = 5;
}
if (_root.ball.hitTest(_root.win)) {
_root.play();
_root.red.gotoAndPlay("win");
_root.blue.gotoAndPlay("lose");
}
if (_root.ball.hitTest(_root.lose)) {
this.gotoAndPlay("lose");
_root.red.gotoAndPlay("lose");
_root.blue.gotoAndPlay("win");
}
if (_root.ball.hitTest(_root.win) && (_root.currentframe == 2)) {
_root.director.gotoAndPlay("finish");
}
}
Frame 650
stop();
Frame 651
stop();
_root.ball._xscale = -100;
_root.wins = 0;
_root.wins2 = 0;
Instance of Symbol 171 MovieClip "red" in Frame 651
onClipEvent (enterFrame) {
if (Key.isDown(90) && (this._currentframe == 1)) {
this.gotoAndPlay("begin");
}
if (Key.isDown(90) && (_root.smash1._currentframe > 1)) {
this.gotoAndPlay("begin");
}
}
Instance of Symbol 174 MovieClip "ball" in Frame 651
onClipEvent (load) {
xSpeed = 5;
}
onClipEvent (enterFrame) {
if (this._xscale == 100) {
this._x = this._x + xSpeed;
}
if (this._xscale == -100) {
this._x = this._x - xSpeed;
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 11)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 70;
_root.smash1.gotoAndPlay("bang");
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 10)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 50;
_root.smash1.gotoAndPlay("boom");
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 9)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 40;
_root.smash1.gotoAndPlay("boom");
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 8)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 35;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 7)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 30;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 6)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 25;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 5)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 20;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 4)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 15;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 3)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 10;
_root.smash1.play();
}
if (this.hitTest(_root.red.indication) && (_root.red._currentframe == 2)) {
_root.red.gotoAndPlay("swing");
this._xscale = 100;
this.xSpeed = 5;
_root.smash1.play();
}
if (this.hitTest(_root.blue.indication) && (_root.blue._currentframe == 11)) {
_root.blue.gotoAndPlay("swing");
this._xscale = -100;
this.xSpeed = 70;
_root.smash2.gotoAndPlay("bang");
}
if (this.hitTest(_root.blue.indication) && (_root.blue._currentframe == 10)) {
_root.blue.gotoAndPlay("swing");
this._xscale = -100;
this.xSpeed = 50;
_root.smash2.gotoAndPlay("boom");
}
if (this.hitTest(_root.blue.indication) && (_root.blue._currentframe == 9)) {
_root.blue.gotoAndPlay("swing");
this._xscale = -100;
this.xSpeed = 40;
_root.smash2.gotoAndPlay("boom");
}
if (this.hitTest(_root.blue.indication) && (_root.blue._currentframe == 8)) {
_root.blue.gotoAndPlay("swing");
this._xscale = -100;
this.xSpeed = 35;
_root.smash2.play();
}
if (this.hitTest(_root.blue.indication) && (_root.blue._currentframe == 7)) {
_root.blue.gotoAndPlay("swing");
this._xscale = -100;
this.xSpeed = 30;
_root.smash2.play();
}
if (this.hitTest(_root.blue.indication) && (_root.blue._currentframe == 6)) {
_root.blue.gotoAndPlay("swing");
this._xscale = -100;
this.xSpeed = 25;
_root.smash2.play();
}
if (this.hitTest(_root.blue.indication) && (_root.blue._currentframe == 5)) {
_root.blue.gotoAndPlay("swing");
this._xscale = -100;
this.xSpeed = 20;
_root.smash2.play();
}
if (this.hitTest(_root.blue.indication) && (_root.blue._currentframe == 4)) {
_root.blue.gotoAndPlay("swing");
this._xscale = -100;
this.xSpeed = 15;
_root.smash2.play();
}
if (this.hitTest(_root.blue.indication) && (_root.blue._currentframe == 3)) {
_root.blue.gotoAndPlay("swing");
this._xscale = -100;
this.xSpeed = 10;
_root.smash2.play();
}
if (this.hitTest(_root.blue.indication) && (_root.blue._currentframe == 2)) {
_root.blue.gotoAndPlay("swing");
this._xscale = -100;
this.xSpeed = 5;
_root.smash2.play();
}
}
Instance of Symbol 195 MovieClip "smash1" in Frame 651
onClipEvent (enterFrame) {
if (this._currentframe == 2) {
_root.red.gotoAndPlay("swing");
}
}
Instance of Symbol 213 MovieClip "blue" in Frame 651
onClipEvent (enterFrame) {
if (Key.isDown(77) && (this._currentframe == 1)) {
this.gotoAndPlay("begin");
}
if (Key.isDown(77) && (_root.smash1._currentframe > 1)) {
this.gotoAndPlay("begin");
}
}
Instance of Symbol 230 MovieClip "smash2" in Frame 651
onClipEvent (enterFrame) {
if (this._currentframe == 2) {
_root.blue.gotoAndPlay("swing");
}
}
Instance of Symbol 345 MovieClip "director" in Frame 651
onClipEvent (enterFrame) {
if (this._currentframe == 86) {
_root.ball.xSpeed = 5;
}
if (_root.ball.hitTest(_root.win)) {
this.gotoAndPlay("win");
_root.red.gotoAndPlay("win");
_root.blue.gotoAndPlay("lose");
}
if (_root.ball.hitTest(_root.lose)) {
this.gotoAndPlay("lose");
_root.red.gotoAndPlay("lose");
_root.blue.gotoAndPlay("win");
}
}
Symbol 19 Button
on (press) {
getURL ("http://www.gamesreloaded.com", "_blank");
}
Symbol 28 Button
on (press) {
play();
}
Symbol 81 Button
on (release) {
getURL ("http://www.gamesreloaded.com", "_blank");
}
Symbol 119 MovieClip Frame 1
stop();
Symbol 119 MovieClip Frame 13
stop();
Symbol 119 MovieClip Frame 22
stop();
Symbol 119 MovieClip Frame 33
stop();
Symbol 119 MovieClip Frame 48
stop();
Symbol 128 MovieClip Frame 15
stop();
Symbol 129 Button
on (press) {
getURL ("http://gka.sheezyart.com", "_blank");
}
Symbol 130 MovieClip Frame 11
stop();
Symbol 131 Button
on (release) {
play();
_root.number = 3;
}
Symbol 132 MovieClip Frame 12
stop();
Symbol 133 Button
on (release) {
play();
_root.number = 1;
}
Symbol 134 MovieClip Frame 9
stop();
Symbol 135 Button
on (release) {
play();
_root.number = 2;
}
Symbol 136 Button
on (press) {
getURL ("http://www.gamesreloaded.com", "_blank");
}
Symbol 165 MovieClip Frame 26
stop();
Symbol 170 MovieClip Frame 18
stop();
Symbol 171 MovieClip Frame 1
stop();
Symbol 171 MovieClip Frame 34
gotoAndStop (1);
Symbol 171 MovieClip Frame 40
stop();
Symbol 171 MovieClip Frame 46
stop();
Symbol 195 MovieClip Frame 1
stop();
_root.red.gotoAndStop(1);
Symbol 195 MovieClip Frame 11
gotoAndStop (1);
_root.score = _root.score + 50;
Symbol 195 MovieClip Frame 17
gotoAndStop (1);
_root.score = _root.score + 130;
Symbol 195 MovieClip Frame 25
_root.score = _root.score + 500;
Symbol 208 MovieClip Frame 26
stop();
Symbol 212 MovieClip Frame 18
stop();
Symbol 213 MovieClip Frame 1
stop();
Symbol 213 MovieClip Frame 34
gotoAndStop (1);
Symbol 213 MovieClip Frame 40
stop();
Symbol 213 MovieClip Frame 46
stop();
Symbol 230 MovieClip Frame 1
stop();
_root.blue.gotoAndStop(1);
Symbol 230 MovieClip Frame 11
gotoAndStop (1);
Symbol 230 MovieClip Frame 17
gotoAndStop (1);
Symbol 231 Button
on (press) {
gotoAndPlay (390);
}
Symbol 248 Button
on (press) {
play();
}
Symbol 257 Button
on (press) {
_root.nextFrame();
}
on (press) {
this.gotoAndPlay(2);
}
Symbol 258 Button
on (press) {
this.gotoAndPlay(2);
_root.ball.xSpeed = 0;
_root.ball._x = 400;
_root.ball._xscale = -100;
}
Symbol 265 MovieClip Frame 1
stop();
_root.red.gotoAndPlay("win");
_root.blue.gotoAndPlay("win");
Symbol 265 MovieClip Frame 2
_root.red.gotoAndStop(1);
_root.blue.gotoAndStop(1);
Symbol 265 MovieClip Frame 87
stop();
Symbol 265 MovieClip Frame 143
stop();
Symbol 265 MovieClip Frame 198
stop();
Symbol 271 Button
on (press) {
getURL ("http://www.gamesreloaded.com", "_blank");
}
Symbol 281 Button
on (press) {
this.gotoAndPlay(2);
_root.ball.xSpeed = 0;
_root.ball._x = 400;
_root.ball._xscale = -100;
_root.score = this.scorehold;
}
Symbol 283 MovieClip Frame 2
_root.red.gotoAndStop(1);
_root.blue.gotoAndStop(1);
Symbol 283 MovieClip Frame 87
stop();
Symbol 283 MovieClip Frame 143
stop();
Symbol 283 MovieClip Frame 198
stop();
Symbol 320 Button
on (press) {
gotoAndStop (1);
}
Symbol 324 Button
on (press) {
gotoAndPlay (563);
}
Symbol 334 Button
on (press) {
this.gotoAndPlay(2);
_root.ball.xSpeed = 0;
_root.ball._x = 400;
_root.ball._xscale = 100;
_root.score = this.scorehold;
}
Symbol 345 MovieClip Frame 1
stop();
_root.red.gotoAndPlay("win");
_root.blue.gotoAndPlay("win");
_root.ball.xSpeed = 0;
Symbol 345 MovieClip Frame 2
_root.red.gotoAndStop(1);
_root.blue.gotoAndStop(1);
Symbol 345 MovieClip Frame 87
stop();
Symbol 345 MovieClip Frame 98
_root.wins = _root.wins + 1;
Symbol 345 MovieClip Frame 143
stop();
Symbol 345 MovieClip Frame 152
_root.wins2 = _root.wins2 + 1;
Symbol 345 MovieClip Frame 198
stop();
Symbol 349 MovieClip Frame 1
options = new Array();
options = ["2", "3", "4", "5", "6", "7", "8", "9"];
frame = random(options.length);
gotoAndStop(options[frame]);
Symbol 349 MovieClip Frame 2
stop();
Symbol 349 MovieClip Frame 3
stop();
Symbol 349 MovieClip Frame 4
stop();
Symbol 349 MovieClip Frame 5
stop();
Symbol 349 MovieClip Frame 6
stop();
Symbol 349 MovieClip Frame 7
stop();
Symbol 349 MovieClip Frame 8
stop();
Symbol 349 MovieClip Frame 9
stop();