Frame 1
stage.showmenu = false;
stop();
Instance of Symbol 22 MovieClip in Frame 1
onClipEvent (load) {
_root.GameType = 1;
}
Instance of Symbol 25 MovieClip in Frame 1
/* no clip actions */
Instance of Symbol 30 MovieClip in Frame 1
onClipEvent (load) {
_root.BluePlr2Name = "";
_root.RedPlr2Name = "";
}
Instance of Symbol 19 MovieClip [preload] in Frame 1
//component parameters
onClipEvent (initialize) {
fIn = 5;
}
Instance of Symbol 8 MovieClip [BarCode39] in Frame 1
//component parameters
onClipEvent (initialize) {
the_str = "Liquid Fire";
displayText = true;
theBorder = 0;
bar_color = 0;
}
Frame 2
stop();
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) {
stopAllSounds();
}
onClipEvent (enterFrame) {
}
Instance of Symbol 59 MovieClip "ball" in Frame 2
onClipEvent (enterFrame) {
this.active = false;
if (active) {
} else {
_x = (_x + _root.xspeed);
_y = (_y + _root.yspeed);
}
}
Instance of Symbol 85 MovieClip in Frame 2
onClipEvent (load) {
_root.ballcount = 1;
_root.xspeedBomb = 5;
_root.yspeedBomb = 5;
_root.xspeedP = -5;
_root.yspeedP = 5;
_root.xspeed = -5;
_root.yspeed = 5;
_root.xspeed2 = -6;
_root.yspeed2 = 6;
_root.xspeed3 = -7;
_root.yspeed3 = 6;
_root.xspeed4 = -7;
_root.yspeed4 = 5;
_root.xspeed5 = 5;
_root.yspeed5 = 6;
_root.xspeed6 = 5;
_root.yspeed6 = 7;
_root.xspeed7 = 7;
_root.yspeed7 = 7;
_root.xspeed8 = 6;
_root.yspeed8 = 6;
_root.becamescore1 = false;
_root.becamescore2 = false;
_root.ballrausBomb = false;
_root.ballrausP = false;
_root.ballraus = false;
_root.ballraus2 = false;
_root.ballraus3 = false;
_root.ballraus4 = false;
_root.ballraus5 = false;
_root.ballraus6 = false;
_root.ballraus7 = false;
_root.ballraus8 = false;
_root.score1 = 0;
_root.score2 = 0;
}
onClipEvent (enterFrame) {
if (_root.ballBomb.hitTest(_root.topedge)) {
_root.ballBomb._x = _root.ballBomb._x + 5;
_root.soundeffects1.gotoAndPlay(2);
_root.yspeedBomb = -_root.yspeedBomb;
}
if (_root.ballBomb.hitTest(_root.bottomedge)) {
_root.ballBomb._x = _root.ballBomb._x - 5;
_root.soundeffects1.gotoAndPlay(2);
_root.yspeedBomb = -_root.yspeedBomb;
}
if (_root.ballBomb.hitTest(_root.bar1)) {
_root.xspeedBomb = -_root.xspeedBomb;
_root.score1 = _root.score1 + 1000;
}
if (_root.ballBomb.hitTest(_root.bar1Shell)) {
_root.bar1Shell.gotoAndPlay(2);
_root.xspeedBomb = -_root.xspeedBomb;
_root.score1 = _root.score1 + 1000;
}
if (_root.ballBomb.hitTest(_root.bar2)) {
_root.xspeedBomb = -_root.xspeedBomb;
_root.score2 = _root.score2 + 1000;
}
if (_root.ballBomb.hitTest(_root.bar2Shell)) {
_root.xspeedBomb = -_root.xspeedBomb;
_root.bar2Shell.gotoAndPlay(2);
_root.score2 = _root.score2 + 1000;
}
if (_root.ballP.hitTest(_root.topedge)) {
_root.soundeffects1.gotoAndPlay(5);
_root.yspeedP = -_root.yspeedP;
_root.ballP._y = _root.ballP._y + 5;
}
if (_root.ballP.hitTest(_root.bottomedge)) {
_root.soundeffects1.gotoAndPlay(5);
_root.yspeedP = -_root.yspeedP;
_root.ballP._y = _root.ballP._y - 5;
}
if (_root.ballP.hitTest(_root.Pixelbar1)) {
_root.soundeffects2.gotoAndPlay(2);
_root.ballP._x = _root.ballP._x + 30;
_root.xspeedP = -_root.xspeedP;
_root.ballP.gotoAndPlay(6);
}
if (_root.ballP.hitTest(_root.Pixelbeam)) {
_root.soundeffects2.gotoAndPlay(2);
_root.ballP._x = _root.ballP._x + 30;
_root.xspeedP = -_root.xspeedP;
_root.ballP.gotoAndPlay(6);
}
if (_root.ballP.hitTest(_root.Pixelbar1Shell)) {
_root.soundeffects2.gotoAndPlay(2);
_root.ballP._x = _root.ballP._x + 5;
_root.xspeedP = -_root.xspeedP;
_root.ballP.gotoAndPlay(6);
}
if (_root.ballP.hitTest(_root.Pixelbar2)) {
_root.soundeffects2.gotoAndPlay(2);
_root.xspeedP = -_root.xspeedP;
_root.ballP.gotoAndPlay(11);
}
if (_root.ballP.hitTest(_root.Pixelbeam2)) {
_root.soundeffects2.gotoAndPlay(2);
_root.xspeedP = -_root.xspeedP;
_root.ballP.gotoAndPlay(11);
}
if (_root.ballP.hitTest(_root.Pixelbar2Shell)) {
_root.soundeffects2.gotoAndPlay(2);
_root.ballP._x = _root.ballP._x - 5;
_root.xspeedP = -_root.xspeedP;
_root.ball.gotoAndPlay(11);
}
if (_root.ball.hitTest(_root.topedge)) {
_root.soundeffects1.gotoAndPlay(2);
_root.yspeed = -_root.yspeed;
_root.ball._y = _root.ball._y + 5;
}
if (_root.ball.hitTest(_root.bottomedge)) {
_root.soundeffects1.gotoAndPlay(2);
_root.yspeed = -_root.yspeed;
_root.ball._y = _root.ball._y - 5;
}
if (_root.ball.hitTest(_root.bar1)) {
_root.ball._x = _root.ball._x + 5;
_root.xspeed = -_root.xspeed;
_root.ball.gotoAndPlay(31);
}
if (_root.ball.hitTest(_root.bar1.beam)) {
_root.ball._x = _root.ball._x + 30;
_root.xspeed = -_root.xspeed;
_root.ball.gotoAndPlay(31);
}
if (_root.ball.hitTest(_root.bar1Shell)) {
_root.ball._x = _root.ball._x + 5;
_root.xspeed = -_root.xspeedP;
_root.bar1Shell.gotoAndPlay(2);
_root.ball.gotoAndPlay(31);
}
if (_root.ball.hitTest(_root.bar2)) {
_root.ball._x = _root.ball._x - 5;
_root.xspeed = -_root.xspeed;
_root.ball.gotoAndPlay(61);
}
if (_root.ball.hitTest(_root.bar2.beam2)) {
_root.xspeed = -_root.xspeed;
_root.score1 = _root.score1 + 100;
_root.ball.gotoAndPlay(61);
}
if (_root.ball.hitTest(_root.bar2Shell)) {
_root.ball._x = _root.ball._x - 5;
_root.xspeed = -_root.xspeed;
_root.bar2Shell.gotoAndPlay(2);
_root.ball.gotoAndPlay(61);
}
if (_root.ball2.hitTest(_root.topedge)) {
_root.soundeffects1.gotoAndPlay(2);
_root.yspeed2 = -_root.yspeed2;
_root.ball2._y = _root.ball2._y + 5;
}
if (_root.ball2.hitTest(_root.bottomedge)) {
_root.soundeffects1.gotoAndPlay(2);
_root.yspeed2 = -_root.yspeed2;
_root.ball2._y = _root.ball2._y - 5;
}
if (_root.ball2.hitTest(_root.bar1)) {
_root.xspeed2 = -_root.xspeed2;
_root.ball2.gotoAndPlay(31);
}
if (_root.ball2.hitTest(_root.bar1.beam)) {
_root.xspeed = -_root.xspeed;
_root.score1 = _root.score1 + 100;
_root.ball.gotoAndPlay(31);
}
if (_root.ball2.hitTest(_root.bar1Shell)) {
_root.ball2._x = _root.ball2._x + 5;
_root.xspeed2 = -_root.xspeed2;
_root.bar1Shell.gotoAndPlay(2);
_root.ball2.gotoAndPlay(31);
}
if (_root.ball2.hitTest(_root.bar2)) {
_root.xspeed2 = -_root.xspeed2;
_root.ball2.gotoAndPlay(61);
}
if (_root.ball2.hitTest(_root.bar2.beam2)) {
_root.xspeed = -_root.xspeed;
_root.score2 = _root.score2 + 100;
_root.ball.gotoAndPlay(31);
}
if (_root.ball2.hitTest(_root.bar2Shell)) {
_root.ball2._x = _root.ball2._x - 5;
_root.xspeed2 = -_root.xspeed2;
_root.bar2Shell.gotoAndPlay(2);
_root.ball2.gotoAndPlay(61);
}
if (_root.ball3.hitTest(_root.topedge)) {
_root.soundeffects1.gotoAndPlay(2);
_root.yspeed3 = -_root.yspeed3;
_root.ball3._y = _root.ball3._y + 5;
}
if (_root.ball3.hitTest(_root.bottomedge)) {
_root.soundeffects1.gotoAndPlay(2);
_root.yspeed3 = -_root.yspeed3;
_root.ball3._y = _root.ball3._y - 5;
}
if (_root.ball3.hitTest(_root.bar1)) {
_root.xspeed3 = -_root.xspeed3;
_root.ball3.gotoAndPlay(31);
}
if (_root.ball3.hitTest(_root.bar1.beam)) {
_root.xspeed = -_root.xspeed;
_root.score1 = _root.score1 + 100;
_root.ball.gotoAndPlay(31);
}
if (_root.ball3.hitTest(_root.bar1Shell)) {
_root.ball3._x = _root.ball3._x + 5;
_root.xspeed3 = -_root.xspeed3;
_root.bar1Shell.gotoAndPlay(2);
_root.ball3.gotoAndPlay(31);
}
if (_root.ball3.hitTest(_root.bar2)) {
_root.xspeed3 = -_root.xspeed3;
_root.ball3.gotoAndPlay(61);
}
if (_root.ball3.hitTest(_root.bar2.beam2)) {
_root.xspeed = -_root.xspeed;
_root.score1 = _root.score1 + 100;
_root.ball.gotoAndPlay(31);
}
if (_root.ball3.hitTest(_root.bar2Shell)) {
_root.ball3._x = _root.ball3._x - 5;
_root.xspeed3 = -_root.xspeed3;
_root.bar2Shell.gotoAndPlay(2);
_root.ball3.gotoAndPlay(61);
}
if (_root.ball4.hitTest(_root.topedge)) {
_root.soundeffects1.gotoAndPlay(2);
_root.yspeed4 = -_root.yspeed4;
_root.ball4._y = _root.ball4._y + 5;
}
if (_root.ball4.hitTest(_root.bottomedge)) {
_root.soundeffects1.gotoAndPlay(2);
_root.yspeed4 = -_root.yspeed4;
_root.ball4._y = _root.ball4._y - 5;
}
if (_root.ball4.hitTest(_root.bar1)) {
_root.xspeed4 = -_root.xspeed4;
_root.ball4.gotoAndPlay(31);
}
if (_root.ball4.hitTest(_root.bar1.beam)) {
_root.xspeed = -_root.xspeed;
_root.score1 = _root.score1 + 100;
_root.ball.gotoAndPlay(31);
}
if (_root.ball4.hitTest(_root.bar1Shell)) {
_root.ball4._x = _root.ball4._x + 5;
_root.xspeed4 = -_root.xspeed4;
_root.bar1Shell.gotoAndPlay(2);
_root.ball4.gotoAndPlay(31);
}
if (_root.ball4.hitTest(_root.bar2)) {
_root.xspeed4 = -_root.xspeed4;
_root.ball4.gotoAndPlay(61);
}
if (_root.ball4.hitTest(_root.bar2.beam2)) {
_root.xspeed = -_root.xspeed;
_root.score1 = _root.score1 + 100;
_root.ball.gotoAndPlay(31);
}
if (_root.ball4.hitTest(_root.bar2Shell)) {
_root.ball4._x = _root.ball4._x - 5;
_root.xspeed4 = -_root.xspeed4;
_root.bar2Shell.gotoAndPlay(2);
_root.ball4.gotoAndPlay(61);
}
if (_root.ball5.hitTest(_root.topedge)) {
_root.soundeffects1.gotoAndPlay(2);
_root.yspeed5 = -_root.yspeed5;
_root.ball5._y = _root.ball5._y + 5;
}
if (_root.ball5.hitTest(_root.bottomedge)) {
_root.soundeffects1.gotoAndPlay(2);
_root.yspeed5 = -_root.yspeed5;
_root.ball5._y = _root.ball5._y - 5;
}
if (_root.ball5.hitTest(_root.bar1)) {
_root.xspeed5 = -_root.xspeed5;
_root.ball5.gotoAndPlay(31);
}
if (_root.ball5.hitTest(_root.bar1.beam)) {
_root.xspeed = -_root.xspeed;
_root.score1 = _root.score1 + 100;
_root.ball.gotoAndPlay(31);
}
if (_root.ball5.hitTest(_root.bar1Shell)) {
_root.ball5._x = _root.ball5._x + 5;
_root.xspeed5 = -_root.xspeed5;
_root.bar1Shell.gotoAndPlay(2);
_root.ball5.gotoAndPlay(31);
}
if (_root.ball5.hitTest(_root.bar2)) {
_root.xspeed5 = -_root.xspeed5;
_root.ball5.gotoAndPlay(61);
}
if (_root.ball5.hitTest(_root.bar2.beam2)) {
_root.xspeed = -_root.xspeed;
_root.score1 = _root.score1 + 100;
_root.ball.gotoAndPlay(31);
}
if (_root.ball5.hitTest(_root.bar2Shell)) {
_root.ball5._x = _root.ball5._x - 5;
_root.xspeed5 = -_root.xspeed5;
_root.bar2Shell.gotoAndPlay(2);
_root.ball5.gotoAndPlay(61);
}
if (_root.ball6.hitTest(_root.topedge)) {
_root.soundeffects1.gotoAndPlay(2);
_root.yspeed6 = -_root.yspeed6;
_root.ball6._y = _root.ball6._y + 5;
}
if (_root.ball6.hitTest(_root.bottomedge)) {
_root.soundeffects1.gotoAndPlay(2);
_root.yspeed6 = -_root.yspeed6;
_root.ball6._y = _root.ball6._y - 5;
}
if (_root.ball6.hitTest(_root.bar1)) {
_root.xspeed6 = -_root.xspeed6;
_root.ball6.gotoAndPlay(31);
}
if (_root.ball6.hitTest(_root.bar1.beam)) {
_root.xspeed = -_root.xspeed;
_root.score1 = _root.score1 + 100;
_root.ball.gotoAndPlay(31);
}
if (_root.ball6.hitTest(_root.bar1Shell)) {
_root.ball6._x = _root.ball6._x + 5;
_root.xspeed6 = -_root.xspeed6;
_root.bar1Shell.gotoAndPlay(2);
_root.ball6.gotoAndPlay(31);
}
if (_root.ball6.hitTest(_root.bar2)) {
_root.xspeed6 = -_root.xspeed6;
_root.ball6.gotoAndPlay(61);
}
if (_root.ball6.hitTest(_root.bar2.beam2)) {
_root.xspeed = -_root.xspeed;
_root.score1 = _root.score1 + 100;
_root.ball.gotoAndPlay(31);
}
if (_root.ball6.hitTest(_root.bar2Shell)) {
_root.ball6._x = _root.ball6._x - 5;
_root.xspeed6 = -_root.xspeed6;
_root.bar2Shell.gotoAndPlay(2);
_root.ball6.gotoAndPlay(61);
}
if (_root.ball7.hitTest(_root.topedge)) {
_root.soundeffects1.gotoAndPlay(2);
_root.yspeed7 = -_root.yspeed7;
_root.ball7._y = _root.ball7._y + 5;
}
if (_root.ball7.hitTest(_root.bottomedge)) {
_root.soundeffects1.gotoAndPlay(2);
_root.yspeed7 = -_root.yspeed7;
_root.ball7._y = _root.ball7._y - 5;
}
if (_root.ball7.hitTest(_root.bar1)) {
_root.xspeed7 = -_root.xspeed7;
_root.ball7.gotoAndPlay(31);
}
if (_root.ball7.hitTest(_root.bar1.beam)) {
_root.xspeed = -_root.xspeed;
_root.score1 = _root.score1 + 100;
_root.ball.gotoAndPlay(31);
}
if (_root.ball7.hitTest(_root.bar1Shell)) {
_root.ball7._x = _root.ball7._x + 5;
_root.xspeed7 = -_root.xspeed7;
_root.bar1Shell.gotoAndPlay(2);
_root.ball7.gotoAndPlay(31);
}
if (_root.ball7.hitTest(_root.bar2)) {
_root.xspeed7 = -_root.xspeed7;
_root.ball7.gotoAndPlay(61);
}
if (_root.ball7.hitTest(_root.bar2.beam2)) {
_root.xspeed = -_root.xspeed;
_root.score1 = _root.score1 + 100;
_root.ball.gotoAndPlay(31);
}
if (_root.ball7.hitTest(_root.bar2Shell)) {
_root.ball7._x = _root.ball7._x - 5;
_root.xspeed7 = -_root.xspeed7;
_root.bar2Shell.gotoAndPlay(2);
_root.ball7.gotoAndPlay(61);
}
if (_root.ball8.hitTest(_root.topedge)) {
_root.soundeffects1.gotoAndPlay(2);
_root.yspeed8 = -_root.yspeed8;
_root.ball8._y = _root.ball8._y + 5;
}
if (_root.ball8.hitTest(_root.bottomedge)) {
_root.soundeffects1.gotoAndPlay(2);
_root.yspeed8 = -_root.yspeed8;
_root.ball8._y = _root.ball8._y - 5;
}
if (_root.ball8.hitTest(_root.bar1)) {
_root.xspeed8 = -_root.xspeed8;
_root.ball8.gotoAndPlay(31);
}
if (_root.ball8.hitTest(_root.bar1.beam)) {
_root.xspeed = -_root.xspeed;
_root.score1 = _root.score1 + 100;
_root.ball.gotoAndPlay(31);
}
if (_root.ball8.hitTest(_root.bar1Shell)) {
_root.ball8._x = _root.ball8._x + 5;
_root.xspeed8 = -_root.xspeed8;
_root.bar1Shell.gotoAndPlay(2);
_root.ball8.gotoAndPlay(31);
}
if (_root.ball8.hitTest(_root.bar2)) {
_root.xspeed8 = -_root.xspeed8;
_root.ball8.gotoAndPlay(61);
}
if (_root.ball8.hitTest(_root.bar2.beam2)) {
_root.xspeed = -_root.xspeed;
_root.score1 = _root.score1 + 100;
_root.ball.gotoAndPlay(31);
}
if (_root.ball8.hitTest(_root.bar2Shell)) {
_root.ball8._x = _root.ball8._x - 5;
_root.xspeed8 = -_root.xspeed8;
_root.bar2Shell.gotoAndPlay(2);
_root.ball8.gotoAndPlay(61);
}
}
Instance of Symbol 90 MovieClip "score" in Frame 2
onClipEvent (enterFrame) {
if (_root.ballraus == true) {
_root.ball._x = 310;
_root.ball._y = 15;
_root.ball.gotoAndPlay(1);
_root.ballraus = false;
_root.becamescore1 = false;
_root.becamescore2 = false;
}
if (_root.ballraus2 == true) {
_root.ball2._x = 310;
_root.ball2._y = 10;
_root.ball2.gotoAndPlay(1);
_root.ballraus2 = false;
_root.becamescore1 = false;
_root.becamescore2 = false;
}
if (_root.ballraus3 == true) {
_root.ball3._x = 310;
_root.ball3._y = 10;
_root.ball3.gotoAndPlay(1);
_root.ballraus3 = false;
_root.becamescore1 = false;
_root.becamescore2 = false;
}
if (_root.ballraus4 == true) {
_root.ball4._x = 310;
_root.ball4._y = 10;
_root.ball4.gotoAndPlay(1);
_root.ballraus4 = false;
_root.becamescore1 = false;
_root.becamescore2 = false;
}
if (_root.ballraus5 == true) {
_root.ball5._x = 310;
_root.ball5._y = 10;
_root.ball5.gotoAndPlay(1);
_root.ballraus5 = false;
_root.becamescore1 = false;
_root.becamescore2 = false;
}
if (_root.ballraus6 == true) {
_root.ball6._x = 310;
_root.ball6._y = 10;
_root.ball6.gotoAndPlay(1);
_root.ballraus6 = false;
_root.becamescore1 = false;
_root.becamescore2 = false;
}
if (_root.ballraus7 == true) {
_root.ball7._x = 310;
_root.ball7._y = 10;
_root.ball7.gotoAndPlay(1);
_root.ballraus7 = false;
_root.becamescore1 = false;
_root.becamescore2 = false;
}
if (_root.ballraus8 == true) {
_root.ball8._x = 310;
_root.ball8._y = 10;
_root.ball8.gotoAndPlay(1);
_root.ballraus8 = false;
_root.becamescore1 = false;
_root.becamescore2 = false;
}
if (Key.isDown(38) and (_root.bar2._y > 75)) {
_root.bar2._y = _root.bar2._y - 10;
_root.bar2Shell._y = _root.bar2Shell._y - 10;
}
if (Key.isDown(40) and (_root.bar2._y < 373)) {
_root.bar2._y = _root.bar2._y + 10;
_root.bar2Shell._y = _root.bar2Shell._y + 10;
}
if (Key.isDown(87) and (_root.bar1._y > 75)) {
_root.bar1._y = _root.bar1._y - 10;
_root.bar1Shell._y = _root.bar1Shell._y - 10;
}
if (Key.isDown(83) and (_root.bar1._y < 373)) {
_root.bar1._y = _root.bar1._y + 10;
_root.bar1Shell._y = _root.bar1Shell._y + 10;
}
if (_root.ball.hitTest(_root.rightedge) and (_root.becamescore1 == false)) {
_root.score1 = _root.score1 + 100;
_root.becamescore1 = true;
_root.ballraus = true;
}
if (_root.ball.hitTest(_root.leftedge) and (_root.becamescore2 == false)) {
_root.score2 = _root.score2 + 100;
_root.becamescore2 = true;
_root.ballraus = true;
}
if (_root.ball2.hitTest(_root.rightedge) and (_root.becamescore1 == false)) {
_root.score1 = _root.score1 + 100;
_root.becamescore1 = true;
_root.ballraus2 = true;
}
if (_root.ball2.hitTest(_root.leftedge) and (_root.becamescore2 == false)) {
_root.score2 = _root.score2 + 100;
_root.becamescore2 = true;
_root.ballraus2 = true;
}
if (_root.ball3.hitTest(_root.rightedge) and (_root.becamescore1 == false)) {
_root.score1 = _root.score1 + 100;
_root.becamescore1 = true;
_root.ballraus3 = true;
}
if (_root.ball3.hitTest(_root.leftedge) and (_root.becamescore2 == false)) {
_root.score2 = _root.score2 + 100;
_root.becamescore2 = true;
_root.ballraus3 = true;
}
if (_root.ball4.hitTest(_root.rightedge) and (_root.becamescore1 == false)) {
_root.score1 = _root.score1 + 100;
_root.becamescore1 = true;
_root.ballraus4 = true;
}
if (_root.ball4.hitTest(_root.leftedge) and (_root.becamescore2 == false)) {
_root.score2 = _root.score2 + 100;
_root.becamescore2 = true;
_root.ballraus4 = true;
}
if (_root.ball5.hitTest(_root.rightedge) and (_root.becamescore1 == false)) {
_root.score1 = _root.score1 + 100;
_root.becamescore1 = true;
_root.ballraus5 = true;
}
if (_root.ball5.hitTest(_root.leftedge) and (_root.becamescore2 == false)) {
_root.score2 = _root.score2 + 100;
_root.becamescore2 = true;
_root.ballraus5 = true;
}
if (_root.ball6.hitTest(_root.rightedge) and (_root.becamescore1 == false)) {
_root.score1 = _root.score1 + 100;
_root.becamescore1 = true;
_root.ballraus6 = true;
}
if (_root.ball6.hitTest(_root.leftedge) and (_root.becamescore2 == false)) {
_root.score2 = _root.score2 + 100;
_root.becamescore2 = true;
_root.ballraus6 = true;
}
if (_root.ball7.hitTest(_root.rightedge) and (_root.becamescore1 == false)) {
_root.score1 = _root.score1 + 100;
_root.becamescore1 = true;
_root.ballraus7 = true;
}
if (_root.ball7.hitTest(_root.leftedge) and (_root.becamescore2 == false)) {
_root.score2 = _root.score2 + 100;
_root.becamescore2 = true;
_root.ballraus7 = true;
}
if (_root.ball8.hitTest(_root.rightedge) and (_root.becamescore1 == false)) {
_root.score1 = _root.score1 + 100;
_root.becamescore1 = true;
_root.ballraus8 = true;
}
if (_root.ball8.hitTest(_root.leftedge) and (_root.becamescore2 == false)) {
_root.score2 = _root.score2 + 100;
_root.becamescore2 = true;
_root.ballraus8 = true;
}
}
Instance of Symbol 59 MovieClip "ball" in Frame 2
onClipEvent (load) {
_quality = "HIGH";
_root.GameBackGround.gotoAndStop(1);
}
Frame 3
stop();
Frame 4
stop();
Frame 5
stop();
Frame 12
starttime = getTimer();
stop();
Mouse.show(true);
Instance of Symbol 50 MovieClip "Music" in Frame 12
onClipEvent (load) {
stopAllSounds();
if (_root.GameType == 1) {
_root.Music.gotoAndPlay(5);
}
if (_root.GameType == 2) {
_root.Music.gotoAndPlay(5);
}
if (_root.GameType == 3) {
_root.Music.gotoAndPlay(8);
}
if (_root.GameType == 4) {
_root.Music.gotoAndPlay(11);
}
}
onClipEvent (enterFrame) {
}
Instance of Symbol 306 MovieClip in Frame 12
/* no clip actions */
Instance of Symbol 271 MovieClip "AddBall" in Frame 12
onClipEvent (load) {
timer = 350;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.ball)) {
_root.xspeed = -_root.xspeed;
_root.yspeed = -_root.yspeed;
_root.ballcount = _root.ballcount + 1;
if (_root.ballcount == 2) {
_root.ball2.active = true;
_root.ball2._x = this._x;
_root.ball2._y = this._y;
}
if (_root.ballcount == 3) {
_root.ball3.active = true;
_root.ball3._x = this._x;
_root.ball3._y = this._y;
}
if (_root.ballcount == 4) {
_root.ball4.active = true;
_root.ball4._x = this._x;
_root.ball4._y = this._y;
}
if (_root.ballcount == 5) {
_root.ball5.active = true;
_root.ball5._x = this._x;
_root.ball5._y = this._y;
}
if (_root.ballcount == 6) {
_root.ball6.active = true;
_root.ball6._x = this._x;
_root.ball6._y = this._y;
}
if (_root.ballcount == 7) {
_root.ball7.active = true;
_root.ball7._x = this._x;
_root.ball7._y = this._y;
}
if (_root.ballcount == 8) {
_root.ball8.active = true;
_root.ball8._x = this._x;
_root.ball8._y = this._y;
}
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(_root.AddBall);
}
if (this.hitTest(_root.ball2)) {
_root.xspeed2 = -_root.xspeed;
_root.yspeed2 = -_root.yspeed;
_root.ballcount = _root.ballcount + 1;
if (_root.ballcount == 2) {
_root.ball2.active = true;
_root.ball2._x = this._x;
_root.ball2._y = this._y;
}
if (_root.ballcount == 3) {
_root.ball3.active = true;
_root.ball3._x = this._x;
_root.ball3._y = this._y;
}
if (_root.ballcount == 4) {
_root.ball4.active = true;
_root.ball4._x = this._x;
_root.ball4._y = this._y;
}
if (_root.ballcount == 5) {
_root.ball5.active = true;
_root.ball5._x = this._x;
_root.ball5._y = this._y;
}
if (_root.ballcount == 6) {
_root.ball6.active = true;
_root.ball6._x = this._x;
_root.ball6._y = this._y;
}
if (_root.ballcount == 7) {
_root.ball7.active = true;
_root.ball7._x = this._x;
_root.ball7._y = this._y;
}
if (_root.ballcount == 8) {
_root.ball8.active = true;
_root.ball8._x = this._x;
_root.ball8._y = this._y;
}
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball3)) {
_root.xspeed3 = -_root.xspeed;
_root.yspeed3 = -_root.yspeed;
_root.ballcount = _root.ballcount + 1;
if (_root.ballcount == 2) {
_root.ball2.active = true;
_root.ball2._x = this._x;
_root.ball2._y = this._y;
}
if (_root.ballcount == 3) {
_root.ball3.active = true;
_root.ball3._x = this._x;
_root.ball3._y = this._y;
}
if (_root.ballcount == 4) {
_root.ball4.active = true;
_root.ball4._x = this._x;
_root.ball4._y = this._y;
}
if (_root.ballcount == 5) {
_root.ball5.active = true;
_root.ball5._x = this._x;
_root.ball5._y = this._y;
}
if (_root.ballcount == 6) {
_root.ball6.active = true;
_root.ball6._x = this._x;
_root.ball6._y = this._y;
}
if (_root.ballcount == 7) {
_root.ball7.active = true;
_root.ball7._x = this._x;
_root.ball7._y = this._y;
}
if (_root.ballcount == 8) {
_root.ball8.active = true;
_root.ball8._x = this._x;
_root.ball8._y = this._y;
}
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball4)) {
_root.xspeed4 = -_root.xspeed;
_root.yspeed4 = -_root.yspeed;
_root.ballcount = _root.ballcount + 1;
if (_root.ballcount == 2) {
_root.ball2.active = true;
_root.ball2._x = this._x;
_root.ball2._y = this._y;
}
if (_root.ballcount == 3) {
_root.ball3.active = true;
_root.ball3._x = this._x;
_root.ball3._y = this._y;
}
if (_root.ballcount == 4) {
_root.ball4.active = true;
_root.ball4._x = this._x;
_root.ball4._y = this._y;
}
if (_root.ballcount == 5) {
_root.ball5.active = true;
_root.ball5._x = this._x;
_root.ball5._y = this._y;
}
if (_root.ballcount == 6) {
_root.ball6.active = true;
_root.ball6._x = this._x;
_root.ball6._y = this._y;
}
if (_root.ballcount == 7) {
_root.ball7.active = true;
_root.ball7._x = this._x;
_root.ball7._y = this._y;
}
if (_root.ballcount == 8) {
_root.ball8.active = true;
_root.ball8._x = this._x;
_root.ball8._y = this._y;
}
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball5)) {
_root.xspeed5 = -_root.xspeed;
_root.yspeed5 = -_root.yspeed;
_root.ballcount = _root.ballcount + 1;
if (_root.ballcount == 2) {
_root.ball2.active = true;
_root.ball2._x = this._x;
_root.ball2._y = this._y;
}
if (_root.ballcount == 3) {
_root.ball3.active = true;
_root.ball3._x = this._x;
_root.ball3._y = this._y;
}
if (_root.ballcount == 4) {
_root.ball4.active = true;
_root.ball4._x = this._x;
_root.ball4._y = this._y;
}
if (_root.ballcount == 5) {
_root.ball5.active = true;
_root.ball5._x = this._x;
_root.ball5._y = this._y;
}
if (_root.ballcount == 6) {
_root.ball6.active = true;
_root.ball6._x = this._x;
_root.ball6._y = this._y;
}
if (_root.ballcount == 7) {
_root.ball7.active = true;
_root.ball7._x = this._x;
_root.ball7._y = this._y;
}
if (_root.ballcount == 8) {
_root.ball8.active = true;
_root.ball8._x = this._x;
_root.ball8._y = this._y;
}
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball6)) {
_root.xspeed6 = -_root.xspeed;
_root.yspeed6 = -_root.yspeed;
_root.ballcount = _root.ballcount + 1;
if (_root.ballcount == 2) {
_root.ball2.active = true;
_root.ball2._x = this._x;
_root.ball2._y = this._y;
}
if (_root.ballcount == 3) {
_root.ball3.active = true;
_root.ball3._x = this._x;
_root.ball3._y = this._y;
}
if (_root.ballcount == 4) {
_root.ball4.active = true;
_root.ball4._x = this._x;
_root.ball4._y = this._y;
}
if (_root.ballcount == 5) {
_root.ball5.active = true;
_root.ball5._x = this._x;
_root.ball5._y = this._y;
}
if (_root.ballcount == 6) {
_root.ball6.active = true;
_root.ball6._x = this._x;
_root.ball6._y = this._y;
}
if (_root.ballcount == 7) {
_root.ball7.active = true;
_root.ball7._x = this._x;
_root.ball7._y = this._y;
}
if (_root.ballcount == 8) {
_root.ball8.active = true;
_root.ball8._x = this._x;
_root.ball8._y = this._y;
}
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball7)) {
_root.xspeed7 = -_root.xspeed;
_root.yspeed7 = -_root.yspeed;
_root.ballcount = _root.ballcount + 1;
if (_root.ballcount == 2) {
_root.ball2.active = true;
_root.ball2._x = this._x;
_root.ball2._y = this._y;
}
if (_root.ballcount == 3) {
_root.ball3.active = true;
_root.ball3._x = this._x;
_root.ball3._y = this._y;
}
if (_root.ballcount == 4) {
_root.ball4.active = true;
_root.ball4._x = this._x;
_root.ball4._y = this._y;
}
if (_root.ballcount == 5) {
_root.ball5.active = true;
_root.ball5._x = this._x;
_root.ball5._y = this._y;
}
if (_root.ballcount == 6) {
_root.ball6.active = true;
_root.ball6._x = this._x;
_root.ball6._y = this._y;
}
if (_root.ballcount == 7) {
_root.ball7.active = true;
_root.ball7._x = this._x;
_root.ball7._y = this._y;
}
if (_root.ballcount == 8) {
_root.ball8.active = true;
_root.ball8._x = this._x;
_root.ball8._y = this._y;
}
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball8)) {
_root.xspeed8 = -_root.xspeed;
_root.yspeed8 = -_root.yspeed;
_root.ballcount = _root.ballcount + 1;
if (_root.ballcount == 2) {
_root.ball2.active = true;
_root.ball2._x = this._x;
_root.ball2._y = this._y;
}
if (_root.ballcount == 3) {
_root.ball3.active = true;
_root.ball3._x = this._x;
_root.ball3._y = this._y;
}
if (_root.ballcount == 4) {
_root.ball4.active = true;
_root.ball4._x = this._x;
_root.ball4._y = this._y;
}
if (_root.ballcount == 5) {
_root.ball5.active = true;
_root.ball5._x = this._x;
_root.ball5._y = this._y;
}
if (_root.ballcount == 6) {
_root.ball6.active = true;
_root.ball6._x = this._x;
_root.ball6._y = this._y;
}
if (_root.ballcount == 7) {
_root.ball7.active = true;
_root.ball7._x = this._x;
_root.ball7._y = this._y;
}
if (_root.ballcount == 8) {
_root.ball8.active = true;
_root.ball8._x = this._x;
_root.ball8._y = this._y;
}
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.bar1.beam)) {
removeMovieClip(this);
}
if (this.hitTest(_root.bar2.beam2)) {
removeMovieClip(this);
}
if (this.hitTest(_root.Cover)) {
removeMovieClip(this);
}
} else {
timer--;
if (timer <= 0) {
_root.level++;
duplicateMovieClip (this, "powerup" + _root.level, _root.level);
mc = eval ("_root.powerup" + _root.level);
mc._x = 35 + (Math.random() * 530);
mc._y = 35 + (Math.random() * 360);
mc.active = true;
timer = 400;
}
}
}
Instance of Symbol 308 MovieClip in Frame 12
/* no clip actions */
Instance of Symbol 310 MovieClip in Frame 12
/* no clip actions */
Instance of Symbol 311 MovieClip in Frame 12
/* no clip actions */
Instance of Symbol 313 MovieClip in Frame 12
/* no clip actions */
Instance of Symbol 298 MovieClip "Blue100" in Frame 12
onClipEvent (load) {
timer = 1700;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.ball)) {
_root.xspeed = -_root.xspeed;
_root.yspeed = -_root.yspeed;
_root.score1 = _root.score1 + 1000;
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball2)) {
_root.xspeed2 = -_root.xspeed2;
_root.yspeed2 = -_root.yspeed2;
_root.score1 = _root.score1 + 1000;
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball3)) {
_root.xspeed3 = -_root.xspeed3;
_root.yspeed3 = -_root.yspeed3;
_root.score1 = _root.score1 + 1000;
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball4)) {
_root.xspeed4 = -_root.xspeed4;
_root.yspeed4 = -_root.yspeed4;
_root.score1 = _root.score1 + 1000;
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball5)) {
_root.xspeed5 = -_root.xspeed5;
_root.yspeed5 = -_root.yspeed5;
_root.score1 = _root.score1 + 1000;
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball6)) {
_root.xspeed6 = -_root.xspeed6;
_root.yspeed6 = -_root.yspeed6;
_root.score1 = _root.score1 + 1000;
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball7)) {
_root.xspeed7 = -_root.xspeed7;
_root.yspeed7 = -_root.yspeed7;
_root.score1 = _root.score1 + 1000;
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball8)) {
_root.xspeed8 = -_root.xspeed8;
_root.yspeed8 = -_root.yspeed8;
_root.score1 = _root.score1 + 1000;
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.bar1.beam)) {
_root.score1 = _root.score1 + 1000;
removeMovieClip(this);
}
if (this.hitTest(_root.bar2.beam2)) {
_root.score1 = _root.score1 + 1000;
removeMovieClip(this);
}
if (this.hitTest(_root.Cover)) {
removeMovieClip(this);
}
} else {
timer--;
if (timer <= 0) {
_root.level++;
duplicateMovieClip (this, "powerup" + _root.level, _root.level);
mc = eval ("_root.powerup" + _root.level);
mc._x = 35 + (Math.random() * 530);
mc._y = 35 + (Math.random() * 360);
mc.active = true;
timer = 2000;
}
}
}
Instance of Symbol 300 MovieClip "Red100" in Frame 12
onClipEvent (load) {
timer = 1700;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.ball)) {
_root.xspeed = -_root.xspeed;
_root.yspeed = -_root.yspeed;
_root.score2 = _root.score2 + 1000;
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball2)) {
_root.xspeed2 = -_root.xspeed2;
_root.yspeed2 = -_root.yspeed2;
_root.score2 = _root.score2 + 1000;
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball3)) {
_root.xspeed3 = -_root.xspeed3;
_root.yspeed3 = -_root.yspeed3;
_root.score2 = _root.score2 + 1000;
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball4)) {
_root.xspeed4 = -_root.xspeed4;
_root.yspeed4 = -_root.yspeed4;
_root.score2 = _root.score2 + 1000;
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball5)) {
_root.xspeed5 = -_root.xspeed5;
_root.yspeed5 = -_root.yspeed5;
_root.score2 = _root.score2 + 1000;
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball6)) {
_root.xspeed6 = -_root.xspeed6;
_root.yspeed6 = -_root.yspeed6;
_root.score2 = _root.score2 + 1000;
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball7)) {
_root.xspeed7 = -_root.xspeed7;
_root.yspeed7 = -_root.yspeed7;
_root.score2 = _root.score2 + 1000;
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball8)) {
_root.xspeed8 = -_root.xspeed8;
_root.yspeed8 = -_root.yspeed8;
_root.score2 = _root.score2 + 1000;
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.bar1.beam)) {
_root.score1 = _root.score1 + 1000;
removeMovieClip(this);
}
if (this.hitTest(_root.bar2.beam2)) {
_root.score1 = _root.score1 + 1000;
removeMovieClip(this);
}
if (this.hitTest(_root.Cover)) {
removeMovieClip(this);
}
} else {
timer--;
if (timer <= 0) {
_root.level++;
duplicateMovieClip (this, "powerup" + _root.level, _root.level);
mc = eval ("_root.powerup" + _root.level);
mc._x = 35 + (Math.random() * 530);
mc._y = 35 + (Math.random() * 360);
mc.active = true;
timer = 2000;
}
}
}
Instance of Symbol 273 MovieClip "InvB" in Frame 12
onClipEvent (load) {
timer = 2000;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.ball)) {
_root.xspeed = -_root.xspeed;
_root.yspeed = -_root.yspeed;
_root.ball.gotoAndPlay(91);
_root.ball2.gotoAndPlay(91);
_root.ball3.gotoAndPlay(91);
_root.ball4.gotoAndPlay(91);
_root.ball5.gotoAndPlay(91);
_root.ball6.gotoAndPlay(91);
_root.ball7.gotoAndPlay(91);
_root.ball8.gotoAndPlay(91);
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball2)) {
_root.xspeed2 = -_root.xspeed2;
_root.yspeed2 = -_root.yspeed2;
_root.ball.gotoAndPlay(91);
_root.ball2.gotoAndPlay(91);
_root.ball3.gotoAndPlay(91);
_root.ball4.gotoAndPlay(91);
_root.ball5.gotoAndPlay(91);
_root.ball6.gotoAndPlay(91);
_root.ball7.gotoAndPlay(91);
_root.ball8.gotoAndPlay(91);
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball3)) {
_root.xspeed3 = -_root.xspeed3;
_root.yspeed3 = -_root.yspeed3;
_root.ball.gotoAndPlay(91);
_root.ball2.gotoAndPlay(91);
_root.ball3.gotoAndPlay(91);
_root.ball4.gotoAndPlay(91);
_root.ball5.gotoAndPlay(91);
_root.ball6.gotoAndPlay(91);
_root.ball7.gotoAndPlay(91);
_root.ball8.gotoAndPlay(91);
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball4)) {
_root.xspeed4 = -_root.xspeed4;
_root.yspeed4 = -_root.yspeed4;
_root.ball.gotoAndPlay(91);
_root.ball2.gotoAndPlay(91);
_root.ball3.gotoAndPlay(91);
_root.ball4.gotoAndPlay(91);
_root.ball5.gotoAndPlay(91);
_root.ball6.gotoAndPlay(91);
_root.ball7.gotoAndPlay(91);
_root.ball8.gotoAndPlay(91);
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball5)) {
_root.xspeed5 = -_root.xspeed5;
_root.yspeed5 = -_root.yspeed5;
_root.ball.gotoAndPlay(91);
_root.ball2.gotoAndPlay(91);
_root.ball3.gotoAndPlay(91);
_root.ball4.gotoAndPlay(91);
_root.ball5.gotoAndPlay(91);
_root.ball6.gotoAndPlay(91);
_root.ball7.gotoAndPlay(91);
_root.ball8.gotoAndPlay(91);
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball6)) {
_root.xspeed6 = -_root.xspeed6;
_root.yspeed6 = -_root.yspeed6;
_root.ball.gotoAndPlay(91);
_root.ball2.gotoAndPlay(91);
_root.ball3.gotoAndPlay(91);
_root.ball4.gotoAndPlay(91);
_root.ball5.gotoAndPlay(91);
_root.ball6.gotoAndPlay(91);
_root.ball7.gotoAndPlay(91);
_root.ball8.gotoAndPlay(91);
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball7)) {
_root.xspeed7 = -_root.xspeed7;
_root.yspeed7 = -_root.yspeed7;
_root.ball.gotoAndPlay(91);
_root.ball2.gotoAndPlay(91);
_root.ball3.gotoAndPlay(91);
_root.ball4.gotoAndPlay(91);
_root.ball5.gotoAndPlay(91);
_root.ball6.gotoAndPlay(91);
_root.ball7.gotoAndPlay(91);
_root.ball8.gotoAndPlay(91);
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball8)) {
_root.xspeed8 = -_root.xspeed8;
_root.yspeed8 = -_root.yspeed8;
_root.ball.gotoAndPlay(91);
_root.ball2.gotoAndPlay(91);
_root.ball3.gotoAndPlay(91);
_root.ball4.gotoAndPlay(91);
_root.ball5.gotoAndPlay(91);
_root.ball6.gotoAndPlay(91);
_root.ball7.gotoAndPlay(91);
_root.ball8.gotoAndPlay(91);
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.bar1.beam)) {
removeMovieClip(this);
}
if (this.hitTest(_root.bar2.beam2)) {
removeMovieClip(this);
}
if (this.hitTest(_root.Cover)) {
removeMovieClip(this);
}
} else {
timer--;
if (timer <= 0) {
_root.level++;
duplicateMovieClip (this, "powerup" + _root.level, _root.level);
mc = eval ("_root.powerup" + _root.level);
mc._x = 35 + (Math.random() * 530);
mc._y = 35 + (Math.random() * 360);
mc.active = true;
timer = 2005;
}
}
}
Instance of Symbol 323 MovieClip "BlueBalls" in Frame 12
/* no clip actions */
Instance of Symbol 325 MovieClip "RedBalls" in Frame 12
/* no clip actions */
Instance of Symbol 333 MovieClip "bar1Shell" in Frame 12
onClipEvent (load) {
if (this.hitTest(_root.bar2.beam2)) {
_root.bar1Shell.gotoAndPlay(12);
}
}
onClipEvent (load) {
if ((_root.GameType == 1) or (_root.GameType == 2)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 335 MovieClip "bar2Shell" in Frame 12
onClipEvent (load) {
if ((_root.GameType == 1) or (_root.GameType == 2)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 279 MovieClip "BlueLaser1" in Frame 12
onClipEvent (load) {
timer = 900;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.ball)) {
_root.xspeed = -_root.xspeed;
_root.yspeed = -_root.yspeed;
_root.bar1.beam.active = true;
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball2)) {
_root.xspeed2 = -_root.xspeed2;
_root.yspeed2 = -_root.yspeed2;
_root.bar1.beam.active = true;
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball3)) {
_root.xspeed3 = -_root.xspeed3;
_root.yspeed3 = -_root.yspeed3;
_root.bar1.beam.active = true;
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball4)) {
_root.xspeed4 = -_root.xspeed4;
_root.yspeed4 = -_root.yspeed4;
_root.bar1.beam.active = true;
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball5)) {
_root.xspeed5 = -_root.xspeed5;
_root.yspeed5 = -_root.yspeed5;
_root.bar1.beam.active = true;
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball6)) {
_root.xspeed6 = -_root.xspeed6;
_root.yspeed6 = -_root.yspeed6;
_root.bar1.beam.active = true;
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball7)) {
_root.xspeed7 = -_root.xspeed7;
_root.yspeed7 = -_root.yspeed7;
_root.bar1.beam.active = true;
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball8)) {
_root.xspeed8 = -_root.xspeed8;
_root.yspeed8 = -_root.yspeed8;
_root.bar1.beam.active = true;
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.bar1.beam)) {
removeMovieClip(this);
}
if (this.hitTest(_root.bar2.beam2)) {
removeMovieClip(this);
}
if (this.hitTest(_root.Cover)) {
removeMovieClip(this);
}
} else {
timer--;
if (timer <= 0) {
_root.level++;
duplicateMovieClip (this, "powerup" + _root.level, _root.level);
mc = eval ("_root.powerup" + _root.level);
mc._x = 35 + (Math.random() * 530);
mc._y = 35 + (Math.random() * 360);
mc.active = true;
timer = 2000;
}
}
}
Instance of Symbol 282 MovieClip "RedLaser1" in Frame 12
onClipEvent (load) {
timer = 900;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.ball)) {
_root.xspeed = -_root.xspeed;
_root.yspeed = -_root.yspeed;
_root.bar2.beam2.active = true;
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball2)) {
_root.xspeed2 = -_root.xspeed2;
_root.yspeed2 = -_root.yspeed2;
_root.bar2.beam2.active = true;
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball3)) {
_root.xspeed3 = -_root.xspeed3;
_root.yspeed3 = -_root.yspeed3;
_root.bar2.beam2.active = true;
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball4)) {
_root.xspeed4 = -_root.xspeed4;
_root.yspeed4 = -_root.yspeed4;
_root.bar2.beam2.active = true;
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball5)) {
_root.xspeed5 = -_root.xspeed5;
_root.yspeed5 = -_root.yspeed5;
_root.bar2.beam2.active = true;
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball6)) {
_root.xspeed6 = -_root.xspeed6;
_root.yspeed6 = -_root.yspeed6;
_root.bar2.beam2.active = true;
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball7)) {
_root.xspeed7 = -_root.xspeed7;
_root.yspeed7 = -_root.yspeed7;
_root.bar2.beam2.active = true;
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.ball8)) {
_root.xspeed8 = -_root.xspeed8;
_root.yspeed8 = -_root.yspeed8;
_root.bar2.beam2.active = true;
_root.soundeffects3.gotoAndPlay(2);
removeMovieClip(this);
}
if (this.hitTest(_root.bar1.beam)) {
removeMovieClip(this);
}
if (this.hitTest(_root.bar2.beam2)) {
removeMovieClip(this);
}
if (this.hitTest(_root.Cover)) {
removeMovieClip(this);
}
} else {
timer--;
if (timer <= 0) {
_root.level++;
duplicateMovieClip (this, "powerup" + _root.level, _root.level);
mc = eval ("_root.powerup" + _root.level);
mc._x = 35 + (Math.random() * 530);
mc._y = 35 + (Math.random() * 360);
mc.active = true;
timer = 2000;
}
}
}
Instance of Symbol 339 MovieClip "Pixelbar1shell" in Frame 12
onClipEvent (load) {
if (_root.GameType == 4) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 341 MovieClip "PixelHealth" in Frame 12
onClipEvent (load) {
timer = 350;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.ballP)) {
_root.xspeedP = -_root.xspeedP;
_root.yspeedP = -_root.yspeedP;
if (_root.PixelBallColor == 1) {
}
if (_root.PixelBallColor == 2) {
}
if (_root.PixelBallColor == 3) {
}
removeMovieClip(this);
}
if (this.hitTest(_root.Pixelbeam)) {
removeMovieClip(this);
}
if (this.hitTest(_root.Pixelbeam2)) {
removeMovieClip(this);
}
if (this.hitTest(_root.Cover)) {
removeMovieClip(this);
}
} else {
timer--;
if (timer <= 0) {
_root.level++;
duplicateMovieClip (this, "powerup" + _root.level, _root.level);
mc = eval ("_root.powerup" + _root.level);
mc._x = 35 + (Math.random() * 530);
mc._y = 35 + (Math.random() * 360);
mc.active = true;
timer = 400;
}
}
}
Instance of Symbol 344 MovieClip "Pixelbar2shell" in Frame 12
onClipEvent (load) {
if (_root.GameType == 4) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 346 MovieClip "Pixelrightedge" in Frame 12
onClipEvent (load) {
if (_root.GameType == 4) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 347 MovieClip "Pixelleftedge" in Frame 12
onClipEvent (load) {
if (_root.GameType == 4) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 90 MovieClip "score" in Frame 12
onClipEvent (enterFrame) {
if (_root.ballrausP == true) {
_root.ballP._x = 310;
_root.ballP._y = 20;
_root.ballP.gotoAndPlay(1);
_root.ballrausP = false;
_root.becamescore1 = false;
_root.becamescore2 = false;
}
if (_root.ballraus == true) {
_root.ball._x = 310;
_root.ball._y = 20;
_root.ball.gotoAndPlay(1);
_root.ballraus = false;
_root.becamescore1 = false;
_root.becamescore2 = false;
}
if (_root.ballraus2 == true) {
_root.ball2._x = 310;
_root.ball2._y = 20;
_root.ball2.gotoAndPlay(1);
_root.ballraus2 = false;
_root.becamescore1 = false;
_root.becamescore2 = false;
}
if (_root.ballraus3 == true) {
_root.ball3._x = 310;
_root.ball3._y = 20;
_root.ball3.gotoAndPlay(1);
_root.ballraus3 = false;
_root.becamescore1 = false;
_root.becamescore2 = false;
}
if (_root.ballraus4 == true) {
_root.ball4._x = 310;
_root.ball4._y = 20;
_root.ball4.gotoAndPlay(1);
_root.ballraus4 = false;
_root.becamescore1 = false;
_root.becamescore2 = false;
}
if (_root.ballraus5 == true) {
_root.ball5._x = 310;
_root.ball5._y = 20;
_root.ball5.gotoAndPlay(1);
_root.ballraus5 = false;
_root.becamescore1 = false;
_root.becamescore2 = false;
}
if (_root.ballraus6 == true) {
_root.ball6._x = 310;
_root.ball6._y = 20;
_root.ball6.gotoAndPlay(1);
_root.ballraus6 = false;
_root.becamescore1 = false;
_root.becamescore2 = false;
}
if (_root.ballraus7 == true) {
_root.ball7._x = 310;
_root.ball7._y = 20;
_root.ball7.gotoAndPlay(1);
_root.ballraus7 = false;
_root.becamescore1 = false;
_root.becamescore2 = false;
}
if (_root.ballraus8 == true) {
_root.ball8._x = 310;
_root.ball8._y = 20;
_root.ball8.gotoAndPlay(1);
_root.ballraus8 = false;
_root.becamescore1 = false;
_root.becamescore2 = false;
}
if (_root.GameType == 1) {
if (Key.isDown(38) and (_root.bar2._y > 75)) {
_root.bar2._y = _root.bar2._y - 10;
_root.bar2Shell._y = _root.bar2Shell._y - 10;
}
if (Key.isDown(40) and (_root.bar2._y < 373)) {
_root.bar2._y = _root.bar2._y + 10;
_root.bar2Shell._y = _root.bar2Shell._y + 10;
}
if (Key.isDown(87) and (_root.bar1._y > 75)) {
_root.bar1._y = _root.bar1._y - 10;
_root.bar1Shell._y = _root.bar1Shell._y - 10;
}
if (Key.isDown(83) and (_root.bar1._y < 373)) {
_root.bar1._y = _root.bar1._y + 10;
_root.bar1Shell._y = _root.bar1Shell._y + 10;
}
}
if (_root.GameType == 2) {
if (((((((_root.ball._x > _root.ball2._x) and _root.ball3._x) and _root.ball4._x) and _root.ball5._x) and _root.ball6._x) and _root.ball7._x) and _root.ball8._x) {
if (_root.ball._y >= _root.bar2._y) {
_root.bar2._y = _root.bar2._y + 5;
_root.bar2Shell._y = _root.bar2Shell._y + 5;
}
if (_root.ball._y <= _root.bar2._y) {
_root.bar2._y = _root.bar2._y - 5;
_root.bar2Shell._y = _root.bar2Shell._y - 5;
}
}
if (((((((_root.ball2._x > _root.ball._x) and _root.ball3._x) and _root.ball4._x) and _root.ball5._x) and _root.ball6._x) and _root.ball7._x) and _root.ball8._x) {
if (_root.ball2._y >= _root.bar2._y) {
_root.bar2._y = _root.bar2._y + 5;
_root.bar2Shell._y = _root.bar2Shell._y + 5;
}
if (_root.ball2._y <= _root.bar2._y) {
_root.bar2._y = _root.bar2._y - 5;
_root.bar2Shell._y = _root.bar2Shell._y - 5;
}
}
if (((((((_root.ball3._x > _root.ball2._x) and _root.ball._x) and _root.ball4._x) and _root.ball5._x) and _root.ball6._x) and _root.ball7._x) and _root.ball8._x) {
if (_root.ball3._y >= _root.bar2._y) {
_root.bar2._y = _root.bar2._y + 5;
_root.bar2Shell._y = _root.bar2Shell._y + 5;
}
if (_root.ball3._y <= _root.bar2._y) {
_root.bar2._y = _root.bar2._y - 5;
_root.bar2Shell._y = _root.bar2Shell._y - 5;
}
}
if (((((((_root.ball4._x > _root.ball2._x) and _root.ball3._x) and _root.ball._x) and _root.ball5._x) and _root.ball6._x) and _root.ball7._x) and _root.ball8._x) {
if (_root.ball4._y >= _root.bar2._y) {
_root.bar2._y = _root.bar2._y + 5;
_root.bar2Shell._y = _root.bar2Shell._y + 5;
}
if (_root.ball4._y <= _root.bar2._y) {
_root.bar2._y = _root.bar2._y - 5;
_root.bar2Shell._y = _root.bar2Shell._y - 5;
}
}
if (((((((_root.ball5._x > _root.ball2._x) and _root.ball3._x) and _root.ball4._x) and _root.ball._x) and _root.ball6._x) and _root.ball7._x) and _root.ball8._x) {
if (_root.ball5._y >= _root.bar2._y) {
_root.bar2._y = _root.bar2._y + 5;
_root.bar2Shell._y = _root.bar2Shell._y + 5;
}
if (_root.ball5._y <= _root.bar2._y) {
_root.bar2._y = _root.bar2._y - 5;
_root.bar2Shell._y = _root.bar2Shell._y - 5;
}
}
if (((((((_root.ball6._x > _root.ball2._x) and _root.ball3._x) and _root.ball4._x) and _root.ball5._x) and _root.ball._x) and _root.ball7._x) and _root.ball8._x) {
if (_root.ball6._y >= _root.bar2._y) {
_root.bar2._y = _root.bar2._y + 5;
_root.bar2Shell._y = _root.bar2Shell._y + 5;
}
if (_root.ball6._y <= _root.bar2._y) {
_root.bar2._y = _root.bar2._y - 5;
_root.bar2Shell._y = _root.bar2Shell._y - 5;
}
}
if (((((((_root.ball7._x > _root.ball2._x) and _root.ball3._x) and _root.ball4._x) and _root.ball5._x) and _root.ball6._x) and _root.ball._x) and _root.ball8._x) {
if (_root.ball7._y >= _root.bar2._y) {
_root.bar2._y = _root.bar2._y + 5;
_root.bar2Shell._y = _root.bar2Shell._y + 5;
}
if (_root.ball7._y <= _root.bar2._y) {
_root.bar2._y = _root.bar2._y - 5;
_root.bar2Shell._y = _root.bar2Shell._y - 5;
}
}
if (((((((_root.ball8._x > _root.ball2._x) and _root.ball3._x) and _root.ball4._x) and _root.ball5._x) and _root.ball6._x) and _root.ball7._x) and _root.ball._x) {
if (_root.ball8._y >= _root.bar2._y) {
_root.bar2._y = _root.bar2._y + 5;
_root.bar2Shell._y = _root.bar2Shell._y + 5;
}
if (_root.ball8._y <= _root.bar2._y) {
_root.bar2._y = _root.bar2._y - 5;
_root.bar2Shell._y = _root.bar2Shell._y - 5;
}
}
if (_root.bar2._y < 75) {
_root.bar2._y = 75;
_root.bar2Shell._y = 75;
}
if (_root.bar2._y > 370) {
_root.bar2._y = 370;
_root.bar2Shell._y = 370;
}
if (Key.isDown(87) and (_root.bar1._y > 75)) {
_root.bar1._y = _root.bar1._y - 10;
_root.bar1Shell._y = _root.bar1Shell._y - 10;
}
if (Key.isDown(83) and (_root.bar1._y < 373)) {
_root.bar1._y = _root.bar1._y + 10;
_root.bar1Shell._y = _root.bar1Shell._y + 10;
}
}
if (_root.GameType == 3) {
if (Key.isDown(87) and (_root.SKSBlaser._y > 45)) {
_root.SKSBlaser._y = _root.SKSBlaser._y - 5;
}
if (Key.isDown(83) and (_root.SKSBlaser._y < 370)) {
_root.SKSBlaser._y = _root.SKSBlaser._y + 5;
}
if (Key.isDown(68) and (_root.SKSBlaserTop._x < 600)) {
_root.SKSBlaserTop._x = _root.SKSBlaserTop._x + 5;
}
if (Key.isDown(65) and (_root.SKSBlaserTop._x > 230)) {
_root.SKSBlaserTop._x = _root.SKSBlaserTop._x - 5;
}
}
if (_root.GameType == 4) {
if (Key.isDown(38) and (_root.Pixelbar2._y > 0)) {
_root.Pixelbar2._y = _root.Pixelbar2._y - 10;
_root.Pixelbar2shell._y = _root.Pixelbar2shell._y - 10;
}
if (Key.isDown(40) and (_root.Pixelbar2._y < 300)) {
_root.Pixelbar2._y = _root.Pixelbar2._y + 10;
_root.Pixelbar2shell._y = _root.Pixelbar2shell._y + 10;
}
if (Key.isDown(87) and (_root.Pixelbar1._y > 0)) {
_root.redpixelp1._y = _root.redpixelp1._y - 10;
_root.Pixelbar1._y = _root.Pixelbar1._y - 10;
_root.Pixelbar1shell._y = _root.Pixelbar1shell._y - 10;
}
if (Key.isDown(83) and (_root.Pixelbar1._y < 300)) {
_root.Pixelbar1._y = _root.Pixelbar1._y + 10;
_root.Pixelbar1shell._y = _root.Pixelbar1shell._y + 10;
}
}
if (_root.ballP.hitTest(_root.Pixelrightedge) and (_root.becamescore1 == false)) {
_root.score1 = _root.score1 + 1000;
_root.becamescore1 = true;
_root.ballrausP = true;
}
if (_root.ballP.hitTest(_root.Pixelleftedge) and (_root.becamescore2 == false)) {
_root.score2 = _root.score2 + 1000;
_root.becamescore2 = true;
_root.ballrausP = true;
}
if (_root.ball.hitTest(_root.rightedge) and (_root.becamescore1 == false)) {
_root.score1 = _root.score1 + 100;
_root.becamescore1 = true;
_root.ballraus = true;
}
if (_root.ball.hitTest(_root.leftedge) and (_root.becamescore2 == false)) {
_root.score2 = _root.score2 + 100;
_root.becamescore2 = true;
_root.ballraus = true;
}
if (_root.ball2.hitTest(_root.rightedge) and (_root.becamescore1 == false)) {
_root.score1 = _root.score1 + 100;
_root.becamescore1 = true;
_root.ballraus2 = true;
}
if (_root.ball2.hitTest(_root.leftedge) and (_root.becamescore2 == false)) {
_root.score2 = _root.score2 + 100;
_root.becamescore2 = true;
_root.ballraus2 = true;
}
if (_root.ball3.hitTest(_root.rightedge) and (_root.becamescore1 == false)) {
_root.score1 = _root.score1 + 100;
_root.becamescore1 = true;
_root.ballraus3 = true;
}
if (_root.ball3.hitTest(_root.leftedge) and (_root.becamescore2 == false)) {
_root.score2 = _root.score2 + 100;
_root.becamescore2 = true;
_root.ballraus3 = true;
}
if (_root.ball4.hitTest(_root.rightedge) and (_root.becamescore1 == false)) {
_root.score1 = _root.score1 + 100;
_root.becamescore1 = true;
_root.ballraus4 = true;
}
if (_root.ball4.hitTest(_root.leftedge) and (_root.becamescore2 == false)) {
_root.score2 = _root.score2 + 100;
_root.becamescore2 = true;
_root.ballraus4 = true;
}
if (_root.ball5.hitTest(_root.rightedge) and (_root.becamescore1 == false)) {
_root.score1 = _root.score1 + 100;
_root.becamescore1 = true;
_root.ballraus5 = true;
}
if (_root.ball5.hitTest(_root.leftedge) and (_root.becamescore2 == false)) {
_root.score2 = _root.score2 + 100;
_root.becamescore2 = true;
_root.ballraus5 = true;
}
if (_root.ball6.hitTest(_root.rightedge) and (_root.becamescore1 == false)) {
_root.score1 = _root.score1 + 100;
_root.becamescore1 = true;
_root.ballraus6 = true;
}
if (_root.ball6.hitTest(_root.leftedge) and (_root.becamescore2 == false)) {
_root.score2 = _root.score2 + 100;
_root.becamescore2 = true;
_root.ballraus6 = true;
}
if (_root.ball7.hitTest(_root.rightedge) and (_root.becamescore1 == false)) {
_root.score1 = _root.score1 + 100;
_root.becamescore1 = true;
_root.ballraus7 = true;
}
if (_root.ball7.hitTest(_root.leftedge) and (_root.becamescore2 == false)) {
_root.score2 = _root.score2 + 100;
_root.becamescore2 = true;
_root.ballraus7 = true;
}
if (_root.ball8.hitTest(_root.rightedge) and (_root.becamescore1 == false)) {
_root.score1 = _root.score1 + 100;
_root.becamescore1 = true;
_root.ballraus8 = true;
}
if (_root.ball8.hitTest(_root.leftedge) and (_root.becamescore2 == false)) {
_root.score2 = _root.score2 + 100;
_root.becamescore2 = true;
_root.ballraus8 = true;
}
}
Instance of Symbol 59 MovieClip "ball" in Frame 12
onClipEvent (enterFrame) {
if (active) {
_visible = true;
_x = (_x + _root.xspeed);
_y = (_y + _root.yspeed);
} else {
this.active = false;
_visible = false;
}
}
Instance of Symbol 59 MovieClip "ball2" in Frame 12
onClipEvent (enterFrame) {
if (active) {
_visible = true;
_x = (_x + _root.xspeed2);
_y = (_y + _root.yspeed2);
} else {
this.active = false;
_visible = false;
}
}
Instance of Symbol 59 MovieClip "ball3" in Frame 12
onClipEvent (enterFrame) {
if (active) {
_visible = true;
_x = (_x + _root.xspeed3);
_y = (_y + _root.yspeed3);
} else {
this.active = false;
_visible = false;
}
}
Instance of Symbol 59 MovieClip "ball4" in Frame 12
onClipEvent (enterFrame) {
if (active) {
_visible = true;
_x = (_x + _root.xspeed4);
_y = (_y + _root.yspeed4);
} else {
this.active = false;
_visible = false;
}
}
Instance of Symbol 59 MovieClip "ball5" in Frame 12
onClipEvent (enterFrame) {
if (active) {
_visible = true;
_x = (_x + _root.xspeed5);
_y = (_y + _root.yspeed5);
} else {
this.active = false;
_visible = false;
}
}
Instance of Symbol 59 MovieClip "ball6" in Frame 12
onClipEvent (enterFrame) {
if (active) {
_visible = true;
_x = (_x + _root.xspeed6);
_y = (_y + _root.yspeed6);
} else {
this.active = false;
_visible = false;
}
}
Instance of Symbol 59 MovieClip "ball7" in Frame 12
onClipEvent (enterFrame) {
if (active) {
_visible = true;
_x = (_x + _root.xspeed7);
_y = (_y + _root.yspeed7);
} else {
this.active = false;
_visible = false;
}
}
Instance of Symbol 59 MovieClip "ball8" in Frame 12
onClipEvent (enterFrame) {
if (active) {
_visible = true;
_x = (_x + _root.xspeed8);
_y = (_y + _root.yspeed8);
} else {
this.active = false;
_visible = false;
}
}
Instance of Symbol 85 MovieClip in Frame 12
onClipEvent (load) {
_root.ballcount = 1;
_root.xspeedBomb = 5;
_root.yspeedBomb = 5;
_root.xspeedP = -5;
_root.yspeedP = 5;
_root.xspeed = -5;
_root.yspeed = 5;
_root.xspeed2 = -6;
_root.yspeed2 = 6;
_root.xspeed3 = -7;
_root.yspeed3 = 6;
_root.xspeed4 = -7;
_root.yspeed4 = 5;
_root.xspeed5 = 5;
_root.yspeed5 = 6;
_root.xspeed6 = 5;
_root.yspeed6 = 7;
_root.xspeed7 = 7;
_root.yspeed7 = 7;
_root.xspeed8 = 6;
_root.yspeed8 = 6;
_root.becamescore1 = false;
_root.becamescore2 = false;
_root.ballrausBomb = false;
_root.ballrausP = false;
_root.ballraus = false;
_root.ballraus2 = false;
_root.ballraus3 = false;
_root.ballraus4 = false;
_root.ballraus5 = false;
_root.ballraus6 = false;
_root.ballraus7 = false;
_root.ballraus8 = false;
_root.score1 = 0;
_root.score2 = 0;
}
onClipEvent (enterFrame) {
if (_root.ballBomb.hitTest(_root.topedge)) {
_root.ballBomb._x = _root.ballBomb._x + 5;
_root.soundeffects1.gotoAndPlay(2);
_root.yspeedBomb = -_root.yspeedBomb;
}
if (_root.ballBomb.hitTest(_root.bottomedge)) {
_root.ballBomb._x = _root.ballBomb._x - 5;
_root.soundeffects1.gotoAndPlay(2);
_root.yspeedBomb = -_root.yspeedBomb;
}
if (_root.ballBomb.hitTest(_root.bar1)) {
_root.xspeedBomb = -_root.xspeedBomb;
_root.score1 = _root.score1 + 1000;
}
if (_root.ballBomb.hitTest(_root.bar1Shell)) {
_root.bar1Shell.gotoAndPlay(2);
_root.xspeedBomb = -_root.xspeedBomb;
_root.score1 = _root.score1 + 1000;
}
if (_root.ballBomb.hitTest(_root.bar2)) {
_root.xspeedBomb = -_root.xspeedBomb;
_root.score2 = _root.score2 + 1000;
}
if (_root.ballBomb.hitTest(_root.bar2Shell)) {
_root.xspeedBomb = -_root.xspeedBomb;
_root.bar2Shell.gotoAndPlay(2);
_root.score2 = _root.score2 + 1000;
}
if (_root.ballP.hitTest(_root.topedge)) {
_root.soundeffects1.gotoAndPlay(5);
_root.yspeedP = -_root.yspeedP;
_root.ballP._y = _root.ballP._y + 5;
}
if (_root.ballP.hitTest(_root.bottomedge)) {
_root.soundeffects1.gotoAndPlay(5);
_root.yspeedP = -_root.yspeedP;
_root.ballP._y = _root.ballP._y - 5;
}
if (_root.ballP.hitTest(_root.Pixelbar1)) {
_root.soundeffects2.gotoAndPlay(2);
_root.ballP._x = _root.ballP._x + 30;
_root.xspeedP = -_root.xspeedP;
_root.ballP.gotoAndPlay(6);
}
if (_root.ballP.hitTest(_root.Pixelbeam)) {
_root.soundeffects2.gotoAndPlay(2);
_root.ballP._x = _root.ballP._x + 30;
_root.xspeedP = -_root.xspeedP;
_root.ballP.gotoAndPlay(6);
}
if (_root.ballP.hitTest(_root.Pixelbar1Shell)) {
_root.soundeffects2.gotoAndPlay(2);
_root.ballP._x = _root.ballP._x + 5;
_root.xspeedP = -_root.xspeedP;
_root.ballP.gotoAndPlay(6);
}
if (_root.ballP.hitTest(_root.Pixelbar2)) {
_root.soundeffects2.gotoAndPlay(2);
_root.xspeedP = -_root.xspeedP;
_root.ballP.gotoAndPlay(11);
}
if (_root.ballP.hitTest(_root.Pixelbeam2)) {
_root.soundeffects2.gotoAndPlay(2);
_root.xspeedP = -_root.xspeedP;
_root.ballP.gotoAndPlay(11);
}
if (_root.ballP.hitTest(_root.Pixelbar2Shell)) {
_root.soundeffects2.gotoAndPlay(2);
_root.ballP._x = _root.ballP._x - 5;
_root.xspeedP = -_root.xspeedP;
_root.ball.gotoAndPlay(11);
}
if (_root.ball.hitTest(_root.topedge)) {
_root.soundeffects1.gotoAndPlay(2);
_root.yspeed = -_root.yspeed;
_root.ball._y = _root.ball._y + 5;
}
if (_root.ball.hitTest(_root.bottomedge)) {
_root.soundeffects1.gotoAndPlay(2);
_root.yspeed = -_root.yspeed;
_root.ball._y = _root.ball._y - 5;
}
if (_root.ball.hitTest(_root.bar1)) {
_root.ball._x = _root.ball._x + 5;
_root.xspeed = -_root.xspeed;
_root.ball.gotoAndPlay(31);
}
if (_root.ball.hitTest(_root.bar1.beam)) {
_root.ball._x = _root.ball._x + 30;
_root.xspeed = -_root.xspeed;
_root.ball.gotoAndPlay(31);
}
if (_root.ball.hitTest(_root.bar1Shell)) {
_root.ball._x = _root.ball._x + 5;
_root.xspeed = -_root.xspeedP;
_root.bar1Shell.gotoAndPlay(2);
_root.ball.gotoAndPlay(31);
}
if (_root.ball.hitTest(_root.bar2)) {
_root.ball._x = _root.ball._x - 5;
_root.xspeed = -_root.xspeed;
_root.ball.gotoAndPlay(61);
}
if (_root.ball.hitTest(_root.bar2.beam2)) {
_root.xspeed = -_root.xspeed;
_root.score1 = _root.score1 + 100;
_root.ball.gotoAndPlay(61);
}
if (_root.ball.hitTest(_root.bar2Shell)) {
_root.ball._x = _root.ball._x - 5;
_root.xspeed = -_root.xspeed;
_root.bar2Shell.gotoAndPlay(2);
_root.ball.gotoAndPlay(61);
}
if (_root.ball2.hitTest(_root.topedge)) {
_root.soundeffects1.gotoAndPlay(2);
_root.yspeed2 = -_root.yspeed2;
_root.ball2._y = _root.ball2._y + 5;
}
if (_root.ball2.hitTest(_root.bottomedge)) {
_root.soundeffects1.gotoAndPlay(2);
_root.yspeed2 = -_root.yspeed2;
_root.ball2._y = _root.ball2._y - 5;
}
if (_root.ball2.hitTest(_root.bar1)) {
_root.xspeed2 = -_root.xspeed2;
_root.ball2.gotoAndPlay(31);
}
if (_root.ball2.hitTest(_root.bar1.beam)) {
_root.xspeed = -_root.xspeed;
_root.score1 = _root.score1 + 100;
_root.ball.gotoAndPlay(31);
}
if (_root.ball2.hitTest(_root.bar1Shell)) {
_root.ball2._x = _root.ball2._x + 5;
_root.xspeed2 = -_root.xspeed2;
_root.bar1Shell.gotoAndPlay(2);
_root.ball2.gotoAndPlay(31);
}
if (_root.ball2.hitTest(_root.bar2)) {
_root.xspeed2 = -_root.xspeed2;
_root.ball2.gotoAndPlay(61);
}
if (_root.ball2.hitTest(_root.bar2.beam2)) {
_root.xspeed = -_root.xspeed;
_root.score2 = _root.score2 + 100;
_root.ball.gotoAndPlay(31);
}
if (_root.ball2.hitTest(_root.bar2Shell)) {
_root.ball2._x = _root.ball2._x - 5;
_root.xspeed2 = -_root.xspeed2;
_root.bar2Shell.gotoAndPlay(2);
_root.ball2.gotoAndPlay(61);
}
if (_root.ball3.hitTest(_root.topedge)) {
_root.soundeffects1.gotoAndPlay(2);
_root.yspeed3 = -_root.yspeed3;
_root.ball3._y = _root.ball3._y + 5;
}
if (_root.ball3.hitTest(_root.bottomedge)) {
_root.soundeffects1.gotoAndPlay(2);
_root.yspeed3 = -_root.yspeed3;
_root.ball3._y = _root.ball3._y - 5;
}
if (_root.ball3.hitTest(_root.bar1)) {
_root.xspeed3 = -_root.xspeed3;
_root.ball3.gotoAndPlay(31);
}
if (_root.ball3.hitTest(_root.bar1.beam)) {
_root.xspeed = -_root.xspeed;
_root.score1 = _root.score1 + 100;
_root.ball.gotoAndPlay(31);
}
if (_root.ball3.hitTest(_root.bar1Shell)) {
_root.ball3._x = _root.ball3._x + 5;
_root.xspeed3 = -_root.xspeed3;
_root.bar1Shell.gotoAndPlay(2);
_root.ball3.gotoAndPlay(31);
}
if (_root.ball3.hitTest(_root.bar2)) {
_root.xspeed3 = -_root.xspeed3;
_root.ball3.gotoAndPlay(61);
}
if (_root.ball3.hitTest(_root.bar2.beam2)) {
_root.xspeed = -_root.xspeed;
_root.score1 = _root.score1 + 100;
_root.ball.gotoAndPlay(31);
}
if (_root.ball3.hitTest(_root.bar2Shell)) {
_root.ball3._x = _root.ball3._x - 5;
_root.xspeed3 = -_root.xspeed3;
_root.bar2Shell.gotoAndPlay(2);
_root.ball3.gotoAndPlay(61);
}
if (_root.ball4.hitTest(_root.topedge)) {
_root.soundeffects1.gotoAndPlay(2);
_root.yspeed4 = -_root.yspeed4;
_root.ball4._y = _root.ball4._y + 5;
}
if (_root.ball4.hitTest(_root.bottomedge)) {
_root.soundeffects1.gotoAndPlay(2);
_root.yspeed4 = -_root.yspeed4;
_root.ball4._y = _root.ball4._y - 5;
}
if (_root.ball4.hitTest(_root.bar1)) {
_root.xspeed4 = -_root.xspeed4;
_root.ball4.gotoAndPlay(31);
}
if (_root.ball4.hitTest(_root.bar1.beam)) {
_root.xspeed = -_root.xspeed;
_root.score1 = _root.score1 + 100;
_root.ball.gotoAndPlay(31);
}
if (_root.ball4.hitTest(_root.bar1Shell)) {
_root.ball4._x = _root.ball4._x + 5;
_root.xspeed4 = -_root.xspeed4;
_root.bar1Shell.gotoAndPlay(2);
_root.ball4.gotoAndPlay(31);
}
if (_root.ball4.hitTest(_root.bar2)) {
_root.xspeed4 = -_root.xspeed4;
_root.ball4.gotoAndPlay(61);
}
if (_root.ball4.hitTest(_root.bar2.beam2)) {
_root.xspeed = -_root.xspeed;
_root.score1 = _root.score1 + 100;
_root.ball.gotoAndPlay(31);
}
if (_root.ball4.hitTest(_root.bar2Shell)) {
_root.ball4._x = _root.ball4._x - 5;
_root.xspeed4 = -_root.xspeed4;
_root.bar2Shell.gotoAndPlay(2);
_root.ball4.gotoAndPlay(61);
}
if (_root.ball5.hitTest(_root.topedge)) {
_root.soundeffects1.gotoAndPlay(2);
_root.yspeed5 = -_root.yspeed5;
_root.ball5._y = _root.ball5._y + 5;
}
if (_root.ball5.hitTest(_root.bottomedge)) {
_root.soundeffects1.gotoAndPlay(2);
_root.yspeed5 = -_root.yspeed5;
_root.ball5._y = _root.ball5._y - 5;
}
if (_root.ball5.hitTest(_root.bar1)) {
_root.xspeed5 = -_root.xspeed5;
_root.ball5.gotoAndPlay(31);
}
if (_root.ball5.hitTest(_root.bar1.beam)) {
_root.xspeed = -_root.xspeed;
_root.score1 = _root.score1 + 100;
_root.ball.gotoAndPlay(31);
}
if (_root.ball5.hitTest(_root.bar1Shell)) {
_root.ball5._x = _root.ball5._x + 5;
_root.xspeed5 = -_root.xspeed5;
_root.bar1Shell.gotoAndPlay(2);
_root.ball5.gotoAndPlay(31);
}
if (_root.ball5.hitTest(_root.bar2)) {
_root.xspeed5 = -_root.xspeed5;
_root.ball5.gotoAndPlay(61);
}
if (_root.ball5.hitTest(_root.bar2.beam2)) {
_root.xspeed = -_root.xspeed;
_root.score1 = _root.score1 + 100;
_root.ball.gotoAndPlay(31);
}
if (_root.ball5.hitTest(_root.bar2Shell)) {
_root.ball5._x = _root.ball5._x - 5;
_root.xspeed5 = -_root.xspeed5;
_root.bar2Shell.gotoAndPlay(2);
_root.ball5.gotoAndPlay(61);
}
if (_root.ball6.hitTest(_root.topedge)) {
_root.soundeffects1.gotoAndPlay(2);
_root.yspeed6 = -_root.yspeed6;
_root.ball6._y = _root.ball6._y + 5;
}
if (_root.ball6.hitTest(_root.bottomedge)) {
_root.soundeffects1.gotoAndPlay(2);
_root.yspeed6 = -_root.yspeed6;
_root.ball6._y = _root.ball6._y - 5;
}
if (_root.ball6.hitTest(_root.bar1)) {
_root.xspeed6 = -_root.xspeed6;
_root.ball6.gotoAndPlay(31);
}
if (_root.ball6.hitTest(_root.bar1.beam)) {
_root.xspeed = -_root.xspeed;
_root.score1 = _root.score1 + 100;
_root.ball.gotoAndPlay(31);
}
if (_root.ball6.hitTest(_root.bar1Shell)) {
_root.ball6._x = _root.ball6._x + 5;
_root.xspeed6 = -_root.xspeed6;
_root.bar1Shell.gotoAndPlay(2);
_root.ball6.gotoAndPlay(31);
}
if (_root.ball6.hitTest(_root.bar2)) {
_root.xspeed6 = -_root.xspeed6;
_root.ball6.gotoAndPlay(61);
}
if (_root.ball6.hitTest(_root.bar2.beam2)) {
_root.xspeed = -_root.xspeed;
_root.score1 = _root.score1 + 100;
_root.ball.gotoAndPlay(31);
}
if (_root.ball6.hitTest(_root.bar2Shell)) {
_root.ball6._x = _root.ball6._x - 5;
_root.xspeed6 = -_root.xspeed6;
_root.bar2Shell.gotoAndPlay(2);
_root.ball6.gotoAndPlay(61);
}
if (_root.ball7.hitTest(_root.topedge)) {
_root.soundeffects1.gotoAndPlay(2);
_root.yspeed7 = -_root.yspeed7;
_root.ball7._y = _root.ball7._y + 5;
}
if (_root.ball7.hitTest(_root.bottomedge)) {
_root.soundeffects1.gotoAndPlay(2);
_root.yspeed7 = -_root.yspeed7;
_root.ball7._y = _root.ball7._y - 5;
}
if (_root.ball7.hitTest(_root.bar1)) {
_root.xspeed7 = -_root.xspeed7;
_root.ball7.gotoAndPlay(31);
}
if (_root.ball7.hitTest(_root.bar1.beam)) {
_root.xspeed = -_root.xspeed;
_root.score1 = _root.score1 + 100;
_root.ball.gotoAndPlay(31);
}
if (_root.ball7.hitTest(_root.bar1Shell)) {
_root.ball7._x = _root.ball7._x + 5;
_root.xspeed7 = -_root.xspeed7;
_root.bar1Shell.gotoAndPlay(2);
_root.ball7.gotoAndPlay(31);
}
if (_root.ball7.hitTest(_root.bar2)) {
_root.xspeed7 = -_root.xspeed7;
_root.ball7.gotoAndPlay(61);
}
if (_root.ball7.hitTest(_root.bar2.beam2)) {
_root.xspeed = -_root.xspeed;
_root.score1 = _root.score1 + 100;
_root.ball.gotoAndPlay(31);
}
if (_root.ball7.hitTest(_root.bar2Shell)) {
_root.ball7._x = _root.ball7._x - 5;
_root.xspeed7 = -_root.xspeed7;
_root.bar2Shell.gotoAndPlay(2);
_root.ball7.gotoAndPlay(61);
}
if (_root.ball8.hitTest(_root.topedge)) {
_root.soundeffects1.gotoAndPlay(2);
_root.yspeed8 = -_root.yspeed8;
_root.ball8._y = _root.ball8._y + 5;
}
if (_root.ball8.hitTest(_root.bottomedge)) {
_root.soundeffects1.gotoAndPlay(2);
_root.yspeed8 = -_root.yspeed8;
_root.ball8._y = _root.ball8._y - 5;
}
if (_root.ball8.hitTest(_root.bar1)) {
_root.xspeed8 = -_root.xspeed8;
_root.ball8.gotoAndPlay(31);
}
if (_root.ball8.hitTest(_root.bar1.beam)) {
_root.xspeed = -_root.xspeed;
_root.score1 = _root.score1 + 100;
_root.ball.gotoAndPlay(31);
}
if (_root.ball8.hitTest(_root.bar1Shell)) {
_root.ball8._x = _root.ball8._x + 5;
_root.xspeed8 = -_root.xspeed8;
_root.bar1Shell.gotoAndPlay(2);
_root.ball8.gotoAndPlay(31);
}
if (_root.ball8.hitTest(_root.bar2)) {
_root.xspeed8 = -_root.xspeed8;
_root.ball8.gotoAndPlay(61);
}
if (_root.ball8.hitTest(_root.bar2.beam2)) {
_root.xspeed = -_root.xspeed;
_root.score1 = _root.score1 + 100;
_root.ball.gotoAndPlay(31);
}
if (_root.ball8.hitTest(_root.bar2Shell)) {
_root.ball8._x = _root.ball8._x - 5;
_root.xspeed8 = -_root.xspeed8;
_root.bar2Shell.gotoAndPlay(2);
_root.ball8.gotoAndPlay(61);
}
}
Instance of Symbol 353 MovieClip "Bomb" in Frame 12
onClipEvent (enterFrame) {
if (active) {
_visible = true;
_x = (_x + _root.xspeedBomb);
_y = (_y + _root.yspeedBomb);
} else {
this.active = false;
_visible = false;
}
}
Instance of Symbol 361 MovieClip in Frame 12
onClipEvent (load) {
if (_root.GameType == 1) {
_quality = "MEDIUM";
_root.SKSBlaser._x = 5230;
_root.SKSBlaser._y = 5300;
_root.EvilCowHead._x = 5180;
_root.EvilCowHead._y = 5285;
_root.ball.active = true;
_root.ball._x = 200;
_root.ball._y = 50;
_root.score1 = 0;
_root.score2 = 0;
}
if (_root.GameType == 2) {
_quality = "MEDIUM";
_root.SKSBlaser._x = 5230;
_root.SKSBlaser._y = 5300;
_root.EvilCowHead._x = 5180;
_root.EvilCowHead._y = 5285;
_root.ball.active = true;
_root.ball._x = 200;
_root.ball._y = 50;
_root.score1 = 0;
_root.score2 = 0;
}
if (_root.GameType == 3) {
_quality = "LOW";
_root.SKSBlaser._x = 230;
_root.SKSBlaser._y = 300;
_root.SKSBlaserTop._x = 230;
_root.SKSBlaserTop._y = 55;
_root.EvilCowHead._x = 180;
_root.EvilCowHead._y = 285;
_root.Cover._x = 10000;
_root.Cover._y = 10000;
_root.LaserReadyBlue._y = 550;
_root.LaserReadyRed._y = 550;
_root.GameBackGround.gotoAndStop(2);
_root.bottomedge._visible = false;
_root.leftedge._visible = false;
_root.rightedge._visible = false;
_root.bar1._visible = false;
_root.bar1Shell._visible = false;
_root.bar2._visible = false;
_root.bar2Shell._visible = false;
_root.score1 = 0;
_root.score2 = 0;
} else {
_quality = "MEDIUM";
_root.GameBackGround.gotoAndStop(1);
}
if (_root.GameType == 4) {
_quality = "MEDIUM";
_root.GameBackGround.gotoAndStop(1);
_root.SKSBlaser._x = 5230;
_root.SKSBlaser._y = 5300;
_root.EvilCowHead._x = 5180;
_root.EvilCowHead._y = 5285;
_root.LaserReadyBlue._y = 5550;
_root.LaserReadyRed._y = 5550;
_root.Pixelleftedge._x = 5;
_root.Pixelleftedge._y = -50;
_root.Pixelrightedge._x = 625;
_root.Pixelrightedge._y = -50;
_root.bar1._y = 5550;
_root.bar1Shell._y = 5550;
_root.bar2._y = 5550;
_root.bar2Shell._y = 5550;
_root.leftedge._visible = false;
_root.rightedge._visible = false;
_root.bar1._visible = false;
_root.bar1Shell._visible = false;
_root.bar2._visible = false;
_root.bar2Shell._visible = false;
_root.ballP.active = true;
_root.ballP._x = 200;
_root.ballP._y = 50;
_root.Pixelbar1._x = 5;
_root.Pixelbar1._y = 150;
_root.Pixelbar1shell._x = 26.1;
_root.Pixelbar1shell._y = 143.1;
_root.Pixelbar2._x = 620;
_root.Pixelbar2._y = 150;
_root.Pixelbar2shell._x = 615;
_root.Pixelbar2shell._y = 143.1;
_root.score1 = 0;
_root.score2 = 0;
} else {
_quality = "MEDIUM";
}
}
onClipEvent (enterFrame) {
if (_root.GameType == 1) {
mc.active = true;
_root.mc.active = true;
_root.PixelHealth.active = true;
_root.missile.active = true;
_root.M2missile.active = true;
_root.M3missile.active = true;
_root.M4missile.active = true;
_root.Eplane1.active = true;
_root.Eplane2.active = true;
_root.Eplane3.active = true;
}
if (_root.GameType == 2) {
mc.active = true;
_root.mc.active = true;
_root.PixelHealth.active = true;
_root.missile.active = true;
_root.M2missile.active = true;
_root.M3missile.active = true;
_root.M4missile.active = true;
_root.Eplane1.active = true;
_root.Eplane2.active = true;
_root.Eplane3.active = true;
}
if (_root.GameType == 3) {
mc.active = true;
_root.mc.active = true;
_root.PixelHealth.active = true;
_root.AddBall.active = true;
_root.BlueLaser1.active = true;
_root.RedLaser1.active = true;
_root.InvB.active = true;
_root.Red100.active = true;
_root.Blue100.active = true;
}
if (_root.GameType == 4) {
mc.active = true;
_root.mc.active = true;
_root.PixelHealth.active = true;
_root.AddBall.active = true;
_root.BlueLaser1.active = true;
_root.RedLaser1.active = true;
_root.InvB.active = true;
_root.Red100.active = true;
_root.Blue100.active = true;
_root.missile.active = true;
_root.M2missile.active = true;
_root.M3missile.active = true;
_root.M4missile.active = true;
_root.Eplane1.active = true;
_root.Eplane2.active = true;
_root.Eplane3.active = true;
}
}
Instance of Symbol 379 MovieClip "ballP" in Frame 12
onClipEvent (enterFrame) {
if (active) {
_visible = true;
_x = (_x + _root.xspeedP);
_y = (_y + _root.yspeedP);
} else {
this.active = false;
_visible = false;
}
}
Instance of Symbol 81 MovieClip "bar1" in Frame 12
onClipEvent (load) {
if ((_root.GameType == 1) or (_root.GameType == 2)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 83 MovieClip "bar2" in Frame 12
onClipEvent (load) {
if ((_root.GameType == 1) or (_root.GameType == 2)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 384 MovieClip "SKSBlaser" in Frame 12
onClipEvent (load) {
if (_root.GameType == 3) {
} else {
_visible = false;
}
}
Instance of Symbol 392 MovieClip "SKSBlaser2" in Frame 12
onClipEvent (load) {
if (_root.GameType == 3) {
_visible = true;
} else {
this.active = true;
_visible = false;
}
}
onClipEvent (enterFrame) {
if (active) {
this.active = true;
} else if (Key.isDown(32)) {
_root.SKSBlaser2.gotoAndPlay(2);
_root.SKSBlaser2._x = _root.SKSBlaser._x;
_root.SKSBlaser2._y = _root.SKSBlaser._y;
}
}
Instance of Symbol 395 MovieClip "Pixelbar1" in Frame 12
onClipEvent (load) {
if (_root.GameType == 4) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 398 MovieClip "Pixelbar2" in Frame 12
onClipEvent (load) {
if (_root.GameType == 4) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 403 MovieClip "Pixelbeam" in Frame 12
onClipEvent (load) {
if (_root.GameType == 4) {
_visible = true;
} else {
this.active = true;
_visible = false;
}
}
onClipEvent (enterFrame) {
if (active) {
this.active = true;
} else if (Key.isDown(32)) {
_root.Pixelbeam.gotoAndPlay(2);
_root.Pixelbeam._x = 20 + _root.Pixelbar1._x;
_root.Pixelbeam._y = 65 + _root.Pixelbar1._y;
}
}
Instance of Symbol 405 MovieClip "Pixelbeam2" in Frame 12
onClipEvent (load) {
if (_root.GameType == 4) {
_visible = true;
} else {
this.active = true;
_visible = false;
}
}
onClipEvent (enterFrame) {
if (active) {
this.active = true;
} else if (Key.isDown(16)) {
_root.Pixelbeam2.gotoAndPlay(2);
_root.Pixelbeam2._x = _root.Pixelbar2._x;
_root.Pixelbeam2._y = 65 + _root.Pixelbar2._y;
}
}
Instance of Symbol 397 MovieClip "redpixelp31" in Frame 12
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam)) {
this.active = false;
}
} else {
_root.redpixelp31.gotoAndPlay(2);
}
}
Instance of Symbol 409 MovieClip "SKSBlaser2top" in Frame 12
onClipEvent (load) {
if (_root.GameType == 3) {
_visible = true;
} else {
this.active = true;
_visible = false;
}
}
onClipEvent (enterFrame) {
if (active) {
this.active = true;
} else if (Key.isDown(32)) {
_root.SKSBlaser2top.gotoAndPlay(2);
_root.SKSBlaser2top._x = _root.SKSBlaserTop._x;
_root.SKSBlaser2top._y = _root.SKSBlaserTop._y;
}
}
Instance of Symbol 417 MovieClip in Frame 12
onClipEvent (load) {
_root.redscore = 0;
_root.bluescore = 0;
_root.APround = 1;
_root.roundnum = _root.APround;
}
Instance of Symbol 457 MovieClip "EvilCowHead" in Frame 12
onClipEvent (load) {
if (_root.GameType == 3) {
} else {
_visible = false;
}
}
Instance of Symbol 460 MovieClip "Eplane1" in Frame 12
onClipEvent (load) {
timer = 700;
}
onClipEvent (enterFrame) {
if (active) {
this._x = this._x - 10;
if (this._x <= 50) {
_root.flash5._x = this._x;
_root.flash5._y = this._y;
_root.flash5.gotoAndPlay(1);
removeMovieClip(this);
}
if (this.hitTest(_root.SKSBlaser2top)) {
_root.flash5._x = this._x;
_root.flash5._y = this._y;
_root.flash5.gotoAndPlay(1);
_root.score1 = _root.score1 + 150;
removeMovieClip(this);
}
if (this.hitTest(_root.SKSBlaser2)) {
_root.flash5._x = this._x;
_root.flash5._y = this._y;
_root.flash5.gotoAndPlay(1);
_root.score1 = _root.score1 + 150;
removeMovieClip(this);
}
if (this.hitTest(_root.Cover)) {
removeMovieClip(this);
}
if (this.hitTest(_root.EvilCowHead)) {
_root.flash5._x = this._x;
_root.flash5._y = this._y;
_root.flash5.gotoAndPlay(1);
_root.score2 = _root.score2 + 550;
removeMovieClip(this);
}
} else {
timer--;
if (timer <= 0) {
_root.level++;
duplicateMovieClip (this, "missle1" + _root.level, _root.level);
mc = eval ("_root.missle1" + _root.level);
mc._x = 1500;
mc._y = 35 + (Math.random() * 360);
mc.active = true;
timer = 1000;
}
}
}
Instance of Symbol 462 MovieClip "bullet" in Frame 12
onClipEvent (load) {
if (_root.GameType == 3) {
} else {
_visible = false;
}
}
Instance of Symbol 464 MovieClip "EyeLaser" in Frame 12
onClipEvent (load) {
if (_root.GameType == 3) {
} else {
_visible = false;
}
}
Instance of Symbol 466 MovieClip "missile" in Frame 12
onClipEvent (load) {
timer = 200;
}
onClipEvent (enterFrame) {
if (active) {
this._x = this._x - 10;
if (this._x <= 50) {
_root.flash._x = this._x;
_root.flash._y = this._y;
_root.flash.gotoAndPlay(1);
removeMovieClip(this);
}
if (this.hitTest(_root.SKSBlaser2top)) {
_root.flash._x = this._x;
_root.flash._y = this._y;
_root.flash.gotoAndPlay(1);
_root.score1 = _root.score1 + 100;
removeMovieClip(this);
}
if (this.hitTest(_root.SKSBlaser2)) {
_root.flash._x = this._x;
_root.flash._y = this._y;
_root.flash.gotoAndPlay(1);
_root.score1 = _root.score1 + 100;
removeMovieClip(this);
}
if (this.hitTest(_root.Cover)) {
removeMovieClip(this);
}
if (this.hitTest(_root.EvilCowHead)) {
_root.flash._x = this._x;
_root.flash._y = this._y;
_root.flash.gotoAndPlay(1);
_root.score2 = _root.score2 + 550;
removeMovieClip(this);
}
} else {
timer--;
if (timer <= 0) {
_root.level++;
duplicateMovieClip (this, "missle1" + _root.level, _root.level);
mc = eval ("_root.missle1" + _root.level);
mc._x = 1500;
mc._y = 35 + (Math.random() * 360);
mc.active = true;
timer = 300;
}
}
}
Instance of Symbol 468 MovieClip in Frame 12
/* no clip actions */
Instance of Symbol 466 MovieClip "M2missile" in Frame 12
onClipEvent (load) {
timer = 800;
}
onClipEvent (enterFrame) {
if (active) {
this._x = this._x - 10;
if (this._x <= 50) {
_root.flash2._x = this._x;
_root.flash2._y = this._y;
_root.flash2.gotoAndPlay(1);
removeMovieClip(this);
}
if (this.hitTest(_root.SKSBlaser2top)) {
_root.flash2._x = this._x;
_root.flash2._y = this._y;
_root.flash2.gotoAndPlay(1);
_root.score1 = _root.score1 + 100;
removeMovieClip(this);
}
if (this.hitTest(_root.SKSBlaser2)) {
_root.flash2._x = this._x;
_root.flash2._y = this._y;
_root.flash2.gotoAndPlay(1);
_root.score1 = _root.score1 + 100;
removeMovieClip(this);
}
if (this.hitTest(_root.Cover)) {
removeMovieClip(this);
}
if (this.hitTest(_root.EvilCowHead)) {
_root.flash2._x = this._x;
_root.flash2._y = this._y;
_root.flash2.gotoAndPlay(1);
_root.score2 = _root.score2 + 500;
removeMovieClip(this);
}
} else {
timer--;
if (timer <= 0) {
_root.level++;
duplicateMovieClip (this, "missle1" + _root.level, _root.level);
mc = eval ("_root.missle1" + _root.level);
mc._x = 1500;
mc._y = 35 + (Math.random() * 360);
mc.active = true;
timer = 850;
}
}
}
Instance of Symbol 466 MovieClip "M3missile" in Frame 12
onClipEvent (load) {
timer = 1000;
}
onClipEvent (enterFrame) {
if (active) {
this._x = this._x - 10;
if (this._x <= 50) {
_root.flash3._x = this._x;
_root.flash3._y = this._y;
_root.flash3.gotoAndPlay(1);
removeMovieClip(this);
}
if (this.hitTest(_root.SKSBlaser2top)) {
_root.flash3._x = this._x;
_root.flash3._y = this._y;
_root.flash3.gotoAndPlay(1);
_root.score1 = _root.score1 + 100;
removeMovieClip(this);
}
if (this.hitTest(_root.SKSBlaser2)) {
_root.flash3._x = this._x;
_root.flash3._y = this._y;
_root.flash3.gotoAndPlay(1);
_root.score1 = _root.score1 + 100;
removeMovieClip(this);
}
if (this.hitTest(_root.Cover)) {
removeMovieClip(this);
}
if (this.hitTest(_root.EvilCowHead)) {
_root.flash3._x = this._x;
_root.flash3._y = this._y;
_root.flash3.gotoAndPlay(1);
_root.score2 = _root.score2 + 500;
removeMovieClip(this);
}
} else {
timer--;
if (timer <= 0) {
_root.level++;
duplicateMovieClip (this, "missle1" + _root.level, _root.level);
mc = eval ("_root.missle1" + _root.level);
mc._x = 1500;
mc._y = 35 + (Math.random() * 360);
mc.active = true;
timer = 25;
}
}
}
Instance of Symbol 460 MovieClip "Eplane2" in Frame 12
onClipEvent (load) {
timer = 1000;
}
onClipEvent (enterFrame) {
if (active) {
this._x = this._x - 10;
if (this._x <= 50) {
_root.flash6._x = this._x;
_root.flash6._y = this._y;
_root.flash6.gotoAndPlay(1);
removeMovieClip(this);
}
if (this.hitTest(_root.SKSBlaser2top)) {
_root.flash6._x = this._x;
_root.flash6._y = this._y;
_root.flash6.gotoAndPlay(1);
_root.score1 = _root.score1 + 150;
removeMovieClip(this);
}
if (this.hitTest(_root.SKSBlaser2)) {
_root.flash6._x = this._x;
_root.flash6._y = this._y;
_root.flash6.gotoAndPlay(1);
_root.score1 = _root.score1 + 150;
removeMovieClip(this);
}
if (this.hitTest(_root.Cover)) {
removeMovieClip(this);
}
if (this.hitTest(_root.EvilCowHead)) {
_root.flash6._x = this._x;
_root.flash6._y = this._y;
_root.flash6.gotoAndPlay(1);
_root.score2 = _root.score2 + 250;
removeMovieClip(this);
}
} else {
timer--;
if (timer <= 0) {
_root.level++;
duplicateMovieClip (this, "missle1" + _root.level, _root.level);
mc = eval ("_root.missle1" + _root.level);
mc._x = 1500;
mc._y = 35 + (Math.random() * 360);
mc.active = true;
timer = 1300;
}
}
}
Instance of Symbol 460 MovieClip "Eplane3" in Frame 12
onClipEvent (load) {
timer = 1300;
}
onClipEvent (enterFrame) {
if (active) {
this._x = this._x - 10;
if (this._x <= 50) {
_root.flash7._x = this._x;
_root.flash7._y = this._y;
_root.flash7.gotoAndPlay(1);
removeMovieClip(this);
}
if (this.hitTest(_root.SKSBlaser2top)) {
_root.flash7._x = this._x;
_root.flash7._y = this._y;
_root.flash7.gotoAndPlay(1);
_root.score1 = _root.score1 + 150;
removeMovieClip(this);
}
if (this.hitTest(_root.SKSBlaser2)) {
_root.flash7._x = this._x;
_root.flash7._y = this._y;
_root.flash7.gotoAndPlay(1);
_root.score1 = _root.score1 + 150;
removeMovieClip(this);
}
if (this.hitTest(_root.Cover)) {
removeMovieClip(this);
}
if (this.hitTest(_root.EvilCowHead)) {
_root.flash7._x = this._x;
_root.flash7._y = this._y;
_root.flash7.gotoAndPlay(1);
_root.score2 = _root.score2 + 1000;
removeMovieClip(this);
}
} else {
timer--;
if (timer <= 0) {
_root.level++;
duplicateMovieClip (this, "missle1" + _root.level, _root.level);
mc = eval ("_root.missle1" + _root.level);
mc._x = 1500;
mc._y = 35 + (Math.random() * 360);
mc.active = true;
timer = 1350;
}
}
}
Instance of Symbol 466 MovieClip "M4missile" in Frame 12
onClipEvent (load) {
timer = 800;
}
onClipEvent (enterFrame) {
if (active) {
this._x = this._x - 10;
if (this._x <= 50) {
_root.flash4._x = this._x;
_root.flash4._y = this._y;
_root.flash4.gotoAndPlay(1);
removeMovieClip(this);
}
if (this.hitTest(_root.SKSBlaser2top)) {
_root.flash4._x = this._x;
_root.flash4._y = this._y;
_root.flash4.gotoAndPlay(1);
_root.score1 = _root.score1 + 100;
removeMovieClip(this);
}
if (this.hitTest(_root.SKSBlaser2)) {
_root.flash4._x = this._x;
_root.flash4._y = this._y;
_root.flash4.gotoAndPlay(1);
_root.score1 = _root.score1 + 100;
removeMovieClip(this);
}
if (this.hitTest(_root.Cover)) {
removeMovieClip(this);
}
if (this.hitTest(_root.EvilCowHead)) {
_root.flash4._x = this._x;
_root.flash4._y = this._y;
_root.flash4.gotoAndPlay(1);
_root.score2 = _root.score2 + 1000;
removeMovieClip(this);
}
} else {
timer--;
if (timer <= 0) {
_root.level++;
duplicateMovieClip (this, "missle1" + _root.level, _root.level);
mc = eval ("_root.missle1" + _root.level);
mc._x = 1500;
mc._y = 35 + (Math.random() * 360);
mc.active = true;
timer = 50;
}
}
}
Instance of Symbol 472 MovieClip "flash" in Frame 12
onClipEvent (load) {
if (_root.GameType == 3) {
this.active = false;
} else {
_visible = false;
this.active = false;
}
}
Instance of Symbol 472 MovieClip "flash5" in Frame 12
onClipEvent (load) {
if (_root.GameType == 3) {
this.active = false;
} else {
_visible = false;
this.active = false;
}
}
Instance of Symbol 472 MovieClip "flash2" in Frame 12
onClipEvent (load) {
if (_root.GameType == 3) {
this.active = false;
} else {
_visible = false;
this.active = false;
}
}
Instance of Symbol 472 MovieClip "flash3" in Frame 12
onClipEvent (load) {
if (_root.GameType == 3) {
this.active = false;
} else {
_visible = false;
this.active = false;
}
}
Instance of Symbol 472 MovieClip "flash7" in Frame 12
onClipEvent (load) {
if (_root.GameType == 3) {
this.active = false;
} else {
_visible = false;
this.active = false;
}
}
Instance of Symbol 472 MovieClip "flash4" in Frame 12
onClipEvent (load) {
if (_root.GameType == 3) {
this.active = false;
} else {
_visible = false;
this.active = false;
}
}
Instance of Symbol 472 MovieClip "flash6" in Frame 12
onClipEvent (load) {
if (_root.GameType == 3) {
this.active = false;
} else {
_visible = false;
this.active = false;
}
}
Frame 13
Instance of Symbol 485 MovieClip in Frame 13
onClipEvent (load) {
if (_root.GameType == 3) {
_root.ScoreBG._visible = true;
_root.TieScore._y = 7000;
_root.BluePlrName = "Evil";
_root.RedPlrName = "Good";
} else {
_root.TieScore._y = 30;
_root.ScoreBG._visible = false;
}
if (_root.score1 < _root.score2) {
_root.redscore = _root.redscore + 1;
} else {
if (_root.score1 > _root.score2) {
_root.bluescore = _root.bluescore + 1;
}
if (_root.score1 == _root.score2) {
_root.TieScore.gotoAndPlay(2);
}
}
}
Symbol 1 MovieClip [Rectangle] Frame 1
#initclip 5
function RectangleClass() {
this.init();
}
RectangleClass.prototype = new MovieClip();
Object.registerClass("Rectangle", RectangleClass);
RectangleClass.prototype.init = function () {
this.id = this.drawRect("rectangle", this.colour, 0, 0, this.width, this.height, this.alpha);
if (this.resize) {
this.onResize = this.update;
Stage.addListener(this);
}
if (this.applyColour) {
this.setColour(this.colour);
}
this.enabled = true;
};
RectangleClass.prototype.drawRect = function (newName, colour, x, y, w, h, alpha) {
this.depth++;
this.tempRect = this.createEmptyMovieClip(newName, this.depth);
this.tempRect.beginFill(colour, alpha);
this.tempRect.moveTo(x, y);
this.tempRect.lineTo(w, y);
this.tempRect.lineTo(w, h);
this.tempRect.lineTo(x, h);
this.tempRect.lineTo(x, y);
this.tempRect.endFill();
return(this[newName]);
};
RectangleClass.prototype.setColour = function (c) {
this.co = new Color(this.rectangle);
this.co.setRGB(c);
};
RectangleClass.prototype.update = function () {
this.oldVal = this.id._width;
this.id._width = this.id._width + (Stage.width - this.oldVal);
};
#endinitclip
Symbol 2 MovieClip Frame 1
#initclip 1
MCP = MovieClip.prototype;
MCP.oldCreateText = MCP.createTextField;
MCP.oldEmpty = MCP.createEmptyMovieClip;
MCP.oldAttach = MCP.attachMovie;
MCP.createTextField = function (newName, depth, x, y, w, h) {
this.oldCreateText(newName, depth, x, y, w, h);
return(this[newName]);
};
MCP.createEmptyMovieClip = function (newName, depth, obj, f, fargs) {
this.oldEmpty(newName, depth);
var p = this[newName];
for (var z in obj) {
p[z] = obj[z];
}
((typeof(f) == "string") ? (this[newName][f](fargs)) : (f(fargs)));
return(this[newName]);
};
MCP.attachMovie = function (linkage, newName, depth, obj, f, fargs) {
this.oldAttach(linkage, newName, depth, obj);
((typeof(f) == "string") ? (this[newName][f](fargs)) : (f(fargs)));
return(this[newName]);
};
Array.prototype.push = function (obj) {
this[this.length] = obj;
};
Mouse.isWithin = function (obj, sf) {
if (obj.hitTest(_root._xmouse, _root._ymouse, ((!sf) ? ((sf = true)) : (sf)))) {
return(true);
}
return(false);
};
Mouse.coOrds = function () {
var t = [];
var tx = _root._xmouse;
var ty = _root._ymouse;
t.push({x:tx, y:ty});
return(t[0]);
};
Stage.setFPS = function (fps) {
this.FPSintervalID = setInterval(updateAfterEvent, 1000 / fps);
};
Stage.restoreFPS = function () {
clearInterval(this.FPSintervalID);
};
ASSetPropFlags(MCP, ["oldCreateText", "oldEmpty", "oldAttach"], 1);
ASSetPropFlags(this, ["MCP"], 1);
#endinitclip
Symbol 3 MovieClip [FollowBar] Frame 1
#initclip 6
_global.FollowBarClass = function () {
this.init();
};
FollowBarClass.prototype = new MovieClip();
Object.registerClass("FollowBar", FollowBarClass);
FollowBarClass.prototype.init = function () {
Stage.setFPS(31);
this.initObjBg = {width:Stage.width, height:this.height, colour:this.colour, alpha:this.alpha, resize:true, applyColour:true};
this.initObjChaser = {width:this.chaserWidth, height:this.height, colour:this.chaserColour, alpha:this.alpha, resize:false, applyColour:true};
this.id = this.attachMovie("Rectangle", "rect", 1, this.initObjBg);
this.id = this.attachMovie("Rectangle", "chaser", 2, this.initObjChaser);
this._x = ((this._x == 0) ? (this._x) : 0);
var yOffset = (this.height / 2);
this.rect._y = this.rect._y - yOffset;
this.chaser._y = this.chaser._y - yOffset;
this.iid = setInterval(this, "updateBarPosition", 31);
};
FollowBarClass.prototype.updateBarPosition = function () {
var xyarr = Mouse.coOrds();
this.xtarget = xyarr.x - (this.chaserWidth / 2);
this.ytarget = xyarr.y;
if (this.ytarget < this.limits.top) {
this.ytarget = this.limits.top;
} else if (this.ytarget > this.limits.bottom) {
this.ytarget = this.limits.bottom;
}
if (this._y != this.ytarget) {
this._y = this._y + ((this.ytarget - this._y) / this.speed);
}
if (Mouse.isWithin(this.rect)) {
this.calpha = ((this.alpha < 100) ? (this.alpha + 20) : (this.alpha));
} else {
this.calpha = 0;
}
if (this.chaser._x != this.xtarget) {
this.chaser._x = this.chaser._x + ((this.xtarget - this.chaser._x) / this.speed);
}
if (this.chaser._alpha != this.calpha) {
this.chaser._alpha = this.chaser._alpha + ((this.calpha - this.chaser._alpha) / this.speed);
}
updateAfterEvent();
};
#endinitclip
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [FollowBar] Frame 1
//component parameters
onClipEvent (initialize) {
}
Symbol 5 MovieClip [TextAnim] Frame 1
#initclip 3
TextAnimClass = function () {
this.stageClip = this._parent[this._targetInstanceName];
if (this.stageClip instanceof MovieClip) {
this.stageClip = this._parent[this._targetInstanceName];
} else {
trace("Text component needs to be dropped on a movieClip. Exiting creator.");
return(undefined);
}
this._visible = false;
this.listenersList = [];
this.init();
};
Object.registerClass("TextAnim", TextAnimClass);
TextAnimClass.prototype.init = function () {
this.textformat = new TextFormat();
this.textformat.font = this.fontname;
this.textformat.size = this.fontsize;
this.textformat.color = this.fontcolor;
this.textformar.align = "center";
this.letterCount = 0;
this.textlen = this.text.length;
this.dropFramesCount = this.dropFrames;
this.pass = 0;
};
TextAnimClass.prototype.onEnterFrame = function () {
if (this.pass >= (this.passesPerLetter * this.textlen)) {
return(undefined);
}
if (this.dropFrames > 0) {
if (this.dropFramesCount < this.dropFrames) {
this.dropFramesCount++;
return(undefined);
}
this.dropFramesCount = 0;
}
var currentLetterID = int(this.pass / this.passesPerLetter);
var currentPass = (this.pass - (this.passesPerLetter * currentLetterID));
var x = (this.offsetX + ((this.fontsize + this.letterSpace) * (currentLetterID + 0.5)));
var y = this.offsetY;
var z = this.letterCount;
if (currentPass < (this.passesPerLetter - 1)) {
thisClip = new LetterAnimClass(this, x, y, z, chr(30 + random(100)), true, this.passesPerLetter);
thisClip._visible = true;
} else {
thisClip = new LetterAnimClass(this, x, y, z, this.text.substr(currentLetterID, 1), false, 0);
thisClip._visible = true;
}
this.pass++;
};
TextAnimClass.prototype.addListener = function (ref) {
this.listenersList[ref] = ref;
};
TextAnimClass.prototype.removeListener = function (ref) {
delete this.listenersList[ref];
};
TextAnimClass.prototype.EffectCallback = function (callingClip) {
callingClip.clip._alpha = callingClip.clip._alpha - this.letterFade;
callingClip.clip._x = callingClip.clip._x + this.letterMovementX;
callingClip.clip._y = callingClip.clip._y + this.letterMovementY;
callingClip.clip._rotation = callingClip.clip._rotation + this.letterRotation;
callingClip.clip._xscale = callingClip.clip._xscale + this.letterScaleX;
callingClip.clip._yscale = callingClip.clip._yscale + this.letterScaleY;
callingClip.passes++;
if (callingClip.passes >= callingClip.removeOnXPasses) {
clearInterval(callingClip.intervalID);
removeMovieClip(callingClip.clip);
delete callingClip;
}
};
LetterAnimClass = function (parent, x, y, z, char, eff, remove) {
this.parent = parent;
this.x = x;
this.y = y;
this.z = z;
this.effect = eff;
this.letter = char;
this.removeOnXPasses = remove;
this.passes = 0;
parent.stageClip.createEmptyMovieClip("letterClip_" + this.z, this.z);
this.clip = parent.stageClip["letterClip_" + z];
this.clip._x = this.x;
this.clip._y = this.y;
this.clip._visible = true;
this.clip.createTextField("letter", 1, 0, 0, 0, 0);
this.letter = this.clip.letter;
this.letter._visible = true;
this.letter.background = false;
this.letter.embedFonts = true;
this.letter.border = false;
this.letter.multiline = false;
this.letter.type = "dynamic";
this.letter.restrict = null;
this.letter.selectable = false;
this.letter.autoSize = "center";
this.letter.setNewTextFormat(parent.textformat);
this.letter.text = char;
if (this.effect) {
this.intervalID = setInterval(parent, "EffectCallback", 100, this);
}
parent.letterCount++;
return(this.clip);
};
#endinitclip
Symbol 8 MovieClip [BarCode39] Frame 1
#initclip 2
function BarCode39() {
this.h = this._height;
this._xscale = (this._yscale = 100);
this.callbackHandlerLocation = this._parent;
this.deadPreview_mc.unloadMovie();
this.init();
}
BarCode39.prototype = new MovieClip();
BarCode39.prototype.setBorder = function (nWidth) {
this.theBorder = nWidth;
};
BarCode39.prototype.setBackgroundColor = function (the_color) {
this.bg_color = the_color;
};
BarCode39.prototype.setBarColor = function (the_color) {
this.bar_color = the_color;
};
BarCode39.prototype.setCallbackHandler = function (method, location) {
this.callbackHandlerLocation = ((location == undefined) ? (this.callbackHandlerLocation) : (location));
this.callbackHandler = method;
};
BarCode39.prototype.encode = function (the_str) {
this.the_str = the_str.toUpperCase();
this.doEncode();
};
BarCode39.prototype.clear = function () {
this.bg_mc.unloadMovie();
this.bars_mc.unloadMovie();
this.text_mc.unloadMovie();
};
BarCode39.prototype.init = function () {
this.code39_array = new Array();
this.code39_array.push({character:"0", pattern:"1010001110111010"});
this.code39_array.push({character:"1", pattern:"1110100010101110"});
this.code39_array.push({character:"2", pattern:"1011100010101110"});
this.code39_array.push({character:"3", pattern:"1110111000101010"});
this.code39_array.push({character:"4", pattern:"1010001110101110"});
this.code39_array.push({character:"5", pattern:"1110100011101010"});
this.code39_array.push({character:"6", pattern:"1011100011101010"});
this.code39_array.push({character:"7", pattern:"1010001011101110"});
this.code39_array.push({character:"8", pattern:"1110100010111010"});
this.code39_array.push({character:"9", pattern:"1011100010111010"});
this.code39_array.push({character:"A", pattern:"1110101000101110"});
this.code39_array.push({character:"B", pattern:"1011101000101110"});
this.code39_array.push({character:"C", pattern:"1110111010001010"});
this.code39_array.push({character:"D", pattern:"1010111000101110"});
this.code39_array.push({character:"E", pattern:"1110101110001010"});
this.code39_array.push({character:"F", pattern:"1011101110001010"});
this.code39_array.push({character:"G", pattern:"1010100011101110"});
this.code39_array.push({character:"H", pattern:"1110101000111010"});
this.code39_array.push({character:"I", pattern:"1011101000111010"});
this.code39_array.push({character:"J", pattern:"1010111000111010"});
this.code39_array.push({character:"K", pattern:"1110101010001110"});
this.code39_array.push({character:"L", pattern:"1011101010001110"});
this.code39_array.push({character:"M", pattern:"1110111010100010"});
this.code39_array.push({character:"N", pattern:"1010111010001110"});
this.code39_array.push({character:"O", pattern:"1110101110100010"});
this.code39_array.push({character:"P", pattern:"1011101110100010"});
this.code39_array.push({character:"Q", pattern:"1010101110001110"});
this.code39_array.push({character:"R", pattern:"1110101011100010"});
this.code39_array.push({character:"S", pattern:"1011101011100010"});
this.code39_array.push({character:"T", pattern:"1010111011100010"});
this.code39_array.push({character:"U", pattern:"1110001010101110"});
this.code39_array.push({character:"V", pattern:"1000111010101110"});
this.code39_array.push({character:"W", pattern:"1110001110101010"});
this.code39_array.push({character:"X", pattern:"1000101110101110"});
this.code39_array.push({character:"Y", pattern:"1110001011101010"});
this.code39_array.push({character:"Z", pattern:"1000111011101010"});
this.code39_array.push({character:"-", pattern:"1000101011101110"});
this.code39_array.push({character:".", pattern:"1110001010111010"});
this.code39_array.push({character:" ", pattern:"1000111010111010"});
this.code39_array.push({character:"$", pattern:"1000100010001010"});
this.code39_array.push({character:"/", pattern:"1000100010100010"});
this.code39_array.push({character:"+", pattern:"1000101000100010"});
this.code39_array.push({character:"%", pattern:"1010001000100010"});
this.code39_array.push({character:"*", pattern:"1000101110111010"});
if (this.the_str.length > 0) {
this.encode(this.the_str);
}
};
BarCode39.prototype.doEncode = function () {
var barDepth = 1;
this.createEmptyMovieClip("bg_mc", 1);
this.createEmptyMovieClip("bars_mc", 2);
this.bars_mc.createEmptyMovieClip("bar_mc", barDepth);
this.bars_mc.bar_mc.beginFill(this.bar_color, 100);
this.bars_mc.bar_mc.moveTo(0, 0);
this.bars_mc.bar_mc.lineTo(1, 0);
this.bars_mc.bar_mc.lineTo(1, this.h);
this.bars_mc.bar_mc.lineTo(0, this.h);
this.bars_mc.bar_mc.lineTo(0, 0);
var bars_str = "";
var my_str = (("*" + this.the_str) + "*");
var str_array = my_str.split("");
var i = 0;
while (i < str_array.length) {
for (var l in this.code39_array) {
if (str_array[i] == this.code39_array[l].character) {
bars_str = bars_str + this.code39_array[l].pattern;
break;
}
}
i++;
}
var draw_array = bars_str.split("");
var i = 0;
while (i < draw_array.length) {
barDepth++;
if (Boolean(draw_array[i])) {
the_mc = this.bars_mc.bar_mc.duplicateMovieClip(("bar" + barDepth) + "_mc", barDepth);
the_mc._x = barDepth;
}
i++;
}
this.bg_mc.beginFill(this.bg_color, 100);
this.bg_mc.moveTo(0, 0);
this.bg_mc.lineTo(Math.floor(this._width), 0);
this.bg_mc.lineTo(Math.floor(this._width), Math.floor(this._height));
this.bg_mc.lineTo(0, Math.floor(this._height));
this.bg_mc.lineTo(0, 0);
this.bg_mc._x = this.bg_mc._x + (-this.theBorder);
this.bg_mc._y = this.bg_mc._y + (-this.theBorder);
this.bg_mc._width = this.bars_mc._width + (this.theBorder * 2);
this.bg_mc._height = this.bars_mc._height + (this.theBorder * 2);
if (this.displayText) {
var my_fmt = new TextFormat();
my_fmt.font = "Arial";
my_fmt.bold = true;
my_fmt.size = 10;
my_fmt.align = "center";
my_fmt.color = this.bar_color;
this.createEmptyMovieClip("text_mc", 3);
var textWidth = (this.bars_mc._width / this.the_str.length);
var letters_array = this.the_str.split("");
var i = 0;
while (i < letters_array.length) {
this.text_mc.createTextField(("l" + i) + "_txt", i, 0, 0, textWidth, 15);
this.text_mc[("l" + i) + "_txt"].setNewTextFormat(my_fmt);
this.text_mc[("l" + i) + "_txt"].selectable = false;
this.text_mc[("l" + i) + "_txt"].text = letters_array[i];
this.text_mc[("l" + i) + "_txt"]._x = textWidth * i;
this.text_mc[("l" + i) + "_txt"]._y = (this.bars_mc._height + this.theBorder) - 7.5;
i++;
}
this.bg_mc._height = this.bg_mc._height + 7.5;
}
this.executeCallback();
};
BarCode39.prototype.execCallback = function () {
this.callbackHandlerLocation[this.callbackHandler](this);
};
Object.registerClass("BarCode39", BarCode39);
#endinitclip
Instance of Symbol 12 MovieClip [loadingBar] "loadingBar" in Symbol 15 MovieClip Frame 1
onClipEvent (load) {
this._xscale = 0;
}
Symbol 19 MovieClip [preload] Frame 1
#initclip 4
_global.preload = function () {
};
preload.prototype = new MovieClip();
preload.prototype.onLoad = function () {
_root.stop();
};
preload.prototype.onEnterFrame = function () {
if (this.barStuff.loadingBar._xscale < 100) {
this.barStuff.loadingBar._xscale = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
} else if (this.barStuff.loadingBar._xscale >= 100) {
this._alpha = this._alpha - this.fIn;
if (this._alpha <= 0) {
this.barStuff.removeMovieClip();
_root.gotoAndPlay(2);
}
}
};
Object.registerClass("preload", preload);
#endinitclip
stop();
Instance of Symbol 18 MovieClip "deadPreview" in Symbol 19 MovieClip [preload] Frame 2
onClipEvent (load) {
this._visible = false;
}
Symbol 25 MovieClip Frame 1
Symbol 25 MovieClip Frame 2
Symbol 36 MovieClip Frame 1
stop();
Symbol 36 MovieClip Frame 2
stop();
Symbol 43 MovieClip Frame 26
stop();
Symbol 50 MovieClip Frame 1
Symbol 50 MovieClip Frame 2
Symbol 50 MovieClip Frame 4
gotoAndStop (1);
Symbol 50 MovieClip Frame 5
Symbol 50 MovieClip Frame 7
gotoAndStop (1);
Symbol 50 MovieClip Frame 8
Symbol 50 MovieClip Frame 10
gotoAndStop (1);
Symbol 50 MovieClip Frame 11
Symbol 50 MovieClip Frame 13
gotoAndStop (1);
Symbol 59 MovieClip Frame 1
var Bcolor = multi;
Symbol 59 MovieClip Frame 30
gotoAndPlay (1);
Symbol 59 MovieClip Frame 31
var Bcolor = Blue;
Symbol 59 MovieClip Frame 60
gotoAndPlay (31);
Symbol 59 MovieClip Frame 61
var Bcolor = Red;
Symbol 59 MovieClip Frame 90
gotoAndPlay (61);
Symbol 59 MovieClip Frame 120
gotoAndPlay (91);
Symbol 79 MovieClip Frame 1
stop();
Symbol 81 MovieClip Frame 1
stop();
Instance of Symbol 79 MovieClip "beam" in Symbol 81 MovieClip Frame 1
onClipEvent (enterFrame) {
if (active) {
if (Key.isDown(32) and (_root.bar1._y < 380)) {
_root.bar1.beam.gotoAndPlay(2);
this.active = false;
}
} else {
this.active = false;
}
}
Symbol 81 MovieClip Frame 2
stop();
Instance of Symbol 79 MovieClip "beam2" in Symbol 83 MovieClip Frame 1
onClipEvent (enterFrame) {
if (active) {
if (GameType == 2) {
_root.bar2.beam2.gotoAndPlay(2);
this.active = false;
} else if (Key.isDown(16) and (_root.bar2._y < 380)) {
_root.bar2.beam2.gotoAndPlay(2);
this.active = false;
}
} else {
this.active = false;
}
}
Symbol 100 Button
on (release) {
_root.NewGameOpt.gotoAndPlay(2);
}
Symbol 107 Button
on (release) {
_root.GameType = 1;
gotoAndPlay (12);
}
Symbol 113 Button
on (release) {
_root.ArcadeOpt.gotoAndPlay(2);
}
Symbol 119 Button
on (release) {
gotoAndPlay (3);
}
Symbol 125 Button
on (release) {
gotoAndPlay (4);
}
Symbol 134 Button
on (release) {
_root.GameType = 1;
_root.gotoAndPlay(12);
}
Symbol 138 Button
on (release) {
_root.GameType = 2;
_root.gotoAndPlay(12);
}
Symbol 145 MovieClip Frame 1
stop();
Symbol 145 MovieClip Frame 11
stop();
Symbol 158 MovieClip Frame 1
stop();
Symbol 158 MovieClip Frame 15
stop();
Symbol 164 Button
on (release) {
_root.ArcadeOpt.ArcEx.gotoAndPlay(2);
_root.ArcadeOpt.cvbv.gotoAndStop(1);
}
Symbol 170 Button
on (release) {
_root.GameType = 3;
_root.gotoAndPlay(12);
}
Symbol 172 Button
on (release) {
_root.ArcadeOpt.cvbv.gotoAndPlay(2);
_root.ArcadeOpt.ArcEx.gotoAndStop(1);
}
Symbol 173 Button
on (release) {
_root.GameType = 4;
_root.gotoAndPlay(12);
}
Symbol 184 MovieClip Frame 1
stop();
Symbol 184 MovieClip Frame 15
stop();
Symbol 186 MovieClip Frame 1
stop();
Symbol 186 MovieClip Frame 11
stop();
Symbol 192 Button
on (release) {
_root.Credits._x = 75;
_root.Credits._y = 45;
}
Symbol 197 Button
on (release) {
_root.Credits._y = 2000;
}
Symbol 211 Button
on (release) {
_quality = "LOW";
}
Symbol 217 Button
on (release) {
_quality = "MEDIUM";
}
Symbol 222 Button
on (release) {
_quality = "HIGH";
}
Symbol 229 Button
on (release) {
_root.BluePlr2Name = _root.BluePlrName;
_root.RedPlr2Name = _root.RedPlrName;
_root.gotoAndStop(2);
}
Symbol 252 Button
on (release) {
_root.gotoAndStop(5);
}
Symbol 253 Button
on (release) {
_root.gotoAndStop(2);
}
Symbol 271 MovieClip Frame 1
stop();
Symbol 293 Button
on (release) {
_root.gotoAndStop(4);
}
Symbol 333 MovieClip Frame 1
stop();
Symbol 333 MovieClip Frame 11
gotoAndPlay (1);
Symbol 333 MovieClip Frame 12
Symbol 335 MovieClip Frame 1
stop();
Symbol 358 MovieClip Frame 1
stop();
Symbol 358 MovieClip Frame 4
stop();
this.gotoAndStop(1);
Symbol 366 MovieClip Frame 1
if (_root.bar1.beam.active == true) {
gotoAndPlay (4);
}
Symbol 366 MovieClip Frame 3
gotoAndPlay (1);
if (_root.bar1.beam.active == true) {
gotoAndPlay (4);
}
Symbol 366 MovieClip Frame 18
if (_root.bar1.beam.active == false) {
gotoAndPlay (1);
}
Symbol 366 MovieClip Frame 19
gotoAndPlay (18);
if (_root.bar1.beam.active == false) {
gotoAndPlay (1);
}
Symbol 372 MovieClip Frame 1
if (_root.bar2.beam2.active == true) {
gotoAndPlay (4);
}
Symbol 372 MovieClip Frame 3
if (_root.bar2.beam2.active == true) {
gotoAndPlay (4);
}
gotoAndPlay (1);
Symbol 372 MovieClip Frame 18
if (_root.bar2.beam2.active == false) {
gotoAndPlay (1);
}
Symbol 372 MovieClip Frame 19
if (_root.bar2.beam2.active == false) {
gotoAndPlay (1);
}
gotoAndPlay (18);
Symbol 379 MovieClip Frame 1
_root.PixelBallColor = 1;
Symbol 379 MovieClip Frame 5
_root.PixelBallColor = 1;
gotoAndPlay (1);
Symbol 379 MovieClip Frame 6
_root.PixelBallColor = 2;
Symbol 379 MovieClip Frame 10
_root.PixelBallColor = 2;
gotoAndPlay (6);
Symbol 379 MovieClip Frame 11
_root.PixelBallColor = 3;
Symbol 379 MovieClip Frame 15
_root.PixelBallColor = 3;
gotoAndPlay (11);
Symbol 381 MovieClip Frame 1
stop();
Symbol 382 MovieClip Frame 1
stop();
Symbol 384 MovieClip Frame 1
stop();
Symbol 392 MovieClip Frame 1
stop();
Symbol 392 MovieClip Frame 3
this.active = true;
Symbol 392 MovieClip Frame 18
Symbol 392 MovieClip Frame 27
this.active = false;
stop();
removeMovieClip(this);
Symbol 394 MovieClip Frame 1
stop();
Symbol 394 MovieClip Frame 2
stop();
Instance of Symbol 394 MovieClip "13" in Symbol 395 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam2)) {
this.active = false;
_root.score2 = _root.score2 + 100;
}
} else {
this.gotoAndPlay(2);
}
}
Instance of Symbol 394 MovieClip "a12" in Symbol 395 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam2)) {
this.active = false;
_root.score2 = _root.score2 + 100;
}
} else {
this.gotoAndPlay(2);
}
}
Instance of Symbol 394 MovieClip "14" in Symbol 395 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam2)) {
this.active = false;
_root.score2 = _root.score2 + 100;
}
} else {
this.gotoAndPlay(2);
}
}
Instance of Symbol 394 MovieClip "a11" in Symbol 395 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam2)) {
this.active = false;
_root.score2 = _root.score2 + 100;
}
} else {
this.gotoAndPlay(2);
}
}
Instance of Symbol 394 MovieClip "17" in Symbol 395 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam2)) {
this.active = false;
_root.score2 = _root.score2 + 100;
}
} else {
this.gotoAndPlay(2);
}
}
Instance of Symbol 394 MovieClip "16" in Symbol 395 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam2)) {
this.active = false;
_root.score2 = _root.score2 + 100;
}
} else {
this.gotoAndPlay(2);
}
}
Instance of Symbol 394 MovieClip "18" in Symbol 395 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam2)) {
this.active = false;
_root.score2 = _root.score2 + 100;
}
} else {
this.gotoAndPlay(2);
}
}
Instance of Symbol 394 MovieClip "15" in Symbol 395 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam2)) {
this.active = false;
_root.score2 = _root.score2 + 100;
}
} else {
this.gotoAndPlay(2);
}
}
Instance of Symbol 394 MovieClip "21" in Symbol 395 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam2)) {
this.active = false;
_root.score2 = _root.score2 + 100;
}
} else {
this.gotoAndPlay(2);
}
}
Instance of Symbol 394 MovieClip "20" in Symbol 395 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam2)) {
this.active = false;
_root.score2 = _root.score2 + 100;
}
} else {
this.gotoAndPlay(2);
}
}
Instance of Symbol 394 MovieClip "22" in Symbol 395 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam2)) {
this.active = false;
_root.score2 = _root.score2 + 100;
}
} else {
this.gotoAndPlay(2);
}
}
Instance of Symbol 394 MovieClip "19" in Symbol 395 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam2)) {
this.active = false;
_root.score2 = _root.score2 + 100;
}
} else {
this.gotoAndPlay(2);
}
}
Instance of Symbol 394 MovieClip "25" in Symbol 395 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam2)) {
this.active = false;
_root.score2 = _root.score2 + 100;
}
} else {
this.gotoAndPlay(2);
}
}
Instance of Symbol 394 MovieClip "24" in Symbol 395 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam2)) {
this.active = false;
_root.score2 = _root.score2 + 100;
}
} else {
this.gotoAndPlay(2);
}
}
Instance of Symbol 394 MovieClip "26" in Symbol 395 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam2)) {
this.active = false;
_root.score2 = _root.score2 + 100;
}
} else {
this.gotoAndPlay(2);
}
}
Instance of Symbol 394 MovieClip "23" in Symbol 395 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam2)) {
this.active = false;
_root.score2 = _root.score2 + 100;
}
} else {
this.gotoAndPlay(2);
}
}
Instance of Symbol 394 MovieClip "27" in Symbol 395 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam2)) {
this.active = false;
_root.score2 = _root.score2 + 100;
}
} else {
this.gotoAndPlay(2);
}
}
Instance of Symbol 394 MovieClip "28" in Symbol 395 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam2)) {
this.active = false;
_root.score2 = _root.score2 + 100;
}
} else {
this.gotoAndPlay(2);
}
}
Instance of Symbol 394 MovieClip "29" in Symbol 395 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam2)) {
this.active = false;
_root.score2 = _root.score2 + 100;
}
} else {
this.gotoAndPlay(2);
}
}
Instance of Symbol 394 MovieClip "30" in Symbol 395 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam2)) {
this.active = false;
_root.score2 = _root.score2 + 100;
}
} else {
this.gotoAndPlay(2);
}
}
Instance of Symbol 394 MovieClip "a5" in Symbol 395 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam2)) {
this.active = false;
_root.score2 = _root.score2 + 100;
}
} else {
this.gotoAndPlay(2);
}
}
Instance of Symbol 394 MovieClip "a4" in Symbol 395 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam2)) {
this.active = false;
_root.score2 = _root.score2 + 100;
}
} else {
this.gotoAndPlay(2);
}
}
Instance of Symbol 394 MovieClip "a6" in Symbol 395 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam2)) {
this.active = false;
_root.score2 = _root.score2 + 100;
}
} else {
this.gotoAndPlay(2);
}
}
Instance of Symbol 394 MovieClip "a3" in Symbol 395 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam2)) {
this.active = false;
_root.score2 = _root.score2 + 100;
}
} else {
this.gotoAndPlay(2);
}
}
Instance of Symbol 394 MovieClip "a9" in Symbol 395 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam2)) {
this.active = false;
_root.score2 = _root.score2 + 100;
}
} else {
this.gotoAndPlay(2);
}
}
Instance of Symbol 394 MovieClip "a8" in Symbol 395 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam2)) {
this.active = false;
_root.score2 = _root.score2 + 100;
}
} else {
this.gotoAndPlay(2);
}
}
Instance of Symbol 394 MovieClip "a10" in Symbol 395 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam2)) {
this.active = false;
_root.score2 = _root.score2 + 100;
}
} else {
this.gotoAndPlay(2);
}
}
Instance of Symbol 394 MovieClip "a7" in Symbol 395 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam2)) {
this.active = false;
_root.score2 = _root.score2 + 100;
}
} else {
this.gotoAndPlay(2);
}
}
Instance of Symbol 394 MovieClip "a2" in Symbol 395 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam2)) {
this.active = false;
_root.score2 = _root.score2 + 100;
}
} else {
this.gotoAndPlay(2);
}
}
Instance of Symbol 394 MovieClip "a1" in Symbol 395 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam2)) {
this.active = false;
_root.score2 = _root.score2 + 100;
}
} else {
this.gotoAndPlay(2);
}
}
Symbol 397 MovieClip Frame 1
stop();
Symbol 397 MovieClip Frame 2
stop();
Instance of Symbol 397 MovieClip "redpixelp2" in Symbol 398 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam)) {
this.active = false;
_root.score1 = _root.score1 + 100;
}
} else {
_root.Pixelbar2.redpixelp2.gotoAndStop(2);
}
}
Instance of Symbol 397 MovieClip "redpixelp1" in Symbol 398 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam)) {
this.active = false;
_root.score1 = _root.score1 + 100;
}
} else {
_root.Pixelbar2.redpixelp1.gotoAndStop(2);
}
}
Instance of Symbol 397 MovieClip "redpixelp18" in Symbol 398 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam)) {
this.active = false;
_root.score1 = _root.score1 + 100;
}
} else {
_root.Pixelbar2.redpixelp18.gotoAndStop(2);
}
}
Instance of Symbol 397 MovieClip "redpixelp19" in Symbol 398 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam)) {
this.active = false;
_root.score1 = _root.score1 + 100;
}
} else {
_root.Pixelbar2.redpixelp19.gotoAndStop(2);
}
}
Instance of Symbol 397 MovieClip "redpixelp20" in Symbol 398 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam)) {
this.active = false;
_root.score1 = _root.score1 + 100;
}
} else {
_root.Pixelbar2.redpixelp20.gotoAndStop(2);
}
}
Instance of Symbol 397 MovieClip "redpixelp21" in Symbol 398 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam)) {
this.active = false;
_root.score1 = _root.score1 + 100;
}
} else {
_root.Pixelbar2.redpixelp21.gotoAndStop(2);
}
}
Instance of Symbol 397 MovieClip "redpixelp22" in Symbol 398 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam)) {
this.active = false;
_root.score1 = _root.score1 + 100;
}
} else {
_root.Pixelbar2.redpixelp22.gotoAndStop(2);
}
}
Instance of Symbol 397 MovieClip "redpixelp23" in Symbol 398 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam)) {
this.active = false;
_root.score1 = _root.score1 + 100;
}
} else {
_root.Pixelbar2.redpixelp23.gotoAndStop(2);
}
}
Instance of Symbol 397 MovieClip "redpixelp24" in Symbol 398 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam)) {
this.active = false;
_root.score1 = _root.score1 + 100;
}
} else {
_root.Pixelbar2.redpixelp24.gotoAndStop(2);
}
}
Instance of Symbol 397 MovieClip "redpixelp25" in Symbol 398 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam)) {
this.active = false;
_root.score1 = _root.score1 + 100;
}
} else {
_root.Pixelbar2.redpixelp25.gotoAndStop(2);
}
}
Instance of Symbol 397 MovieClip "redpixelp30" in Symbol 398 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam)) {
this.active = false;
_root.score1 = _root.score1 + 100;
}
} else {
_root.Pixelbar2.redpixelp30.gotoAndStop(2);
}
}
Instance of Symbol 397 MovieClip "redpixelp26" in Symbol 398 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam)) {
this.active = false;
_root.score1 = _root.score1 + 100;
}
} else {
_root.Pixelbar2.redpixelp26.gotoAndStop(2);
}
}
Instance of Symbol 397 MovieClip "redpixelp27" in Symbol 398 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam)) {
this.active = false;
_root.score1 = _root.score1 + 100;
}
} else {
_root.Pixelbar2.redpixelp27.gotoAndStop(2);
}
}
Instance of Symbol 397 MovieClip "redpixelp28" in Symbol 398 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam)) {
this.active = false;
_root.score1 = _root.score1 + 100;
}
} else {
_root.Pixelbar2.redpixelp28.gotoAndStop(2);
}
}
Instance of Symbol 397 MovieClip "redpixelp29" in Symbol 398 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam)) {
this.active = false;
_root.score1 = _root.score1 + 100;
}
} else {
_root.Pixelbar2.redpixelp29.gotoAndStop(2);
}
}
Instance of Symbol 397 MovieClip "redpixelp3" in Symbol 398 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam)) {
this.active = false;
_root.score1 = _root.score1 + 100;
}
} else {
_root.Pixelbar2.redpixelp3.gotoAndStop(2);
}
}
Instance of Symbol 397 MovieClip "redpixelp4" in Symbol 398 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam)) {
this.active = false;
_root.score1 = _root.score1 + 100;
}
} else {
_root.Pixelbar2.redpixelp4.gotoAndStop(2);
}
}
Instance of Symbol 397 MovieClip "redpixelp5" in Symbol 398 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam)) {
this.active = false;
_root.score1 = _root.score1 + 100;
}
} else {
_root.Pixelbar2.redpixelp5.gotoAndStop(2);
}
}
Instance of Symbol 397 MovieClip "redpixelp6" in Symbol 398 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam)) {
this.active = false;
_root.score1 = _root.score1 + 100;
}
} else {
_root.Pixelbar2.redpixelp6.gotoAndStop(2);
}
}
Instance of Symbol 397 MovieClip "redpixelp7" in Symbol 398 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam)) {
this.active = false;
_root.score1 = _root.score1 + 100;
}
} else {
_root.Pixelbar2.redpixelp7.gotoAndStop(2);
}
}
Instance of Symbol 397 MovieClip "redpixelp8" in Symbol 398 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam)) {
this.active = false;
_root.score1 = _root.score1 + 100;
}
} else {
_root.Pixelbar2.redpixelp8.gotoAndStop(2);
}
}
Instance of Symbol 397 MovieClip "redpixelp9" in Symbol 398 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam)) {
this.active = false;
_root.score1 = _root.score1 + 100;
}
} else {
_root.Pixelbar2.redpixelp9.gotoAndStop(2);
}
}
Instance of Symbol 397 MovieClip "redpixelp10" in Symbol 398 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam)) {
this.active = false;
_root.score1 = _root.score1 + 100;
}
} else {
_root.Pixelbar2.redpixelp10.gotoAndStop(2);
}
}
Instance of Symbol 397 MovieClip "redpixelp11" in Symbol 398 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam)) {
this.active = false;
_root.score1 = _root.score1 + 100;
}
} else {
_root.Pixelbar2.redpixelp11.gotoAndStop(2);
}
}
Instance of Symbol 397 MovieClip "redpixelp12" in Symbol 398 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam)) {
this.active = false;
_root.score1 = _root.score1 + 100;
}
} else {
_root.Pixelbar2.redpixelp12.gotoAndStop(2);
}
}
Instance of Symbol 397 MovieClip "redpixelp13" in Symbol 398 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam)) {
this.active = false;
_root.score1 = _root.score1 + 100;
}
} else {
_root.Pixelbar2.redpixelp13.gotoAndStop(2);
}
}
Instance of Symbol 397 MovieClip "redpixelp14" in Symbol 398 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam)) {
this.active = false;
_root.score1 = _root.score1 + 100;
}
} else {
_root.Pixelbar2.redpixelp14.gotoAndStop(2);
}
}
Instance of Symbol 397 MovieClip "redpixelp15" in Symbol 398 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam)) {
this.active = false;
_root.score1 = _root.score1 + 100;
}
} else {
_root.Pixelbar2.redpixelp15.gotoAndStop(2);
}
}
Instance of Symbol 397 MovieClip "redpixelp16" in Symbol 398 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam)) {
this.active = false;
_root.score1 = _root.score1 + 100;
}
} else {
_root.Pixelbar2.redpixelp16.gotoAndStop(2);
}
}
Instance of Symbol 397 MovieClip "redpixelp17" in Symbol 398 MovieClip Frame 1
onClipEvent (load) {
this.active = true;
}
onClipEvent (enterFrame) {
if (active) {
if (this.hitTest(_root.Pixelbeam)) {
this.active = false;
_root.score1 = _root.score1 + 100;
}
} else {
_root.Pixelbar2.redpixelp17.gotoAndStop(2);
}
}
Symbol 403 MovieClip Frame 1
stop();
Symbol 403 MovieClip Frame 3
this.active = true;
Symbol 403 MovieClip Frame 37
this.active = false;
stop();
removeMovieClip(this);
Symbol 405 MovieClip Frame 1
stop();
Symbol 405 MovieClip Frame 3
this.active = true;
Symbol 405 MovieClip Frame 37
this.active = false;
stop();
removeMovieClip(this);
Symbol 409 MovieClip Frame 1
stop();
Symbol 409 MovieClip Frame 3
this.active = true;
Symbol 409 MovieClip Frame 18
Symbol 409 MovieClip Frame 27
this.active = false;
stop();
removeMovieClip(this);
Symbol 414 MovieClip Frame 1
_root.time = getTimer();
_root.timedif = _root.time - _root.starttime;
timertext = Math.floor((99000 - _root.timedif) / 1000) + "";
if (timertext == "0") {
_root.gotoAndStop(13);
}
Symbol 432 MovieClip Frame 1
stop();
Symbol 433 MovieClip Frame 1
Symbol 433 MovieClip Frame 2
actions();
Symbol 433 MovieClip Frame 3
actions();
gotoAndPlay (2);
Symbol 442 MovieClip Frame 1
stop();
Symbol 442 MovieClip Frame 16
Symbol 442 MovieClip Frame 21
Symbol 457 MovieClip Frame 1
stop();
Instance of Symbol 421 MovieClip "red" in Symbol 457 MovieClip Frame 1
onClipEvent (load) {
firepoint = 30;
}
onClipEvent (enterFrame) {
if (_parent._currentframe == firepoint) {
_root.level++;
duplicateMovieClip (_root.missile, "missile" + _root.level, _root.level);
missile = eval ("_root.missile" + _root.level);
missile._x = _x + _parent._x;
missile._y = _y + _parent._y;
missile._rotation = 180;
missile.gen = false;
missile.xd = 1;
missile.yd = 0;
missile.vel = 5;
missile.cow = true;
missile.id = _root.bombs.length;
_root.badida = missile.id;
_root.bombs[_root.bombs.length] = eval ("_root." + missile._name);
}
}
Instance of Symbol 442 MovieClip in Symbol 457 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 442 MovieClip in Symbol 457 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Math.random() < 0.1) {
play();
}
}
Symbol 457 MovieClip Frame 45
Symbol 457 MovieClip Frame 46
stop();
Instance of Symbol 442 MovieClip in Symbol 457 MovieClip Frame 47
onClipEvent (enterFrame) {
if (Math.random() < 0.1) {
play();
}
}
Symbol 457 MovieClip Frame 57
gotoAndPlay (46);
Symbol 460 MovieClip Frame 1
Symbol 460 MovieClip Frame 2
Symbol 472 MovieClip Frame 7
stop();
Symbol 494 Button
on (release) {
_root.gotoAndPlay(12);
_root.roundnum = _root.roundnum + 1;
}
Symbol 499 Button
on (release) {
_root.AdvScore.gotoAndPlay(1);
}
Symbol 504 Button
on (release) {
gotoAndStop (2);
}
Symbol 508 MovieClip Frame 1
stop();
Symbol 508 MovieClip Frame 2
play();
Symbol 508 MovieClip Frame 31
stop();
Symbol 522 MovieClip Frame 1
stop();
Symbol 522 MovieClip Frame 26
stop();