Frame 1
mochi.as2.MochiServices.connect("b9b3da83f0373423", root, onConnectError);
var savefile = SharedObject.getLocal("omegabox");
_root.highscore = savefile.data.highscore;
_root.medals = savefile.data.medals;
_root.bgson = savefile.data.bgson;
_root.evonormal = savefile.data.evonormal;
_root.evodark = savefile.data.evodark;
_root.evogreen = savefile.data.evogreen;
_root.evobomb = savefile.data.evobomb;
_root.evospeed = savefile.data.evospeed;
_root.evored = savefile.data.evored;
_root.evoyellow = savefile.data.evoyellow;
_root.evopurple = savefile.data.evopurple;
_root.eqnormal = savefile.data.eqnormal;
_root.eqbomb = savefile.data.eqbomb;
_root.eqspeed = savefile.data.eqspeed;
_root.eqdark = savefile.data.eqdark;
_root.eqgreen = savefile.data.eqgreen;
_root.eqred = savefile.data.eqred;
_root.eqyellow = savefile.data.eqyellow;
_root.eqpurple = savefile.data.eqpurple;
_root.ach1 = savefile.data.ach1;
_root.ach2 = savefile.data.ach2;
_root.ach3 = savefile.data.ach3;
_root.ach4 = savefile.data.ach4;
_root.ach5 = savefile.data.ach5;
_root.ach6 = savefile.data.ach6;
_root.ach7 = savefile.data.ach7;
_root.ach8 = savefile.data.ach8;
_root.ach9 = savefile.data.ach9;
_root.ach10 = savefile.data.ach10;
_root.ach11 = savefile.data.ach11;
_root.ach12 = savefile.data.ach12;
_root.ach13 = savefile.data.ach13;
_root.ach14 = savefile.data.ach14;
_root.ach15 = savefile.data.ach15;
_root.ach16 = savefile.data.ach16;
_root.ach17 = savefile.data.ach17;
_root.ach18 = savefile.data.ach18;
_root.ach19 = savefile.data.ach19;
_root.ach20 = savefile.data.ach20;
_root.ach21 = savefile.data.ach21;
_root.ach22 = savefile.data.ach22;
_root.ach23 = savefile.data.ach23;
_root.ach24 = savefile.data.ach24;
_root.achplay1 = savefile.data.achplay1;
_root.achplay2 = savefile.data.achplay2;
_root.achplay3 = savefile.data.achplay3;
_root.achplay4 = savefile.data.achplay4;
_root.achplay5 = savefile.data.achplay5;
_root.achplay6 = savefile.data.achplay6;
_root.achplay7 = savefile.data.achplay7;
_root.achplay8 = savefile.data.achplay8;
_root.achplay9 = savefile.data.achplay9;
_root.achplay10 = savefile.data.achplay10;
_root.achplay11 = savefile.data.achplay11;
_root.achplay12 = savefile.data.achplay12;
_root.achplay13 = savefile.data.achplay13;
_root.achplay14 = savefile.data.achplay14;
_root.achplay15 = savefile.data.achplay15;
_root.achplay16 = savefile.data.achplay16;
_root.achplay17 = savefile.data.achplay17;
_root.achplay18 = savefile.data.achplay18;
_root.achplay19 = savefile.data.achplay19;
_root.achplay20 = savefile.data.achplay20;
_root.achplay21 = savefile.data.achplay21;
_root.achplay22 = savefile.data.achplay22;
_root.achplay23 = savefile.data.achplay23;
_root.achplay24 = savefile.data.achplay24;
_root.superplasma = savefile.data.superplasma;
_root.unlockall = savefile.data.unlockall;
_root.medals = savefile.data.medals;
_root.tip1 = savefile.data.tip1;
_root.survivor = savefile.data.survivor;
_root.collector = savefile.data.collector;
_root.quickness = savefile.data.quickness;
_root.gamescore = savefile.data.gamescore;
stop();
Frame 5
var NoMenu = new ContextMenu();
NoMenu.hideBuiltInItems();
this.menu = NoMenu;
gotoAndStop (15);
Frame 30
stop();
Frame 51
kirupaSound4 = new Sound();
kirupaSound4.attachSound("menubg");
kirupaSound4.start(0, 99);
_root.oclose = 0;
_root.bgspeed = 6;
stop();
Instance of Symbol 222 MovieClip in Frame 51
onClipEvent (load) {
function rlines() {
this._y = 449.5;
}
}
onClipEvent (enterFrame) {
this._y = this._y - _root.bgspeed;
if (this._y <= -454.8) {
rlines();
}
}
Instance of Symbol 223 MovieClip in Frame 51
onClipEvent (load) {
function rlines() {
this._y = 449.5;
}
}
onClipEvent (enterFrame) {
this._y = this._y - _root.bgspeed;
if (this._y <= -454.8) {
rlines();
}
}
Frame 70
stop();
Frame 71
_root.power = 1.5;
stop();
Instance of Symbol 344 MovieClip in Frame 71
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
friction = 0.75;
}
onClipEvent (enterFrame) {
if (hitTest(_root.left_wall) == true) {
_x = (_root.left_wall._x + 31);
}
if (hitTest(_root.right_wall) == true) {
_x = (_root.right_wall._x - 25);
}
if (Key.isDown(37)) {
moveleft = 1;
this.play();
xspeed = xspeed - _root.power;
}
if (Key.isDown(39)) {
moveleft = 0;
this.play();
xspeed = xspeed + _root.power;
}
if (this._x <= 1) {
_root.gotoAndStop(72);
}
if (this._x >= 635) {
_root.gotoAndStop(75);
}
xspeed = xspeed * friction;
yspeed = yspeed * friction;
_y = (_y + yspeed);
_x = (_x + xspeed);
}
Frame 72
stop();
Instance of Symbol 344 MovieClip in Frame 72
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
friction = 0.75;
}
onClipEvent (enterFrame) {
if (hitTest(_root.left_wall) == true) {
_x = (_root.left_wall._x + 31);
}
if (hitTest(_root.right_wall) == true) {
_x = (_root.right_wall._x - 25);
}
if (Key.isDown(37)) {
moveleft = 1;
this.play();
xspeed = xspeed - _root.power;
}
if (Key.isDown(39)) {
moveleft = 0;
this.play();
xspeed = xspeed + _root.power;
}
if (this._x <= 1) {
_root.gotoAndStop(73);
}
if (this._x >= 658) {
_root.gotoAndStop(71);
}
xspeed = xspeed * friction;
yspeed = yspeed * friction;
_y = (_y + yspeed);
_x = (_x + xspeed);
}
Frame 73
_root.power = 1.5;
stop();
Instance of Symbol 344 MovieClip in Frame 73
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
friction = 0.75;
}
onClipEvent (enterFrame) {
if (hitTest(_root.left_wall) == true) {
_x = (_root.left_wall._x + 31);
}
if (hitTest(_root.right_wall) == true) {
_x = (_root.right_wall._x - 25);
}
if (Key.isDown(37)) {
moveleft = 1;
this.play();
xspeed = xspeed - _root.power;
}
if (Key.isDown(39)) {
moveleft = 0;
this.play();
xspeed = xspeed + _root.power;
}
if (this._x >= 640) {
_root.gotoAndStop(74);
}
if (this._x <= 570) {
this._x = this._x + 6;
}
xspeed = xspeed * friction;
yspeed = yspeed * friction;
_y = (_y + yspeed);
_x = (_x + xspeed);
}
Frame 74
stop();
Instance of Symbol 344 MovieClip in Frame 74
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
friction = 0.75;
}
onClipEvent (enterFrame) {
if (hitTest(_root.left_wall) == true) {
_x = (_root.left_wall._x + 31);
}
if (hitTest(_root.right_wall) == true) {
_x = (_root.right_wall._x - 25);
}
if (Key.isDown(37)) {
moveleft = 1;
this.play();
xspeed = xspeed - _root.power;
}
if (Key.isDown(39)) {
moveleft = 0;
this.play();
xspeed = xspeed + _root.power;
}
if (this._x <= 0) {
_root.gotoAndStop(73);
}
if (this._x >= 658) {
_root.gotoAndStop(71);
}
xspeed = xspeed * friction;
yspeed = yspeed * friction;
_y = (_y + yspeed);
_x = (_x + xspeed);
}
Frame 75
_root.power = 1.5;
stop();
Instance of Symbol 359 MovieClip in Frame 75
onClipEvent (enterFrame) {
if (hitTest(_root.mc1) == true) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
}
Instance of Symbol 344 MovieClip in Frame 75
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
friction = 0.75;
}
onClipEvent (enterFrame) {
if (hitTest(_root.left_wall) == true) {
_x = (_root.left_wall._x + 31);
}
if (hitTest(_root.right_wall) == true) {
_x = (_root.right_wall._x - 25);
}
if (Key.isDown(37)) {
moveleft = 1;
this.play();
xspeed = xspeed - _root.power;
}
if (Key.isDown(39)) {
moveleft = 0;
this.play();
xspeed = xspeed + _root.power;
}
if (this._x <= -15) {
this._x = this._x + 6;
}
if (this._x >= 455) {
_root.gotoAndStop(76);
}
xspeed = xspeed * friction;
yspeed = yspeed * friction;
_y = (_y + yspeed);
_x = (_x + xspeed);
}
Frame 76
_root.power = 2.5;
stop();
Instance of Symbol 384 MovieClip in Frame 76
onClipEvent (enterFrame) {
go = 0;
}
Instance of Symbol 407 MovieClip "mc1" in Frame 76
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
friction = 0.8;
}
onClipEvent (enterFrame) {
if (hitTest(_root.bottom_wall) == true) {
_y = (_root.bottom_wall._y - 30);
}
if (hitTest(_root.top_wall) == true) {
_y = (_root.top_wall._y + 25);
}
if (hitTest(_root.left_wall) == true) {
_x = (_root.left_wall._x - 5);
}
if (hitTest(_root.right_wall) == true) {
_x = (_root.right_wall._x - 45);
}
if (Key.isDown(37)) {
moveleft = 1;
this.play();
xspeed = xspeed - _root.power;
}
if (Key.isDown(38)) {
yspeed = yspeed - _root.power;
}
if (Key.isDown(40)) {
yspeed = yspeed + _root.power;
}
if (Key.isDown(39)) {
moveleft = 0;
this.play();
xspeed = xspeed + _root.power;
}
if (this._x <= -100) {
this._x = this._x + 6;
}
if (this._x >= 635) {
_root.gotoAndPlay(99);
}
xspeed = xspeed * friction;
yspeed = yspeed * friction;
_y = (_y + yspeed);
_x = (_x + xspeed);
}
Instance of Symbol 417 MovieClip "plasma" in Frame 76
onClipEvent (load) {
function reseta() {
gotoAndPlay (1);
this._x = (Math.random() * 550) + 40;
this._y = (Math.random() * 320) + 50;
}
reseta();
}
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
reseta();
_root.pillcount = _root.pillcount + 1;
}
}
Frame 77
_root.bgspeed = 2;
stop();
Instance of Symbol 222 MovieClip in Frame 77
onClipEvent (load) {
function rlines() {
this._y = 449.5;
}
}
onClipEvent (enterFrame) {
this._y = this._y - _root.bgspeed;
if (this._y <= -454.8) {
rlines();
}
}
Instance of Symbol 223 MovieClip in Frame 77
onClipEvent (load) {
function rlines() {
this._y = 449.5;
}
}
onClipEvent (enterFrame) {
this._y = this._y - _root.bgspeed;
if (this._y <= -454.8) {
rlines();
}
}
Instance of Symbol 407 MovieClip "mc1" in Frame 77
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
friction = 0.8;
}
onClipEvent (enterFrame) {
if (hitTest(_root.bottom_wall) == true) {
_y = (_root.bottom_wall._y - 30);
}
if (hitTest(_root.top_wall) == true) {
_y = (_root.top_wall._y + 25);
}
if (hitTest(_root.left_wall) == true) {
_x = (_root.left_wall._x - 5);
}
if (hitTest(_root.right_wall) == true) {
_x = (_root.right_wall._x - 45);
}
if (Key.isDown(37)) {
moveleft = 1;
this.play();
xspeed = xspeed - _root.power;
}
if (Key.isDown(38)) {
yspeed = yspeed - _root.power;
}
if (Key.isDown(40)) {
yspeed = yspeed + _root.power;
}
if (Key.isDown(39)) {
moveleft = 0;
this.play();
xspeed = xspeed + _root.power;
}
if (this._x <= -100) {
this._x = this._x + 6;
}
if (this._x >= 635) {
_root.gotoAndPlay(99);
}
xspeed = xspeed * friction;
yspeed = yspeed * friction;
_y = (_y + yspeed);
_x = (_x + xspeed);
}
Frame 99
_root.highscore = 0;
_root.superplasma = 0;
_root.unlockall = 0;
_root.medals = 0;
_root.tip1 = 1;
_root.bgson = 1;
_root.evonormal = 1;
_root.evobomb = 0;
_root.evospeed = 0;
_root.evodark = 0;
_root.evogreen = 0;
_root.evored = 0;
_root.evoyellow = 0;
_root.evopurple = 0;
_root.eqnormal = 1;
_root.eqbomb = 0;
_root.eqspeed = 0;
_root.eqdark = 0;
_root.eqgreen = 0;
_root.eqred = 0;
_root.eqyellow = 0;
_root.eqpurple = 0;
_root.ach1 = 0;
_root.ach2 = 0;
_root.ach3 = 0;
_root.ach4 = 0;
_root.ach5 = 0;
_root.ach6 = 0;
_root.ach7 = 0;
_root.ach8 = 0;
_root.ach9 = 0;
_root.ach10 = 0;
_root.ach11 = 0;
_root.ach12 = 0;
_root.ach13 = 0;
_root.ach14 = 0;
_root.ach15 = 0;
_root.ach16 = 0;
_root.ach17 = 0;
_root.ach18 = 0;
_root.ach19 = 0;
_root.ach20 = 0;
_root.ach21 = 0;
_root.ach22 = 0;
_root.ach23 = 0;
_root.ach24 = 0;
_root.achplay1 = 0;
_root.achplay2 = 0;
_root.achplay3 = 0;
_root.achplay4 = 0;
_root.achplay5 = 0;
_root.achplay6 = 0;
_root.achplay7 = 0;
_root.achplay8 = 0;
_root.achplay9 = 0;
_root.achplay10 = 0;
_root.achplay11 = 0;
_root.achplay12 = 0;
_root.achplay13 = 0;
_root.achplay14 = 0;
_root.achplay15 = 0;
_root.achplay16 = 0;
_root.achplay17 = 0;
_root.achplay18 = 0;
_root.achplay19 = 0;
_root.achplay20 = 0;
_root.achplay21 = 0;
_root.achplay22 = 0;
_root.achplay23 = 0;
_root.achplay24 = 0;
_root.survivor = 0;
_root.collector = 0;
_root.quickness = 0;
savefile.data.highscore = _root.highscore;
savefile.data.medals = _root.medals;
savefile.data.tip1 = _root.tip1;
savefile.data.bgson = _root.bgson;
savefile.data.evonormal = _root.evonormal;
savefile.data.evobomb = _root.evobomb;
savefile.data.evospeed = _root.evospeed;
savefile.data.evodark = _root.evodark;
savefile.data.evogreen = _root.evogreen;
savefile.data.evored = _root.evored;
savefile.data.evoyellow = _root.evoyellow;
savefile.data.evopurple = _root.evopurple;
savefile.data.eqnormal = _root.eqnormal;
savefile.data.eqbomb = _root.eqbomb;
savefile.data.eqspeed = _root.eqspeed;
savefile.data.eqdark = _root.eqdark;
savefile.data.eqgreen = _root.eqgreen;
savefile.data.eqred = _root.eqred;
savefile.data.eqyellow = _root.eqyellow;
savefile.data.eqpurple = _root.eqpurple;
savefile.data.ach1 = _root.ach1;
savefile.data.ach2 = _root.ach2;
savefile.data.ach3 = _root.ach3;
savefile.data.ach4 = _root.ach4;
savefile.data.ach5 = _root.ach5;
savefile.data.ach6 = _root.ach6;
savefile.data.ach7 = _root.ach7;
savefile.data.ach8 = _root.ach8;
savefile.data.ach9 = _root.ach9;
savefile.data.ach10 = _root.ach10;
savefile.data.ach11 = _root.ach11;
savefile.data.ach12 = _root.ach12;
savefile.data.ach13 = _root.ach13;
savefile.data.ach14 = _root.ach14;
savefile.data.ach15 = _root.ach15;
savefile.data.ach16 = _root.ach16;
savefile.data.ach17 = _root.ach17;
savefile.data.ach18 = _root.ach18;
savefile.data.ach19 = _root.ach19;
savefile.data.ach20 = _root.ach20;
savefile.data.ach21 = _root.ach21;
savefile.data.ach22 = _root.ach22;
savefile.data.ach23 = _root.ach23;
savefile.data.ach24 = _root.ach24;
savefile.data.achplay1 = _root.achplay1;
savefile.data.achplay2 = _root.achplay2;
savefile.data.achplay3 = _root.achplay3;
savefile.data.achplay4 = _root.achplay4;
savefile.data.achplay5 = _root.achplay5;
savefile.data.achplay6 = _root.achplay6;
savefile.data.achplay7 = _root.achplay7;
savefile.data.achplay8 = _root.achplay8;
savefile.data.achplay9 = _root.achplay9;
savefile.data.achplay10 = _root.achplay10;
savefile.data.achplay11 = _root.achplay11;
savefile.data.achplay12 = _root.achplay12;
savefile.data.achplay13 = _root.achplay13;
savefile.data.achplay14 = _root.achplay14;
savefile.data.achplay15 = _root.achplay15;
savefile.data.achplay16 = _root.achplay16;
savefile.data.achplay17 = _root.achplay17;
savefile.data.achplay18 = _root.achplay18;
savefile.data.achplay19 = _root.achplay19;
savefile.data.achplay20 = _root.achplay20;
savefile.data.achplay21 = _root.achplay21;
savefile.data.achplay22 = _root.achplay22;
savefile.data.achplay23 = _root.achplay23;
savefile.data.achplay24 = _root.achplay24;
savefile.data.survivor = _root.survivor;
savefile.data.collector = _root.collector;
savefile.data.quickness = _root.quickness;
savefile.data.gamescore = _root.gamescore;
Frame 100
_root.power = 2.5;
_root.hsplay = 1;
stopAllSounds();
if (_root.bgson == 1) {
bgSound = new Sound();
bgSound.attachSound("bgsound1");
bgSound.start(0, 99);
}
if (_root.bgson == 1) {
voice = new Sound();
voice.attachSound("robotalk");
voice.start(0, 1);
}
stop();
Frame 101
_root.lowfuel = 0;
_root.bubblearmor = 0;
_root.gamescore = 0;
_root.bgspeed = 2;
_root.gamelevel = 0;
_root.mcalive = 1;
_root.combometer.combo = 0;
stop();
Instance of Symbol 222 MovieClip in Frame 101
onClipEvent (load) {
function rlines() {
this._y = 449.5;
}
}
onClipEvent (enterFrame) {
this._y = this._y - _root.bgspeed;
if (this._y <= -454.8) {
rlines();
}
}
Instance of Symbol 223 MovieClip in Frame 101
onClipEvent (load) {
function rlines() {
this._y = 449.5;
}
}
onClipEvent (enterFrame) {
this._y = this._y - _root.bgspeed;
if (this._y <= -454.8) {
rlines();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 10) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 5) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 15) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 10) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 25) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 14) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 35) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 18) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 15) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 10) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 15) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 10) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 15) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 10) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 15) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 10) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 15) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 10) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 15) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 10) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 15) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 10) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 15) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 10) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 15) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 10) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 15) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 10) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 15) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 10) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 15) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 10) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 15) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 10) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 15) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 10) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 15) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 10) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 25) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 14) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 25) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 14) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 25) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 14) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 25) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 14) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 25) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 14) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 25) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 14) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 25) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 14) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 25) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 14) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 25) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 14) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 25) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 14) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 25) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 14) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 25) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 14) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 25) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 14) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 25) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 14) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 25) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 14) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 25) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 14) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 25) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 14) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 35) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 18) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 35) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 18) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 35) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 18) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 35) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 18) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 35) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 18) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 35) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 18) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 35) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 18) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 35) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 18) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 35) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 18) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 35) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 18) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 35) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 18) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 35) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 18) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 35) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 18) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 35) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 18) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 35) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 18) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 10) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 5) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 10) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 5) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 10) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 5) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 10) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 5) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 10) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 5) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 10) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 5) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 10) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 5) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 10) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 5) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 425 MovieClip in Frame 101
onClipEvent (load) {
function bgcircle() {
this._y = (Math.random() * 410) + 500;
this._x = (Math.random() * 650) + 0;
speed = ((Math.random() * 10) + 10) + _root.bgspeed;
}
bgcircle();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 5) {
this._y = this._y - speed;
}
if (this._y <= -100) {
bgcircle();
}
}
Instance of Symbol 407 MovieClip "mc1" in Frame 101
onClipEvent (load) {
if (_root.eqspeed == 1) {
_root.power = 35;
yspeed = 0;
xspeed = 0;
friction = 0.3;
}
if (_root.eqspeed == 0) {
yspeed = 0;
xspeed = 0;
friction = 0.8;
_root.power = 2.5;
}
buglife = 1;
}
onClipEvent (enterFrame) {
if (_root.mcalive == 1) {
if (hitTest(_root.bottom_wall) == true) {
_y = (_root.bottom_wall._y - 30);
}
if (hitTest(_root.top_wall) == true) {
_y = (_root.top_wall._y + 25);
}
if (hitTest(_root.left_wall) == true) {
_x = (_root.left_wall._x - 5);
}
if (hitTest(_root.right_wall) == true) {
_x = (_root.right_wall._x - 45);
}
}
if (_root.mcalive == 1) {
if (Key.isDown(37)) {
moveleft = 1;
this.play();
xspeed = xspeed - _root.power;
}
if (Key.isDown(38)) {
yspeed = yspeed - _root.power;
}
if (Key.isDown(40)) {
yspeed = yspeed + _root.power;
}
if (Key.isDown(39)) {
moveleft = 0;
this.play();
xspeed = xspeed + _root.power;
}
}
xspeed = xspeed * friction;
yspeed = yspeed * friction;
_y = (_y + yspeed);
_x = (_x + xspeed);
if (_root.power == 0) {
if (buglife == 1) {
buglife = 0;
this.gotoAndPlay(32);
}
}
}
Instance of Symbol 440 MovieClip in Frame 101
onClipEvent (enterFrame) {
if (_root.godmode == 1) {
this._rotation = this._rotation + 10;
this._y = _root.mc1._y + 3;
this._x = _root.mc1._x + 20;
}
if (_root.godmode == 0) {
this._y = 10000;
this._x = 10000;
}
}
Instance of Symbol 443 MovieClip in Frame 101
onClipEvent (enterFrame) {
if (_root.lowfuel == 1) {
if (_root.mcalive == 1) {
this.play();
this._y = _root.mc1._y - 30;
this._x = _root.mc1._x - 42;
}
}
if (_root.lowfuel == 0) {
this.stop();
this._y = 10000;
this._x = 10000;
}
}
Instance of Symbol 451 MovieClip in Frame 101
onClipEvent (load) {
function rmissile() {
this._y = (Math.random() * 410) + 30;
this._x = (Math.random() * -400) - 100;
speed = (Math.random() * 2) + 2;
_root.quickness = _root.quickness + 1;
}
rmissile();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 0) {
this._x = this._x + speed;
if (this._x <= (_root.mc1._y + 3)) {
if (this._y >= (_root.mc1._y + 3)) {
this._rotation = -3;
this._y = this._y - 0.5;
}
if (this._y <= (_root.mc1._y + 3)) {
this._rotation = 3;
this._y = this._y + 0.5;
}
}
if (this._x >= 670) {
rmissile();
}
if (hitTest(_root.ionbomb) == true) {
this.play();
}
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
if (_root.eqyellow == 0) {
_root.ach2 = 1;
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
this.play();
}
}
}
}
Instance of Symbol 451 MovieClip in Frame 101
onClipEvent (load) {
function rmissile() {
this._y = (Math.random() * 410) + 30;
this._x = (Math.random() * 200) + 680;
speed = (Math.random() * 2) + 2;
_root.quickness = _root.quickness + 1;
}
rmissile();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 0) {
this._x = this._x - speed;
if (this._x >= (_root.mc1._y + 3)) {
if (this._y >= (_root.mc1._y + 3)) {
this._rotation = 183;
this._y = this._y - 0.5;
}
if (this._y <= (_root.mc1._y + 3)) {
this._rotation = 177;
this._y = this._y + 0.5;
}
}
if (this._x <= -70) {
rmissile();
}
if (hitTest(_root.ionbomb) == true) {
this.play();
}
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
if (_root.eqyellow == 0) {
_root.ach2 = 1;
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
this.play();
}
}
}
}
Instance of Symbol 464 MovieClip in Frame 101
onClipEvent (load) {
function rmissile() {
this.gotoAndStop(1);
this._y = (Math.random() * -1000) - 50;
this._x = (Math.random() * 300) + 350;
speed = (Math.random() * 1) + 2;
speed2 = 6;
this._rotation = 173;
booster = 0;
}
rmissile();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 2) {
if (booster == 0) {
this._y = this._y + speed;
}
if (this._y >= _root.mc1._y) {
if (this._x >= _root.mc1._x) {
if (booster == 0) {
this.play();
}
}
}
if (booster == 1) {
this._x = this._x - speed2;
}
if (this._x <= -100) {
rmissile();
}
if (this._y >= 500) {
rmissile();
}
if (hitTest(_root.ionbomb) == true) {
this.gotoAndPlay(19);
}
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
if (_root.eqyellow == 0) {
_root.ach3 = 1;
speed2 = 0;
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
this.gotoAndPlay(19);
}
}
}
}
Instance of Symbol 451 MovieClip in Frame 101
onClipEvent (load) {
function rmissile() {
this._y = (Math.random() * 410) + 30;
this._x = (Math.random() * -400) - 100;
speed = (Math.random() * 2) + 2;
_root.quickness = _root.quickness + 1;
}
rmissile();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 8) {
this._x = this._x + speed;
if (this._x <= (_root.mc1._y + 3)) {
if (this._y >= (_root.mc1._y + 3)) {
this._rotation = -3;
this._y = this._y - 0.5;
}
if (this._y <= (_root.mc1._y + 3)) {
this._rotation = 3;
this._y = this._y + 0.5;
}
}
if (this._x >= 670) {
rmissile();
}
if (hitTest(_root.ionbomb) == true) {
this.play();
}
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
if (_root.eqyellow == 0) {
_root.ach2 = 1;
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
this.play();
}
}
}
}
Instance of Symbol 451 MovieClip in Frame 101
onClipEvent (load) {
function rmissile() {
this._y = (Math.random() * 410) + 30;
this._x = (Math.random() * 200) + 680;
speed = (Math.random() * 2) + 2;
_root.quickness = _root.quickness + 1;
}
rmissile();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 8) {
this._x = this._x - speed;
if (this._x >= (_root.mc1._y + 3)) {
if (this._y >= (_root.mc1._y + 3)) {
this._rotation = 183;
this._y = this._y - 0.5;
}
if (this._y <= (_root.mc1._y + 3)) {
this._rotation = 177;
this._y = this._y + 0.5;
}
}
if (this._x <= -70) {
rmissile();
}
if (hitTest(_root.ionbomb) == true) {
this.play();
}
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
if (_root.eqyellow == 0) {
_root.ach2 = 1;
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
this.play();
}
}
}
}
Instance of Symbol 451 MovieClip in Frame 101
onClipEvent (load) {
function rmissile() {
this._y = (Math.random() * 410) + 30;
this._x = (Math.random() * -400) - 100;
speed = (Math.random() * 2) + 2;
_root.quickness = _root.quickness + 1;
}
rmissile();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 12) {
this._x = this._x + speed;
if (this._x <= (_root.mc1._y + 3)) {
if (this._y >= (_root.mc1._y + 3)) {
this._rotation = -3;
this._y = this._y - 0.5;
}
if (this._y <= (_root.mc1._y + 3)) {
this._rotation = 3;
this._y = this._y + 0.5;
}
}
if (this._x >= 670) {
rmissile();
}
if (hitTest(_root.ionbomb) == true) {
this.play();
}
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
if (_root.eqyellow == 0) {
_root.ach2 = 1;
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
this.play();
}
}
}
}
Instance of Symbol 451 MovieClip in Frame 101
onClipEvent (load) {
function rmissile() {
this._y = (Math.random() * 410) + 30;
this._x = (Math.random() * 200) + 680;
speed = (Math.random() * 2) + 2;
_root.quickness = _root.quickness + 1;
}
rmissile();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 12) {
this._x = this._x - speed;
if (this._x >= (_root.mc1._y + 3)) {
if (this._y >= (_root.mc1._y + 3)) {
this._rotation = 183;
this._y = this._y - 0.5;
}
if (this._y <= (_root.mc1._y + 3)) {
this._rotation = 177;
this._y = this._y + 0.5;
}
}
if (this._x <= -70) {
rmissile();
}
if (hitTest(_root.ionbomb) == true) {
this.play();
}
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
if (_root.eqyellow == 0) {
_root.ach2 = 1;
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
this.play();
}
}
}
}
Instance of Symbol 451 MovieClip in Frame 101
onClipEvent (load) {
function rmissile() {
this._y = (Math.random() * 410) + 30;
this._x = (Math.random() * -400) - 100;
speed = (Math.random() * 2) + 2;
_root.quickness = _root.quickness + 1;
}
rmissile();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 17) {
this._x = this._x + speed;
if (this._x <= (_root.mc1._y + 3)) {
if (this._y >= (_root.mc1._y + 3)) {
this._rotation = -3;
this._y = this._y - 0.5;
}
if (this._y <= (_root.mc1._y + 3)) {
this._rotation = 3;
this._y = this._y + 0.5;
}
}
if (this._x >= 670) {
rmissile();
}
if (hitTest(_root.ionbomb) == true) {
this.play();
}
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
if (_root.eqyellow == 0) {
_root.ach2 = 1;
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
this.play();
}
}
}
}
Instance of Symbol 451 MovieClip in Frame 101
onClipEvent (load) {
function rmissile() {
this._y = (Math.random() * 410) + 30;
this._x = (Math.random() * 200) + 680;
speed = (Math.random() * 2) + 2;
_root.quickness = _root.quickness + 1;
}
rmissile();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 17) {
this._x = this._x - speed;
if (this._x >= (_root.mc1._y + 3)) {
if (this._y >= (_root.mc1._y + 3)) {
this._rotation = 183;
this._y = this._y - 0.5;
}
if (this._y <= (_root.mc1._y + 3)) {
this._rotation = 177;
this._y = this._y + 0.5;
}
}
if (this._x <= -70) {
rmissile();
}
if (hitTest(_root.ionbomb) == true) {
this.play();
}
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
if (_root.eqyellow == 0) {
_root.ach2 = 1;
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
this.play();
}
}
}
}
Instance of Symbol 464 MovieClip in Frame 101
onClipEvent (load) {
function rmissile() {
this.gotoAndStop(1);
this._y = (Math.random() * -1000) - 50;
this._x = (Math.random() * 300) + 350;
speed = (Math.random() * 1) + 2;
speed2 = 6;
this._rotation = 173;
booster = 0;
}
rmissile();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 10) {
if (booster == 0) {
this._y = this._y + speed;
}
if (this._y >= _root.mc1._y) {
if (this._x >= _root.mc1._x) {
if (booster == 0) {
this.play();
}
}
}
if (booster == 1) {
this._x = this._x - speed2;
}
if (this._x <= -100) {
rmissile();
}
if (this._y >= 500) {
rmissile();
}
if (hitTest(_root.ionbomb) == true) {
this.gotoAndPlay(19);
}
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
if (_root.eqyellow == 0) {
_root.ach3 = 1;
speed2 = 0;
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
this.gotoAndPlay(19);
}
}
}
}
Instance of Symbol 482 MovieClip in Frame 101
onClipEvent (load) {
function rportal() {
this.gotoAndPlay(1);
this._y = (Math.random() * 410) + 30;
this._x = 490;
}
rportal();
}
Instance of Symbol 491 MovieClip in Frame 101
onClipEvent (load) {
function rdrill() {
this.gotoAndPlay(1);
this._x = (Math.random() * 500) + 100;
}
rdrill();
}
Instance of Symbol 496 MovieClip in Frame 101
onClipEvent (load) {
function rcarrier() {
this._y = (Math.random() * 410) + 30;
}
rcarrier();
}
Instance of Symbol 497 MovieClip in Frame 101
onClipEvent (load) {
function rdrill() {
this.gotoAndPlay(1);
this._x = (Math.random() * 500) + 100;
}
rdrill();
}
Instance of Symbol 498 MovieClip in Frame 101
onClipEvent (load) {
function rdrill() {
this.gotoAndPlay(1);
this._x = (Math.random() * 500) + 100;
}
rdrill();
}
Instance of Symbol 451 MovieClip in Frame 101
onClipEvent (load) {
function rmissile() {
this._y = (Math.random() * 410) + 30;
this._x = (Math.random() * -400) - 100;
speed = (Math.random() * 2) + 2;
_root.quickness = _root.quickness + 1;
}
rmissile();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 20) {
this._x = this._x + speed;
if (this._x <= (_root.mc1._y + 3)) {
if (this._y >= (_root.mc1._y + 3)) {
this._rotation = -3;
this._y = this._y - 0.5;
}
if (this._y <= (_root.mc1._y + 3)) {
this._rotation = 3;
this._y = this._y + 0.5;
}
}
if (this._x >= 670) {
rmissile();
}
if (hitTest(_root.ionbomb) == true) {
this.play();
}
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
if (_root.eqyellow == 0) {
_root.ach2 = 1;
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
this.play();
}
}
}
}
Instance of Symbol 451 MovieClip in Frame 101
onClipEvent (load) {
function rmissile() {
this._y = (Math.random() * 410) + 30;
this._x = (Math.random() * 200) + 680;
speed = (Math.random() * 2) + 2;
_root.quickness = _root.quickness + 1;
}
rmissile();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 20) {
this._x = this._x - speed;
if (this._x >= (_root.mc1._y + 3)) {
if (this._y >= (_root.mc1._y + 3)) {
this._rotation = 183;
this._y = this._y - 0.5;
}
if (this._y <= (_root.mc1._y + 3)) {
this._rotation = 177;
this._y = this._y + 0.5;
}
}
if (this._x <= -70) {
rmissile();
}
if (hitTest(_root.ionbomb) == true) {
this.play();
}
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
if (_root.eqyellow == 0) {
_root.ach2 = 1;
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
this.play();
}
}
}
}
Instance of Symbol 464 MovieClip in Frame 101
onClipEvent (load) {
function rmissile() {
this.gotoAndStop(1);
this._y = (Math.random() * -1000) - 50;
this._x = (Math.random() * 300) + 350;
speed = (Math.random() * 1) + 2;
speed2 = 6;
this._rotation = 173;
booster = 0;
}
rmissile();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 15) {
if (booster == 0) {
this._y = this._y + speed;
}
if (this._y >= _root.mc1._y) {
if (this._x >= _root.mc1._x) {
if (booster == 0) {
this.play();
}
}
}
if (booster == 1) {
this._x = this._x - speed2;
}
if (this._x <= -100) {
rmissile();
}
if (this._y >= 500) {
rmissile();
}
if (hitTest(_root.ionbomb) == true) {
this.gotoAndPlay(19);
}
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
if (_root.eqyellow == 0) {
_root.ach3 = 1;
speed2 = 0;
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
this.gotoAndPlay(19);
}
}
}
}
Instance of Symbol 464 MovieClip in Frame 101
onClipEvent (load) {
function rmissile() {
this.gotoAndStop(1);
this._y = (Math.random() * -1000) - 50;
this._x = (Math.random() * 300) + 350;
speed = (Math.random() * 1) + 2;
speed2 = 6;
this._rotation = 173;
booster = 0;
}
rmissile();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 20) {
if (booster == 0) {
this._y = this._y + speed;
}
if (this._y >= _root.mc1._y) {
if (this._x >= _root.mc1._x) {
if (booster == 0) {
this.play();
}
}
}
if (booster == 1) {
this._x = this._x - speed2;
}
if (this._x <= -100) {
rmissile();
}
if (this._y >= 500) {
rmissile();
}
if (hitTest(_root.ionbomb) == true) {
this.gotoAndPlay(19);
}
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
if (_root.eqyellow == 0) {
_root.ach3 = 1;
speed2 = 0;
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
this.gotoAndPlay(19);
}
}
}
}
Instance of Symbol 482 MovieClip in Frame 101
onClipEvent (load) {
function rportal() {
this.gotoAndPlay(1);
this._y = (Math.random() * 410) + 30;
this._x = 490;
}
rportal();
}
Instance of Symbol 513 MovieClip in Frame 101
onClipEvent (load) {
function rlock() {
this.gotoAndPlay(1);
countdown = 150;
speed = 2;
this._x = 660;
this._y = -30;
}
rlock();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 3) {
if (this._y >= (_root.mc1._y + 3)) {
this._y = this._y - speed;
}
if (this._x >= (_root.mc1._x + 20)) {
this._x = this._x - speed;
}
if (this._y <= (_root.mc1._y + 3)) {
this._y = this._y + speed;
}
if (this._x <= (_root.mc1._x + 20)) {
this._x = this._x + speed;
}
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
}
}
Instance of Symbol 529 MovieClip in Frame 101
onClipEvent (load) {
function rmissile() {
this.gotoAndStop(1);
fire = 1;
speed = 1;
this._y = (Math.random() * 300) + 100;
this._x = (Math.random() * -1500) - 500;
}
rmissile();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 5) {
this._x = this._x + speed;
if (this._x >= 70) {
if (fire == 1) {
fire = 0;
this.play();
}
}
if (this._x >= 700) {
rmissile();
}
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
}
}
Instance of Symbol 535 MovieClip in Frame 101
onClipEvent (load) {
function rblack() {
this.gotoAndPlay(1);
this._x = (Math.random() * 590) + 40;
this._y = (Math.random() * 380) + 50;
}
rblack();
}
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if ((_root.mc1._y + 3) >= this._y) {
_root.mc1._y = _root.mc1._y - 4;
}
}
if (hitTest(_root.mc1.mc1hit) == true) {
if ((_root.mc1._x + 20) >= this._x) {
_root.mc1._x = _root.mc1._x - 4;
}
}
if (hitTest(_root.mc1.mc1hit) == true) {
if ((_root.mc1._y + 3) <= this._y) {
_root.mc1._y = _root.mc1._y + 4;
}
}
if (hitTest(_root.mc1.mc1hit) == true) {
if ((_root.mc1._x + 20) <= this._x) {
_root.mc1._x = _root.mc1._x + 4;
}
}
}
Instance of Symbol 529 MovieClip in Frame 101
onClipEvent (load) {
function rmissile() {
this.gotoAndStop(1);
fire = 1;
speed = 1;
this._y = (Math.random() * 300) + 100;
this._x = (Math.random() * -1500) - 500;
}
rmissile();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 17) {
this._x = this._x + speed;
if (this._x >= 70) {
if (fire == 1) {
fire = 0;
this.play();
}
}
if (this._x >= 700) {
rmissile();
}
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
}
}
Instance of Symbol 553 MovieClip in Frame 101
onClipEvent (load) {
function resetlaser1() {
y2 = (Math.random() * 300) + 350;
y1 = (Math.random() * 325) + 0;
fire = 0;
speed = 5;
}
resetlaser1();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 10) {
if (fire <= 0) {
this._x = this._x + speed;
}
if (this._x <= y1) {
speed = 5;
}
if (this._x >= y2) {
speed = -5;
}
}
}
Instance of Symbol 556 MovieClip in Frame 101
onClipEvent (load) {
function resetlaser1() {
y2 = (Math.random() * 300) + 350;
y1 = (Math.random() * 325) + 0;
fire = 0;
speed = 5;
}
resetlaser1();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 2) {
if (fire <= 0) {
this._x = this._x + speed;
}
if (this._x <= y1) {
speed = 5;
}
if (this._x >= y2) {
speed = -5;
}
}
}
Instance of Symbol 569 MovieClip in Frame 101
onClipEvent (load) {
function rhead() {
fire = 2;
speed = 3;
repeat = (Math.random() * 8000) + 500;
this._x = 800;
}
rhead();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 15) {
this._x = this._x - speed;
if (this._x <= 580) {
if (fire >= 1) {
speed = 0;
this.play();
} else {
_root.ach4 = 1;
speed = -3;
}
}
if (this._x >= repeat) {
rhead();
}
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
}
}
Instance of Symbol 569 MovieClip in Frame 101
onClipEvent (load) {
function rhead() {
fire = 2;
speed = 3;
repeat = (Math.random() * -8000) - 500;
this._x = -150;
}
rhead();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 8) {
this._x = this._x + speed;
if (this._x >= 70) {
if (fire >= 1) {
speed = 0;
this.play();
} else {
speed = -3;
_root.ach4 = 1;
}
}
if (this._x <= repeat) {
rhead();
}
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
}
}
Instance of Symbol 584 MovieClip in Frame 101
onClipEvent (load) {
function rxlaser() {
speed = 3;
fire = 1;
rotate = 1;
this._x = (Math.random() * 4000) + 2000;
this.gotoAndStop(1);
}
rxlaser();
}
onClipEvent (enterFrame) {
if (_root.gamelevel >= 14) {
this._x = this._x - speed;
this._rotation = this._rotation + rotate;
if (this._x <= 318) {
if (fire == 1) {
speed = 0;
rotate = 0.5;
this._rotation = this._rotation + rotate;
this.play();
}
if (fire == 0) {
speed = 3;
rotate = 1;
}
}
}
if (this._x <= -200) {
rxlaser();
}
}
Instance of Symbol 586 MovieClip in Frame 101
onClipEvent (enterFrame) {
if (_root.gamescore <= 1000) {
_root.gamelevel = 1;
}
if (_root.gamescore <= 3000) {
if (_root.gamescore > 1000) {
_root.gamelevel = 2;
_root.bgspeed = 2.2;
}
}
if (_root.gamescore <= 5000) {
if (_root.gamescore > 3000) {
_root.gamelevel = 3;
_root.bgspeed = 2.4;
}
}
if (_root.gamescore <= 10000) {
if (_root.gamescore > 5000) {
_root.gamelevel = 4;
_root.bgspeed = 2.6;
}
}
if (_root.gamescore <= 20000) {
if (_root.gamescore > 10000) {
_root.gamelevel = 5;
_root.bgspeed = 3;
}
}
if (_root.gamescore <= 30000) {
if (_root.gamescore > 20000) {
_root.gamelevel = 6;
_root.bgspeed = 3.5;
}
}
if (_root.gamescore <= 50000) {
if (_root.gamescore > 30000) {
_root.gamelevel = 7;
_root.bgspeed = 4;
}
}
if (_root.gamescore <= 80000) {
if (_root.gamescore > 50000) {
_root.gamelevel = 8;
_root.bgspeed = 5;
}
}
if (_root.gamescore <= 120000) {
if (_root.gamescore > 80000) {
_root.gamelevel = 9;
_root.bgspeed = 6;
}
}
if (_root.gamescore <= 150000) {
if (_root.gamescore > 120000) {
_root.gamelevel = 10;
_root.bgspeed = 7;
}
}
if (_root.gamescore <= 200000) {
if (_root.gamescore > 150000) {
_root.gamelevel = 11;
_root.bgspeed = 9;
}
}
if (_root.gamescore <= 250000) {
if (_root.gamescore > 200000) {
_root.gamelevel = 12;
_root.bgspeed = 11;
}
}
if (_root.gamescore <= 300000) {
if (_root.gamescore > 250000) {
_root.gamelevel = 13;
_root.bgspeed = 13;
}
}
if (_root.gamescore <= 400000) {
if (_root.gamescore > 300000) {
_root.gamelevel = 14;
_root.bgspeed = 16;
}
}
if (_root.gamescore <= 500000) {
if (_root.gamescore > 400000) {
_root.gamelevel = 15;
_root.bgspeed = 19;
}
}
if (_root.gamescore <= 600000) {
if (_root.gamescore > 500000) {
_root.gamelevel = 16;
_root.bgspeed = 22;
}
}
if (_root.gamescore <= 700000) {
if (_root.gamescore > 600000) {
_root.gamelevel = 17;
_root.bgspeed = 25;
}
}
if (_root.gamescore <= 800000) {
if (_root.gamescore > 700000) {
_root.gamelevel = 18;
_root.bgspeed = 30;
}
}
if (_root.gamescore <= 1000000) {
if (_root.gamescore > 800000) {
_root.gamelevel = 19;
_root.bgspeed = 35;
}
}
if (_root.gamescore <= 1200000) {
if (_root.gamescore > 1000000) {
_root.gamelevel = 20;
_root.bgspeed = 40;
}
}
if (_root.gamescore <= 1500000) {
if (_root.gamescore > 1200000) {
_root.gamelevel = 21;
_root.bgspeed = 50;
}
}
if (_root.gamescore > 1500000) {
_root.gamelevel = 22;
_root.bgspeed = 50;
}
}
Instance of Symbol 417 MovieClip in Frame 101
onClipEvent (load) {
function reseta() {
gotoAndPlay (1);
this._x = (Math.random() * 550) + 40;
this._y = (Math.random() * 320) + 50;
}
speed = 5;
reseta();
}
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (_root.eqpurple == 1) {
if (hitTest(_root.phit) == true) {
if (this._y >= (_root.mc1._y + 3)) {
this._y = this._y - speed;
}
if (this._x >= (_root.mc1._x + 20)) {
this._x = this._x - speed;
}
if (this._y <= (_root.mc1._y + 3)) {
this._y = this._y + speed;
}
if (this._x <= (_root.mc1._x + 20)) {
this._x = this._x + speed;
}
}
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("absorb");
kirupaSound4.start(0, 1);
}
_root.ppoint._y = _root.mc1._y - 0;
_root.ppoint._x = _root.mc1._x + 20;
_root.collector = _root.collector + 1;
_root.ppoint.gotoAndPlay(2);
if (_root.eqgreen == 1) {
_root.pbar.gotoAndStop(1);
_root.pbar2.gotoAndPlay(2);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
if (_root.eqgreen == 0) {
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
reseta();
}
}
Instance of Symbol 417 MovieClip in Frame 101
onClipEvent (load) {
function reseta() {
gotoAndPlay (1);
this._x = (Math.random() * 550) + 40;
this._y = (Math.random() * 320) + 50;
}
speed = 5;
reseta();
}
onClipEvent (enterFrame) {
if (_root.gamelevel < 3) {
this._y = 50000;
}
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (_root.eqpurple == 1) {
if (hitTest(_root.phit) == true) {
if (this._y >= (_root.mc1._y + 3)) {
this._y = this._y - speed;
}
if (this._x >= (_root.mc1._x + 20)) {
this._x = this._x - speed;
}
if (this._y <= (_root.mc1._y + 3)) {
this._y = this._y + speed;
}
if (this._x <= (_root.mc1._x + 20)) {
this._x = this._x + speed;
}
}
}
if (hitTest(_root.mc1) == true) {
_root.ppoint._y = _root.mc1._y - 0;
_root.ppoint._x = _root.mc1._x + 20;
_root.collector = _root.collector + 1;
_root.ppoint.gotoAndPlay(2);
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("absorb");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
reseta();
}
}
Instance of Symbol 592 MovieClip in Frame 101
onClipEvent (load) {
function reseta() {
gotoAndPlay (1);
this._x = (Math.random() * 550) + 40;
this._y = (Math.random() * 320) + 50;
}
speed = 5;
reseta();
}
onClipEvent (enterFrame) {
if (_root.gamelevel < 6) {
this._y = 50000;
}
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (_root.eqpurple == 1) {
if (hitTest(_root.phit) == true) {
if (this._y >= (_root.mc1._y + 3)) {
this._y = this._y - speed;
}
if (this._x >= (_root.mc1._x + 20)) {
this._x = this._x - speed;
}
if (this._y <= (_root.mc1._y + 3)) {
this._y = this._y + speed;
}
if (this._x <= (_root.mc1._x + 20)) {
this._x = this._x + speed;
}
}
}
if (hitTest(_root.mc1) == true) {
_root.ppoint._y = _root.mc1._y - 0;
_root.ppoint._x = _root.mc1._x + 20;
_root.collector = _root.collector + 1;
_root.ppoint.gotoAndPlay(2);
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("absorb");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (200 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 5;
_root.combometer.gotoAndPlay(2);
reseta();
}
}
Instance of Symbol 417 MovieClip in Frame 101
onClipEvent (load) {
function reseta() {
gotoAndPlay (1);
this._x = (Math.random() * 550) + 40;
this._y = (Math.random() * 320) + 50;
}
speed = 5;
reseta();
}
onClipEvent (enterFrame) {
if (_root.gamelevel < 9) {
this._y = 50000;
}
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (_root.eqpurple == 1) {
if (hitTest(_root.phit) == true) {
if (this._y >= (_root.mc1._y + 3)) {
this._y = this._y - speed;
}
if (this._x >= (_root.mc1._x + 20)) {
this._x = this._x - speed;
}
if (this._y <= (_root.mc1._y + 3)) {
this._y = this._y + speed;
}
if (this._x <= (_root.mc1._x + 20)) {
this._x = this._x + speed;
}
}
}
if (hitTest(_root.mc1) == true) {
_root.collector = _root.collector + 1;
_root.ppoint._y = _root.mc1._y - 0;
_root.ppoint._x = _root.mc1._x + 20;
_root.ppoint.gotoAndPlay(2);
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("absorb");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
reseta();
}
}
Instance of Symbol 594 MovieClip "phit" in Frame 101
onClipEvent (enterFrame) {
if (_root.eqpurple == 1) {
this._rotation = this._rotation + 30;
this._y = _root.mc1._y + 3;
this._x = _root.mc1._x + 20;
}
}
Instance of Symbol 417 MovieClip in Frame 101
onClipEvent (load) {
function reseta() {
gotoAndPlay (1);
this._x = (Math.random() * 550) + 40;
this._y = (Math.random() * 320) + 50;
}
speed = 5;
reseta();
}
onClipEvent (enterFrame) {
if (_root.gamelevel < 14) {
this._y = 50000;
}
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (_root.eqpurple == 1) {
if (hitTest(_root.phit) == true) {
if (this._y >= (_root.mc1._y + 3)) {
this._y = this._y - speed;
}
if (this._x >= (_root.mc1._x + 20)) {
this._x = this._x - speed;
}
if (this._y <= (_root.mc1._y + 3)) {
this._y = this._y + speed;
}
if (this._x <= (_root.mc1._x + 20)) {
this._x = this._x + speed;
}
}
}
if (hitTest(_root.mc1) == true) {
_root.collector = _root.collector + 1;
_root.ppoint._y = _root.mc1._y - 0;
_root.ppoint._x = _root.mc1._x + 20;
_root.ppoint.gotoAndPlay(2);
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("absorb");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
reseta();
}
}
Instance of Symbol 592 MovieClip in Frame 101
onClipEvent (load) {
function reseta() {
gotoAndPlay (1);
this._x = (Math.random() * 550) + 40;
this._y = (Math.random() * 320) + 50;
}
speed = 5;
reseta();
}
onClipEvent (enterFrame) {
if (_root.gamelevel < 18) {
this._y = 50000;
}
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (_root.eqpurple == 1) {
if (hitTest(_root.phit) == true) {
if (this._y >= (_root.mc1._y + 3)) {
this._y = this._y - speed;
}
if (this._x >= (_root.mc1._x + 20)) {
this._x = this._x - speed;
}
if (this._y <= (_root.mc1._y + 3)) {
this._y = this._y + speed;
}
if (this._x <= (_root.mc1._x + 20)) {
this._x = this._x + speed;
}
}
}
if (hitTest(_root.mc1) == true) {
_root.collector = _root.collector + 1;
_root.ppoint._y = _root.mc1._y - 0;
_root.ppoint._x = _root.mc1._x + 20;
_root.ppoint.gotoAndPlay(2);
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("absorb");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (200 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 5;
_root.combometer.gotoAndPlay(2);
reseta();
}
}
Instance of Symbol 600 MovieClip in Frame 101
onClipEvent (load) {
function reseta() {
gotoAndPlay (1);
this._x = (Math.random() * 550) + 40;
this._y = (Math.random() * 320) + 50;
}
speed = 5;
reseta();
}
onClipEvent (enterFrame) {
if (_root.superplasma <= 0) {
this._y = 50000;
}
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (_root.eqpurple == 1) {
if (hitTest(_root.phit) == true) {
if (this._y >= (_root.mc1._y + 3)) {
this._y = this._y - speed;
}
if (this._x >= (_root.mc1._x + 20)) {
this._x = this._x - speed;
}
if (this._y <= (_root.mc1._y + 3)) {
this._y = this._y + speed;
}
if (this._x <= (_root.mc1._x + 20)) {
this._x = this._x + speed;
}
}
}
if (hitTest(_root.mc1) == true) {
_root.ppoint._y = _root.mc1._y - 0;
_root.ppoint._x = _root.mc1._x + 20;
_root.collector = _root.collector + 1;
_root.ppoint.gotoAndPlay(2);
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("absorb");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (500 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 20;
_root.combometer.gotoAndPlay(2);
reseta();
}
}
Instance of Symbol 610 MovieClip in Frame 101
onClipEvent (enterFrame) {
if (_root.ach1 == 1) {
if (_root.achplay1 == 0) {
_root.achplay1 = 1;
_root.medals = _root.medals + 1;
this.play();
}
}
if (_root.ach2 == 1) {
if (_root.achplay2 == 0) {
_root.medals = _root.medals + 1;
_root.achplay2 = 1;
this.play();
}
}
if (_root.ach3 == 1) {
if (_root.achplay3 == 0) {
_root.medals = _root.medals + 1;
_root.achplay3 = 1;
this.play();
}
}
if (_root.ach4 == 1) {
if (_root.achplay4 == 0) {
_root.medals = _root.medals + 1;
_root.achplay4 = 1;
this.play();
}
}
if (_root.ach5 == 1) {
if (_root.achplay5 == 0) {
_root.medals = _root.medals + 1;
_root.achplay5 = 1;
this.play();
}
}
if (_root.ach6 == 1) {
if (_root.achplay6 == 0) {
_root.medals = _root.medals + 1;
_root.achplay6 = 1;
this.play();
}
}
if (_root.ach7 == 1) {
if (_root.achplay7 == 0) {
_root.medals = _root.medals + 1;
_root.achplay7 = 1;
this.play();
}
}
if (_root.ach8 == 1) {
if (_root.achplay8 == 0) {
_root.medals = _root.medals + 1;
_root.achplay8 = 1;
this.play();
}
}
if (_root.ach9 == 1) {
if (_root.achplay9 == 0) {
_root.medals = _root.medals + 1;
_root.achplay9 = 1;
this.play();
}
}
if (_root.ach11 == 1) {
if (_root.achplay11 == 0) {
_root.medals = _root.medals + 1;
_root.achplay11 = 1;
this.play();
}
}
if (_root.ach12 == 1) {
if (_root.achplay12 == 0) {
_root.medals = _root.medals + 1;
_root.achplay12 = 1;
this.play();
}
}
if (_root.ach13 == 1) {
if (_root.achplay13 == 0) {
_root.medals = _root.medals + 1;
_root.achplay13 = 1;
this.play();
}
}
if (_root.gamescore >= 10000) {
_root.ach14 = 1;
if (_root.achplay14 == 0) {
_root.medals = _root.medals + 1;
_root.achplay14 = 1;
this.play();
}
}
if (_root.gamescore >= 100000) {
_root.ach15 = 1;
if (_root.achplay15 == 0) {
_root.medals = _root.medals + 1;
_root.achplay15 = 1;
this.play();
}
}
if (_root.gamescore >= 500000) {
_root.ach16 = 1;
if (_root.achplay16 == 0) {
_root.medals = _root.medals + 1;
_root.achplay16 = 1;
this.play();
}
}
if (_root.gamescore >= 1000000) {
_root.ach17 = 1;
if (_root.achplay17 == 0) {
_root.medals = _root.medals + 1;
_root.achplay17 = 1;
this.play();
}
}
if (_root.gamescore >= 2000000) {
_root.ach18 = 1;
if (_root.achplay18 == 0) {
_root.medals = _root.medals + 1;
_root.achplay18 = 1;
this.play();
}
}
if (_root.combometer.combo >= 50) {
_root.ach19 = 1;
if (_root.achplay19 == 0) {
_root.medals = _root.medals + 1;
_root.achplay19 = 1;
this.play();
}
}
if (_root.combometer.combo >= 100) {
_root.ach20 = 1;
if (_root.achplay20 == 0) {
_root.medals = _root.medals + 1;
_root.achplay20 = 1;
this.play();
}
}
if (_root.combometer.combo >= 200) {
_root.ach21 = 1;
if (_root.achplay21 == 0) {
_root.medals = _root.medals + 1;
_root.achplay21 = 1;
this.play();
}
}
if (_root.quickness >= 100) {
_root.ach23 = 1;
if (_root.achplay23 == 0) {
_root.medals = _root.medals + 1;
_root.achplay23 = 1;
this.play();
}
}
if (_root.survivor >= 22) {
_root.ach22 = 1;
if (_root.achplay22 == 0) {
_root.medals = _root.medals + 1;
_root.achplay22 = 1;
this.play();
}
}
if (_root.collector >= 500) {
_root.ach24 = 1;
if (_root.achplay24 == 0) {
_root.medals = _root.medals + 1;
_root.achplay24 = 1;
this.play();
}
}
}
Instance of Symbol 628 MovieClip "pbar" in Frame 101
onClipEvent (load) {
reload = 0;
if (_root.eqdark == 0) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.eqdark == 1) {
if (reload == 1) {
if (Key.isDown(32)) {
this.play();
}
}
if (_root.godmode == 0) {
_root.mc1.dover.gotoAndStop(1);
}
if (_root.godmode == 1) {
_root.mc1.dover.gotoAndStop(2);
}
}
}
Instance of Symbol 640 MovieClip in Frame 101
onClipEvent (load) {
if (_root.eqbomb == 0) {
this.gotoAndStop(1);
}
ready = 0;
}
onClipEvent (enterFrame) {
if (_root.eqbomb == 1) {
if (ready == 1) {
if (Key.isDown(32)) {
ready = 0;
_root.ionbomb.play();
this.gotoAndPlay(2);
}
}
}
}
Frame 120
savefile.data.highscore = _root.highscore;
savefile.data.medals = _root.medals;
savefile.data.tip1 = _root.tip1;
savefile.data.bgson = _root.bgson;
savefile.data.evonormal = _root.evonormal;
savefile.data.evobomb = _root.evobomb;
savefile.data.evospeed = _root.evospeed;
savefile.data.evodark = _root.evodark;
savefile.data.evogreen = _root.evogreen;
savefile.data.evored = _root.evored;
savefile.data.evoyellow = _root.evoyellow;
savefile.data.evopurple = _root.evopurple;
savefile.data.eqnormal = _root.eqnormal;
savefile.data.eqbomb = _root.eqbomb;
savefile.data.eqspeed = _root.eqspeed;
savefile.data.eqdark = _root.eqdark;
savefile.data.eqgreen = _root.eqgreen;
savefile.data.eqred = _root.eqred;
savefile.data.eqyellow = _root.eqyellow;
savefile.data.eqpurple = _root.eqpurple;
savefile.data.ach1 = _root.ach1;
savefile.data.ach2 = _root.ach2;
savefile.data.ach3 = _root.ach3;
savefile.data.ach4 = _root.ach4;
savefile.data.ach5 = _root.ach5;
savefile.data.ach6 = _root.ach6;
savefile.data.ach7 = _root.ach7;
savefile.data.ach8 = _root.ach8;
savefile.data.ach9 = _root.ach9;
savefile.data.ach10 = _root.ach10;
savefile.data.ach11 = _root.ach11;
savefile.data.ach12 = _root.ach12;
savefile.data.ach13 = _root.ach13;
savefile.data.ach14 = _root.ach14;
savefile.data.ach15 = _root.ach15;
savefile.data.ach16 = _root.ach16;
savefile.data.ach17 = _root.ach17;
savefile.data.ach18 = _root.ach18;
savefile.data.ach19 = _root.ach19;
savefile.data.ach20 = _root.ach20;
savefile.data.ach21 = _root.ach21;
savefile.data.ach22 = _root.ach22;
savefile.data.ach23 = _root.ach23;
savefile.data.ach24 = _root.ach24;
savefile.data.achplay1 = _root.achplay1;
savefile.data.achplay2 = _root.achplay2;
savefile.data.achplay3 = _root.achplay3;
savefile.data.achplay4 = _root.achplay4;
savefile.data.achplay5 = _root.achplay5;
savefile.data.achplay6 = _root.achplay6;
savefile.data.achplay7 = _root.achplay7;
savefile.data.achplay8 = _root.achplay8;
savefile.data.achplay9 = _root.achplay9;
savefile.data.achplay10 = _root.achplay10;
savefile.data.achplay11 = _root.achplay11;
savefile.data.achplay12 = _root.achplay12;
savefile.data.achplay13 = _root.achplay13;
savefile.data.achplay14 = _root.achplay14;
savefile.data.achplay15 = _root.achplay15;
savefile.data.achplay16 = _root.achplay16;
savefile.data.achplay17 = _root.achplay17;
savefile.data.achplay18 = _root.achplay18;
savefile.data.achplay19 = _root.achplay19;
savefile.data.achplay20 = _root.achplay20;
savefile.data.achplay21 = _root.achplay21;
savefile.data.achplay22 = _root.achplay22;
savefile.data.achplay23 = _root.achplay23;
savefile.data.achplay24 = _root.achplay24;
savefile.data.survivor = _root.survivor;
savefile.data.collector = _root.collector;
savefile.data.quickness = _root.quickness;
savefile.data.gamescore = _root.gamescore;
savefile.flush();
_root.bgspeed = 2;
if (_root.gamescore <= _root.highscore) {
_root.hsplayer.stop();
}
if (_root.hsplay == 0) {
_root.hsplayer.stop();
}
if (_root.gamescore > _root.highscore) {
_root.highscore = _root.gamescore;
if (_root.hsplay == 1) {
_root.hsplayer.play();
_root.hsplay = 0;
}
}
stop();
Instance of Symbol 222 MovieClip in Frame 120
onClipEvent (load) {
function rlines() {
this._y = 449.5;
}
}
onClipEvent (enterFrame) {
this._y = this._y - _root.bgspeed;
if (this._y <= -454.8) {
rlines();
}
}
Instance of Symbol 223 MovieClip in Frame 120
onClipEvent (load) {
function rlines() {
this._y = 449.5;
}
}
onClipEvent (enterFrame) {
this._y = this._y - _root.bgspeed;
if (this._y <= -454.8) {
rlines();
}
}
Instance of Symbol 716 MovieClip in Frame 120
onClipEvent (load) {
if (_root.tip1 == 1) {
this.play();
}
if (_root.tip1 == 0) {
this.stop();
}
}
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_root.tip1 = 0;
_root.gotoAndPlay(100);
}
}
Instance of Symbol 724 MovieClip in Frame 120
onClipEvent (load) {
if (_root.bgson == 1) {
this.gotoAndStop(1);
}
if (_root.bgson == 0) {
this.gotoAndStop(2);
}
}
Instance of Symbol 728 MovieClip "hsplayer" in Frame 120
onClipEvent (enterFrame) {
if (_root.welcome == 1) {
_root.welcome = 0;
this.gotoAndPlay(2);
}
}
Instance of Symbol 735 MovieClip in Frame 120
onClipEvent (load) {
if (_root.medalget == 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 738 MovieClip in Frame 121
onClipEvent (load) {
if (_root.ach2 == 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 742 MovieClip in Frame 121
onClipEvent (load) {
if (_root.ach3 == 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 743 MovieClip in Frame 121
onClipEvent (load) {
if (_root.ach4 == 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 744 MovieClip in Frame 121
onClipEvent (load) {
if (_root.ach5 == 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 746 MovieClip in Frame 121
onClipEvent (load) {
if (_root.ach7 == 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 748 MovieClip in Frame 121
onClipEvent (load) {
if (_root.ach8 == 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 750 MovieClip in Frame 121
onClipEvent (load) {
if (_root.ach9 == 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 752 MovieClip in Frame 121
onClipEvent (load) {
if (_root.ach10 == 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 754 MovieClip in Frame 121
onClipEvent (load) {
if (_root.ach11 == 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 756 MovieClip in Frame 121
onClipEvent (load) {
if (_root.ach13 == 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 758 MovieClip in Frame 121
onClipEvent (load) {
if (_root.ach14 == 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 760 MovieClip in Frame 121
onClipEvent (load) {
if (_root.ach15 == 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 762 MovieClip in Frame 121
onClipEvent (load) {
if (_root.ach16 == 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 764 MovieClip in Frame 121
onClipEvent (load) {
if (_root.ach17 == 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 766 MovieClip in Frame 121
onClipEvent (load) {
if (_root.ach19 == 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 768 MovieClip in Frame 121
onClipEvent (load) {
if (_root.ach20 == 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 770 MovieClip in Frame 121
onClipEvent (load) {
if (_root.ach21 == 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 772 MovieClip in Frame 121
onClipEvent (load) {
if (_root.ach22 == 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 775 MovieClip in Frame 121
onClipEvent (load) {
if (_root.ach23 == 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 777 MovieClip in Frame 121
onClipEvent (load) {
if (_root.ach6 == 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 779 MovieClip in Frame 121
onClipEvent (load) {
if (_root.ach12 == 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 781 MovieClip in Frame 121
onClipEvent (load) {
if (_root.ach18 == 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 783 MovieClip in Frame 121
onClipEvent (load) {
if (_root.ach24 == 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 811 MovieClip in Frame 121
onClipEvent (load) {
if (_root.ach1 == 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 813 MovieClip in Frame 121
on (rollOver) {
if (_root.ach2 == 1) {
_root.achdesc.gotoAndStop(3);
}
}
on (rollOut) {
_root.achdesc.gotoAndStop(1);
}
Instance of Symbol 813 MovieClip in Frame 121
on (rollOver) {
if (_root.ach3 == 1) {
_root.achdesc.gotoAndStop(4);
}
}
on (rollOut) {
_root.achdesc.gotoAndStop(1);
}
Instance of Symbol 813 MovieClip in Frame 121
on (rollOver) {
if (_root.ach4 == 1) {
_root.achdesc.gotoAndStop(5);
}
}
on (rollOut) {
_root.achdesc.gotoAndStop(1);
}
Instance of Symbol 813 MovieClip in Frame 121
on (rollOver) {
if (_root.ach5 == 1) {
_root.achdesc.gotoAndStop(6);
}
}
on (rollOut) {
_root.achdesc.gotoAndStop(1);
}
Instance of Symbol 813 MovieClip in Frame 121
on (rollOver) {
if (_root.ach7 == 1) {
_root.achdesc.gotoAndStop(8);
}
}
on (rollOut) {
_root.achdesc.gotoAndStop(1);
}
Instance of Symbol 813 MovieClip in Frame 121
on (rollOver) {
if (_root.ach8 == 1) {
_root.achdesc.gotoAndStop(9);
}
}
on (rollOut) {
_root.achdesc.gotoAndStop(1);
}
Instance of Symbol 813 MovieClip in Frame 121
on (rollOver) {
if (_root.ach9 == 1) {
_root.achdesc.gotoAndStop(10);
}
}
on (rollOut) {
_root.achdesc.gotoAndStop(1);
}
Instance of Symbol 813 MovieClip in Frame 121
on (rollOver) {
if (_root.ach10 == 1) {
_root.achdesc.gotoAndStop(11);
}
}
on (rollOut) {
_root.achdesc.gotoAndStop(1);
}
Instance of Symbol 813 MovieClip in Frame 121
on (rollOver) {
if (_root.ach11 == 1) {
_root.achdesc.gotoAndStop(12);
}
}
on (rollOut) {
_root.achdesc.gotoAndStop(1);
}
Instance of Symbol 813 MovieClip in Frame 121
on (rollOver) {
if (_root.ach13 == 1) {
_root.achdesc.gotoAndStop(14);
}
}
on (rollOut) {
_root.achdesc.gotoAndStop(1);
}
Instance of Symbol 813 MovieClip in Frame 121
on (rollOver) {
if (_root.ach14 == 1) {
_root.achdesc.gotoAndStop(15);
}
}
on (rollOut) {
_root.achdesc.gotoAndStop(1);
}
Instance of Symbol 813 MovieClip in Frame 121
on (rollOver) {
if (_root.ach15 == 1) {
_root.achdesc.gotoAndStop(16);
}
}
on (rollOut) {
_root.achdesc.gotoAndStop(1);
}
Instance of Symbol 813 MovieClip in Frame 121
on (rollOver) {
if (_root.ach16 == 1) {
_root.achdesc.gotoAndStop(17);
}
}
on (rollOut) {
_root.achdesc.gotoAndStop(1);
}
Instance of Symbol 813 MovieClip in Frame 121
on (rollOver) {
if (_root.ach17 == 1) {
_root.achdesc.gotoAndStop(18);
}
}
on (rollOut) {
_root.achdesc.gotoAndStop(1);
}
Instance of Symbol 813 MovieClip in Frame 121
on (rollOver) {
if (_root.ach19 == 1) {
_root.achdesc.gotoAndStop(20);
}
}
on (rollOut) {
_root.achdesc.gotoAndStop(1);
}
Instance of Symbol 813 MovieClip in Frame 121
on (rollOver) {
if (_root.ach20 == 1) {
_root.achdesc.gotoAndStop(21);
}
}
on (rollOut) {
_root.achdesc.gotoAndStop(1);
}
Instance of Symbol 813 MovieClip in Frame 121
on (rollOver) {
if (_root.ach21 == 1) {
_root.achdesc.gotoAndStop(22);
}
}
on (rollOut) {
_root.achdesc.gotoAndStop(1);
}
Instance of Symbol 813 MovieClip in Frame 121
on (rollOver) {
if (_root.ach22 == 1) {
_root.achdesc.gotoAndStop(23);
}
}
on (rollOut) {
_root.achdesc.gotoAndStop(1);
}
Instance of Symbol 813 MovieClip in Frame 121
on (rollOver) {
if (_root.ach23 == 1) {
_root.achdesc.gotoAndStop(24);
}
}
on (rollOut) {
_root.achdesc.gotoAndStop(1);
}
Instance of Symbol 813 MovieClip in Frame 121
on (rollOver) {
if (_root.ach6 == 1) {
_root.achdesc.gotoAndStop(7);
}
}
on (rollOut) {
_root.achdesc.gotoAndStop(1);
}
Instance of Symbol 813 MovieClip in Frame 121
on (rollOver) {
if (_root.ach12 == 1) {
_root.achdesc.gotoAndStop(13);
}
}
on (rollOut) {
_root.achdesc.gotoAndStop(1);
}
Instance of Symbol 813 MovieClip in Frame 121
on (rollOver) {
if (_root.ach18 == 1) {
_root.achdesc.gotoAndStop(19);
}
}
on (rollOut) {
_root.achdesc.gotoAndStop(1);
}
Instance of Symbol 813 MovieClip in Frame 121
on (rollOver) {
if (_root.ach24 == 1) {
_root.achdesc.gotoAndStop(25);
}
}
on (rollOut) {
_root.achdesc.gotoAndStop(1);
}
Instance of Symbol 867 MovieClip in Frame 122
onClipEvent (enterFrame) {
if (_root.eqbomb == 1) {
this.gotoAndStop(2);
}
if (_root.eqbomb == 0) {
this.gotoAndStop(1);
}
}
Instance of Symbol 867 MovieClip in Frame 122
onClipEvent (enterFrame) {
if (_root.eqred == 1) {
this.gotoAndStop(2);
}
if (_root.eqred == 0) {
this.gotoAndStop(1);
}
}
Instance of Symbol 867 MovieClip in Frame 122
onClipEvent (enterFrame) {
if (_root.eqyellow == 1) {
this.gotoAndStop(2);
}
if (_root.eqyellow == 0) {
this.gotoAndStop(1);
}
}
Instance of Symbol 867 MovieClip in Frame 122
onClipEvent (enterFrame) {
if (_root.eqpurple == 1) {
this.gotoAndStop(2);
}
if (_root.eqpurple == 0) {
this.gotoAndStop(1);
}
}
Instance of Symbol 867 MovieClip in Frame 122
onClipEvent (enterFrame) {
if (_root.eqgreen == 1) {
this.gotoAndStop(2);
}
if (_root.eqgreen == 0) {
this.gotoAndStop(1);
}
}
Instance of Symbol 867 MovieClip in Frame 122
onClipEvent (enterFrame) {
if (_root.eqdark == 1) {
this.gotoAndStop(2);
}
if (_root.eqdark == 0) {
this.gotoAndStop(1);
}
}
Instance of Symbol 607 MovieClip in Frame 122
onClipEvent (enterFrame) {
this._rotation = this._rotation + 2;
}
Instance of Symbol 873 MovieClip "ered" in Frame 122
onClipEvent (load) {
if (_root.evored == 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 867 MovieClip in Frame 122
onClipEvent (enterFrame) {
if (_root.eqspeed == 1) {
this.gotoAndStop(2);
}
if (_root.eqspeed == 0) {
this.gotoAndStop(1);
}
}
Instance of Symbol 877 MovieClip "ebomb" in Frame 122
onClipEvent (load) {
if (_root.evobomb == 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 880 MovieClip "eyellow" in Frame 122
onClipEvent (load) {
if (_root.evoyellow == 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 883 MovieClip "epurple" in Frame 122
onClipEvent (load) {
if (_root.evopurple == 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 886 MovieClip "egreen" in Frame 122
onClipEvent (load) {
if (_root.evogreen == 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 889 MovieClip "edark" in Frame 122
onClipEvent (load) {
if (_root.evodark == 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 890 MovieClip "espeed" in Frame 122
onClipEvent (load) {
if (_root.evospeed == 1) {
this.gotoAndStop(2);
}
}
Frame 127
_root.superplasma = 1;
Symbol 47 Button
on (rollOver) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("overbeep");
kirupaSound4.start(0, 1);
}
on (release) {
getURL ("http://www.addictinggames.com/", _blank);
}
Symbol 53 Button
on (rollOver) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("overbeep");
kirupaSound4.start(0, 1);
}
on (press) {
_root.play();
}
Symbol 54 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop ("loaded");
}
Symbol 54 MovieClip Frame 2
gotoAndPlay (1);
Symbol 54 MovieClip Frame 3
stop();
Symbol 955 MovieClip [__Packages.mochi.as2.MochiEventDispatcher] Frame 0
class mochi.as2.MochiEventDispatcher
{
var eventTable;
function MochiEventDispatcher () {
eventTable = {};
}
function buildDelegate(thisObject, thatObject) {
var _local2 = {thisObject:thisObject, thatObject:thatObject};
if (thatObject != undefined) {
var funct = ((typeof(thatObject) == "string") ? (thisObject[thatObject]) : (thatObject));
_local2.delegate = function (args) {
funct.call(thisObject, args);
};
} else {
_local2.delegate = thisObject;
}
return(_local2);
}
function compareDelegate(d_A, d_B) {
if ((d_A.thisObject != d_B.thisObject) || (d_A.thatObject != d_B.thatObject)) {
return(false);
}
return(true);
}
function addEventListener(event, thisObject, thatObject) {
removeEventListener(event, thisObject, thatObject);
eventTable[event].push(buildDelegate(thisObject, thatObject));
}
function removeEventListener(event, thisObject, thatObject) {
var _local3 = buildDelegate(thisObject, thatObject);
if (eventTable[event] == undefined) {
eventTable[event] = [];
return(undefined);
}
for (var _local4 in eventTable[event]) {
if (!compareDelegate(eventTable[event][_local4], _local3)) {
continue;
}
eventTable[event].splice(Number(_local4), 1);
}
}
function triggerEvent(event, args) {
if (eventTable[event] == undefined) {
return(undefined);
}
for (var _local4 in eventTable[event]) {
eventTable[event][_local4].delegate(args);
}
}
}
Symbol 956 MovieClip [__Packages.mochi.as2.MochiServices] Frame 0
class mochi.as2.MochiServices
{
static var _id, _container, _clip, _sendChannelName, __get__comChannelName, onError, _listenChannel, _sendChannel;
function MochiServices () {
}
static function get id() {
return(_id);
}
static function get clip() {
return(_container);
}
static function get childClip() {
return(_clip);
}
static function getVersion() {
return("3.9.2 as2");
}
static function allowDomains(server) {
var _local1 = server.split("/")[2].split(":")[0];
if (System.security) {
if (System.security.allowDomain) {
System.security.allowDomain("*");
System.security.allowDomain(_local1);
}
if (System.security.allowInsecureDomain) {
System.security.allowInsecureDomain("*");
System.security.allowInsecureDomain(_local1);
}
}
return(_local1);
}
static function get isNetworkAvailable() {
if (System.security) {
var _local1 = System.security;
if (_local1.sandboxType == "localWithFile") {
return(false);
}
}
return(true);
}
static function set comChannelName(val) {
if (val != undefined) {
if (val.length > 3) {
_sendChannelName = val + "_fromgame";
initComChannels();
}
}
//return(__get__comChannelName());
}
static function get connected() {
return(_connected);
}
static function connect(id, clip, onError) {
warnID(id, false);
if ((!_connected) && (_clip == undefined)) {
trace("MochiServices Connecting...");
_connecting = true;
init(id, clip);
}
if (onError != undefined) {
mochi.as2.MochiServices.onError = onError;
} else if (mochi.as2.MochiServices.onError == undefined) {
mochi.as2.MochiServices.onError = function (errorCode) {
trace(errorCode);
};
}
}
static function disconnect() {
if (_connected || (_connecting)) {
_connecting = (_connected = false);
flush(true);
if (_clip != undefined) {
_clip.removeMovieClip();
delete _clip;
}
_listenChannel.close();
}
}
static function init(id, clip) {
_id = id;
if (clip != undefined) {
_container = clip;
} else {
_container = _root;
}
loadCommunicator(id, _container);
}
static function loadCommunicator(id, clip) {
var _local6 = "_mochiservices_com_" + id;
var _local5 = new MovieClipLoader();
var _local3 = {};
if (_clip != null) {
return(_clip);
}
if (!isNetworkAvailable) {
return(null);
}
if (urlOptions().servURL) {
_servURL = urlOptions().servURL;
}
var _local4 = _servURL + _services;
if (urlOptions().servicesURL) {
_local4 = urlOptions().servicesURL;
}
allowDomains(_local4);
_clip = clip.createEmptyMovieClip(_local6, 10336, false);
_listenChannelName = _listenChannelName + ((Math.floor(new Date().getTime()) + "_") + Math.floor(Math.random() * 99999));
listen();
if (_local3.waitInterval != null) {
clearInterval(_local3.waitInterval);
}
_local3.onLoadError = loadError;
_local3.onLoadStart = function (target_mc) {
this.isLoading = true;
};
_local3.onLoadComplete = function (target_mc) {
target_mc.MochiServices = mochi.as2.MochiServices;
};
_local3.startTime = getTimer();
_local3.wait = function () {
if ((getTimer() - this.startTime) > 10000) {
if (!this.isLoading) {
mochi.as2.MochiServices.disconnect();
mochi.as2.MochiServices.onError.apply(null, ["IOError"]);
}
clearInterval(this.waitInterval);
}
};
_local3.waitInterval = setInterval(_local3, "wait", 1000);
_local5.addListener(_local3);
_local5.loadClip((((((_local4 + "?listenLC=") + _listenChannelName) + "&mochiad_options=") + escape(_root.mochiad_options)) + "&api_version=") + getVersion(), _clip);
_sendChannel = new LocalConnection();
_sendChannel._queue = [];
return(_clip);
}
static function loadError(target_mc, errorCode, httpStatus) {
trace("MochiServices could not load.");
disconnect();
onError.apply(null, [errorCode]);
}
static function onStatus(infoObject) {
if (!(infoObject.level === "error")) {
} else {
_connected = false;
_listenChannel.connect(_listenChannelName);
}
}
static function listen() {
_listenChannel = new LocalConnection();
_listenChannel.handshake = function (args) {
mochi.as2.MochiServices.__set__comChannelName(args.newChannel);
};
_listenChannel.allowDomain = function (d) {
return(true);
};
_listenChannel.allowInsecureDomain = _listenChannel.allowDomain;
_listenChannel._nextcallbackID = 0;
_listenChannel._callbacks = {};
_listenChannel.connect(_listenChannelName);
trace("Waiting for MochiAds services to connect...");
}
static function initComChannels() {
if (!_connected) {
_sendChannel.onStatus = function (infoObject) {
mochi.as2.MochiServices.onStatus(infoObject);
};
_sendChannel.send(_sendChannelName, "onReceive", {methodName:"handshakeDone"});
_sendChannel.send(_sendChannelName, "onReceive", {methodName:"registerGame", id:_id, version:getVersion()});
_listenChannel.onStatus = function (infoObject) {
mochi.as2.MochiServices.onStatus(infoObject);
};
_listenChannel.onReceive = function (pkg) {
var _local5 = pkg.callbackID;
var _local4 = this._callbacks[_local5];
if (!_local4) {
return(undefined);
}
var _local2 = _local4.callbackMethod;
var _local3 = _local4.callbackObject;
if (_local3 && (typeof(_local2) == "string")) {
_local2 = _local3[_local2];
}
if (_local2 != undefined) {
_local2.apply(_local3, pkg.args);
}
delete this._callbacks[_local5];
};
_listenChannel.onEvent = function (pkg) {
switch (pkg.target) {
case "services" :
mochi.as2.MochiServices.triggerEvent(pkg.event, pkg.args);
break;
case "events" :
mochi.as2.MochiEvents.triggerEvent(pkg.event, pkg.args);
break;
case "coins" :
mochi.as2.MochiCoins.triggerEvent(pkg.event, pkg.args);
break;
case "social" :
mochi.as2.MochiSocial.triggerEvent(pkg.event, pkg.args);
}
};
_listenChannel.onError = function () {
mochi.as2.MochiServices.onError.apply(null, ["IOError"]);
};
trace("[SERVICES_API] connected!");
_connecting = false;
_connected = true;
while (_sendChannel._queue.length > 0) {
_sendChannel.send(_sendChannelName, "onReceive", _sendChannel._queue.shift());
}
}
}
static function flush(error) {
var _local1;
var _local2;
while (_sendChannel._queue.length > 0) {
_local1 = _sendChannel._queue.shift();
if (_local1.callbackID != null) {
_local2 = _listenChannel._callbacks[_local1.callbackID];
}
delete _listenChannel._callbacks[_local1.callbackID];
if (error) {
handleError(_local1.args, _local2.callbackObject, _local2.callbackMethod);
}
}
}
static function handleError(args, callbackObject, callbackMethod) {
if (args != null) {
if (args.onError != null) {
args.onError.apply(null, ["NotConnected"]);
}
if ((args.options != null) && (args.options.onError != null)) {
args.options.onError.apply(null, ["NotConnected"]);
}
}
if (callbackMethod != null) {
args = {};
args.error = true;
args.errorCode = "NotConnected";
if ((callbackObject != null) && (typeof(callbackMethod) == "string")) {
callbackObject[callbackMethod](args);
} else if (callbackMethod != null) {
callbackMethod.apply(args);
}
}
}
static function send(methodName, args, callbackObject, callbackMethod) {
if (_connected) {
_sendChannel.send(_sendChannelName, "onReceive", {methodName:methodName, args:args, callbackID:_listenChannel._nextcallbackID});
} else {
if ((_clip == undefined) || (!_connecting)) {
trace("Error: MochiServices not connected. Please call MochiServices.connect(). Function: " + methodName);
handleError(args, callbackObject, callbackMethod);
flush(true);
return(undefined);
}
_sendChannel._queue.push({methodName:methodName, args:args, callbackID:_listenChannel._nextcallbackID});
}
_listenChannel._callbacks[_listenChannel._nextcallbackID] = {callbackObject:callbackObject, callbackMethod:callbackMethod};
_listenChannel._nextcallbackID++;
}
static function urlOptions() {
var _local5 = {};
var _local6;
if (_root._url.indexOf("mochiad_options") != -1) {
var _local2 = (_root._url.indexOf("mochiad_options") + "mochiad_options".length) + 1;
_local6 = _root._url.substr(_local2, _root._url.length);
} else if (_root.mochiad_options) {
_local6 = _root.mochiad_options;
}
if (_local6) {
var _local4 = _root.mochiad_options.split("&");
var _local2 = 0;
while (_local2 < _local4.length) {
var _local3 = _local4[_local2].split("=");
_local5[unescape(_local3[0])] = unescape(_local3[1]);
_local2++;
}
}
return(_local5);
}
static function warnID(bid, leaderboard) {
bid = bid.toLowerCase();
if (bid.length != 16) {
trace(("WARNING: " + (leaderboard ? "board" : "game")) + " ID is not the appropriate length");
return(undefined);
}
if (bid == "1e113c7239048b3f") {
if (leaderboard) {
trace("WARNING: Using testing board ID");
} else {
trace("WARNING: Using testing board ID as game ID");
}
return(undefined);
}
if (bid == "84993a1de4031cd8") {
if (leaderboard) {
trace("WARNING: Using testing game ID as board ID");
} else {
trace("WARNING: Using testing game ID");
}
return(undefined);
}
var _local1 = 0;
while (_local1 < bid.length) {
switch (bid.charAt(_local1)) {
case "0" :
case "1" :
case "2" :
case "3" :
case "4" :
case "5" :
case "6" :
case "7" :
case "8" :
case "9" :
case "a" :
case "b" :
case "c" :
case "d" :
case "e" :
case "f" :
break;
default :
trace("WARNING: Board ID contains illegal characters: " + bid);
return(undefined);
}
_local1++;
}
}
static function addLinkEvent(url, burl, btn, onClick) {
var timeout = 1500;
var t0 = getTimer();
var _local2 = new Object();
_local2.mav = getVersion();
_local2.swfv = btn.getSWFVersion() || 6;
_local2.swfurl = btn._url;
_local2.fv = System.capabilities.version;
_local2.os = System.capabilities.os;
_local2.lang = System.capabilities.language;
_local2.scres = (System.capabilities.screenResolutionX + "x") + System.capabilities.screenResolutionY;
var s = "?";
var _local3 = 0;
for (var _local6 in _local2) {
if (_local3 != 0) {
s = s + "&";
}
_local3++;
s = ((s + _local6) + "=") + escape(_local2[_local6]);
}
if (!(netupAttempted || (_connected))) {
var ping = btn.createEmptyMovieClip("ping", 777);
var _local7 = btn.createEmptyMovieClip("nettest", 778);
netupAttempted = true;
ping.loadMovie("http://link.mochiads.com/linkping.swf?t=" + getTimer());
_local7.onEnterFrame = function () {
if ((ping._totalframes > 0) && (ping._totalframes == ping._framesloaded)) {
delete this.onEnterFrame;
} else if ((getTimer() - t0) > timeout) {
delete this.onEnterFrame;
mochi.as2.MochiServices.netup = false;
}
};
}
var _local4 = btn.createEmptyMovieClip("clk", 1001);
_local4._alpha = 0;
_local4.beginFill(1044735);
_local4.moveTo(0, 0);
_local4.lineTo(0, btn._height);
_local4.lineTo(btn._width, btn._height);
_local4.lineTo(btn._width, 0);
_local4.lineTo(0, 0);
_local4.endFill();
_local4.onRelease = function () {
if (mochi.as2.MochiServices.netup) {
getURL (url + s, "_blank");
} else {
getURL (burl, "_blank");
}
if (onClick != undefined) {
onClick();
}
};
}
static function setContainer(clip) {
}
static function stayOnTop(clip) {
}
static function addEventListener(eventType, thisObject, thatObject) {
_dispatcher.addEventListener(eventType, thisObject, thatObject);
}
static function triggerEvent(eventType, args) {
_dispatcher.triggerEvent(eventType, args);
}
static function removeEventListener(eventType, thisObject, thatObject) {
_dispatcher.removeEventListener(eventType, thisObject, thatObject);
}
static var CONNECTED = "onConnected";
static var _servURL = "http://www.mochiads.com/static/lib/services/";
static var _services = "services.swf";
static var _mochiLC = "MochiLC.swf";
static var _listenChannelName = "__ms_";
static var _connecting = false;
static var _connected = false;
static var netup = true;
static var netupAttempted = false;
static var _dispatcher = new mochi.as2.MochiEventDispatcher();
}
Symbol 957 MovieClip [__Packages.mochi.as2.MochiEvents] Frame 0
class mochi.as2.MochiEvents
{
function MochiEvents () {
}
static function getVersion() {
return(mochi.as2.MochiServices.getVersion());
}
static function startSession(achievementID) {
mochi.as2.MochiServices.send("events_beginSession", {achievementID:achievementID}, null, null);
}
static function setNotifications(clip, style) {
var _local2 = {};
for (var _local3 in style) {
_local2[_local3] = style[_local3];
}
_local2.clip = clip;
mochi.as2.MochiServices.send("events_setNotifications", _local2, null, null);
}
static function addEventListener(eventType, thisObject, thatObject) {
_dispatcher.addEventListener(eventType, thisObject, thatObject);
}
static function triggerEvent(eventType, args) {
_dispatcher.triggerEvent(eventType, args);
}
static function removeEventListener(eventType, thisObject, thatObject) {
_dispatcher.removeEventListener(eventType, thisObject, thatObject);
}
static function startPlay(tag) {
if (tag == undefined) {
tag = "gameplay";
}
mochi.as2.MochiServices.send("events_setRoundID", {tag:String(tag)}, null, null);
}
static function endPlay() {
mochi.as2.MochiServices.send("events_clearRoundID", null, null, null);
}
static function trackEvent(tag, value) {
mochi.as2.MochiServices.send("events_trackEvent", {tag:tag, value:value}, null, null);
}
static var ACHIEVEMENT_RECEIVED = "AchievementReceived";
static var ALIGN_TOP_LEFT = "ALIGN_TL";
static var ALIGN_TOP = "ALIGN_T";
static var ALIGN_TOP_RIGHT = "ALIGN_TR";
static var ALIGN_LEFT = "ALIGN_L";
static var ALIGN_CENTER = "ALIGN_C";
static var ALIGN_RIGHT = "ALIGN_R";
static var ALIGN_BOTTOM_LEFT = "ALIGN_BL";
static var ALIGN_BOTTOM = "ALIGN_B";
static var ALIGN_BOTTOM_RIGHT = "ALIGN_BR";
static var FORMAT_SHORT = "ShortForm";
static var FORMAT_LONG = "LongForm";
static var _dispatcher = new mochi.as2.MochiEventDispatcher();
}
Symbol 958 MovieClip [__Packages.mochi.as2.MochiCoins] Frame 0
class mochi.as2.MochiCoins
{
function MochiCoins () {
}
static function getVersion() {
return(mochi.as2.MochiServices.getVersion());
}
static function showStore(options) {
mochi.as2.MochiServices.send("coins_showStore", {options:options}, null, null);
}
static function showItem(options) {
if ((options == undefined) || (typeof(options.item) != "string")) {
trace("ERROR: showItem call must pass an Object with an item key");
return(undefined);
}
mochi.as2.MochiServices.send("coins_showItem", {options:options}, null, null);
}
static function showVideo(options) {
if ((options == undefined) || (typeof(options.item) != "string")) {
trace("ERROR: showVideo call must pass an Object with an item key");
return(undefined);
}
mochi.as2.MochiServices.send("coins_showVideo", {options:options}, null, null);
}
static function getStoreItems() {
mochi.as2.MochiServices.send("coins_getStoreItems");
}
static function requestFunding(properties) {
mochi.as2.MochiServices.send("social_requestFunding", properties);
}
static function addEventListener(eventType, delegate) {
_dispatcher.addEventListener(eventType, delegate);
}
static function triggerEvent(eventType, args) {
_dispatcher.triggerEvent(eventType, args);
}
static function removeEventListener(eventType, delegate) {
_dispatcher.removeEventListener(eventType, delegate);
}
static var STORE_SHOW = "StoreShow";
static var STORE_HIDE = "StoreHide";
static var ITEM_OWNED = "ItemOwned";
static var ITEM_NEW = "ItemNew";
static var STORE_ITEMS = "StoreItems";
static var ERROR = "Error";
static var IO_ERROR = "IOError";
static var NO_USER = "NoUser";
static var _dispatcher = new mochi.as2.MochiEventDispatcher();
}
Symbol 959 MovieClip [__Packages.mochi.as2.MochiSocial] Frame 0
class mochi.as2.MochiSocial
{
function MochiSocial () {
}
static function getVersion() {
return(mochi.as2.MochiServices.getVersion());
}
static function showLoginWidget(options) {
mochi.as2.MochiServices.setContainer();
mochi.as2.MochiServices.stayOnTop();
mochi.as2.MochiServices.send("social_showLoginWidget", {options:options});
}
static function hideLoginWidget() {
mochi.as2.MochiServices.send("social_hideLoginWidget");
}
static function requestLogin(properties) {
mochi.as2.MochiServices.send("social_requestLogin", properties);
}
static function getFriendsList(properties) {
mochi.as2.MochiServices.send("social_getFriendsList", properties);
}
static function postToStream(properties) {
mochi.as2.MochiServices.send("social_postToStream", properties);
}
static function inviteFriends(properties) {
mochi.as2.MochiServices.send("social_inviteFriends", properties);
}
static function requestFan(properties) {
mochi.as2.MochiServices.send("social_requestFan", properties);
}
static function saveUserProperties(properties) {
mochi.as2.MochiServices.send("social_saveUserProperties", properties);
}
static function addEventListener(eventType, delegate) {
_dispatcher.addEventListener(eventType, delegate);
}
static function triggerEvent(eventType, args) {
_dispatcher.triggerEvent(eventType, args);
}
static function removeEventListener(eventType, delegate) {
_dispatcher.removeEventListener(eventType, delegate);
}
static var LOGGED_IN = "LoggedIn";
static var LOGGED_OUT = "LoggedOut";
static var LOGIN_SHOW = "LoginShow";
static var LOGIN_HIDE = "LoginHide";
static var LOGIN_SHOWN = "LoginShown";
static var PROFILE_SHOW = "ProfileShow";
static var PROFILE_HIDE = "ProfileHide";
static var PROPERTIES_SAVED = "PropertySaved";
static var WIDGET_LOADED = "WidgetLoaded";
static var FRIEND_LIST = "FriendsList";
static var PROFILE_DATA = "ProfileData";
static var GAMEPLAY_DATA = "GameplayData";
static var ACTION_CANCELED = "onCancel";
static var ACTION_COMPLETE = "onComplete";
static var USER_INFO = "UserInfo";
static var ERROR = "Error";
static var IO_ERROR = "IOError";
static var NO_USER = "NoUser";
static var PROPERTIES_SIZE = "PropertiesSize";
static var _dispatcher = new mochi.as2.MochiEventDispatcher();
}
Symbol 206 MovieClip Frame 174
_root.play();
Symbol 208 Button
on (release) {
getURL ("http://www.addictinggames.com/", _blank);
}
Symbol 213 Button
on (press) {
getURL ("http://www.ironzilla.com/", _blank);
}
Symbol 219 MovieClip Frame 1
kirupaSound4 = new Sound();
kirupaSound4.attachSound("hjammer");
kirupaSound4.start(0, 1);
Symbol 219 MovieClip Frame 113
_root.gotoAndPlay(49);
Symbol 229 Button
on (rollOver) {
if (_root.oclose == 0) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("overbeep");
kirupaSound4.start(0, 1);
}
}
on (release) {
if (_root.oclose == 0) {
_root.eqnormal = 1;
_root.welcome = 0;
_root.medalget = 0;
savefile.clear();
savefile.data.highscore = 0;
savefile.data.medals = 0;
savefile.data.tip1 = 1;
savefile.data.bgson = 1;
savefile.data.evonormal = 1;
savefile.data.evobomb = 0;
savefile.data.evospeed = 0;
savefile.data.evodark = 0;
savefile.data.evogreen = 0;
savefile.data.evored = 0;
savefile.data.evoyellow = 0;
savefile.data.evopurple = 0;
savefile.data.eqnormal = 1;
savefile.data.eqbomb = 0;
savefile.data.eqspeed = 0;
savefile.data.eqdark = 0;
savefile.data.eqgreen = 0;
savefile.data.eqred = 0;
savefile.data.eqyellow = 0;
savefile.data.eqpurple = 0;
savefile.data.ach1 = 0;
savefile.data.ach2 = 0;
savefile.data.ach3 = 0;
savefile.data.ach4 = 0;
savefile.data.ach5 = 0;
savefile.data.ach6 = 0;
savefile.data.ach7 = 0;
savefile.data.ach8 = 0;
savefile.data.ach9 = 0;
savefile.data.ach10 = 0;
savefile.data.ach11 = 0;
savefile.data.ach12 = 0;
savefile.data.ach13 = 0;
savefile.data.ach14 = 0;
savefile.data.ach15 = 0;
savefile.data.ach16 = 0;
savefile.data.ach17 = 0;
savefile.data.ach18 = 0;
savefile.data.ach19 = 0;
savefile.data.ach20 = 0;
savefile.data.ach21 = 0;
savefile.data.ach22 = 0;
savefile.data.ach23 = 0;
savefile.data.ach24 = 0;
savefile.data.achplay1 = 0;
savefile.data.achplay2 = 0;
savefile.data.achplay3 = 0;
savefile.data.achplay4 = 0;
savefile.data.achplay5 = 0;
savefile.data.achplay6 = 0;
savefile.data.achplay7 = 0;
savefile.data.achplay8 = 0;
savefile.data.achplay9 = 0;
savefile.data.achplay10 = 0;
savefile.data.achplay11 = 0;
savefile.data.achplay12 = 0;
savefile.data.achplay13 = 0;
savefile.data.achplay14 = 0;
savefile.data.achplay15 = 0;
savefile.data.achplay16 = 0;
savefile.data.achplay17 = 0;
savefile.data.achplay18 = 0;
savefile.data.achplay19 = 0;
savefile.data.achplay20 = 0;
savefile.data.achplay21 = 0;
savefile.data.achplay22 = 0;
savefile.data.achplay23 = 0;
savefile.data.achplay24 = 0;
savefile.data.survivor = 0;
savefile.data.collector = 0;
savefile.data.quickness = 0;
savefile.data.gamescore = 0;
_root.gotoAndStop(70);
}
}
Symbol 233 Button
on (rollOver) {
if (_root.oclose == 1) {
btn.enabled = false;
}
if (_root.oclose == 0) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("overbeep");
kirupaSound4.start(0, 1);
}
}
on (release) {
if (_root.oclose == 0) {
_root.textblock.gotoAndStop(3);
}
}
Symbol 236 Button
on (rollOver) {
if (_root.oclose == 1) {
btn.enabled = false;
}
if (_root.oclose == 0) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("overbeep");
kirupaSound4.start(0, 1);
}
}
on (release) {
if (_root.oclose == 0) {
getURL ("http://www.addictinggames.com/", _blank);
}
}
Symbol 238 Button
on (rollOver) {
if (_root.oclose == 1) {
btn.enabled = false;
}
if (_root.oclose == 0) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("overbeep");
kirupaSound4.start(0, 1);
}
}
on (release) {
if (_root.oclose == 0) {
getURL ("http://www.ironzilla.com/", _blank);
}
}
Symbol 242 Button
on (rollOver) {
if (_root.oclose == 1) {
btn.enabled = false;
}
if (_root.oclose == 0) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("overbeep");
kirupaSound4.start(0, 1);
}
}
on (press) {
if (savefile.data.highscore == undefined) {
_root.textblock.gotoAndStop(4);
} else {
_root.medalget = 2;
_root.welcome = 1;
_root.gotoAndStop(120);
}
}
Symbol 246 Button
on (rollOver) {
if (_root.oclose == 1) {
btn.enabled = false;
}
if (_root.oclose == 0) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("overbeep");
kirupaSound4.start(0, 1);
}
}
on (release) {
if (_root.oclose == 0) {
_root.textblock.gotoAndStop(2);
}
}
Symbol 247 Button
on (rollOver) {
if (_root.oclose == 1) {
btn.enabled = false;
}
if (_root.oclose == 0) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("overbeep");
kirupaSound4.start(0, 1);
}
}
on (release) {
if (_root.oclose == 0) {
getURL ("http://www.addictinggames.com/", _blank);
}
}
Symbol 252 Button
on (rollOver) {
btn.useHandCursor = false;
}
Symbol 260 Button
on (rollOver) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("overbeep");
kirupaSound4.start(0, 1);
}
on (press) {
gotoAndStop (1);
}
Symbol 263 MovieClip Frame 9
stop();
Symbol 266 Button
on (rollOver) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("overbeep");
kirupaSound4.start(0, 1);
}
on (release) {
getURL ("http://www.ironzilla.com/", _blank);
}
Symbol 268 Button
on (release) {
code22 = code22 + 1;
if (code22 == 22) {
gotoAndPlay (5);
}
}
Symbol 280 Button
on (rollOver) {
if (_root.oclose == 0) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("overbeep");
kirupaSound4.start(0, 1);
}
}
on (release) {
_root.eqnormal = 1;
_root.welcome = 0;
_root.medalget = 0;
savefile.clear();
stopAllSounds();
_root.medals = 22;
_root.highscore = 2221991 /* 0x21E7A7 */;
_root.gotoAndStop(120);
}
Symbol 283 MovieClip Frame 1
_root.oclose = 0;
code22 = 0;
stop();
Symbol 283 MovieClip Frame 2
_root.oclose = 1;
Symbol 283 MovieClip Frame 3
_root.oclose = 1;
Symbol 283 MovieClip Frame 4
_root.oclose = 1;
Symbol 283 MovieClip Frame 5
_root.oclose = 1;
Symbol 283 MovieClip Frame 299
_root.gotoAndStop(2);
Symbol 285 MovieClip Frame 31
stop();
Symbol 302 Button
on (release) {
_root.gotoAndPlay(99);
}
Symbol 305 Button
on (release) {
play();
}
Symbol 310 Button
on (release) {
_root.play();
}
Symbol 311 MovieClip Frame 94
stop();
Symbol 311 MovieClip Frame 124
stop();
Symbol 311 MovieClip Frame 154
stop();
Symbol 313 MovieClip Frame 45
stop();
Symbol 317 MovieClip Frame 59
stop();
Symbol 344 MovieClip Frame 1
stop();
Symbol 344 MovieClip Frame 2
if (moveleft == 1) {
this.gotoAndPlay(16);
}
Symbol 344 MovieClip Frame 3
if (moveleft == 1) {
this.gotoAndPlay(16);
}
Symbol 344 MovieClip Frame 4
if (moveleft == 1) {
this.gotoAndPlay(16);
}
Symbol 344 MovieClip Frame 5
if (moveleft == 1) {
this.gotoAndPlay(16);
}
Symbol 344 MovieClip Frame 6
if (moveleft == 1) {
this.gotoAndPlay(16);
}
Symbol 344 MovieClip Frame 7
if (moveleft == 1) {
this.gotoAndPlay(16);
}
Symbol 344 MovieClip Frame 8
if (moveleft == 1) {
this.gotoAndPlay(16);
}
Symbol 344 MovieClip Frame 9
if (moveleft == 1) {
this.gotoAndPlay(16);
}
Symbol 344 MovieClip Frame 10
if (moveleft == 1) {
this.gotoAndPlay(16);
}
Symbol 344 MovieClip Frame 11
if (moveleft == 1) {
this.gotoAndPlay(16);
}
Symbol 344 MovieClip Frame 12
if (moveleft == 1) {
this.gotoAndPlay(16);
}
Symbol 344 MovieClip Frame 13
if (moveleft == 1) {
this.gotoAndPlay(16);
}
Symbol 344 MovieClip Frame 14
if (moveleft == 0) {
gotoAndStop (1);
}
Symbol 344 MovieClip Frame 15
stop();
Symbol 344 MovieClip Frame 16
if (moveleft == 0) {
this.gotoAndPlay(1);
}
Symbol 344 MovieClip Frame 17
if (moveleft == 0) {
this.gotoAndPlay(1);
}
Symbol 344 MovieClip Frame 18
if (moveleft == 0) {
this.gotoAndPlay(1);
}
Symbol 344 MovieClip Frame 19
if (moveleft == 0) {
this.gotoAndPlay(1);
}
Symbol 344 MovieClip Frame 20
if (moveleft == 0) {
this.gotoAndPlay(1);
}
Symbol 344 MovieClip Frame 21
if (moveleft == 0) {
this.gotoAndPlay(1);
}
Symbol 344 MovieClip Frame 22
if (moveleft == 0) {
this.gotoAndPlay(1);
}
Symbol 344 MovieClip Frame 23
if (moveleft == 0) {
this.gotoAndPlay(1);
}
Symbol 344 MovieClip Frame 24
if (moveleft == 0) {
this.gotoAndPlay(1);
}
Symbol 344 MovieClip Frame 25
if (moveleft == 0) {
this.gotoAndPlay(1);
}
Symbol 344 MovieClip Frame 26
if (moveleft == 0) {
this.gotoAndPlay(1);
}
Symbol 344 MovieClip Frame 27
if (moveleft == 0) {
this.gotoAndPlay(1);
}
Symbol 344 MovieClip Frame 28
if (moveleft == 1) {
gotoAndStop (15);
}
Symbol 348 MovieClip Frame 59
stop();
Symbol 365 MovieClip Frame 99
stop();
Symbol 381 MovieClip Frame 60
stop();
Symbol 384 MovieClip Frame 93
stop();
Symbol 384 MovieClip Frame 175
_root.right_wall._x = 700;
Symbol 384 MovieClip Frame 205
stop();
Symbol 407 MovieClip Frame 1
stop();
Instance of Symbol 395 MovieClip in Symbol 407 MovieClip Frame 1
onClipEvent (load) {
if (_root.eqnormal == 1) {
this.gotoAndStop(1);
}
if (_root.eqred == 1) {
this.gotoAndStop(2);
}
if (_root.eqyellow == 1) {
this.gotoAndStop(3);
}
if (_root.eqpurple == 1) {
this.gotoAndStop(4);
}
if (_root.eqgreen == 1) {
this.gotoAndStop(5);
}
if (_root.eqdark == 1) {
this.gotoAndStop(6);
}
if (_root.eqbomb == 1) {
this.gotoAndStop(8);
}
if (_root.eqspeed == 1) {
this.gotoAndStop(9);
}
}
Symbol 407 MovieClip Frame 2
if (moveleft == 1) {
this.gotoAndPlay(16);
}
Symbol 407 MovieClip Frame 3
if (moveleft == 1) {
this.gotoAndPlay(16);
}
Symbol 407 MovieClip Frame 4
if (moveleft == 1) {
this.gotoAndPlay(16);
}
Symbol 407 MovieClip Frame 5
if (moveleft == 1) {
this.gotoAndPlay(16);
}
Symbol 407 MovieClip Frame 6
if (moveleft == 1) {
this.gotoAndPlay(16);
}
Symbol 407 MovieClip Frame 7
if (moveleft == 1) {
this.gotoAndPlay(16);
}
Symbol 407 MovieClip Frame 8
if (moveleft == 1) {
this.gotoAndPlay(16);
}
Symbol 407 MovieClip Frame 9
if (moveleft == 1) {
this.gotoAndPlay(16);
}
Symbol 407 MovieClip Frame 10
if (moveleft == 1) {
this.gotoAndPlay(16);
}
Symbol 407 MovieClip Frame 11
if (moveleft == 1) {
this.gotoAndPlay(16);
}
Symbol 407 MovieClip Frame 12
if (moveleft == 1) {
this.gotoAndPlay(16);
}
Symbol 407 MovieClip Frame 13
if (moveleft == 1) {
this.gotoAndPlay(16);
}
Symbol 407 MovieClip Frame 14
if (moveleft == 0) {
gotoAndStop (1);
}
Symbol 407 MovieClip Frame 15
stop();
Symbol 407 MovieClip Frame 16
if (moveleft == 0) {
this.gotoAndPlay(1);
}
Symbol 407 MovieClip Frame 17
if (moveleft == 0) {
this.gotoAndPlay(1);
}
Symbol 407 MovieClip Frame 18
if (moveleft == 0) {
this.gotoAndPlay(1);
}
Symbol 407 MovieClip Frame 19
if (moveleft == 0) {
this.gotoAndPlay(1);
}
Symbol 407 MovieClip Frame 20
if (moveleft == 0) {
this.gotoAndPlay(1);
}
Symbol 407 MovieClip Frame 21
if (moveleft == 0) {
this.gotoAndPlay(1);
}
Symbol 407 MovieClip Frame 22
if (moveleft == 0) {
this.gotoAndPlay(1);
}
Symbol 407 MovieClip Frame 23
if (moveleft == 0) {
this.gotoAndPlay(1);
}
Symbol 407 MovieClip Frame 24
if (moveleft == 0) {
this.gotoAndPlay(1);
}
Symbol 407 MovieClip Frame 25
if (moveleft == 0) {
this.gotoAndPlay(1);
}
Symbol 407 MovieClip Frame 26
if (moveleft == 0) {
this.gotoAndPlay(1);
}
Symbol 407 MovieClip Frame 27
if (moveleft == 0) {
this.gotoAndPlay(1);
}
Symbol 407 MovieClip Frame 28
if (moveleft == 1) {
gotoAndStop (15);
}
Symbol 407 MovieClip Frame 29
gotoAndPlay (1);
Symbol 407 MovieClip Frame 30
gotoAndPlay (1);
Symbol 407 MovieClip Frame 31
gotoAndPlay (1);
Symbol 407 MovieClip Frame 32
stopAllSounds();
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("spacesound");
kirupaSound4.start(0, 1);
}
_root.mcalive = 0;
friction = 0;
Symbol 407 MovieClip Frame 54
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("explode");
kirupaSound4.start(0, 1);
}
Symbol 407 MovieClip Frame 73
this._y = 50000;
this._x = -50000;
Symbol 407 MovieClip Frame 110
_root.survivor = _root.survivor + 1;
stopAllSounds();
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("menubg");
kirupaSound4.start(0, 99);
}
_root.gotoAndPlay(119);
Symbol 417 MovieClip Frame 165
reseta();
Symbol 423 MovieClip Frame 48
_root.play();
Symbol 435 MovieClip Frame 1
stop();
Symbol 435 MovieClip Frame 160
_root.combometer.combo = 0;
Symbol 451 MovieClip Frame 1
stop();
Symbol 451 MovieClip Frame 2
speed = 0;
Symbol 451 MovieClip Frame 14
rmissile();
Symbol 464 MovieClip Frame 1
stop();
Symbol 464 MovieClip Frame 2
booster = 1;
this._rotation = 180;
Symbol 464 MovieClip Frame 18
booster = 1;
gotoAndPlay (10);
Symbol 464 MovieClip Frame 19
speed = 0;
Symbol 464 MovieClip Frame 31
rmissile();
Instance of Symbol 471 MovieClip in Symbol 472 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
}
Instance of Symbol 471 MovieClip in Symbol 472 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
}
}
Instance of Symbol 471 MovieClip in Symbol 472 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
}
}
Instance of Symbol 471 MovieClip in Symbol 472 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
}
}
Instance of Symbol 471 MovieClip in Symbol 472 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
}
}
Instance of Symbol 471 MovieClip in Symbol 474 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
}
}
Instance of Symbol 471 MovieClip in Symbol 474 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
}
}
Instance of Symbol 471 MovieClip in Symbol 474 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
}
}
Instance of Symbol 471 MovieClip in Symbol 474 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
}
}
Symbol 475 MovieClip Frame 20
if (_root.gamelevel < 12) {
this.gotoAndPlay(1);
}
if (_root.gamelevel >= 12) {
play();
}
Symbol 475 MovieClip Frame 25
shoot = Math.floor(Math.random() * 90) + 1;
if (shoot >= 1) {
if (shoot <= 88) {
gotoAndPlay (1);
}
}
if (shoot >= 89) {
gotoAndPlay (26);
}
Symbol 475 MovieClip Frame 351
_root.ach9 = 1;
Symbol 482 MovieClip Frame 15
if (_root.gamelevel < 20) {
this.gotoAndPlay(1);
}
if (_root.gamelevel >= 20) {
play();
}
Symbol 482 MovieClip Frame 29
shoot = Math.floor(Math.random() * 60) + 1;
if (shoot >= 1) {
if (shoot <= 58) {
gotoAndPlay (1);
}
}
if (shoot >= 59) {
gotoAndPlay (31);
}
Instance of Symbol 471 MovieClip in Symbol 482 MovieClip Frame 174
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
}
Instance of Symbol 471 MovieClip in Symbol 482 MovieClip Frame 174
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
}
}
Symbol 482 MovieClip Frame 204
_root.ach13 = 1;
Symbol 482 MovieClip Frame 235
rportal();
Instance of Symbol 471 MovieClip in Symbol 490 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
}
}
Instance of Symbol 471 MovieClip in Symbol 490 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
}
}
Instance of Symbol 471 MovieClip in Symbol 490 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
}
}
Symbol 491 MovieClip Frame 25
if (_root.gamelevel < 5) {
gotoAndPlay (1);
}
if (_root.gamelevel >= 5) {
play();
}
Symbol 491 MovieClip Frame 49
shoot = Math.floor(Math.random() * 50) + 1;
if (shoot >= 1) {
if (shoot <= 48) {
gotoAndPlay (1);
}
}
if (shoot >= 49) {
gotoAndPlay (51);
}
Symbol 491 MovieClip Frame 181
_root.ach11 = 1;
rdrill();
Instance of Symbol 471 MovieClip in Symbol 493 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.ach12 = 1;
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
}
}
Symbol 496 MovieClip Frame 30
if (_root.gamelevel < 10) {
gotoAndPlay (1);
}
if (_root.gamelevel >= 10) {
play();
}
Symbol 496 MovieClip Frame 49
shoot = Math.floor(Math.random() * 101) + 1;
if (shoot >= 1) {
if (shoot <= 99) {
gotoAndPlay (1);
}
}
if (shoot >= 100) {
gotoAndPlay (51);
}
Instance of Symbol 494 MovieClip in Symbol 496 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (_root.eqpurple == 1) {
if (hitTest(_root.phit) == true) {
if (this._y >= (_root.mc1._y + 3)) {
this._y = this._y - speed;
}
if (this._x >= (_root.mc1._x + 20)) {
this._x = this._x - speed;
}
if (this._y <= (_root.mc1._y + 3)) {
this._y = this._y + speed;
}
if (this._x <= (_root.mc1._x + 20)) {
this._x = this._x + speed;
}
}
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.ppoint._y = _root.mc1._y - 0;
_root.ppoint._x = _root.mc1._x + 20;
_root.ppoint.play();
if (_root.eqgreen == 1) {
_root.pbar.gotoAndStop(1);
_root.pbar2.gotoAndPlay(2);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
if (_root.eqgreen == 0) {
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 494 MovieClip in Symbol 496 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (_root.eqpurple == 1) {
if (hitTest(_root.phit) == true) {
if (this._y >= (_root.mc1._y + 3)) {
this._y = this._y - speed;
}
if (this._x >= (_root.mc1._x + 20)) {
this._x = this._x - speed;
}
if (this._y <= (_root.mc1._y + 3)) {
this._y = this._y + speed;
}
if (this._x <= (_root.mc1._x + 20)) {
this._x = this._x + speed;
}
}
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.ppoint._y = _root.mc1._y - 0;
_root.ppoint._x = _root.mc1._x + 20;
_root.ppoint.play();
if (_root.eqgreen == 1) {
_root.pbar.gotoAndStop(1);
_root.pbar2.gotoAndPlay(2);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
if (_root.eqgreen == 0) {
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 494 MovieClip in Symbol 496 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (_root.eqpurple == 1) {
if (hitTest(_root.phit) == true) {
if (this._y >= (_root.mc1._y + 3)) {
this._y = this._y - speed;
}
if (this._x >= (_root.mc1._x + 20)) {
this._x = this._x - speed;
}
if (this._y <= (_root.mc1._y + 3)) {
this._y = this._y + speed;
}
if (this._x <= (_root.mc1._x + 20)) {
this._x = this._x + speed;
}
}
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.ppoint._y = _root.mc1._y - 0;
_root.ppoint._x = _root.mc1._x + 20;
_root.ppoint.play();
if (_root.eqgreen == 1) {
_root.pbar.gotoAndStop(1);
_root.pbar2.gotoAndPlay(2);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
if (_root.eqgreen == 0) {
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 494 MovieClip in Symbol 496 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (_root.eqpurple == 1) {
if (hitTest(_root.phit) == true) {
if (this._y >= (_root.mc1._y + 3)) {
this._y = this._y - speed;
}
if (this._x >= (_root.mc1._x + 20)) {
this._x = this._x - speed;
}
if (this._y <= (_root.mc1._y + 3)) {
this._y = this._y + speed;
}
if (this._x <= (_root.mc1._x + 20)) {
this._x = this._x + speed;
}
}
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.ppoint._y = _root.mc1._y - 0;
_root.ppoint._x = _root.mc1._x + 20;
_root.ppoint.play();
if (_root.eqgreen == 1) {
_root.pbar.gotoAndStop(1);
_root.pbar2.gotoAndPlay(2);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
if (_root.eqgreen == 0) {
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 494 MovieClip in Symbol 496 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (_root.eqpurple == 1) {
if (hitTest(_root.phit) == true) {
if (this._y >= (_root.mc1._y + 3)) {
this._y = this._y - speed;
}
if (this._x >= (_root.mc1._x + 20)) {
this._x = this._x - speed;
}
if (this._y <= (_root.mc1._y + 3)) {
this._y = this._y + speed;
}
if (this._x <= (_root.mc1._x + 20)) {
this._x = this._x + speed;
}
}
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.ppoint._y = _root.mc1._y - 0;
_root.ppoint._x = _root.mc1._x + 20;
_root.ppoint.play();
if (_root.eqgreen == 1) {
_root.pbar.gotoAndStop(1);
_root.pbar2.gotoAndPlay(2);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
if (_root.eqgreen == 0) {
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 494 MovieClip in Symbol 496 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (_root.eqpurple == 1) {
if (hitTest(_root.phit) == true) {
if (this._y >= (_root.mc1._y + 3)) {
this._y = this._y - speed;
}
if (this._x >= (_root.mc1._x + 20)) {
this._x = this._x - speed;
}
if (this._y <= (_root.mc1._y + 3)) {
this._y = this._y + speed;
}
if (this._x <= (_root.mc1._x + 20)) {
this._x = this._x + speed;
}
}
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.ppoint._y = _root.mc1._y - 0;
_root.ppoint._x = _root.mc1._x + 20;
_root.ppoint.play();
if (_root.eqgreen == 1) {
_root.pbar.gotoAndStop(1);
_root.pbar2.gotoAndPlay(2);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
if (_root.eqgreen == 0) {
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 494 MovieClip in Symbol 496 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (_root.eqpurple == 1) {
if (hitTest(_root.phit) == true) {
if (this._y >= (_root.mc1._y + 3)) {
this._y = this._y - speed;
}
if (this._x >= (_root.mc1._x + 20)) {
this._x = this._x - speed;
}
if (this._y <= (_root.mc1._y + 3)) {
this._y = this._y + speed;
}
if (this._x <= (_root.mc1._x + 20)) {
this._x = this._x + speed;
}
}
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.ppoint._y = _root.mc1._y - 0;
_root.ppoint._x = _root.mc1._x + 20;
_root.ppoint.play();
if (_root.eqgreen == 1) {
_root.pbar.gotoAndStop(1);
_root.pbar2.gotoAndPlay(2);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
if (_root.eqgreen == 0) {
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 494 MovieClip in Symbol 496 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (_root.eqpurple == 1) {
if (hitTest(_root.phit) == true) {
if (this._y >= (_root.mc1._y + 3)) {
this._y = this._y - speed;
}
if (this._x >= (_root.mc1._x + 20)) {
this._x = this._x - speed;
}
if (this._y <= (_root.mc1._y + 3)) {
this._y = this._y + speed;
}
if (this._x <= (_root.mc1._x + 20)) {
this._x = this._x + speed;
}
}
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.ppoint._y = _root.mc1._y - 0;
_root.ppoint._x = _root.mc1._x + 20;
_root.ppoint.play();
if (_root.eqgreen == 1) {
_root.pbar.gotoAndStop(1);
_root.pbar2.gotoAndPlay(2);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
if (_root.eqgreen == 0) {
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 494 MovieClip in Symbol 496 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (_root.eqpurple == 1) {
if (hitTest(_root.phit) == true) {
if (this._y >= (_root.mc1._y + 3)) {
this._y = this._y - speed;
}
if (this._x >= (_root.mc1._x + 20)) {
this._x = this._x - speed;
}
if (this._y <= (_root.mc1._y + 3)) {
this._y = this._y + speed;
}
if (this._x <= (_root.mc1._x + 20)) {
this._x = this._x + speed;
}
}
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.ppoint._y = _root.mc1._y - 0;
_root.ppoint._x = _root.mc1._x + 20;
_root.ppoint.play();
if (_root.eqgreen == 1) {
_root.pbar.gotoAndStop(1);
_root.pbar2.gotoAndPlay(2);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
if (_root.eqgreen == 0) {
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 494 MovieClip in Symbol 496 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (_root.eqpurple == 1) {
if (hitTest(_root.phit) == true) {
if (this._y >= (_root.mc1._y + 3)) {
this._y = this._y - speed;
}
if (this._x >= (_root.mc1._x + 20)) {
this._x = this._x - speed;
}
if (this._y <= (_root.mc1._y + 3)) {
this._y = this._y + speed;
}
if (this._x <= (_root.mc1._x + 20)) {
this._x = this._x + speed;
}
}
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.ppoint._y = _root.mc1._y - 0;
_root.ppoint._x = _root.mc1._x + 20;
_root.ppoint.play();
if (_root.eqgreen == 1) {
_root.pbar.gotoAndStop(1);
_root.pbar2.gotoAndPlay(2);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
if (_root.eqgreen == 0) {
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 494 MovieClip in Symbol 496 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (_root.eqpurple == 1) {
if (hitTest(_root.phit) == true) {
if (this._y >= (_root.mc1._y + 3)) {
this._y = this._y - speed;
}
if (this._x >= (_root.mc1._x + 20)) {
this._x = this._x - speed;
}
if (this._y <= (_root.mc1._y + 3)) {
this._y = this._y + speed;
}
if (this._x <= (_root.mc1._x + 20)) {
this._x = this._x + speed;
}
}
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.ppoint._y = _root.mc1._y - 0;
_root.ppoint._x = _root.mc1._x + 20;
_root.ppoint.play();
if (_root.eqgreen == 1) {
_root.pbar.gotoAndStop(1);
_root.pbar2.gotoAndPlay(2);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
if (_root.eqgreen == 0) {
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 494 MovieClip in Symbol 496 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (_root.eqpurple == 1) {
if (hitTest(_root.phit) == true) {
if (this._y >= (_root.mc1._y + 3)) {
this._y = this._y - speed;
}
if (this._x >= (_root.mc1._x + 20)) {
this._x = this._x - speed;
}
if (this._y <= (_root.mc1._y + 3)) {
this._y = this._y + speed;
}
if (this._x <= (_root.mc1._x + 20)) {
this._x = this._x + speed;
}
}
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.ppoint._y = _root.mc1._y - 0;
_root.ppoint._x = _root.mc1._x + 20;
_root.ppoint.play();
if (_root.eqgreen == 1) {
_root.pbar.gotoAndStop(1);
_root.pbar2.gotoAndPlay(2);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
if (_root.eqgreen == 0) {
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 494 MovieClip in Symbol 496 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (_root.eqpurple == 1) {
if (hitTest(_root.phit) == true) {
if (this._y >= (_root.mc1._y + 3)) {
this._y = this._y - speed;
}
if (this._x >= (_root.mc1._x + 20)) {
this._x = this._x - speed;
}
if (this._y <= (_root.mc1._y + 3)) {
this._y = this._y + speed;
}
if (this._x <= (_root.mc1._x + 20)) {
this._x = this._x + speed;
}
}
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.ppoint._y = _root.mc1._y - 0;
_root.ppoint._x = _root.mc1._x + 20;
_root.ppoint.play();
if (_root.eqgreen == 1) {
_root.pbar.gotoAndStop(1);
_root.pbar2.gotoAndPlay(2);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
if (_root.eqgreen == 0) {
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 494 MovieClip in Symbol 496 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (_root.eqpurple == 1) {
if (hitTest(_root.phit) == true) {
if (this._y >= (_root.mc1._y + 3)) {
this._y = this._y - speed;
}
if (this._x >= (_root.mc1._x + 20)) {
this._x = this._x - speed;
}
if (this._y <= (_root.mc1._y + 3)) {
this._y = this._y + speed;
}
if (this._x <= (_root.mc1._x + 20)) {
this._x = this._x + speed;
}
}
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.ppoint._y = _root.mc1._y - 0;
_root.ppoint._x = _root.mc1._x + 20;
_root.ppoint.play();
if (_root.eqgreen == 1) {
_root.pbar.gotoAndStop(1);
_root.pbar2.gotoAndPlay(2);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
if (_root.eqgreen == 0) {
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 494 MovieClip in Symbol 496 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (_root.eqpurple == 1) {
if (hitTest(_root.phit) == true) {
if (this._y >= (_root.mc1._y + 3)) {
this._y = this._y - speed;
}
if (this._x >= (_root.mc1._x + 20)) {
this._x = this._x - speed;
}
if (this._y <= (_root.mc1._y + 3)) {
this._y = this._y + speed;
}
if (this._x <= (_root.mc1._x + 20)) {
this._x = this._x + speed;
}
}
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.ppoint._y = _root.mc1._y - 0;
_root.ppoint._x = _root.mc1._x + 20;
_root.ppoint.play();
if (_root.eqgreen == 1) {
_root.pbar.gotoAndStop(1);
_root.pbar2.gotoAndPlay(2);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
if (_root.eqgreen == 0) {
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 494 MovieClip in Symbol 496 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (_root.eqpurple == 1) {
if (hitTest(_root.phit) == true) {
if (this._y >= (_root.mc1._y + 3)) {
this._y = this._y - speed;
}
if (this._x >= (_root.mc1._x + 20)) {
this._x = this._x - speed;
}
if (this._y <= (_root.mc1._y + 3)) {
this._y = this._y + speed;
}
if (this._x <= (_root.mc1._x + 20)) {
this._x = this._x + speed;
}
}
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.ppoint._y = _root.mc1._y - 0;
_root.ppoint._x = _root.mc1._x + 20;
_root.ppoint.play();
if (_root.eqgreen == 1) {
_root.pbar.gotoAndStop(1);
_root.pbar2.gotoAndPlay(2);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
if (_root.eqgreen == 0) {
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 494 MovieClip in Symbol 496 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (_root.eqpurple == 1) {
if (hitTest(_root.phit) == true) {
if (this._y >= (_root.mc1._y + 3)) {
this._y = this._y - speed;
}
if (this._x >= (_root.mc1._x + 20)) {
this._x = this._x - speed;
}
if (this._y <= (_root.mc1._y + 3)) {
this._y = this._y + speed;
}
if (this._x <= (_root.mc1._x + 20)) {
this._x = this._x + speed;
}
}
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.ppoint._y = _root.mc1._y - 0;
_root.ppoint._x = _root.mc1._x + 20;
_root.ppoint.play();
if (_root.eqgreen == 1) {
_root.pbar.gotoAndStop(1);
_root.pbar2.gotoAndPlay(2);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
if (_root.eqgreen == 0) {
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 494 MovieClip in Symbol 496 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (_root.eqpurple == 1) {
if (hitTest(_root.phit) == true) {
if (this._y >= (_root.mc1._y + 3)) {
this._y = this._y - speed;
}
if (this._x >= (_root.mc1._x + 20)) {
this._x = this._x - speed;
}
if (this._y <= (_root.mc1._y + 3)) {
this._y = this._y + speed;
}
if (this._x <= (_root.mc1._x + 20)) {
this._x = this._x + speed;
}
}
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.ppoint._y = _root.mc1._y - 0;
_root.ppoint._x = _root.mc1._x + 20;
_root.ppoint.play();
if (_root.eqgreen == 1) {
_root.pbar.gotoAndStop(1);
_root.pbar2.gotoAndPlay(2);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
if (_root.eqgreen == 0) {
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 494 MovieClip in Symbol 496 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (_root.eqpurple == 1) {
if (hitTest(_root.phit) == true) {
if (this._y >= (_root.mc1._y + 3)) {
this._y = this._y - speed;
}
if (this._x >= (_root.mc1._x + 20)) {
this._x = this._x - speed;
}
if (this._y <= (_root.mc1._y + 3)) {
this._y = this._y + speed;
}
if (this._x <= (_root.mc1._x + 20)) {
this._x = this._x + speed;
}
}
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.ppoint._y = _root.mc1._y - 0;
_root.ppoint._x = _root.mc1._x + 20;
_root.ppoint.play();
if (_root.eqgreen == 1) {
_root.pbar.gotoAndStop(1);
_root.pbar2.gotoAndPlay(2);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
if (_root.eqgreen == 0) {
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 494 MovieClip in Symbol 496 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (_root.eqpurple == 1) {
if (hitTest(_root.phit) == true) {
if (this._y >= (_root.mc1._y + 3)) {
this._y = this._y - speed;
}
if (this._x >= (_root.mc1._x + 20)) {
this._x = this._x - speed;
}
if (this._y <= (_root.mc1._y + 3)) {
this._y = this._y + speed;
}
if (this._x <= (_root.mc1._x + 20)) {
this._x = this._x + speed;
}
}
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.ppoint._y = _root.mc1._y - 0;
_root.ppoint._x = _root.mc1._x + 20;
_root.ppoint.play();
if (_root.eqgreen == 1) {
_root.pbar.gotoAndStop(1);
_root.pbar2.gotoAndPlay(2);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
if (_root.eqgreen == 0) {
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
}
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 330
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 330
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 330
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 330
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 330
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 330
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 330
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 330
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 330
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 330
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 330
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 330
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 330
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 330
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 330
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 330
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 330
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 330
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 330
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 330
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 330
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 330
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 330
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 330
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 330
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 330
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 330
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 330
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 330
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
this._x = 50000;
this._y = 50000;
}
}
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 330
onClipEvent (enterFrame) {
if (_root.infcheat == 1) {
this.removeMovieClip();
}
if (hitTest(_root.mc1) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
_root.pbar.gotoAndPlay(1);
_root.gamescore = _root.gamescore + (100 * (_root.combometer.combo + 1));
_root.combometer.combo = _root.combometer.combo + 1;
_root.combometer.gotoAndPlay(2);
this._x = 50000;
this._y = 50000;
}
}
Symbol 496 MovieClip Frame 331
rcarrier();
Symbol 497 MovieClip Frame 25
if (_root.gamelevel < 10) {
gotoAndPlay (1);
}
if (_root.gamelevel >= 10) {
play();
}
Symbol 497 MovieClip Frame 49
shoot = Math.floor(Math.random() * 50) + 1;
if (shoot >= 1) {
if (shoot <= 48) {
gotoAndPlay (1);
}
}
if (shoot >= 49) {
gotoAndPlay (51);
}
Symbol 497 MovieClip Frame 181
_root.ach11 = 1;
rdrill();
Symbol 498 MovieClip Frame 25
if (_root.gamelevel < 17) {
gotoAndPlay (1);
}
if (_root.gamelevel >= 17) {
play();
}
Symbol 498 MovieClip Frame 49
shoot = Math.floor(Math.random() * 50) + 1;
if (shoot >= 1) {
if (shoot <= 48) {
gotoAndPlay (1);
}
}
if (shoot >= 49) {
gotoAndPlay (51);
}
Symbol 498 MovieClip Frame 181
_root.ach11 = 1;
rdrill();
Symbol 513 MovieClip Frame 2
if (_root.gamelevel < 3) {
gotoAndPlay (1);
}
if (_root.gamelevel >= 3) {
play();
}
Symbol 513 MovieClip Frame 3
countdown = countdown - 1;
if (countdown <= 0) {
speed = 0;
play();
} else {
gotoAndPlay (1);
}
Symbol 513 MovieClip Frame 4
if (_root.bgson == 1) {
locked = new Sound();
locked.attachSound("lockon");
locked.start(0, 1);
}
Symbol 513 MovieClip Frame 24
if (_root.bgson == 1) {
locked2 = new Sound();
locked2.attachSound("explode");
locked2.start(0, 1);
}
Instance of Symbol 450 MovieClip in Symbol 513 MovieClip Frame 31
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("boink");
kirupaSound4.start(0, 1);
}
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
}
}
Symbol 513 MovieClip Frame 90
_root.ach7 = 1;
Symbol 513 MovieClip Frame 105
shoot = Math.floor(Math.random() * 70) + 1;
if (shoot >= 1) {
if (shoot <= 68) {
gotoAndPlay (90);
}
}
if (shoot >= 69) {
gotoAndPlay (106);
}
Symbol 513 MovieClip Frame 110
this._y = 50000;
this._x = 50000;
rlock();
Symbol 529 MovieClip Frame 1
stop();
Instance of Symbol 471 MovieClip in Symbol 529 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
}
}
Symbol 529 MovieClip Frame 2
speed = 0.4;
Symbol 529 MovieClip Frame 40
if (_root.bgson == 1) {
locked2 = new Sound();
locked2.attachSound("charge");
locked2.start(0, 1);
}
Symbol 529 MovieClip Frame 130
if (_root.bgson == 1) {
locked2 = new Sound();
locked2.attachSound("explode");
locked2.start(0, 1);
}
Instance of Symbol 471 MovieClip in Symbol 529 MovieClip Frame 131
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
}
}
Symbol 529 MovieClip Frame 135
if (_root.bgson == 1) {
locked3 = new Sound();
locked3.attachSound("laserlong");
locked3.start(0, 1);
}
Symbol 529 MovieClip Frame 255
speed = 2;
_root.ach6 = 1;
if (fire == 0) {
stop();
}
Symbol 535 MovieClip Frame 5
if (_root.gamelevel < 15) {
this._x = 50000;
this._y = 50000;
this.gotoAndPlay(1);
}
if (_root.gamelevel > 15) {
play();
}
Symbol 535 MovieClip Frame 10
shoot = Math.floor(Math.random() * 90) + 1;
if (shoot >= 1) {
if (shoot <= 88) {
gotoAndPlay (1);
}
}
if (shoot >= 89) {
gotoAndPlay (11);
}
Instance of Symbol 534 MovieClip in Symbol 535 MovieClip Frame 10
onClipEvent (enterFrame) {
this._rotation = this._rotation - 4;
}
Symbol 535 MovieClip Frame 301
rblack();
Instance of Symbol 471 MovieClip in Symbol 537 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.ach5 = 1;
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
}
}
Symbol 539 MovieClip Frame 2
if (explode >= 0) {
explode = explode - 1;
gotoAndPlay (1);
}
Symbol 539 MovieClip Frame 15
stop();
Symbol 540 MovieClip Frame 1
shoot = Math.floor(Math.random() * 11) + 1;
Symbol 540 MovieClip Frame 20
if (_root.gamelevel < 9) {
gotoAndPlay (1);
}
if (_root.gamelevel >= 16) {
gotoAndPlay (1);
}
if (_root.gamelevel > 9) {
if (_root.gamelevel < 16) {
play();
}
}
Symbol 540 MovieClip Frame 35
shoot = Math.floor(Math.random() * 101) + 1;
if (shoot >= 1) {
if (shoot <= 99) {
gotoAndPlay (1);
}
}
if (shoot >= 100) {
gotoAndPlay (36);
}
Instance of Symbol 539 MovieClip in Symbol 540 MovieClip Frame 80
onClipEvent (load) {
explode = 390;
}
onClipEvent (enterFrame) {
this._y = this._y - 0.15;
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.ach5 = 1;
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 539 MovieClip in Symbol 540 MovieClip Frame 180
onClipEvent (load) {
explode = 300;
}
onClipEvent (enterFrame) {
this._y = this._y + 0.15;
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.ach5 = 1;
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 539 MovieClip in Symbol 540 MovieClip Frame 280
onClipEvent (load) {
explode = 210;
}
onClipEvent (enterFrame) {
this._y = this._y - 0.15;
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.ach5 = 1;
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 539 MovieClip in Symbol 540 MovieClip Frame 380
onClipEvent (load) {
explode = 120;
}
onClipEvent (enterFrame) {
this._y = this._y + 0.15;
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.ach5 = 1;
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Symbol 540 MovieClip Frame 640
_root.ach5 = 1;
Symbol 553 MovieClip Frame 1
y2 = (Math.random() * 300) + 350;
y1 = (Math.random() * 325) + 0;
Symbol 553 MovieClip Frame 14
if (_root.gamelevel < 10) {
this.gotoAndPlay(1);
}
if (_root.gamelevel >= 10) {
play();
}
y2 = (Math.random() * 300) + 350;
y1 = (Math.random() * 325) + 0;
Symbol 553 MovieClip Frame 29
shoot = Math.floor(Math.random() * 11) + 1;
if (shoot >= 1) {
if (shoot <= 9) {
gotoAndPlay (1);
}
}
if (shoot >= 10) {
speed = 0;
fire = 1;
gotoAndPlay (30);
}
Symbol 553 MovieClip Frame 30
speed = 0;
Symbol 553 MovieClip Frame 31
speed = 0;
Symbol 553 MovieClip Frame 32
speed = 0;
Symbol 553 MovieClip Frame 33
speed = 0;
Symbol 553 MovieClip Frame 34
speed = 0;
Symbol 553 MovieClip Frame 62
if (_root.bgson == 1) {
laser = new Sound();
laser.attachSound("wlaser");
laser.start(0, 1);
}
Instance of Symbol 547 MovieClip in Symbol 553 MovieClip Frame 62
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
if (_root.eqred == 0) {
_root.ach1 = 1;
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
}
}
}
Symbol 553 MovieClip Frame 90
resetlaser1();
Symbol 556 MovieClip Frame 1
y2 = (Math.random() * 300) + 350;
y1 = (Math.random() * 325) + 0;
Symbol 556 MovieClip Frame 14
if (_root.gamelevel < 2) {
this.gotoAndPlay(1);
}
if (_root.gamelevel >= 2) {
play();
}
y2 = (Math.random() * 300) + 350;
y1 = (Math.random() * 325) + 0;
Symbol 556 MovieClip Frame 29
shoot = Math.floor(Math.random() * 11) + 1;
if (shoot >= 1) {
if (shoot <= 9) {
gotoAndPlay (1);
}
}
if (shoot >= 10) {
speed = 0;
fire = 1;
gotoAndPlay (30);
}
Symbol 556 MovieClip Frame 30
speed = 0;
Symbol 556 MovieClip Frame 31
speed = 0;
Symbol 556 MovieClip Frame 32
speed = 0;
Symbol 556 MovieClip Frame 33
speed = 0;
Symbol 556 MovieClip Frame 34
speed = 0;
Symbol 556 MovieClip Frame 61
if (_root.bgson == 1) {
laser = new Sound();
laser.attachSound("wlaser");
laser.start(0, 1);
}
Instance of Symbol 547 MovieClip in Symbol 556 MovieClip Frame 62
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
if (_root.eqred == 0) {
_root.ach1 = 1;
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
}
}
}
Symbol 556 MovieClip Frame 90
resetlaser1();
Symbol 569 MovieClip Frame 1
stop();
Instance of Symbol 471 MovieClip in Symbol 569 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
}
}
Symbol 569 MovieClip Frame 10
shoot = Math.floor(Math.random() * 7) + 1;
if (shoot >= 1) {
if (shoot <= 5) {
gotoAndPlay (1);
}
}
if (shoot >= 6) {
speed = 0;
gotoAndPlay (30);
}
Symbol 569 MovieClip Frame 30
if (fire <= 0) {
this.gotoAndStop(1);
}
Symbol 569 MovieClip Frame 78
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("fusionshot");
kirupaSound4.start(0, 1);
}
Instance of Symbol 568 MovieClip in Symbol 569 MovieClip Frame 80
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
this._y = 50000;
this._x = 50000;
}
}
}
Instance of Symbol 568 MovieClip in Symbol 569 MovieClip Frame 80
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
this._y = 50000;
this._x = 50000;
}
}
}
Instance of Symbol 568 MovieClip in Symbol 569 MovieClip Frame 80
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
this._y = 50000;
this._x = 50000;
}
}
}
Instance of Symbol 568 MovieClip in Symbol 569 MovieClip Frame 80
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
this._y = 50000;
this._x = 50000;
}
}
}
Instance of Symbol 568 MovieClip in Symbol 569 MovieClip Frame 80
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
this._y = 50000;
this._x = 50000;
}
}
}
Instance of Symbol 568 MovieClip in Symbol 569 MovieClip Frame 144
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
this._y = 50000;
this._x = 50000;
}
}
}
Instance of Symbol 568 MovieClip in Symbol 569 MovieClip Frame 144
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
this._y = 50000;
this._x = 50000;
}
}
}
Symbol 569 MovieClip Frame 145
fire = fire - 1;
Instance of Symbol 471 MovieClip in Symbol 580 MovieClip Frame 2
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
}
Symbol 580 MovieClip Frame 20
if (_root.gamelevel < 5) {
gotoAndPlay (1);
}
if (_root.gamelevel >= 11) {
gotoAndPlay (1);
}
if (_root.gamelevel > 5) {
if (_root.gamelevel < 11) {
play();
}
}
Symbol 580 MovieClip Frame 25
shoot = Math.floor(Math.random() * 121) + 1;
if (shoot >= 1) {
if (shoot <= 119) {
gotoAndPlay (1);
}
}
if (shoot >= 120) {
gotoAndPlay (26);
}
Instance of Symbol 575 MovieClip in Symbol 580 MovieClip Frame 60
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
}
}
Instance of Symbol 471 MovieClip in Symbol 580 MovieClip Frame 155
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
}
}
Symbol 580 MovieClip Frame 201
_root.ach8 = 1;
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 582 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
explode = -1;
}
}
}
Instance of Symbol 471 MovieClip in Symbol 584 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.ach10 = 1;
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
}
}
Symbol 584 MovieClip Frame 2
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("twinlaser");
kirupaSound4.start(0, 1);
}
Instance of Symbol 582 MovieClip in Symbol 584 MovieClip Frame 2
/* no clip actions */
Instance of Symbol 582 MovieClip in Symbol 584 MovieClip Frame 2
/* no clip actions */
Symbol 584 MovieClip Frame 195
fire = 0;
_root.ach10 = 1;
stop();
Instance of Symbol 471 MovieClip in Symbol 584 MovieClip Frame 195
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
}
}
Symbol 592 MovieClip Frame 165
reseta();
Symbol 600 MovieClip Frame 165
reseta();
Symbol 603 MovieClip Frame 1
stop();
Symbol 603 MovieClip Frame 2
this._y = _root.mc1._y + 3;
this._x = _root.mc1._x + 20;
Symbol 603 MovieClip Frame 11
this._y = 50000;
this._x = 50000;
Instance of Symbol 607 MovieClip in Symbol 609 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation + 4;
}
Symbol 610 MovieClip Frame 1
stop();
Symbol 610 MovieClip Frame 2
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("achieve");
kirupaSound4.start(0, 1);
}
if (_root.medalget == 0) {
_root.medalget = 1;
}
Symbol 617 MovieClip Frame 1
_root.lowfuel = 0;
if (_root.eqgreen == 1) {
this.stop();
}
if (_root.eqgreen == 0) {
this.play();
}
Symbol 617 MovieClip Frame 200
_root.lowfuel = 1;
Symbol 617 MovieClip Frame 300
stop();
_root.mc1.gotoAndPlay(32);
_root.power = 0;
Symbol 622 MovieClip Frame 1
if (_root.eqgreen == 0) {
stop();
}
Symbol 622 MovieClip Frame 300
stop();
_root.pbar.play();
Symbol 628 MovieClip Frame 1
_root.godmode = 0;
reload = 0;
Symbol 628 MovieClip Frame 249
reload = 1;
Symbol 628 MovieClip Frame 250
stop();
Symbol 628 MovieClip Frame 251
_root.godmode = 1;
Symbol 628 MovieClip Frame 471
_root.mc1.dover.gotoAndStop(1);
Symbol 632 MovieClip Frame 1
this._x = 50000;
this._y = 50000;
stop();
Instance of Symbol 631 MovieClip in Symbol 632 MovieClip Frame 2
onClipEvent (enterFrame) {
pscore = "+ " + (100 * _root.combometer.combo);
}
Symbol 640 MovieClip Frame 1
if (_root.eqbomb == 1) {
play();
}
Symbol 640 MovieClip Frame 132
ready = 1;
stop();
Symbol 669 MovieClip Frame 1
stop();
Symbol 680 MovieClip Frame 1
stop();
Instance of Symbol 669 MovieClip in Symbol 680 MovieClip Frame 1
onClipEvent (load) {
if (_root.highscore >= 0) {
if (_root.highscore < 10000) {
this.gotoAndStop(1);
}
}
if (_root.highscore >= 10000) {
if (_root.highscore < 50000) {
this.gotoAndStop(2);
}
}
if (_root.highscore >= 50000) {
if (_root.highscore < 100000) {
this.gotoAndStop(3);
}
}
if (_root.highscore >= 100000) {
if (_root.highscore < 200000) {
this.gotoAndStop(4);
}
}
if (_root.highscore >= 200000) {
if (_root.highscore < 300000) {
this.gotoAndStop(5);
}
}
if (_root.highscore >= 300000) {
if (_root.highscore < 500000) {
this.gotoAndStop(6);
}
}
if (_root.highscore >= 500000) {
if (_root.highscore < 700000) {
this.gotoAndStop(7);
}
}
if (_root.highscore >= 700000) {
if (_root.highscore < 1000000) {
this.gotoAndStop(8);
}
}
if (_root.highscore >= 1000000) {
if (_root.highscore < 3000000) {
this.gotoAndStop(9);
}
}
if (_root.highscore >= 3000000) {
if (_root.highscore < 6000000) {
this.gotoAndStop(10);
}
}
if (_root.highscore >= 6000000) {
this.gotoAndStop(11);
}
}
Symbol 686 MovieClip Frame 1
stop();
Symbol 686 MovieClip Frame 12
stop();
Symbol 690 MovieClip Frame 1
stop();
Symbol 690 MovieClip Frame 12
stop();
Symbol 694 MovieClip Frame 1
stop();
Symbol 694 MovieClip Frame 12
stop();
Symbol 695 Button
on (rollOver) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("overbeep");
kirupaSound4.start(0, 1);
}
_root.icon1.gotoAndPlay(1);
_root.toptitle.gotoAndStop(1);
}
on (rollOut) {
_root.icon1.gotoAndPlay(15);
}
on (press) {
_root.tip1 = 0;
gotoAndPlay (100);
}
Symbol 696 Button
on (rollOver) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("overbeep");
kirupaSound4.start(0, 1);
}
_root.icon2.gotoAndPlay(1);
_root.toptitle.gotoAndStop(2);
}
on (rollOut) {
_root.icon2.gotoAndPlay(15);
}
on (press) {
_root.tip1 = 0;
gotoAndStop (122);
}
Symbol 697 Button
on (rollOver) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("overbeep");
kirupaSound4.start(0, 1);
}
_root.icon3.gotoAndPlay(1);
_root.toptitle.gotoAndStop(3);
}
on (rollOut) {
_root.icon3.gotoAndPlay(15);
}
on (press) {
_root.tip1 = 0;
gotoAndStop (121);
}
Symbol 703 Button
on (rollOver) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("overbeep");
kirupaSound4.start(0, 1);
}
_root.toptitle.gotoAndStop(4);
}
on (rollOut) {
_root.toptitle.gotoAndStop(1);
}
on (press) {
if (_root.highscore >= 2000000) {
_root.tip1 = 0;
gotoAndStop (124);
}
}
Symbol 707 Button
on (rollOver) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("overbeep");
kirupaSound4.start(0, 1);
}
_root.toptitle.gotoAndStop(5);
}
on (rollOut) {
_root.toptitle.gotoAndStop(1);
}
on (press) {
if (_root.ach24 == 1) {
if (_root.ach23 == 1) {
if (_root.ach22 == 1) {
if (_root.ach21 == 1) {
if (_root.ach20 == 1) {
if (_root.ach19 == 1) {
if (_root.ach18 == 1) {
if (_root.ach17 == 1) {
if (_root.ach16 == 1) {
if (_root.ach15 == 1) {
if (_root.ach14 == 1) {
if (_root.ach13 == 1) {
if (_root.ach12 == 1) {
if (_root.ach11 == 1) {
if (_root.ach10 == 1) {
if (_root.ach9 == 1) {
if (_root.ach8 == 1) {
if (_root.ach7 == 1) {
if (_root.ach6 == 1) {
if (_root.ach5 == 1) {
if (_root.ach4 == 1) {
if (_root.ach3 == 1) {
if (_root.ach2 == 1) {
if (_root.ach1 == 1) {
_root.tip1 = 0;
gotoAndStop (127);
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
Symbol 713 MovieClip Frame 72
stop();
Symbol 716 MovieClip Frame 211
stop();
Symbol 720 Button
on (release) {
stopAllSounds();
if (_root.bgson == 1) {
_root.bgson = 0;
gotoAndStop (2);
}
}
Symbol 723 Button
on (release) {
if (_root.bgson == 0) {
_root.bgson = 1;
kirupaSound4 = new Sound();
kirupaSound4.attachSound("menubg");
kirupaSound4.start(0, 99);
gotoAndStop (1);
}
}
Symbol 728 MovieClip Frame 1
stop();
Symbol 728 MovieClip Frame 72
stop();
Symbol 731 Button
on (rollOver) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("overbeep");
kirupaSound4.start(0, 1);
}
on (press) {
_root.medalget = 2;
gotoAndStop (1);
}
Symbol 735 MovieClip Frame 1
stop();
Symbol 738 MovieClip Frame 1
stop();
Symbol 742 MovieClip Frame 1
stop();
Symbol 743 MovieClip Frame 1
stop();
Symbol 744 MovieClip Frame 1
stop();
Symbol 746 MovieClip Frame 1
stop();
Symbol 748 MovieClip Frame 1
stop();
Symbol 750 MovieClip Frame 1
stop();
Instance of Symbol 471 MovieClip in Symbol 750 MovieClip Frame 2
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
}
}
Symbol 752 MovieClip Frame 1
stop();
Instance of Symbol 471 MovieClip in Symbol 752 MovieClip Frame 2
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.ach10 = 1;
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
}
}
Symbol 754 MovieClip Frame 1
stop();
Symbol 756 MovieClip Frame 1
stop();
Symbol 758 MovieClip Frame 1
stop();
Symbol 760 MovieClip Frame 1
stop();
Symbol 762 MovieClip Frame 1
stop();
Symbol 764 MovieClip Frame 1
stop();
Symbol 766 MovieClip Frame 1
stop();
Symbol 768 MovieClip Frame 1
stop();
Symbol 770 MovieClip Frame 1
stop();
Symbol 772 MovieClip Frame 1
stop();
Symbol 775 MovieClip Frame 1
stop();
Symbol 777 MovieClip Frame 1
stop();
Symbol 779 MovieClip Frame 1
stop();
Instance of Symbol 471 MovieClip in Symbol 779 MovieClip Frame 2
onClipEvent (enterFrame) {
if (hitTest(_root.mc1.mc1hit) == true) {
if (_root.godmode == 0) {
_root.ach12 = 1;
_root.power = 0;
_root.mc1.gotoAndPlay(32);
}
}
}
Symbol 781 MovieClip Frame 1
stop();
Symbol 783 MovieClip Frame 1
stop();
Symbol 809 MovieClip Frame 1
stop();
Symbol 811 MovieClip Frame 1
stop();
Symbol 814 Button
on (rollOver) {
if (_root.ach1 == 1) {
_root.achdesc.gotoAndStop(2);
}
}
on (rollOut) {
_root.achdesc.gotoAndStop(1);
}
Symbol 823 Button
on (press) {
gotoAndStop (120);
}
Symbol 861 MovieClip Frame 1
stop();
Instance of Symbol 607 MovieClip in Symbol 861 MovieClip Frame 2
onClipEvent (enterFrame) {
this._rotation = this._rotation + 2;
}
Instance of Symbol 607 MovieClip in Symbol 861 MovieClip Frame 14
onClipEvent (enterFrame) {
this._rotation = this._rotation + 2;
}
Symbol 873 MovieClip Frame 1
stop();
Symbol 874 Button
on (press) {
gotoAndStop (120);
}
Symbol 877 MovieClip Frame 1
stop();
Symbol 880 MovieClip Frame 1
stop();
Symbol 883 MovieClip Frame 1
stop();
Symbol 886 MovieClip Frame 1
stop();
Symbol 889 MovieClip Frame 1
stop();
Symbol 890 MovieClip Frame 1
stop();
Symbol 892 Button
on (rollOver) {
if (_root.evobomb == 0) {
_root.evodesc.gotoAndStop(2);
}
if (_root.evobomb == 1) {
_root.evodesc.gotoAndStop(8);
}
}
on (rollOut) {
_root.evodesc.gotoAndStop(1);
}
on (release) {
if (_root.evobomb == 0) {
if (_root.medals >= 3) {
_root.evobomb = 1;
_root.eqbomb = 1;
_root.medals = _root.medals - 3;
_root.ebomb.gotoAndStop(2);
}
}
if (_root.evobomb == 1) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("absorb");
kirupaSound4.start(0, 1);
}
_root.eqbomb = 1;
_root.eqspeed = 0;
_root.eqdark = 0;
_root.eqgreen = 0;
_root.eqred = 0;
_root.eqyellow = 0;
_root.eqpurple = 0;
}
}
Symbol 893 Button
on (rollOver) {
if (_root.evored == 0) {
_root.evodesc.gotoAndStop(3);
}
if (_root.evored == 1) {
_root.evodesc.gotoAndStop(9);
}
}
on (rollOut) {
_root.evodesc.gotoAndStop(1);
}
on (release) {
if (_root.evored == 0) {
if (_root.medals >= 6) {
_root.evored = 1;
_root.eqred = 1;
_root.medals = _root.medals - 6;
_root.ered.gotoAndStop(2);
}
}
if (_root.evored == 1) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("absorb");
kirupaSound4.start(0, 1);
}
_root.eqbomb = 0;
_root.eqspeed = 0;
_root.eqnormal = 0;
_root.eqdark = 0;
_root.eqgreen = 0;
_root.eqred = 1;
_root.eqyellow = 0;
_root.eqpurple = 0;
}
}
Symbol 894 Button
on (rollOver) {
if (_root.evoyellow == 0) {
_root.evodesc.gotoAndStop(4);
}
if (_root.evoyellow == 1) {
_root.evodesc.gotoAndStop(10);
}
}
on (rollOut) {
_root.evodesc.gotoAndStop(1);
}
on (release) {
if (_root.evoyellow == 0) {
if (_root.medals >= 6) {
_root.evoyellow = 1;
_root.eqyellow = 1;
_root.medals = _root.medals - 6;
_root.eyellow.gotoAndStop(2);
}
}
if (_root.evoyellow == 1) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("absorb");
kirupaSound4.start(0, 1);
}
_root.eqbomb = 0;
_root.eqspeed = 0;
_root.eqnormal = 0;
_root.eqdark = 0;
_root.eqgreen = 0;
_root.eqred = 0;
_root.eqyellow = 1;
_root.eqpurple = 0;
}
}
Symbol 895 Button
on (rollOver) {
if (_root.evopurple == 0) {
_root.evodesc.gotoAndStop(5);
}
if (_root.evopurple == 1) {
_root.evodesc.gotoAndStop(11);
}
}
on (rollOut) {
_root.evodesc.gotoAndStop(1);
}
on (release) {
if (_root.evopurple == 0) {
if (_root.medals >= 6) {
_root.evopurple = 1;
_root.eqpurple = 1;
_root.medals = _root.medals - 6;
_root.epurple.gotoAndStop(2);
}
}
if (_root.evopurple == 1) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("absorb");
kirupaSound4.start(0, 1);
}
_root.eqbomb = 0;
_root.eqspeed = 0;
_root.eqnormal = 0;
_root.eqdark = 0;
_root.eqgreen = 0;
_root.eqred = 0;
_root.eqyellow = 0;
_root.eqpurple = 1;
}
}
Symbol 896 Button
on (rollOver) {
if (_root.evogreen == 0) {
_root.evodesc.gotoAndStop(6);
}
if (_root.evogreen == 1) {
_root.evodesc.gotoAndStop(12);
}
}
on (rollOut) {
_root.evodesc.gotoAndStop(1);
}
on (release) {
if (_root.evogreen == 0) {
if (_root.medals >= 6) {
_root.evogreen = 1;
_root.eqgreen = 1;
_root.medals = _root.medals - 6;
_root.egreen.gotoAndStop(2);
}
}
if (_root.evogreen == 1) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("absorb");
kirupaSound4.start(0, 1);
}
_root.eqbomb = 0;
_root.eqspeed = 0;
_root.eqnormal = 0;
_root.eqdark = 0;
_root.eqgreen = 1;
_root.eqred = 0;
_root.eqyellow = 0;
_root.eqpurple = 0;
}
}
Symbol 897 Button
on (rollOver) {
if (_root.evodark == 0) {
_root.evodesc.gotoAndStop(7);
}
if (_root.evodark == 1) {
_root.evodesc.gotoAndStop(13);
}
}
on (rollOut) {
_root.evodesc.gotoAndStop(1);
}
on (release) {
if (_root.evodark == 0) {
if (_root.ach24 == 1) {
if (_root.ach23 == 1) {
if (_root.ach22 == 1) {
if (_root.ach21 == 1) {
if (_root.ach20 == 1) {
if (_root.ach19 == 1) {
if (_root.ach18 == 1) {
if (_root.ach17 == 1) {
if (_root.ach16 == 1) {
if (_root.ach15 == 1) {
if (_root.ach14 == 1) {
if (_root.ach13 == 1) {
if (_root.ach12 == 1) {
if (_root.ach11 == 1) {
if (_root.ach10 == 1) {
if (_root.ach9 == 1) {
if (_root.ach8 == 1) {
if (_root.ach7 == 1) {
if (_root.ach6 == 1) {
if (_root.ach5 == 1) {
if (_root.ach4 == 1) {
if (_root.ach3 == 1) {
if (_root.ach2 == 1) {
if (_root.ach1 == 1) {
_root.evodark = 1;
_root.eqdark = 1;
_root.medals = _root.medals - 0;
_root.edark.gotoAndStop(2);
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
if (_root.evodark == 1) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("absorb");
kirupaSound4.start(0, 1);
}
_root.eqbomb = 0;
_root.eqspeed = 0;
_root.eqnormal = 0;
_root.eqdark = 1;
_root.eqgreen = 0;
_root.eqred = 0;
_root.eqyellow = 0;
_root.eqpurple = 0;
}
}
Symbol 898 Button
on (rollOver) {
if (_root.evospeed == 0) {
_root.evodesc.gotoAndStop(14);
}
if (_root.evospeed == 1) {
_root.evodesc.gotoAndStop(15);
}
}
on (rollOut) {
_root.evodesc.gotoAndStop(1);
}
on (release) {
if (_root.evospeed == 0) {
if (_root.medals >= 3) {
_root.evospeed = 1;
_root.eqspeed = 1;
_root.medals = _root.medals - 3;
_root.espeed.gotoAndStop(2);
}
}
if (_root.evospeed == 1) {
if (_root.bgson == 1) {
kirupaSound4 = new Sound();
kirupaSound4.attachSound("absorb");
kirupaSound4.start(0, 1);
}
_root.eqbomb = 0;
_root.eqspeed = 1;
_root.eqnormal = 0;
_root.eqdark = 0;
_root.eqgreen = 0;
_root.eqred = 0;
_root.eqyellow = 0;
_root.eqpurple = 0;
}
}
Symbol 903 Button
on (press) {
gotoAndStop (126);
}
Symbol 927 Button
on (press) {
gotoAndStop (123);
}
Symbol 940 Button
on (press) {
gotoAndStop (128);
}
Symbol 949 Button
on (press) {
gotoAndStop (125);
}