Frame 1 (8 B)
stop();
Frame 2 (8 B)
stop();
Instance of Symbol 115 MovieClip in Frame 2 (68 B)
onClipEvent (enterFrame) {
Mouse.hide();
this.startDrag("true");
}
Frame 3 (613 B)
bigger = 1;
speed = 1;
Counter = 1;
score = 0;
Orb = 1;
BlastWave = 0;
Slow = 1;
SlowText = 1;
FAttack = 1;
Mine = 1;
lives = 5;
_root.ball._xscale = 15;
_root.ball._yscale = 15;
_root.ball.enemyMoveSpeed = 2;
_root.Orb_Move.gotoAndStop(1);
_root.S_A.gotoAndStop(1);
stop();
health = 100;
danger = 0;
Color.prototype.setTint = function (r, g, b, amount) {
var _local2 = new Object();
_local2.ra = (_local2.ga = (_local2.ba = 100 - amount));
var _local3 = amount / 100;
_local2.rb = r * _local3;
_local2.gb = g * _local3;
_local2.bb = b * _local3;
this.setTransform(_local2);
};
Instance of Symbol 128 MovieClip "Virus" in Frame 3 (289 B)
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (this._yscale <= 100) {
this._yscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
this.gotoAndStop(40);
_root.VirusBrain.gotoAndStop(5);
}
}
Instance of Symbol 137 MovieClip "blood" in Frame 3 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white1)) {
this._x = _root.white1._x;
this._y = _root.white1._y;
}
}
Instance of Symbol 137 MovieClip "blood2" in Frame 3 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white2)) {
this._x = _root.white2._x;
this._y = _root.white2._y;
}
}
Instance of Symbol 137 MovieClip "blood3" in Frame 3 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white3)) {
this._x = _root.white3._x;
this._y = _root.white3._y;
}
}
Instance of Symbol 157 MovieClip "white1" in Frame 3 (2.46 KiB) ●
onClipEvent (load) {
function reset() {
this._x = 800;
this._y = random(800) - 200;
Enemy = 0;
Stop = 0;
}
reset();
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white1");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white1");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
_root.blood.gotoAndPlay(2);
reset();
Enemy = 0;
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
_root.blood.gotoAndPlay(2);
reset();
Enemy = 0;
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
_root.blood.gotoAndPlay(2);
reset();
Enemy = 0;
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
_root.blood.gotoAndPlay(2);
reset();
Enemy = 0;
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
_root.blood.gotoAndPlay(2);
reset();
Enemy = 0;
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 8) {
_root.blood.gotoAndPlay(2);
reset();
Enemy = 0;
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 17) {
_root.blood.gotoAndPlay(2);
reset();
Enemy = 0;
_root.score = _root.score + 10;
}
}
Instance of Symbol 157 MovieClip "white2" in Frame 3 (2.47 KiB) ●
onClipEvent (load) {
function reset() {
this._x = -100;
this._y = random(800) - 200;
Enemy = 0;
Stop = 0;
}
reset();
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white2");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white2");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
_root.blood2.gotoAndPlay(2);
reset();
Enemy = 0;
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
_root.blood2.gotoAndPlay(2);
reset();
Enemy = 0;
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
_root.blood2.gotoAndPlay(2);
reset();
Enemy = 0;
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
_root.blood2.gotoAndPlay(2);
reset();
Enemy = 0;
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
_root.blood2.gotoAndPlay(2);
reset();
Enemy = 0;
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 8) {
_root.blood2.gotoAndPlay(2);
reset();
Enemy = 0;
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 17) {
_root.blood2.gotoAndPlay(2);
reset();
Enemy = 0;
_root.score = _root.score + 10;
}
}
Instance of Symbol 160 MovieClip "Orb_Move" in Frame 3 (108 B)
onClipEvent (enterFrame) {
if (_root.Orb == 2) {
this._x = _root.ball._x;
this._y = _root.ball._y;
}
}
Instance of Symbol 168 MovieClip "S_A" in Frame 3 (583 B)
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
if (_root.FAttack == 2) {
this._x = _root.ball._x;
this._y = _root.ball._y;
_root.S_A.gotoAndPlay(5);
_root.FAttack = 0;
}
}
}
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
if (_root.FAttack == 3) {
this._x = _root.ball._x;
this._y = _root.ball._y;
_root.S_A.gotoAndPlay(30);
_root.FAttack = 0;
}
}
}
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
if (_root.FAttack == 4) {
_root.S_A.gotoAndPlay(95);
_root.FAttack = 0;
this._x = _root.ball._x;
this._y = _root.ball._y;
}
}
}
Instance of Symbol 179 MovieClip "MineAttack" in Frame 3 (21 B)
/* no clip actions */
Instance of Symbol 181 MovieClip "VirusBrain" in Frame 3 (82 B)
onClipEvent (enterFrame) {
this._x = _root.Virus._x;
this._y = _root.Virus._y;
}
Instance of Symbol 94 MovieClip "ball" in Frame 3 (1.26 KiB) ●
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 45);
_root.xMove = Math.round(_root.xChange / 45);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
}
onClipEvent (load) {
enemyMoveSpeed = 1;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root._xmouse < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root._xmouse > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root._ymouse < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root._ymouse > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.6;
yS = yS * 0.6;
}
onClipEvent (enterFrame) {
if (_root.BlastWave == 1) {
if (Key.isDown(32)) {
_root.AOE.gotoAndPlay(2);
_root.AOE._x = this._x;
_root.AOE._y = this._y;
_root.BlastWave = 2;
}
}
}
onClipEvent (enterFrame) {
if (_root.Mine == 2) {
if (Key.isDown(32)) {
if (!this.hitTest(_root.VirusBrain)) {
_root.MineAttack._x = this._x;
_root.MineAttack._y = this._y;
_root.MineAttack.gotoAndPlay(2);
_root.Mine = 3;
}
}
}
}
Instance of Symbol 183 MovieClip "Cash" in Frame 3 (706 B)
onClipEvent (load) {
GetCash = 0;
}
onClipEvent (enterFrame) {
if (GetCash == 0) {
if (_root.BG.hitTest(_root.ball)) {
Cash = Math.round(Math.random() * 500);
}
}
}
onClipEvent (enterFrame) {
if (Cash == 25) {
Cash = 0;
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndStop(1);
GetCash = 3;
}
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.Cash)) {
_root.Cash._x = _root.ball._x;
_root.Cash._y = _root.ball._y;
GetCash = 3;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.Cash.gotoAndStop(2);
_root.SmokeRing.gotoAndPlay(2);
GetCash = 1;
_root.score = _root.score + 50;
_root.SoundBox.gotoAndPlay(19);
}
}
Instance of Symbol 186 MovieClip "SmokeRing" in Frame 3 (92 B)
onClipEvent (enterFrame) {
this._x = _root.VirusBrain._x;
this._y = _root.VirusBrain._y;
}
Instance of Symbol 188 MovieClip "Food" in Frame 3 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.Food)) {
_root.Food._x = _root.ball._x;
_root.Food._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "FOOD" in Frame 3 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.FOOD)) {
_root.FOOD._x = _root.ball._x;
_root.FOOD._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "FooD" in Frame 3 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.FooD)) {
_root.FooD._x = _root.ball._x;
_root.FooD._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 191 MovieClip "HealPill" in Frame 3 (681 B)
onClipEvent (load) {
GetHeal = 0;
}
onClipEvent (enterFrame) {
if (GetHeal == 0) {
if (_root.BG.hitTest(_root.ball)) {
Heal = Math.round(Math.random() * 1000);
}
}
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.HealPill)) {
_root.HealPill._x = _root.ball._x;
_root.HealPill._y = _root.ball._y;
GetHeal = 3;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndStop(45);
_root.HealAction.gotoAndPlay(2);
_root.SmokeRing.gotoAndPlay(2);
GetHeal = 1;
}
}
onClipEvent (enterFrame) {
if (Heal == 12) {
Heal = 0;
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(2);
GetHeal = 3;
}
}
Instance of Symbol 198 MovieClip in Frame 3 (456 B)
onClipEvent (enterFrame) {
this._yscale = _root.danger;
if (_root.danger >= 100) {
_root.danger = 100;
}
}
onClipEvent (enterFrame) {
this._yscale = _root.danger;
if (_root.danger <= 0) {
_root.danger = 0;
}
}
onClipEvent (enterFrame) {
if (_root.lives == 3) {
if (_root.danger == 100) {
_root.danger = 0;
_root.lives = _root.lives - 1;
}
}
}
onClipEvent (enterFrame) {
if (_root.lives == 0) {
_root.gotoAndStop("Menu");
}
}
Instance of Symbol 205 MovieClip in Frame 3 (110 B)
onClipEvent (enterFrame) {
this._xscale = _root.health;
if (_root.health <= 0) {
_root.health = 0;
}
}
Instance of Symbol 213 MovieClip in Frame 3 (78 B)
onClipEvent (enterFrame) {
if (_root.score <= 0) {
_root.score = 0;
}
}
Instance of Symbol 221 MovieClip "HealAction" in Frame 3 (263 B)
onClipEvent (enterFrame) {
if (_root.HealPill.GetHeal == 1) {
if (_root.danger >= 10) {
if (Key.isDown(16)) {
_root.SoundBox.gotoAndPlay(10);
_root.danger = _root.danger - 10;
this.gotoAndStop(1);
_root.HealPill.GetHeal = 0;
}
}
}
}
Frame 4 (229 B)
bigger = 1;
speed = 1;
Counter = 1;
Orb = 1;
BlastWave = 0;
Slow = 1;
Mine = 1;
_root.ball._xscale = 15;
_root.ball._yscale = 15;
_root.ball.enemyMoveSpeed = 2;
_root.Orb_Move.gotoAndStop(1);
_root.S_A.gotoAndStop(1);
Frame 7 (8 B)
stop();
Instance of Symbol 115 MovieClip in Frame 7 (68 B)
onClipEvent (enterFrame) {
Mouse.hide();
this.startDrag("true");
}
Frame 12 (27 B)
stopAllSounds();
stop();
Instance of Symbol 115 MovieClip in Frame 12 (68 B)
onClipEvent (enterFrame) {
Mouse.hide();
this.startDrag("true");
}
Frame 17 (329 B)
stop();
health = 100;
danger = 0;
Color.prototype.setTint = function (r, g, b, amount) {
var _local2 = new Object();
_local2.ra = (_local2.ga = (_local2.ba = 100 - amount));
var _local3 = amount / 100;
_local2.rb = r * _local3;
_local2.gb = g * _local3;
_local2.bb = b * _local3;
this.setTransform(_local2);
};
Instance of Symbol 137 MovieClip "blood" in Frame 17 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white1)) {
this._x = _root.white1._x;
this._y = _root.white1._y;
}
}
Instance of Symbol 255 MovieClip "Virus" in Frame 17 (348 B)
onClipEvent (load) {
this._xscale = 50;
this._yscale = 50;
}
onClipEvent (enterFrame) {
if (this._xscale <= 50) {
this._xscale = 50;
}
}
onClipEvent (enterFrame) {
if (this._yscale <= 50) {
this._yscale = 50;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
this.gotoAndStop(35);
_root.VirusBrain.gotoAndStop(5);
}
}
Instance of Symbol 137 MovieClip "blood2" in Frame 17 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white2)) {
this._x = _root.white2._x;
this._y = _root.white2._y;
}
}
Instance of Symbol 137 MovieClip "blood3" in Frame 17 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white3)) {
this._x = _root.white3._x;
this._y = _root.white3._y;
}
}
Instance of Symbol 261 MovieClip "white2" in Frame 17 (5.13 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = 700;
this._y = random(800) - 200;
Enemy = 0;
Stop = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.1;
yS = yS * 0.1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white2");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white2");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood2.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 261 MovieClip "white3" in Frame 17 (5.14 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = -100;
this._y = random(800) - 200;
Enemy = 0;
Stop = 0;
}
reset();
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.1;
yS = yS * 0.1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white3");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white3");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood3.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 261 MovieClip "white1" in Frame 17 (5.12 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = 700;
this._y = random(800) - 200;
Enemy = 0;
Stop = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white1");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white1");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 115 MovieClip in Frame 17 (68 B)
onClipEvent (enterFrame) {
Mouse.hide();
this.startDrag("true");
}
Instance of Symbol 181 MovieClip "VirusBrain" in Frame 17 (82 B)
onClipEvent (enterFrame) {
this._x = _root.Virus._x;
this._y = _root.Virus._y;
}
Instance of Symbol 183 MovieClip "Cash" in Frame 17 (706 B)
onClipEvent (load) {
GetCash = 0;
}
onClipEvent (enterFrame) {
if (GetCash == 0) {
if (_root.BG.hitTest(_root.ball)) {
Cash = Math.round(Math.random() * 500);
}
}
}
onClipEvent (enterFrame) {
if (Cash == 25) {
Cash = 0;
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndStop(1);
GetCash = 3;
}
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.Cash)) {
_root.Cash._x = _root.ball._x;
_root.Cash._y = _root.ball._y;
GetCash = 3;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.Cash.gotoAndStop(2);
_root.SmokeRing.gotoAndPlay(2);
GetCash = 1;
_root.score = _root.score + 50;
_root.SoundBox.gotoAndPlay(19);
}
}
Instance of Symbol 186 MovieClip "SmokeRing" in Frame 17 (92 B)
onClipEvent (enterFrame) {
this._x = _root.VirusBrain._x;
this._y = _root.VirusBrain._y;
}
Instance of Symbol 188 MovieClip "Food" in Frame 17 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.Food)) {
_root.Food._x = _root.ball._x;
_root.Food._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "FooD" in Frame 17 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.FooD)) {
_root.FooD._x = _root.ball._x;
_root.FooD._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "FOOD" in Frame 17 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.FOOD)) {
_root.FOOD._x = _root.ball._x;
_root.FOOD._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "fOOd" in Frame 17 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.fOOd)) {
_root.fOOd._x = _root.ball._x;
_root.fOOd._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 191 MovieClip "HealPill" in Frame 17 (681 B)
onClipEvent (load) {
GetHeal = 0;
}
onClipEvent (enterFrame) {
if (GetHeal == 0) {
if (_root.BG.hitTest(_root.ball)) {
Heal = Math.round(Math.random() * 1000);
}
}
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.HealPill)) {
_root.HealPill._x = _root.ball._x;
_root.HealPill._y = _root.ball._y;
GetHeal = 3;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndStop(45);
_root.HealAction.gotoAndPlay(2);
_root.SmokeRing.gotoAndPlay(2);
GetHeal = 1;
}
}
onClipEvent (enterFrame) {
if (Heal == 12) {
Heal = 0;
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(2);
GetHeal = 3;
}
}
Instance of Symbol 198 MovieClip in Frame 17 (366 B)
onClipEvent (enterFrame) {
this._yscale = _root.danger;
if (_root.danger >= 100) {
_root.danger = 100;
}
}
onClipEvent (enterFrame) {
this._yscale = _root.danger;
if (_root.danger <= 0) {
_root.danger = 0;
}
}
onClipEvent (enterFrame) {
if (this._yscale == 100) {
stopAllSounds();
_root.lives = _root.lives - 1;
_root.gotoAndStop("Fail");
}
}
Instance of Symbol 205 MovieClip in Frame 17 (110 B)
onClipEvent (enterFrame) {
this._xscale = _root.health;
if (_root.health <= 0) {
_root.health = 0;
}
}
Instance of Symbol 221 MovieClip "HealAction" in Frame 17 (263 B)
onClipEvent (enterFrame) {
if (_root.HealPill.GetHeal == 1) {
if (_root.danger >= 10) {
if (Key.isDown(16)) {
_root.SoundBox.gotoAndPlay(10);
_root.danger = _root.danger - 10;
this.gotoAndStop(1);
_root.HealPill.GetHeal = 0;
}
}
}
}
Frame 22 (27 B)
stopAllSounds();
stop();
Instance of Symbol 115 MovieClip in Frame 22 (68 B)
onClipEvent (enterFrame) {
Mouse.hide();
this.startDrag("true");
}
Frame 27 (301 B)
stop();
Color.prototype.setTint = function (r, g, b, amount) {
var _local2 = new Object();
_local2.ra = (_local2.ga = (_local2.ba = 100 - amount));
var _local3 = amount / 100;
_local2.rb = r * _local3;
_local2.gb = g * _local3;
_local2.bb = b * _local3;
this.setTransform(_local2);
};
Instance of Symbol 304 MovieClip "UpgradeSize" in Frame 27 (910 B)
on (release) {
if (_root.bigger < 4) {
if (_root.score >= 400) {
_root.ball._xscale = _root.ball._xscale + 1;
_root.ball._yscale = _root.ball._yscale + 1;
_root.score = _root.score - 400;
_root.bigger = _root.bigger + 1;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
_root.bigger = 4;
}
}
onClipEvent (enterFrame) {
if (_root.bigger == 2) {
this.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (_root.bigger == 3) {
this.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (_root.bigger == 4) {
this.gotoAndStop(15);
}
}
onClipEvent (enterFrame) {
if (_root.bigger == 1) {
this.gotoAndStop(1);
}
}
on (rollOver) {
_root.Display.gotoAndStop(10);
myColor = new Color("_root.UpgradeSize");
myColor.setTint(255, 225, 0, 50);
}
on (rollOut) {
_root.Display.gotoAndStop(1);
myColor = new Color("_root.UpgradeSize");
myColor.setTint(255, 225, 0, 0);
}
Instance of Symbol 310 MovieClip "Reflex" in Frame 27 (859 B)
on (release) {
if (_root.speed < 4) {
if (_root.score >= 400) {
_root.ball.enemyMoveSpeed = _root.ball.enemyMoveSpeed + 0.5;
_root.score = _root.score - 400;
_root.speed = _root.speed + 1;
}
}
}
onClipEvent (enterFrame) {
if (_root.speed >= 4) {
_root.speed = 4;
}
}
onClipEvent (enterFrame) {
if (_root.speed == 2) {
this.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (_root.speed == 3) {
this.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (_root.speed == 4) {
this.gotoAndStop(15);
}
}
onClipEvent (enterFrame) {
if (_root.speed == 1) {
this.gotoAndStop(1);
}
}
on (rollOver) {
_root.Display.gotoAndStop(15);
myColor = new Color("_root.Reflex");
myColor.setTint(255, 225, 0, 50);
}
on (rollOut) {
_root.Display.gotoAndStop(1);
myColor = new Color("_root.Reflex");
myColor.setTint(255, 225, 0, 0);
}
Instance of Symbol 317 MovieClip "Orb_Button" in Frame 27 (678 B)
on (release) {
if (_root.speed == 4) {
if (_root.Orb == 1) {
if (_root.score >= 2000) {
_root.Orb_Move.gotoAndPlay(2);
_root.score = _root.score - 2000;
_root.Orb = _root.Orb + 1;
}
}
}
}
onClipEvent (enterFrame) {
if (_root.Orb >= 2) {
_root.Orb = 2;
this.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (_root.speed == 4) {
this.Locked.gotoAndStop(5);
this.Gray.gotoAndStop(5);
}
}
on (rollOver) {
_root.Display.gotoAndStop(20);
myColor = new Color("_root.Orb_Button");
myColor.setTint(255, 225, 0, 50);
}
on (rollOut) {
_root.Display.gotoAndStop(1);
myColor = new Color("_root.Orb_Button");
myColor.setTint(255, 225, 0, 0);
}
Instance of Symbol 320 MovieClip "Blast_Wave" in Frame 27 (649 B)
on (release) {
if (_root.bigger == 4) {
if (_root.BlastWave == 0) {
if (_root.score >= 2000) {
_root.score = _root.score - 2000;
_root.BlastWave = _root.BlastWave + 1;
}
}
}
}
onClipEvent (enterFrame) {
if (_root.BlastWave == 1) {
this.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (_root.bigger == 4) {
this.Locked.gotoAndStop(5);
this.Gray.gotoAndStop(5);
}
}
on (rollOver) {
_root.Display.gotoAndStop(25);
myColor = new Color("_root.Blast_Wave");
myColor.setTint(255, 225, 0, 50);
}
on (rollOut) {
_root.Display.gotoAndStop(1);
myColor = new Color("_root.Blast_Wave");
myColor.setTint(255, 225, 0, 0);
}
Instance of Symbol 323 MovieClip "Slow_Aura" in Frame 27 (886 B)
on (release) {
if (_root.Slow < 4) {
if (_root.score >= 400) {
_root.score = _root.score - 400;
_root.Slow = _root.Slow + 1;
_root.SlowText = _root.SlowText + 1;
_root.FAttack = _root.FAttack + 1;
}
}
}
onClipEvent (enterFrame) {
if (_root.Slow >= 4) {
_root.Slow = 4;
}
}
onClipEvent (enterFrame) {
if (_root.SlowText == 2) {
this.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (_root.SlowText == 3) {
this.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (_root.SlowText == 4) {
this.gotoAndStop(15);
}
}
onClipEvent (enterFrame) {
if (_root.SlowText == 1) {
this.gotoAndStop(1);
}
}
on (rollOver) {
_root.Display.gotoAndStop(30);
myColor = new Color("_root.Slow_Aura");
myColor.setTint(255, 225, 0, 50);
}
on (rollOut) {
_root.Display.gotoAndStop(1);
myColor = new Color("_root.Slow_Aura");
myColor.setTint(255, 225, 0, 0);
}
Instance of Symbol 326 MovieClip "Mine_Button" in Frame 27 (627 B)
on (release) {
if (_root.Slow == 4) {
if (_root.Mine == 1) {
if (_root.score >= 2000) {
_root.score = _root.score - 2000;
_root.Mine = _root.Mine + 1;
}
}
}
}
onClipEvent (enterFrame) {
if (_root.Mine == 2) {
this.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (_root.Slow == 4) {
this.Locked.gotoAndStop(5);
this.Gray.gotoAndStop(5);
}
}
on (rollOver) {
_root.Display.gotoAndStop(35);
myColor = new Color("_root.Mine_Button");
myColor.setTint(255, 225, 0, 50);
}
on (rollOut) {
_root.Display.gotoAndStop(1);
myColor = new Color("_root.Mine_Button");
myColor.setTint(255, 225, 0, 0);
}
Instance of Symbol 115 MovieClip in Frame 27 (68 B)
onClipEvent (enterFrame) {
Mouse.hide();
this.startDrag("true");
}
Frame 32 (329 B)
stop();
health = 100;
danger = 0;
Color.prototype.setTint = function (r, g, b, amount) {
var _local2 = new Object();
_local2.ra = (_local2.ga = (_local2.ba = 100 - amount));
var _local3 = amount / 100;
_local2.rb = r * _local3;
_local2.gb = g * _local3;
_local2.bb = b * _local3;
this.setTransform(_local2);
};
Instance of Symbol 336 MovieClip "Virus" in Frame 32 (289 B)
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (this._yscale <= 100) {
this._yscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
this.gotoAndStop(40);
_root.VirusBrain.gotoAndStop(5);
}
}
Instance of Symbol 137 MovieClip "blood" in Frame 32 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white1)) {
this._x = _root.white1._x;
this._y = _root.white1._y;
}
}
Instance of Symbol 137 MovieClip "blood2" in Frame 32 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white2)) {
this._x = _root.white2._x;
this._y = _root.white2._y;
}
}
Instance of Symbol 137 MovieClip "blood3" in Frame 32 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white3)) {
this._x = _root.white3._x;
this._y = _root.white3._y;
}
}
Instance of Symbol 137 MovieClip "blood4" in Frame 32 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white4)) {
this._x = _root.white4._x;
this._y = _root.white4._y;
}
}
Instance of Symbol 341 MovieClip "white2" in Frame 32 (5.26 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = -100;
this._y = random(800) - 200;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.1;
yS = yS * 0.1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white2");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white2");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood2.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 341 MovieClip "white1" in Frame 32 (5.24 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = 700;
this._y = random(800) - 200;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white1");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white1");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger == 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 341 MovieClip "white3" in Frame 32 (5.26 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = 700;
this._y = random(800) - 200;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white3");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white3");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood3.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 341 MovieClip "white4" in Frame 32 (5.26 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = random(800) - 100;
this._y = 650;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.1;
yS = yS * 0.1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white4");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white4");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood4.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 115 MovieClip in Frame 32 (68 B)
onClipEvent (enterFrame) {
Mouse.hide();
this.startDrag("true");
}
Instance of Symbol 181 MovieClip "VirusBrain" in Frame 32 (82 B)
onClipEvent (enterFrame) {
this._x = _root.Virus._x;
this._y = _root.Virus._y;
}
Instance of Symbol 183 MovieClip "Cash" in Frame 32 (706 B)
onClipEvent (load) {
GetCash = 0;
}
onClipEvent (enterFrame) {
if (GetCash == 0) {
if (_root.BG.hitTest(_root.ball)) {
Cash = Math.round(Math.random() * 500);
}
}
}
onClipEvent (enterFrame) {
if (Cash == 25) {
Cash = 0;
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndStop(1);
GetCash = 3;
}
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.Cash)) {
_root.Cash._x = _root.ball._x;
_root.Cash._y = _root.ball._y;
GetCash = 3;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.Cash.gotoAndStop(2);
_root.SmokeRing.gotoAndPlay(2);
GetCash = 1;
_root.score = _root.score + 50;
_root.SoundBox.gotoAndPlay(19);
}
}
Instance of Symbol 186 MovieClip "SmokeRing" in Frame 32 (92 B)
onClipEvent (enterFrame) {
this._x = _root.VirusBrain._x;
this._y = _root.VirusBrain._y;
}
Instance of Symbol 188 MovieClip "Food" in Frame 32 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.Food)) {
_root.Food._x = _root.ball._x;
_root.Food._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "FooD" in Frame 32 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.FooD)) {
_root.FooD._x = _root.ball._x;
_root.FooD._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "FOOD" in Frame 32 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.FOOD)) {
_root.FOOD._x = _root.ball._x;
_root.FOOD._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "fOOd" in Frame 32 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.fOOd)) {
_root.fOOd._x = _root.ball._x;
_root.fOOd._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "fooD" in Frame 32 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.fooD)) {
_root.fooD._x = _root.ball._x;
_root.fooD._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 191 MovieClip "HealPill" in Frame 32 (681 B)
onClipEvent (load) {
GetHeal = 0;
}
onClipEvent (enterFrame) {
if (GetHeal == 0) {
if (_root.BG.hitTest(_root.ball)) {
Heal = Math.round(Math.random() * 1000);
}
}
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.HealPill)) {
_root.HealPill._x = _root.ball._x;
_root.HealPill._y = _root.ball._y;
GetHeal = 3;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndStop(45);
_root.HealAction.gotoAndPlay(2);
_root.SmokeRing.gotoAndPlay(2);
GetHeal = 1;
}
}
onClipEvent (enterFrame) {
if (Heal == 12) {
Heal = 0;
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(2);
GetHeal = 3;
}
}
Instance of Symbol 198 MovieClip in Frame 32 (366 B)
onClipEvent (enterFrame) {
this._yscale = _root.danger;
if (_root.danger >= 100) {
_root.danger = 100;
}
}
onClipEvent (enterFrame) {
this._yscale = _root.danger;
if (_root.danger <= 0) {
_root.danger = 0;
}
}
onClipEvent (enterFrame) {
if (this._yscale == 100) {
stopAllSounds();
_root.lives = _root.lives - 1;
_root.gotoAndStop("Fail");
}
}
Instance of Symbol 205 MovieClip in Frame 32 (110 B)
onClipEvent (enterFrame) {
this._xscale = _root.health;
if (_root.health <= 0) {
_root.health = 0;
}
}
Instance of Symbol 221 MovieClip "HealAction" in Frame 32 (263 B)
onClipEvent (enterFrame) {
if (_root.HealPill.GetHeal == 1) {
if (_root.danger >= 10) {
if (Key.isDown(16)) {
_root.SoundBox.gotoAndPlay(10);
_root.danger = _root.danger - 10;
this.gotoAndStop(1);
_root.HealPill.GetHeal = 0;
}
}
}
}
Frame 37 (27 B)
stopAllSounds();
stop();
Instance of Symbol 115 MovieClip in Frame 37 (68 B)
onClipEvent (enterFrame) {
Mouse.hide();
this.startDrag("true");
}
Frame 42 (329 B)
stop();
health = 100;
danger = 0;
Color.prototype.setTint = function (r, g, b, amount) {
var _local2 = new Object();
_local2.ra = (_local2.ga = (_local2.ba = 100 - amount));
var _local3 = amount / 100;
_local2.rb = r * _local3;
_local2.gb = g * _local3;
_local2.bb = b * _local3;
this.setTransform(_local2);
};
Instance of Symbol 137 MovieClip "blood" in Frame 42 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white1)) {
this._x = _root.white1._x;
this._y = _root.white1._y;
}
}
Instance of Symbol 137 MovieClip "blood2" in Frame 42 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white2)) {
this._x = _root.white2._x;
this._y = _root.white2._y;
}
}
Instance of Symbol 137 MovieClip "blood3" in Frame 42 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white3)) {
this._x = _root.white3._x;
this._y = _root.white3._y;
}
}
Instance of Symbol 137 MovieClip "blood4" in Frame 42 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white4)) {
this._x = _root.white4._x;
this._y = _root.white4._y;
}
}
Instance of Symbol 137 MovieClip "blood5" in Frame 42 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white5)) {
this._x = _root.white5._x;
this._y = _root.white5._y;
}
}
Instance of Symbol 352 MovieClip "Virus" in Frame 42 (289 B)
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (this._yscale <= 100) {
this._yscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
this.gotoAndStop(15);
_root.VirusBrain.gotoAndStop(5);
}
}
Instance of Symbol 354 MovieClip "white1" in Frame 42 (5.11 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(800) - 400;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white1");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white1");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 354 MovieClip "white2" in Frame 42 (5.12 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(800) - 400;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white2");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white2");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood2.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 354 MovieClip "white4" in Frame 42 (5.26 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = -100;
this._y = random(800) - 400;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.1;
yS = yS * 0.1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white4");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white4");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood4.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 354 MovieClip "white3" in Frame 42 (5.26 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = -100;
this._y = random(800) - 400;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.1;
yS = yS * 0.1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white3");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white3");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood3.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 354 MovieClip "white5" in Frame 42 (5.26 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = random(800) - 100;
this._y = 650;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.1;
yS = yS * 0.1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white5");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white5");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood5.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 115 MovieClip in Frame 42 (68 B)
onClipEvent (enterFrame) {
Mouse.hide();
this.startDrag("true");
}
Instance of Symbol 181 MovieClip "VirusBrain" in Frame 42 (82 B)
onClipEvent (enterFrame) {
this._x = _root.Virus._x;
this._y = _root.Virus._y;
}
Instance of Symbol 183 MovieClip "Cash" in Frame 42 (706 B)
onClipEvent (load) {
GetCash = 0;
}
onClipEvent (enterFrame) {
if (GetCash == 0) {
if (_root.BG.hitTest(_root.ball)) {
Cash = Math.round(Math.random() * 500);
}
}
}
onClipEvent (enterFrame) {
if (Cash == 25) {
Cash = 0;
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndStop(1);
GetCash = 3;
}
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.Cash)) {
_root.Cash._x = _root.ball._x;
_root.Cash._y = _root.ball._y;
GetCash = 3;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.Cash.gotoAndStop(2);
_root.SmokeRing.gotoAndPlay(2);
GetCash = 1;
_root.score = _root.score + 50;
_root.SoundBox.gotoAndPlay(19);
}
}
Instance of Symbol 186 MovieClip "SmokeRing" in Frame 42 (92 B)
onClipEvent (enterFrame) {
this._x = _root.VirusBrain._x;
this._y = _root.VirusBrain._y;
}
Instance of Symbol 188 MovieClip "Food" in Frame 42 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.Food)) {
_root.Food._x = _root.ball._x;
_root.Food._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "FooD" in Frame 42 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.FooD)) {
_root.FooD._x = _root.ball._x;
_root.FooD._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "FOOD" in Frame 42 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.FOOD)) {
_root.FOOD._x = _root.ball._x;
_root.FOOD._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "fOOd" in Frame 42 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.fOOd)) {
_root.fOOd._x = _root.ball._x;
_root.fOOd._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "fooD" in Frame 42 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.fooD)) {
_root.fooD._x = _root.ball._x;
_root.fooD._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 191 MovieClip "HealPill" in Frame 42 (681 B)
onClipEvent (load) {
GetHeal = 0;
}
onClipEvent (enterFrame) {
if (GetHeal == 0) {
if (_root.BG.hitTest(_root.ball)) {
Heal = Math.round(Math.random() * 1000);
}
}
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.HealPill)) {
_root.HealPill._x = _root.ball._x;
_root.HealPill._y = _root.ball._y;
GetHeal = 3;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndStop(45);
_root.HealAction.gotoAndPlay(2);
_root.SmokeRing.gotoAndPlay(2);
GetHeal = 1;
}
}
onClipEvent (enterFrame) {
if (Heal == 12) {
Heal = 0;
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(2);
GetHeal = 3;
}
}
Instance of Symbol 198 MovieClip in Frame 42 (366 B)
onClipEvent (enterFrame) {
this._yscale = _root.danger;
if (_root.danger >= 100) {
_root.danger = 100;
}
}
onClipEvent (enterFrame) {
this._yscale = _root.danger;
if (_root.danger <= 0) {
_root.danger = 0;
}
}
onClipEvent (enterFrame) {
if (this._yscale == 100) {
stopAllSounds();
_root.lives = _root.lives - 1;
_root.gotoAndStop("Fail");
}
}
Instance of Symbol 205 MovieClip in Frame 42 (110 B)
onClipEvent (enterFrame) {
this._xscale = _root.health;
if (_root.health <= 0) {
_root.health = 0;
}
}
Instance of Symbol 221 MovieClip "HealAction" in Frame 42 (263 B)
onClipEvent (enterFrame) {
if (_root.HealPill.GetHeal == 1) {
if (_root.danger >= 10) {
if (Key.isDown(16)) {
_root.SoundBox.gotoAndPlay(10);
_root.danger = _root.danger - 10;
this.gotoAndStop(1);
_root.HealPill.GetHeal = 0;
}
}
}
}
Frame 47 (27 B)
stopAllSounds();
stop();
Instance of Symbol 115 MovieClip in Frame 47 (68 B)
onClipEvent (enterFrame) {
Mouse.hide();
this.startDrag("true");
}
Frame 52 (329 B)
stop();
health = 100;
danger = 0;
Color.prototype.setTint = function (r, g, b, amount) {
var _local2 = new Object();
_local2.ra = (_local2.ga = (_local2.ba = 100 - amount));
var _local3 = amount / 100;
_local2.rb = r * _local3;
_local2.gb = g * _local3;
_local2.bb = b * _local3;
this.setTransform(_local2);
};
Instance of Symbol 137 MovieClip "blood" in Frame 52 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white1)) {
this._x = _root.white1._x;
this._y = _root.white1._y;
}
}
Instance of Symbol 137 MovieClip "blood2" in Frame 52 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white2)) {
this._x = _root.white2._x;
this._y = _root.white2._y;
}
}
Instance of Symbol 137 MovieClip "blood3" in Frame 52 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white3)) {
this._x = _root.white3._x;
this._y = _root.white3._y;
}
}
Instance of Symbol 137 MovieClip "blood4" in Frame 52 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white4)) {
this._x = _root.white4._x;
this._y = _root.white4._y;
}
}
Instance of Symbol 364 MovieClip "Virus" in Frame 52 (289 B)
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (this._yscale <= 100) {
this._yscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
this.gotoAndStop(40);
_root.VirusBrain.gotoAndStop(5);
}
}
Instance of Symbol 137 MovieClip "blood5" in Frame 52 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white5)) {
this._x = _root.white5._x;
this._y = _root.white5._y;
}
}
Instance of Symbol 137 MovieClip "blood6" in Frame 52 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white6)) {
this._x = _root.white6._x;
this._y = _root.white6._y;
}
}
Instance of Symbol 369 MovieClip "white1" in Frame 52 (5.11 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = 700;
this._y = random(800) - 200;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white1");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white1");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 369 MovieClip "white2" in Frame 52 (5.12 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = 700;
this._y = random(800) - 200;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white2");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white2");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood2.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 369 MovieClip "white3" in Frame 52 (5.26 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = -100;
this._y = random(800) - 200;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.1;
yS = yS * 0.1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 5;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white3");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white3");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood3.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 369 MovieClip "white4" in Frame 52 (5.26 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = -100;
this._y = random(800) - 200;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.1;
yS = yS * 0.1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white4");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white4");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood4.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 369 MovieClip "white5" in Frame 52 (5.12 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = 700;
this._y = random(600) - 200;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 5;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white1");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white1");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood5.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 369 MovieClip "white6" in Frame 52 (5.12 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = random(800) - 100;
this._y = 650;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 5;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white1");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white1");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.bloo6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood6.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 115 MovieClip in Frame 52 (68 B)
onClipEvent (enterFrame) {
Mouse.hide();
this.startDrag("true");
}
Instance of Symbol 181 MovieClip "VirusBrain" in Frame 52 (82 B)
onClipEvent (enterFrame) {
this._x = _root.Virus._x;
this._y = _root.Virus._y;
}
Instance of Symbol 183 MovieClip "Cash" in Frame 52 (706 B)
onClipEvent (load) {
GetCash = 0;
}
onClipEvent (enterFrame) {
if (GetCash == 0) {
if (_root.BG.hitTest(_root.ball)) {
Cash = Math.round(Math.random() * 500);
}
}
}
onClipEvent (enterFrame) {
if (Cash == 25) {
Cash = 0;
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndStop(1);
GetCash = 3;
}
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.Cash)) {
_root.Cash._x = _root.ball._x;
_root.Cash._y = _root.ball._y;
GetCash = 3;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.Cash.gotoAndStop(2);
_root.SmokeRing.gotoAndPlay(2);
GetCash = 1;
_root.score = _root.score + 50;
_root.SoundBox.gotoAndPlay(19);
}
}
Instance of Symbol 186 MovieClip "SmokeRing" in Frame 52 (92 B)
onClipEvent (enterFrame) {
this._x = _root.VirusBrain._x;
this._y = _root.VirusBrain._y;
}
Instance of Symbol 188 MovieClip "Food" in Frame 52 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.Food)) {
_root.Food._x = _root.ball._x;
_root.Food._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "FooD" in Frame 52 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.FooD)) {
_root.FooD._x = _root.ball._x;
_root.FooD._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "FOOD" in Frame 52 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.FOOD)) {
_root.FOOD._x = _root.ball._x;
_root.FOOD._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "fOOd" in Frame 52 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.fOOd)) {
_root.fOOd._x = _root.ball._x;
_root.fOOd._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "fooD" in Frame 52 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.fooD)) {
_root.fooD._x = _root.ball._x;
_root.fooD._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 191 MovieClip "HealPill" in Frame 52 (681 B)
onClipEvent (load) {
GetHeal = 0;
}
onClipEvent (enterFrame) {
if (GetHeal == 0) {
if (_root.BG.hitTest(_root.ball)) {
Heal = Math.round(Math.random() * 1000);
}
}
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.HealPill)) {
_root.HealPill._x = _root.ball._x;
_root.HealPill._y = _root.ball._y;
GetHeal = 3;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndStop(45);
_root.HealAction.gotoAndPlay(2);
_root.SmokeRing.gotoAndPlay(2);
GetHeal = 1;
}
}
onClipEvent (enterFrame) {
if (Heal == 12) {
Heal = 0;
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(2);
GetHeal = 3;
}
}
Instance of Symbol 198 MovieClip in Frame 52 (366 B)
onClipEvent (enterFrame) {
this._yscale = _root.danger;
if (_root.danger >= 100) {
_root.danger = 100;
}
}
onClipEvent (enterFrame) {
this._yscale = _root.danger;
if (_root.danger <= 0) {
_root.danger = 0;
}
}
onClipEvent (enterFrame) {
if (this._yscale == 100) {
stopAllSounds();
_root.lives = _root.lives - 1;
_root.gotoAndStop("Fail");
}
}
Instance of Symbol 205 MovieClip in Frame 52 (110 B)
onClipEvent (enterFrame) {
this._xscale = _root.health;
if (_root.health <= 0) {
_root.health = 0;
}
}
Instance of Symbol 221 MovieClip "HealAction" in Frame 52 (263 B)
onClipEvent (enterFrame) {
if (_root.HealPill.GetHeal == 1) {
if (_root.danger >= 10) {
if (Key.isDown(16)) {
_root.SoundBox.gotoAndPlay(10);
_root.danger = _root.danger - 10;
this.gotoAndStop(1);
_root.HealPill.GetHeal = 0;
}
}
}
}
Frame 57 (27 B)
stopAllSounds();
stop();
Instance of Symbol 115 MovieClip in Frame 57 (68 B)
onClipEvent (enterFrame) {
Mouse.hide();
this.startDrag("true");
}
Frame 62 (329 B)
stop();
health = 100;
danger = 0;
Color.prototype.setTint = function (r, g, b, amount) {
var _local2 = new Object();
_local2.ra = (_local2.ga = (_local2.ba = 100 - amount));
var _local3 = amount / 100;
_local2.rb = r * _local3;
_local2.gb = g * _local3;
_local2.bb = b * _local3;
this.setTransform(_local2);
};
Instance of Symbol 137 MovieClip "blood" in Frame 62 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white1)) {
this._x = _root.white1._x;
this._y = _root.white1._y;
}
}
Instance of Symbol 137 MovieClip "blood2" in Frame 62 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white2)) {
this._x = _root.white2._x;
this._y = _root.white2._y;
}
}
Instance of Symbol 137 MovieClip "blood3" in Frame 62 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white3)) {
this._x = _root.white3._x;
this._y = _root.white3._y;
}
}
Instance of Symbol 137 MovieClip "blood4" in Frame 62 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white4)) {
this._x = _root.white4._x;
this._y = _root.white4._y;
}
}
Instance of Symbol 380 MovieClip "Virus" in Frame 62 (289 B)
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (this._yscale <= 100) {
this._yscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
this.gotoAndStop(40);
_root.VirusBrain.gotoAndStop(5);
}
}
Instance of Symbol 137 MovieClip "blood5" in Frame 62 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white5)) {
this._x = _root.white5._x;
this._y = _root.white5._y;
}
}
Instance of Symbol 137 MovieClip "blood6" in Frame 62 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white6)) {
this._x = _root.white6._x;
this._y = _root.white6._y;
}
}
Instance of Symbol 383 MovieClip "white1" in Frame 62 (5.11 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = 700;
this._y = random(800) - 200;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white1");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white1");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 383 MovieClip "white2" in Frame 62 (5.12 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = 700;
this._y = random(800) - 200;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 5;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white2");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white2");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood2.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 383 MovieClip "white3" in Frame 62 (5.26 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = -100;
this._y = random(800) - 200;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.1;
yS = yS * 0.1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 5;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white3");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white3");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood3.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 383 MovieClip "white4" in Frame 62 (5.26 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = -100;
this._y = random(800) - 200;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.1;
yS = yS * 0.1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 5;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white4");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white4");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood4.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 383 MovieClip "white5" in Frame 62 (5.26 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = random(800) - 100;
this._y = -150;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.1;
yS = yS * 0.1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 5;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white5");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white5");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood5.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 383 MovieClip "white6" in Frame 62 (5.26 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = random(800) - 100;
this._y = 650;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.1;
yS = yS * 0.1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 5;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white6");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white6");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood6.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 115 MovieClip in Frame 62 (68 B)
onClipEvent (enterFrame) {
Mouse.hide();
this.startDrag("true");
}
Instance of Symbol 181 MovieClip "VirusBrain" in Frame 62 (82 B)
onClipEvent (enterFrame) {
this._x = _root.Virus._x;
this._y = _root.Virus._y;
}
Instance of Symbol 183 MovieClip "Cash" in Frame 62 (706 B)
onClipEvent (load) {
GetCash = 0;
}
onClipEvent (enterFrame) {
if (GetCash == 0) {
if (_root.BG.hitTest(_root.ball)) {
Cash = Math.round(Math.random() * 500);
}
}
}
onClipEvent (enterFrame) {
if (Cash == 25) {
Cash = 0;
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndStop(1);
GetCash = 3;
}
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.Cash)) {
_root.Cash._x = _root.ball._x;
_root.Cash._y = _root.ball._y;
GetCash = 3;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.Cash.gotoAndStop(2);
_root.SmokeRing.gotoAndPlay(2);
GetCash = 1;
_root.score = _root.score + 50;
_root.SoundBox.gotoAndPlay(19);
}
}
Instance of Symbol 186 MovieClip "SmokeRing" in Frame 62 (92 B)
onClipEvent (enterFrame) {
this._x = _root.VirusBrain._x;
this._y = _root.VirusBrain._y;
}
Instance of Symbol 188 MovieClip "Food" in Frame 62 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.Food)) {
_root.Food._x = _root.ball._x;
_root.Food._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "FooD" in Frame 62 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.FooD)) {
_root.FooD._x = _root.ball._x;
_root.FooD._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "FOOD" in Frame 62 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.FOOD)) {
_root.FOOD._x = _root.ball._x;
_root.FOOD._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "fOOd" in Frame 62 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.fOOd)) {
_root.fOOd._x = _root.ball._x;
_root.fOOd._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "fooD" in Frame 62 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.fooD)) {
_root.fooD._x = _root.ball._x;
_root.fooD._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "FOod" in Frame 62 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.FOod)) {
_root.FOod._x = _root.ball._x;
_root.FOod._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 191 MovieClip "HealPill" in Frame 62 (681 B)
onClipEvent (load) {
GetHeal = 0;
}
onClipEvent (enterFrame) {
if (GetHeal == 0) {
if (_root.BG.hitTest(_root.ball)) {
Heal = Math.round(Math.random() * 1000);
}
}
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.HealPill)) {
_root.HealPill._x = _root.ball._x;
_root.HealPill._y = _root.ball._y;
GetHeal = 3;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndStop(45);
_root.HealAction.gotoAndPlay(2);
_root.SmokeRing.gotoAndPlay(2);
GetHeal = 1;
}
}
onClipEvent (enterFrame) {
if (Heal == 12) {
Heal = 0;
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(2);
GetHeal = 3;
}
}
Instance of Symbol 198 MovieClip in Frame 62 (366 B)
onClipEvent (enterFrame) {
this._yscale = _root.danger;
if (_root.danger >= 100) {
_root.danger = 100;
}
}
onClipEvent (enterFrame) {
this._yscale = _root.danger;
if (_root.danger <= 0) {
_root.danger = 0;
}
}
onClipEvent (enterFrame) {
if (this._yscale == 100) {
stopAllSounds();
_root.lives = _root.lives - 1;
_root.gotoAndStop("Fail");
}
}
Instance of Symbol 205 MovieClip in Frame 62 (110 B)
onClipEvent (enterFrame) {
this._xscale = _root.health;
if (_root.health <= 0) {
_root.health = 0;
}
}
Instance of Symbol 221 MovieClip "HealAction" in Frame 62 (263 B)
onClipEvent (enterFrame) {
if (_root.HealPill.GetHeal == 1) {
if (_root.danger >= 10) {
if (Key.isDown(16)) {
_root.SoundBox.gotoAndPlay(10);
_root.danger = _root.danger - 10;
this.gotoAndStop(1);
_root.HealPill.GetHeal = 0;
}
}
}
}
Frame 67 (27 B)
stopAllSounds();
stop();
Instance of Symbol 115 MovieClip in Frame 67 (68 B)
onClipEvent (enterFrame) {
Mouse.hide();
this.startDrag("true");
}
Frame 72 (329 B)
stop();
health = 100;
danger = 0;
Color.prototype.setTint = function (r, g, b, amount) {
var _local2 = new Object();
_local2.ra = (_local2.ga = (_local2.ba = 100 - amount));
var _local3 = amount / 100;
_local2.rb = r * _local3;
_local2.gb = g * _local3;
_local2.bb = b * _local3;
this.setTransform(_local2);
};
Instance of Symbol 137 MovieClip "blood" in Frame 72 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white1)) {
this._x = _root.white1._x;
this._y = _root.white1._y;
}
}
Instance of Symbol 137 MovieClip "blood2" in Frame 72 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white2)) {
this._x = _root.white2._x;
this._y = _root.white2._y;
}
}
Instance of Symbol 137 MovieClip "blood3" in Frame 72 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white3)) {
this._x = _root.white3._x;
this._y = _root.white3._y;
}
}
Instance of Symbol 137 MovieClip "blood4" in Frame 72 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white4)) {
this._x = _root.white4._x;
this._y = _root.white4._y;
}
}
Instance of Symbol 137 MovieClip "blood5" in Frame 72 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white5)) {
this._x = _root.white5._x;
this._y = _root.white5._y;
}
}
Instance of Symbol 137 MovieClip "blood6" in Frame 72 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white6)) {
this._x = _root.white6._x;
this._y = _root.white6._y;
}
}
Instance of Symbol 391 MovieClip "Virus" in Frame 72 (289 B)
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (this._yscale <= 100) {
this._yscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
this.gotoAndStop(40);
_root.VirusBrain.gotoAndStop(5);
}
}
Instance of Symbol 137 MovieClip "blood7" in Frame 72 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white7)) {
this._x = _root.white7._x;
this._y = _root.white7._y;
}
}
Instance of Symbol 137 MovieClip "blood8" in Frame 72 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white8)) {
this._x = _root.white8._x;
this._y = _root.white8._y;
}
}
Instance of Symbol 394 MovieClip "white1" in Frame 72 (5.11 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = 750;
this._y = random(800) - 200;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 4;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white1");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white1");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 394 MovieClip "white2" in Frame 72 (5.07 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = 750;
this._y = random(800) - 200;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 4;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white2");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white2");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood2.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 394 MovieClip "white4" in Frame 72 (5.12 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = -100;
this._y = random(800) - 200;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 5;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white4");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white4");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood4.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 394 MovieClip "white6" in Frame 72 (5.12 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = random(800) - 100;
this._y = 650;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 3;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white6");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white6");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood6.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 394 MovieClip "white3" in Frame 72 (5.07 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = -100;
this._y = random(800) - 200;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 3;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white3");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white3");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood3.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 394 MovieClip "white5" in Frame 72 (5.36 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = random(800) - 100;
this._y = -150;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 3;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white5");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white5");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood5.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 394 MovieClip "white7" in Frame 72 (5.12 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = random(800) - 100;
this._y = 650;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 3;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white6");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white6");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood7.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood7.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood7.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood7.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood7.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood7.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood7.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood7.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood7.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood7.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood7.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood7.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood7.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood7.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood7.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 394 MovieClip "white8" in Frame 72 (5.36 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = random(800) - 100;
this._y = -150;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 3;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white5");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white5");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood8.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood8.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood8.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood8.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood8.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood8.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood8.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood8.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood8.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood8.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood8.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood8.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood8.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood8.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood8.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 115 MovieClip in Frame 72 (68 B)
onClipEvent (enterFrame) {
Mouse.hide();
this.startDrag("true");
}
Instance of Symbol 181 MovieClip "VirusBrain" in Frame 72 (82 B)
onClipEvent (enterFrame) {
this._x = _root.Virus._x;
this._y = _root.Virus._y;
}
Instance of Symbol 183 MovieClip "Cash" in Frame 72 (706 B)
onClipEvent (load) {
GetCash = 0;
}
onClipEvent (enterFrame) {
if (GetCash == 0) {
if (_root.BG.hitTest(_root.ball)) {
Cash = Math.round(Math.random() * 500);
}
}
}
onClipEvent (enterFrame) {
if (Cash == 25) {
Cash = 0;
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndStop(1);
GetCash = 3;
}
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.Cash)) {
_root.Cash._x = _root.ball._x;
_root.Cash._y = _root.ball._y;
GetCash = 3;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.Cash.gotoAndStop(2);
_root.SmokeRing.gotoAndPlay(2);
GetCash = 1;
_root.score = _root.score + 50;
_root.SoundBox.gotoAndPlay(19);
}
}
Instance of Symbol 186 MovieClip "SmokeRing" in Frame 72 (92 B)
onClipEvent (enterFrame) {
this._x = _root.VirusBrain._x;
this._y = _root.VirusBrain._y;
}
Instance of Symbol 188 MovieClip "Food" in Frame 72 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.Food)) {
_root.Food._x = _root.ball._x;
_root.Food._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "FooD" in Frame 72 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.FooD)) {
_root.FooD._x = _root.ball._x;
_root.FooD._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "FOOD" in Frame 72 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.FOOD)) {
_root.FOOD._x = _root.ball._x;
_root.FOOD._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "fOOd" in Frame 72 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.fOOd)) {
_root.fOOd._x = _root.ball._x;
_root.fOOd._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "fooD" in Frame 72 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.fooD)) {
_root.fooD._x = _root.ball._x;
_root.fooD._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "FOod" in Frame 72 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.FOod)) {
_root.FOod._x = _root.ball._x;
_root.FOod._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 191 MovieClip "HealPill" in Frame 72 (681 B)
onClipEvent (load) {
GetHeal = 0;
}
onClipEvent (enterFrame) {
if (GetHeal == 0) {
if (_root.BG.hitTest(_root.ball)) {
Heal = Math.round(Math.random() * 1000);
}
}
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.HealPill)) {
_root.HealPill._x = _root.ball._x;
_root.HealPill._y = _root.ball._y;
GetHeal = 3;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndStop(45);
_root.HealAction.gotoAndPlay(2);
_root.SmokeRing.gotoAndPlay(2);
GetHeal = 1;
}
}
onClipEvent (enterFrame) {
if (Heal == 12) {
Heal = 0;
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(2);
GetHeal = 3;
}
}
Instance of Symbol 198 MovieClip in Frame 72 (366 B)
onClipEvent (enterFrame) {
this._yscale = _root.danger;
if (_root.danger >= 100) {
_root.danger = 100;
}
}
onClipEvent (enterFrame) {
this._yscale = _root.danger;
if (_root.danger <= 0) {
_root.danger = 0;
}
}
onClipEvent (enterFrame) {
if (this._yscale == 100) {
stopAllSounds();
_root.lives = _root.lives - 1;
_root.gotoAndStop("Fail");
}
}
Instance of Symbol 205 MovieClip in Frame 72 (110 B)
onClipEvent (enterFrame) {
this._xscale = _root.health;
if (_root.health <= 0) {
_root.health = 0;
}
}
Instance of Symbol 221 MovieClip "HealAction" in Frame 72 (263 B)
onClipEvent (enterFrame) {
if (_root.HealPill.GetHeal == 1) {
if (_root.danger >= 10) {
if (Key.isDown(16)) {
_root.SoundBox.gotoAndPlay(10);
_root.danger = _root.danger - 10;
this.gotoAndStop(1);
_root.HealPill.GetHeal = 0;
}
}
}
}
Frame 77 (27 B)
stopAllSounds();
stop();
Instance of Symbol 115 MovieClip in Frame 77 (68 B)
onClipEvent (enterFrame) {
Mouse.hide();
this.startDrag("true");
}
Frame 82 (329 B)
stop();
health = 100;
danger = 0;
Color.prototype.setTint = function (r, g, b, amount) {
var _local2 = new Object();
_local2.ra = (_local2.ga = (_local2.ba = 100 - amount));
var _local3 = amount / 100;
_local2.rb = r * _local3;
_local2.gb = g * _local3;
_local2.bb = b * _local3;
this.setTransform(_local2);
};
Instance of Symbol 137 MovieClip "blood" in Frame 82 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white1)) {
this._x = _root.white1._x;
this._y = _root.white1._y;
}
}
Instance of Symbol 137 MovieClip "blood2" in Frame 82 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white2)) {
this._x = _root.white2._x;
this._y = _root.white2._y;
}
}
Instance of Symbol 137 MovieClip "blood3" in Frame 82 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white3)) {
this._x = _root.white3._x;
this._y = _root.white3._y;
}
}
Instance of Symbol 137 MovieClip "blood4" in Frame 82 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white4)) {
this._x = _root.white4._x;
this._y = _root.white4._y;
}
}
Instance of Symbol 137 MovieClip "blood5" in Frame 82 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white5)) {
this._x = _root.white5._x;
this._y = _root.white5._y;
}
}
Instance of Symbol 137 MovieClip "blood6" in Frame 82 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white6)) {
this._x = _root.white6._x;
this._y = _root.white6._y;
}
}
Instance of Symbol 410 MovieClip "Virus" in Frame 82 (289 B)
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (this._yscale <= 100) {
this._yscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
this.gotoAndStop(40);
_root.VirusBrain.gotoAndStop(5);
}
}
Instance of Symbol 412 MovieClip "white1" in Frame 82 (5.11 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = 700;
this._y = random(800) - 200;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 4;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white1");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white1");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 4;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 412 MovieClip "white2" in Frame 82 (5.12 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = 700;
this._y = random(800) - 400;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white2");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white2");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood2.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 412 MovieClip "white3" in Frame 82 (5.12 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = 700;
this._y = random(800) - 400;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 4;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white3");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white3");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 4;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood3.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 412 MovieClip "white4" in Frame 82 (5.12 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = -100;
this._y = random(800) - 400;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 4;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white4");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white4");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 4;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood4.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 412 MovieClip "white5" in Frame 82 (5.12 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = -100;
this._y = random(800) - 400;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white5");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white5");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood5.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 412 MovieClip "white6" in Frame 82 (5.12 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = random(800) - 100;
this._y = 650;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white6");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white6");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 4;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood6.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 115 MovieClip in Frame 82 (68 B)
onClipEvent (enterFrame) {
Mouse.hide();
this.startDrag("true");
}
Instance of Symbol 181 MovieClip "VirusBrain" in Frame 82 (82 B)
onClipEvent (enterFrame) {
this._x = _root.Virus._x;
this._y = _root.Virus._y;
}
Instance of Symbol 183 MovieClip "Cash" in Frame 82 (706 B)
onClipEvent (load) {
GetCash = 0;
}
onClipEvent (enterFrame) {
if (GetCash == 0) {
if (_root.BG.hitTest(_root.ball)) {
Cash = Math.round(Math.random() * 500);
}
}
}
onClipEvent (enterFrame) {
if (Cash == 25) {
Cash = 0;
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndStop(1);
GetCash = 3;
}
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.Cash)) {
_root.Cash._x = _root.ball._x;
_root.Cash._y = _root.ball._y;
GetCash = 3;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.Cash.gotoAndStop(2);
_root.SmokeRing.gotoAndPlay(2);
GetCash = 1;
_root.score = _root.score + 50;
_root.SoundBox.gotoAndPlay(19);
}
}
Instance of Symbol 186 MovieClip "SmokeRing" in Frame 82 (92 B)
onClipEvent (enterFrame) {
this._x = _root.VirusBrain._x;
this._y = _root.VirusBrain._y;
}
Instance of Symbol 188 MovieClip "Food" in Frame 82 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.Food)) {
_root.Food._x = _root.ball._x;
_root.Food._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "FooD" in Frame 82 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.FooD)) {
_root.FooD._x = _root.ball._x;
_root.FooD._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "FOOD" in Frame 82 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.FOOD)) {
_root.FOOD._x = _root.ball._x;
_root.FOOD._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "fOOd" in Frame 82 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.fOOd)) {
_root.fOOd._x = _root.ball._x;
_root.fOOd._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "fooD" in Frame 82 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.fooD)) {
_root.fooD._x = _root.ball._x;
_root.fooD._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "FOod" in Frame 82 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.FOod)) {
_root.FOod._x = _root.ball._x;
_root.FOod._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 191 MovieClip "HealPill" in Frame 82 (681 B)
onClipEvent (load) {
GetHeal = 0;
}
onClipEvent (enterFrame) {
if (GetHeal == 0) {
if (_root.BG.hitTest(_root.ball)) {
Heal = Math.round(Math.random() * 1000);
}
}
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.HealPill)) {
_root.HealPill._x = _root.ball._x;
_root.HealPill._y = _root.ball._y;
GetHeal = 3;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndStop(45);
_root.HealAction.gotoAndPlay(2);
_root.SmokeRing.gotoAndPlay(2);
GetHeal = 1;
}
}
onClipEvent (enterFrame) {
if (Heal == 12) {
Heal = 0;
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(2);
GetHeal = 3;
}
}
Instance of Symbol 198 MovieClip in Frame 82 (366 B)
onClipEvent (enterFrame) {
this._yscale = _root.danger;
if (_root.danger >= 100) {
_root.danger = 100;
}
}
onClipEvent (enterFrame) {
this._yscale = _root.danger;
if (_root.danger <= 0) {
_root.danger = 0;
}
}
onClipEvent (enterFrame) {
if (this._yscale == 100) {
stopAllSounds();
_root.lives = _root.lives - 1;
_root.gotoAndStop("Fail");
}
}
Instance of Symbol 205 MovieClip in Frame 82 (110 B)
onClipEvent (enterFrame) {
this._xscale = _root.health;
if (_root.health <= 0) {
_root.health = 0;
}
}
Instance of Symbol 221 MovieClip "HealAction" in Frame 82 (263 B)
onClipEvent (enterFrame) {
if (_root.HealPill.GetHeal == 1) {
if (_root.danger >= 10) {
if (Key.isDown(16)) {
_root.SoundBox.gotoAndPlay(10);
_root.danger = _root.danger - 10;
this.gotoAndStop(1);
_root.HealPill.GetHeal = 0;
}
}
}
}
Frame 87 (27 B)
stopAllSounds();
stop();
Instance of Symbol 115 MovieClip in Frame 87 (68 B)
onClipEvent (enterFrame) {
Mouse.hide();
this.startDrag("true");
}
Frame 92 (329 B)
stop();
health = 100;
danger = 0;
Color.prototype.setTint = function (r, g, b, amount) {
var _local2 = new Object();
_local2.ra = (_local2.ga = (_local2.ba = 100 - amount));
var _local3 = amount / 100;
_local2.rb = r * _local3;
_local2.gb = g * _local3;
_local2.bb = b * _local3;
this.setTransform(_local2);
};
Instance of Symbol 419 MovieClip "Virus" in Frame 92 (289 B)
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (this._yscale <= 100) {
this._yscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
this.gotoAndStop(40);
_root.VirusBrain.gotoAndStop(5);
}
}
Instance of Symbol 137 MovieClip "blood" in Frame 92 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white1)) {
this._x = _root.white1._x;
this._y = _root.white1._y;
}
}
Instance of Symbol 137 MovieClip "blood2" in Frame 92 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white2)) {
this._x = _root.white2._x;
this._y = _root.white2._y;
}
}
Instance of Symbol 137 MovieClip "blood3" in Frame 92 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white3)) {
this._x = _root.white3._x;
this._y = _root.white3._y;
}
}
Instance of Symbol 137 MovieClip "blood4" in Frame 92 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white4)) {
this._x = _root.white4._x;
this._y = _root.white4._y;
}
}
Instance of Symbol 137 MovieClip "blood5" in Frame 92 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white5)) {
this._x = _root.white5._x;
this._y = _root.white5._y;
}
}
Instance of Symbol 421 MovieClip "white1" in Frame 92 (5.11 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = 700;
this._y = random(800) - 400;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 3;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 5;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white1");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white1");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 4;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 421 MovieClip "white2" in Frame 92 (5.12 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = random(800) - 100;
this._y = 650;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 3;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 3;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white2");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white2");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 3;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood2.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 421 MovieClip "white3" in Frame 92 (5.09 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = -100;
this._y = random(800) - 400;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 3;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 3;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white3");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white3");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 4;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
_root.MineAttack.gotoAndPlay(21);
_root.blood3.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
Instance of Symbol 421 MovieClip "white4" in Frame 92 (5.12 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = -100;
this._y = random(800) - 400;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 3;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 3;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white4");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white4");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 4;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood4.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 421 MovieClip "white5" in Frame 92 (3.55 KiB) ●
onClipEvent (load) {
function reset() {
this._x = random(800) - 100;
this._y = 650;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 3;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 5;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white4");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white4");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 3;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood5.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 115 MovieClip in Frame 92 (68 B)
onClipEvent (enterFrame) {
Mouse.hide();
this.startDrag("true");
}
Instance of Symbol 181 MovieClip "VirusBrain" in Frame 92 (82 B)
onClipEvent (enterFrame) {
this._x = _root.Virus._x;
this._y = _root.Virus._y;
}
Instance of Symbol 183 MovieClip "Cash" in Frame 92 (706 B)
onClipEvent (load) {
GetCash = 0;
}
onClipEvent (enterFrame) {
if (GetCash == 0) {
if (_root.BG.hitTest(_root.ball)) {
Cash = Math.round(Math.random() * 500);
}
}
}
onClipEvent (enterFrame) {
if (Cash == 25) {
Cash = 0;
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndStop(1);
GetCash = 3;
}
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.Cash)) {
_root.Cash._x = _root.ball._x;
_root.Cash._y = _root.ball._y;
GetCash = 3;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.Cash.gotoAndStop(2);
_root.SmokeRing.gotoAndPlay(2);
GetCash = 1;
_root.score = _root.score + 50;
_root.SoundBox.gotoAndPlay(19);
}
}
Instance of Symbol 186 MovieClip "SmokeRing" in Frame 92 (92 B)
onClipEvent (enterFrame) {
this._x = _root.VirusBrain._x;
this._y = _root.VirusBrain._y;
}
Instance of Symbol 188 MovieClip "Food" in Frame 92 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.Food)) {
_root.Food._x = _root.ball._x;
_root.Food._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "FooD" in Frame 92 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.FooD)) {
_root.FooD._x = _root.ball._x;
_root.FooD._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "FOOD" in Frame 92 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.FOOD)) {
_root.FOOD._x = _root.ball._x;
_root.FOOD._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "fOOd" in Frame 92 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.fOOd)) {
_root.fOOd._x = _root.ball._x;
_root.fOOd._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "fooD" in Frame 92 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.fooD)) {
_root.fooD._x = _root.ball._x;
_root.fooD._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "FOod" in Frame 92 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.FOod)) {
_root.FOod._x = _root.ball._x;
_root.FOod._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 191 MovieClip "HealPill" in Frame 92 (681 B)
onClipEvent (load) {
GetHeal = 0;
}
onClipEvent (enterFrame) {
if (GetHeal == 0) {
if (_root.BG.hitTest(_root.ball)) {
Heal = Math.round(Math.random() * 1000);
}
}
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.HealPill)) {
_root.HealPill._x = _root.ball._x;
_root.HealPill._y = _root.ball._y;
GetHeal = 3;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndStop(45);
_root.HealAction.gotoAndPlay(2);
_root.SmokeRing.gotoAndPlay(2);
GetHeal = 1;
}
}
onClipEvent (enterFrame) {
if (Heal == 12) {
Heal = 0;
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(2);
GetHeal = 3;
}
}
Instance of Symbol 198 MovieClip in Frame 92 (366 B)
onClipEvent (enterFrame) {
this._yscale = _root.danger;
if (_root.danger >= 100) {
_root.danger = 100;
}
}
onClipEvent (enterFrame) {
this._yscale = _root.danger;
if (_root.danger <= 0) {
_root.danger = 0;
}
}
onClipEvent (enterFrame) {
if (this._yscale == 100) {
stopAllSounds();
_root.lives = _root.lives - 1;
_root.gotoAndStop("Fail");
}
}
Instance of Symbol 205 MovieClip in Frame 92 (110 B)
onClipEvent (enterFrame) {
this._xscale = _root.health;
if (_root.health <= 0) {
_root.health = 0;
}
}
Instance of Symbol 221 MovieClip "HealAction" in Frame 92 (263 B)
onClipEvent (enterFrame) {
if (_root.HealPill.GetHeal == 1) {
if (_root.danger >= 10) {
if (Key.isDown(16)) {
_root.SoundBox.gotoAndPlay(10);
_root.danger = _root.danger - 10;
this.gotoAndStop(1);
_root.HealPill.GetHeal = 0;
}
}
}
}
Frame 97 (27 B)
stopAllSounds();
stop();
Instance of Symbol 115 MovieClip in Frame 97 (68 B)
onClipEvent (enterFrame) {
Mouse.hide();
this.startDrag("true");
}
Frame 102 (329 B)
stop();
health = 100;
danger = 0;
Color.prototype.setTint = function (r, g, b, amount) {
var _local2 = new Object();
_local2.ra = (_local2.ga = (_local2.ba = 100 - amount));
var _local3 = amount / 100;
_local2.rb = r * _local3;
_local2.gb = g * _local3;
_local2.bb = b * _local3;
this.setTransform(_local2);
};
Instance of Symbol 137 MovieClip "blood" in Frame 102 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white1)) {
this._x = _root.white1._x;
this._y = _root.white1._y;
}
}
Instance of Symbol 137 MovieClip "blood2" in Frame 102 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white2)) {
this._x = _root.white2._x;
this._y = _root.white2._y;
}
}
Instance of Symbol 137 MovieClip "blood3" in Frame 102 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white3)) {
this._x = _root.white3._x;
this._y = _root.white3._y;
}
}
Instance of Symbol 137 MovieClip "blood4" in Frame 102 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white4)) {
this._x = _root.white4._x;
this._y = _root.white4._y;
}
}
Instance of Symbol 137 MovieClip "blood5" in Frame 102 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white5)) {
this._x = _root.white5._x;
this._y = _root.white5._y;
}
}
Instance of Symbol 433 MovieClip "Virus" in Frame 102 (289 B)
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (this._yscale <= 100) {
this._yscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
this.gotoAndStop(40);
_root.VirusBrain.gotoAndStop(5);
}
}
Instance of Symbol 137 MovieClip "blood6" in Frame 102 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white6)) {
this._x = _root.white6._x;
this._y = _root.white6._y;
}
}
Instance of Symbol 137 MovieClip "blood7" in Frame 102 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white7)) {
this._x = _root.white7._x;
this._y = _root.white7._y;
}
}
Instance of Symbol 137 MovieClip "blood8" in Frame 102 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white8)) {
this._x = _root.white8._x;
this._y = _root.white8._y;
}
}
Instance of Symbol 137 MovieClip "blood9" in Frame 102 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white8)) {
this._x = _root.white8._x;
this._y = _root.white8._y;
}
}
Instance of Symbol 435 MovieClip "white1" in Frame 102 (5.11 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = 700;
this._y = random(800) - 400;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 5;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white1");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white1");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 5;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 435 MovieClip "white2" in Frame 102 (5.12 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = 700;
this._y = random(800) - 400;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 5;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white2");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white2");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood2.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 5;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood2.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 435 MovieClip "white3" in Frame 102 (5.12 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = 700;
this._y = random(800) - 400;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 4;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white3");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white3");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood3.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 4;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood3.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 435 MovieClip "white4" in Frame 102 (5.12 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = -100;
this._y = random(800) - 400;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 4;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white4");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white4");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood4.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 4;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood4.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 435 MovieClip "white5" in Frame 102 (5.12 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = -100;
this._y = random(800) - 400;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 4;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white5");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white5");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood5.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 4;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood5.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 435 MovieClip "white6" in Frame 102 (5.12 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = -100;
this._y = random(800) - 400;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 4;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white6");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white6");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood6.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 4;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood6.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 435 MovieClip "white9" in Frame 102 (5.12 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = 700;
this._y = random(800) - 400;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 5;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white6");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white6");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood9.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood9.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood9.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood9.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood9.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood9.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood9.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood9.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood9.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood9.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood9.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood9.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood9.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood9.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 5;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood9.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 435 MovieClip "white7" in Frame 102 (5.12 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = -100;
this._y = random(800) - 400;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 4;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white7");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white7");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood7.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood7.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood7.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood7.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood7.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood7.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood7.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood7.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood7.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood7.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood7.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood7.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood7.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood7.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 4;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood7.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 435 MovieClip "white8" in Frame 102 (5.12 KiB) ● ●
onClipEvent (load) {
function reset() {
this._x = 700;
this._y = random(800) - 400;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 5;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.SoundBox.gotoAndPlay(15);
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
if (!_root.S_A.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.Orb_Move._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.Orb_Move._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.Orb_Move._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AOE)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.AOE._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.AOE._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.AOE._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.AOE._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white8");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white8");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Orb_Move)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
reset();
Enemy = 0;
_root.blood8.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
reset();
Enemy = 0;
_root.blood8.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
reset();
Enemy = 0;
_root.blood8.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
reset();
Enemy = 0;
_root.blood8.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
reset();
Enemy = 0;
_root.blood8.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 11) {
reset();
Enemy = 0;
_root.blood8.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 24) {
reset();
Enemy = 0;
_root.blood8.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 2) {
if (Enemy == 25) {
reset();
Enemy = 0;
_root.blood8.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 10) {
reset();
Enemy = 0;
_root.blood8.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 22) {
reset();
Enemy = 0;
_root.blood8.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 3) {
if (Enemy == 2) {
reset();
Enemy = 0;
_root.blood8.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 17) {
reset();
Enemy = 0;
_root.blood8.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 3) {
reset();
Enemy = 0;
_root.blood8.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.bigger >= 4) {
if (Enemy == 8) {
reset();
Enemy = 0;
_root.blood8.gotoAndPlay(2);
_root.score = _root.score + 10;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.S_A)) {
Stop = 1;
} else {
Stop = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 1) {
enemyMoveSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (Stop == 0) {
enemyMoveSpeed = 5;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.MineAttack)) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
_root.blood8.gotoAndPlay(2);
reset();
_root.score = _root.score + 10;
}
}
}
Instance of Symbol 115 MovieClip in Frame 102 (68 B)
onClipEvent (enterFrame) {
Mouse.hide();
this.startDrag("true");
}
Instance of Symbol 181 MovieClip "VirusBrain" in Frame 102 (82 B)
onClipEvent (enterFrame) {
this._x = _root.Virus._x;
this._y = _root.Virus._y;
}
Instance of Symbol 183 MovieClip "Cash" in Frame 102 (706 B)
onClipEvent (load) {
GetCash = 0;
}
onClipEvent (enterFrame) {
if (GetCash == 0) {
if (_root.BG.hitTest(_root.ball)) {
Cash = Math.round(Math.random() * 500);
}
}
}
onClipEvent (enterFrame) {
if (Cash == 25) {
Cash = 0;
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndStop(1);
GetCash = 3;
}
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.Cash)) {
_root.Cash._x = _root.ball._x;
_root.Cash._y = _root.ball._y;
GetCash = 3;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
_root.Cash.gotoAndStop(2);
_root.SmokeRing.gotoAndPlay(2);
GetCash = 1;
_root.score = _root.score + 50;
_root.SoundBox.gotoAndPlay(19);
}
}
Instance of Symbol 186 MovieClip "SmokeRing" in Frame 102 (92 B)
onClipEvent (enterFrame) {
this._x = _root.VirusBrain._x;
this._y = _root.VirusBrain._y;
}
Instance of Symbol 188 MovieClip "Food" in Frame 102 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.Food)) {
_root.Food._x = _root.ball._x;
_root.Food._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "FooD" in Frame 102 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.FooD)) {
_root.FooD._x = _root.ball._x;
_root.FooD._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "FOOD" in Frame 102 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.FOOD)) {
_root.FOOD._x = _root.ball._x;
_root.FOOD._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "fOOd" in Frame 102 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.fOOd)) {
_root.fOOd._x = _root.ball._x;
_root.fOOd._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "fooD" in Frame 102 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.fooD)) {
_root.fooD._x = _root.ball._x;
_root.fooD._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 188 MovieClip "FOod" in Frame 102 (474 B)
onClipEvent (load) {
function reset() {
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(1);
}
reset();
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.FOod)) {
_root.FOod._x = _root.ball._x;
_root.FOod._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
_root.score = _root.score + 5;
}
}
Instance of Symbol 191 MovieClip "HealPill" in Frame 102 (681 B)
onClipEvent (load) {
GetHeal = 0;
}
onClipEvent (enterFrame) {
if (GetHeal == 0) {
if (_root.BG.hitTest(_root.ball)) {
Heal = Math.round(Math.random() * 1000);
}
}
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.HealPill)) {
_root.HealPill._x = _root.ball._x;
_root.HealPill._y = _root.ball._y;
GetHeal = 3;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndStop(45);
_root.HealAction.gotoAndPlay(2);
_root.SmokeRing.gotoAndPlay(2);
GetHeal = 1;
}
}
onClipEvent (enterFrame) {
if (Heal == 12) {
Heal = 0;
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(2);
GetHeal = 3;
}
}
Instance of Symbol 198 MovieClip in Frame 102 (366 B)
onClipEvent (enterFrame) {
this._yscale = _root.danger;
if (_root.danger >= 100) {
_root.danger = 100;
}
}
onClipEvent (enterFrame) {
this._yscale = _root.danger;
if (_root.danger <= 0) {
_root.danger = 0;
}
}
onClipEvent (enterFrame) {
if (this._yscale == 100) {
stopAllSounds();
_root.lives = _root.lives - 1;
_root.gotoAndStop("Fail");
}
}
Instance of Symbol 205 MovieClip in Frame 102 (110 B)
onClipEvent (enterFrame) {
this._xscale = _root.health;
if (_root.health <= 0) {
_root.health = 0;
}
}
Instance of Symbol 221 MovieClip "HealAction" in Frame 102 (263 B)
onClipEvent (enterFrame) {
if (_root.HealPill.GetHeal == 1) {
if (_root.danger >= 10) {
if (Key.isDown(16)) {
_root.SoundBox.gotoAndPlay(10);
_root.danger = _root.danger - 10;
this.gotoAndStop(1);
_root.HealPill.GetHeal = 0;
}
}
}
}
Frame 107 (86 B)
stopAllSounds();
stop();
_root.Orb_Move.gotoAndStop(1);
_root.S_A.gotoAndStop(1);
Instance of Symbol 446 MovieClip in Frame 107 (44 B)
on (release) {
_root.gotoAndStop("Menu");
}
Instance of Symbol 115 MovieClip in Frame 107 (68 B)
onClipEvent (enterFrame) {
Mouse.hide();
this.startDrag("true");
}
Instance of Symbol 217 MovieClip in Frame 117 (62 B)
on (release) {
stopAllSounds();
_root.gotoAndStop("Menu");
}
Instance of Symbol 115 MovieClip in Frame 117 (68 B)
onClipEvent (enterFrame) {
Mouse.hide();
this.startDrag("true");
}
Frame 472 (8 B)
stop();
Frame 492 (36 B)
stop();
health = 100;
danger = 0;
Instance of Symbol 128 MovieClip "Virus" in Frame 492 (169 B)
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (this._yscale <= 100) {
this._yscale = 100;
}
}
Instance of Symbol 137 MovieClip "blood" in Frame 492 (128 B)
onClipEvent (enterFrame) {
if (_root.BG.hitTest(_root.white1)) {
this._x = _root.white1._x;
this._y = _root.white1._y;
}
}
Instance of Symbol 157 MovieClip "white1" in Frame 492 (2.31 KiB) ●
onClipEvent (load) {
function reset() {
this._x = 800;
this._y = random(800) - 200;
Enemy = 0;
}
}
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
this.gotoAndStop(25);
}
onClipEvent (enterFrame) {
if (_root.Virus._x < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root.Virus._x > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root.Virus._y < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root.Virus._y > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.3;
yS = yS * 0.3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Virus._x, _root.Virus._y)) {
reset();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
_root.SoundBox.gotoAndPlay(5);
if (_root.ball._x < _x) {
xS = xS + (enemyMoveSpeed + 15);
} else if (_root.ball._x > _x) {
xS = xS - (enemyMoveSpeed + 15);
}
if (_root.ball._y < _y) {
yS = yS + (enemyMoveSpeed + 15);
} else if (_root.ball._y > _y) {
yS = yS - (enemyMoveSpeed + 15);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
myColor = new Color("_root.white1");
myColor.setTint(255, 225, 0, 70);
} else if (!this.hitTest(_root.ball)) {
myColor = new Color("_root.white1");
myColor.setTint(255, 225, 0, 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
Enemy = Math.round(Math.random() * 25);
}
}
onClipEvent (enterFrame) {
if (Enemy == 12) {
_root.blood.gotoAndPlay(2);
reset();
Enemy = 0;
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 20) {
_root.blood.gotoAndPlay(2);
reset();
Enemy = 0;
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 23) {
_root.blood.gotoAndPlay(2);
reset();
Enemy = 0;
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 5) {
_root.blood.gotoAndPlay(2);
reset();
Enemy = 0;
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 14) {
_root.blood.gotoAndPlay(2);
reset();
Enemy = 0;
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 8) {
_root.blood.gotoAndPlay(2);
reset();
Enemy = 0;
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
if (Enemy == 17) {
_root.blood.gotoAndPlay(2);
reset();
Enemy = 0;
_root.score = _root.score + 10;
}
}
Instance of Symbol 181 MovieClip "VirusBrain" in Frame 492 (482 B)
onClipEvent (enterFrame) {
this._x = _root.Virus._x;
this._y = _root.Virus._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.white1)) {
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.white2)) {
_root.Virus._xscale = _root.Virus._xscale + 5;
_root.Virus._yscale = _root.Virus._yscale + 5;
_root.danger = _root.danger + 2;
}
}
Instance of Symbol 94 MovieClip "ball" in Frame 492 (811 B)
onClipEvent (load) {
enemyMoveSpeed = 2;
xS = (yS = 0);
}
onClipEvent (enterFrame) {
if (_root._xmouse < _x) {
xS = xS - enemyMoveSpeed;
} else if (_root._xmouse > _x) {
xS = xS + enemyMoveSpeed;
}
if (_root._ymouse < _y) {
yS = yS - enemyMoveSpeed;
} else if (_root._ymouse > _y) {
yS = yS + enemyMoveSpeed;
}
_x = (_x + xS);
_y = (_y + yS);
xS = xS * 0.6;
yS = yS * 0.6;
}
onClipEvent (enterFrame) {
if (_root.BlastWave == 1) {
if (Key.isDown(32)) {
_root.AOE.gotoAndPlay(2);
_root.AOE._x = this._x;
_root.AOE._y = this._y;
_root.BlastWave = 2;
}
}
}
onClipEvent (enterFrame) {
if (_root.Mine == 2) {
if (Key.isDown(32)) {
_root.MineAttack._x = this._x;
_root.MineAttack._y = this._y;
_root.MineAttack.gotoAndPlay(2);
_root.Mine = 3;
}
}
}
Instance of Symbol 186 MovieClip "SmokeRing" in Frame 492 (92 B)
onClipEvent (enterFrame) {
this._x = _root.VirusBrain._x;
this._y = _root.VirusBrain._y;
}
Instance of Symbol 453 MovieClip "Tur_1" in Frame 492 (303 B)
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.Tur_1)) {
_root.Tur_1._x = _root.ball._x;
_root.Tur_1._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
}
}
Instance of Symbol 453 MovieClip "Tur_3" in Frame 492 (303 B)
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.Tur_3)) {
_root.Tur_3._x = _root.ball._x;
_root.Tur_3._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
}
}
Instance of Symbol 453 MovieClip "Tur_2" in Frame 492 (303 B)
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.Tur_2)) {
_root.Tur_2._x = _root.ball._x;
_root.Tur_2._y = _root.ball._y;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndPlay(35);
_root.health = _root.health - 3;
_root.SmokeRing.gotoAndPlay(2);
}
}
Instance of Symbol 191 MovieClip "HealPill" in Frame 492 (770 B)
onClipEvent (load) {
GetHeal = 0;
}
onClipEvent (enterFrame) {
if (_root.N_Button.Story == 7) {
if (GetHeal == 0) {
if (_root.BG.hitTest(_root.ball)) {
Heal = Math.round(Math.random() * 5);
trace((Heal = Math.round(Math.random() * 5)));
}
}
}
}
onClipEvent (enterFrame) {
if (_root.ball.hitTest(_root.HealPill)) {
_root.HealPill._x = _root.ball._x;
_root.HealPill._y = _root.ball._y;
GetHeal = 3;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.VirusBrain)) {
this.gotoAndStop(45);
_root.HealAction.gotoAndPlay(2);
_root.SmokeRing.gotoAndPlay(2);
GetHeal = 1;
}
}
onClipEvent (enterFrame) {
if (Heal == 5) {
Heal = 0;
this._x = random(300) + 100;
this._y = random(300) + 100;
this.gotoAndPlay(2);
GetHeal = 3;
}
}
Instance of Symbol 198 MovieClip in Frame 492 (225 B)
onClipEvent (enterFrame) {
this._yscale = _root.danger;
if (_root.danger >= 100) {
_root.danger = 100;
}
}
onClipEvent (enterFrame) {
this._yscale = _root.danger;
if (_root.danger <= 0) {
_root.danger = 0;
}
}
Instance of Symbol 205 MovieClip in Frame 492 (110 B)
onClipEvent (enterFrame) {
this._xscale = _root.health;
if (_root.health <= 0) {
_root.health = 0;
}
}
Instance of Symbol 221 MovieClip "HealAction" in Frame 492 (263 B)
onClipEvent (enterFrame) {
if (_root.HealPill.GetHeal == 1) {
if (_root.danger >= 10) {
if (Key.isDown(16)) {
_root.SoundBox.gotoAndPlay(10);
_root.danger = _root.danger - 10;
this.gotoAndStop(1);
_root.HealPill.GetHeal = 0;
}
}
}
}
Instance of Symbol 463 MovieClip "N_Button" in Frame 492 (809 B)
onClipEvent (load) {
Story = 0;
}
on (release) {
if (Story == 0) {
_root.Guide.gotoAndStop(5);
Story = Story + 1;
} else if (Story == 1) {
_root.Guide.gotoAndStop(10);
_root.Tur_1.gotoAndPlay(2);
_root.Tur_2.gotoAndPlay(2);
_root.Tur_3.gotoAndPlay(2);
Story = Story + 1;
} else if (Story == 2) {
_root.Guide.gotoAndStop(15);
Story = Story + 1;
} else if (Story == 3) {
_root.white1.gotoAndPlay(1);
Story = Story + 1;
} else if (Story == 4) {
_root.white1.gotoAndStop(25);
_root.Guide.gotoAndStop(20);
_root.danger = 10;
Story = Story + 1;
} else if (Story == 5) {
_root.Guide.gotoAndStop(25);
Story = Story + 1;
} else if (Story == 6) {
_root.Guide.gotoAndStop(30);
Story = Story + 1;
} else if (Story == 7) {
stopAllSounds();
_root.gotoAndStop("Menu");
}
}
Instance of Symbol 115 MovieClip in Frame 492 (68 B)
onClipEvent (enterFrame) {
Mouse.hide();
this.startDrag("true");
}
Symbol 3 MovieClip Frame 1 (260 B)
xMin = 0;
xMax = 550;
yMin = 0;
yMax = 400;
minSize = 10;
maxSize = 50;
easeFactor = 10;
randomX = (Math.random() * (xMax - xMin)) + xMin;
randomY = (Math.random() * (yMax - yMin)) + yMin;
randomSize = (Math.random() * (maxSize - minSize)) + minSize;
Symbol 3 MovieClip Frame 3 (459 B)
distance = Math.sqrt(Math.pow(this._x - randomX, 2) + Math.pow(this._y - randomY, 2));
if (Math.abs(this._width - maxSize) > 1) {
this._width = this._width + ((randomSize - this._width) / 2);
this._height = this._height + ((randomSize - this._height) / 2);
}
if (distance > 1) {
this._x = this._x + ((randomX - this._x) / easeFactor);
this._y = this._y + ((randomY - this._y) / easeFactor);
gotoAndPlay (2);
} else {
gotoAndPlay (1);
}
Symbol 49 Button (65 B)
on (release) {
getURL ("http://www.newgrounds.com", "_blank");
}
Symbol 51 MovieClip Frame 40 (8 B)
stop();
Symbol 77 Button (31 B)
on (release) {
startMovie();
}
Symbol 78 MovieClip Frame 1 (1.53 KiB) ●
function timerHandler() {
if (!loadingComplete) {
var _local4 = _root.getBytesLoaded() / _root.getBytesTotal();
bar._xscale = 100 * _local4;
if (_local4 == 1) {
loadingComplete = true;
if (AUTO_PLAY) {
startMovie();
} else {
gotoAndStop ("loaded");
}
return(undefined);
}
}
dt = getTimer() - time;
time = time + dt;
frameAccum = frameAccum + dt;
var _local3 = 0;
while ((frameAccum >= FRAME_TIME) && (_local3 < MAX_FRAME_SKIP)) {
advanceFrame(tankLogo, true, true);
advanceFrame(loadingText, false, true);
advanceFrame(barGfx, false, true);
if (loadingComplete) {
advanceFrame(this, false, false);
}
(frameAccum = frameAccum - FRAME_TIME);
_local3++;
}
updateAfterEvent();
}
function advanceFrame(clip, recurse, loop) {
if (!clip) {
return(undefined);
}
clip.stop();
if (clip._currentframe == clip._totalframes) {
if (loop) {
clip.gotoAndStop(1);
}
} else {
clip.nextFrame();
}
if (recurse) {
for (childName in clip) {
if (typeof(clip[childName]) == "movieclip") {
advanceFrame(clip[childName], recurse, loop);
}
}
}
}
function startMovie() {
clearInterval(intervalId);
_root.play();
}
_root.stop();
stop();
var FRAME_TIME = 33.3333333333333;
var AUTO_PLAY = false;
var MAX_FRAME_SKIP = 5;
var loadingComplete;
var intervalId;
var time;
var frameAccum;
loadingComplete = false;
intervalId = setInterval(this, "timerHandler", FRAME_TIME / 2);
frameAccum = 0;
time = getTimer();
timerHandler();
Symbol 97 Button (64 B)
on (release) {
stopAllSounds();
_root.gotoAndPlay("Level1");
}
Symbol 101 Button (66 B)
on (release) {
stopAllSounds();
_root.gotoAndStop("Tutorial");
}
Symbol 105 Button (65 B)
on (release) {
stopAllSounds();
_root.gotoAndPlay("Credits");
}
Symbol 109 MovieClip Frame 10 (8 B)
stop();
Symbol 112 MovieClip Frame 10 (8 B)
stop();
Symbol 128 MovieClip Frame 35 (17 B)
gotoAndPlay (1);
Symbol 128 MovieClip Frame 40 (42 B)
stop();
_root.BloodSplat.gotoAndPlay(2);
Symbol 137 MovieClip Frame 1 (8 B)
stop();
Symbol 151 MovieClip Frame 1 (8 B)
stop();
Symbol 151 MovieClip Frame 30 (99 B)
_root.LevelComplete.gotoAndPlay(2);
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
}
Symbol 151 MovieClip Frame 31 (8 B)
stop();
Symbol 154 MovieClip Frame 1 (8 B)
stop();
Symbol 154 MovieClip Frame 30 (30 B)
_root.gotoAndStop("Victory");
Symbol 157 MovieClip Frame 20 (33 B)
gotoAndPlay (1);
_root.reset();
Symbol 157 MovieClip Frame 25 (8 B)
stop();
Symbol 160 MovieClip Frame 1 (8 B)
stop();
Symbol 160 MovieClip Frame 40 (17 B)
gotoAndPlay (2);
Symbol 168 MovieClip Frame 1 (8 B)
stop();
Symbol 168 MovieClip Frame 5 (8 B)
play();
Symbol 168 MovieClip Frame 6 (8 B)
play();
Symbol 168 MovieClip Frame 7 (8 B)
play();
Symbol 168 MovieClip Frame 8 (8 B)
play();
Symbol 168 MovieClip Frame 9 (8 B)
play();
Symbol 168 MovieClip Frame 10 (8 B)
play();
Symbol 168 MovieClip Frame 11 (8 B)
play();
Symbol 168 MovieClip Frame 12 (8 B)
play();
Symbol 168 MovieClip Frame 13 (8 B)
play();
Symbol 168 MovieClip Frame 14 (8 B)
play();
Symbol 168 MovieClip Frame 15 (8 B)
play();
Symbol 168 MovieClip Frame 16 (8 B)
play();
Symbol 168 MovieClip Frame 17 (8 B)
play();
Symbol 168 MovieClip Frame 18 (8 B)
play();
Symbol 168 MovieClip Frame 19 (8 B)
play();
Symbol 168 MovieClip Frame 20 (8 B)
play();
Symbol 168 MovieClip Frame 21 (8 B)
play();
Symbol 168 MovieClip Frame 22 (8 B)
play();
Symbol 168 MovieClip Frame 23 (8 B)
play();
Symbol 168 MovieClip Frame 24 (8 B)
play();
Symbol 168 MovieClip Frame 25 (8 B)
play();
Symbol 168 MovieClip Frame 26 (160 B)
stop();
if (_root.Slow == 2) {
_root.FAttack = 2;
} else if (_root.Slow == 3) {
_root.FAttack = 3;
} else if (_root.Slow == 4) {
_root.FAttack = 4;
}
Symbol 168 MovieClip Frame 30 (8 B)
play();
Symbol 168 MovieClip Frame 31 (8 B)
play();
Symbol 168 MovieClip Frame 32 (8 B)
play();
Symbol 168 MovieClip Frame 33 (8 B)
play();
Symbol 168 MovieClip Frame 34 (8 B)
play();
Symbol 168 MovieClip Frame 35 (8 B)
play();
Symbol 168 MovieClip Frame 36 (8 B)
play();
Symbol 168 MovieClip Frame 37 (8 B)
play();
Symbol 168 MovieClip Frame 38 (8 B)
play();
Symbol 168 MovieClip Frame 39 (8 B)
play();
Symbol 168 MovieClip Frame 40 (8 B)
play();
Symbol 168 MovieClip Frame 41 (8 B)
play();
Symbol 168 MovieClip Frame 42 (8 B)
play();
Symbol 168 MovieClip Frame 43 (8 B)
play();
Symbol 168 MovieClip Frame 44 (8 B)
play();
Symbol 168 MovieClip Frame 45 (8 B)
play();
Symbol 168 MovieClip Frame 46 (8 B)
play();
Symbol 168 MovieClip Frame 47 (8 B)
play();
Symbol 168 MovieClip Frame 48 (8 B)
play();
Symbol 168 MovieClip Frame 49 (8 B)
play();
Symbol 168 MovieClip Frame 50 (8 B)
play();
Symbol 168 MovieClip Frame 51 (8 B)
play();
Symbol 168 MovieClip Frame 52 (8 B)
play();
Symbol 168 MovieClip Frame 53 (8 B)
play();
Symbol 168 MovieClip Frame 54 (8 B)
play();
Symbol 168 MovieClip Frame 55 (8 B)
play();
Symbol 168 MovieClip Frame 56 (8 B)
play();
Symbol 168 MovieClip Frame 57 (8 B)
play();
Symbol 168 MovieClip Frame 58 (8 B)
play();
Symbol 168 MovieClip Frame 59 (8 B)
play();
Symbol 168 MovieClip Frame 60 (8 B)
play();
Symbol 168 MovieClip Frame 61 (8 B)
play();
Symbol 168 MovieClip Frame 62 (8 B)
play();
Symbol 168 MovieClip Frame 63 (8 B)
play();
Symbol 168 MovieClip Frame 64 (8 B)
play();
Symbol 168 MovieClip Frame 65 (8 B)
play();
Symbol 168 MovieClip Frame 66 (8 B)
play();
Symbol 168 MovieClip Frame 67 (8 B)
play();
Symbol 168 MovieClip Frame 68 (8 B)
play();
Symbol 168 MovieClip Frame 69 (8 B)
play();
Symbol 168 MovieClip Frame 70 (8 B)
play();
Symbol 168 MovieClip Frame 71 (8 B)
play();
Symbol 168 MovieClip Frame 72 (8 B)
play();
Symbol 168 MovieClip Frame 73 (8 B)
play();
Symbol 168 MovieClip Frame 74 (8 B)
play();
Symbol 168 MovieClip Frame 75 (8 B)
play();
Symbol 168 MovieClip Frame 76 (8 B)
play();
Symbol 168 MovieClip Frame 77 (8 B)
play();
Symbol 168 MovieClip Frame 78 (8 B)
play();
Symbol 168 MovieClip Frame 79 (8 B)
play();
Symbol 168 MovieClip Frame 80 (8 B)
play();
Symbol 168 MovieClip Frame 81 (8 B)
play();
Symbol 168 MovieClip Frame 82 (8 B)
play();
Symbol 168 MovieClip Frame 83 (8 B)
play();
Symbol 168 MovieClip Frame 84 (8 B)
play();
Symbol 168 MovieClip Frame 85 (8 B)
play();
Symbol 168 MovieClip Frame 86 (160 B)
stop();
if (_root.Slow == 2) {
_root.FAttack = 2;
} else if (_root.Slow == 3) {
_root.FAttack = 3;
} else if (_root.Slow == 4) {
_root.FAttack = 4;
}
Symbol 168 MovieClip Frame 95 (8 B)
play();
Symbol 168 MovieClip Frame 96 (8 B)
play();
Symbol 168 MovieClip Frame 97 (8 B)
play();
Symbol 168 MovieClip Frame 98 (8 B)
play();
Symbol 168 MovieClip Frame 99 (8 B)
play();
Symbol 168 MovieClip Frame 100 (8 B)
play();
Symbol 168 MovieClip Frame 101 (8 B)
play();
Symbol 168 MovieClip Frame 102 (8 B)
play();
Symbol 168 MovieClip Frame 103 (8 B)
play();
Symbol 168 MovieClip Frame 104 (8 B)
play();
Symbol 168 MovieClip Frame 105 (8 B)
play();
Symbol 168 MovieClip Frame 106 (8 B)
play();
Symbol 168 MovieClip Frame 107 (8 B)
play();
Symbol 168 MovieClip Frame 108 (8 B)
play();
Symbol 168 MovieClip Frame 109 (8 B)
play();
Symbol 168 MovieClip Frame 110 (8 B)
play();
Symbol 168 MovieClip Frame 111 (8 B)
play();
Symbol 168 MovieClip Frame 112 (8 B)
play();
Symbol 168 MovieClip Frame 113 (8 B)
play();
Symbol 168 MovieClip Frame 114 (8 B)
play();
Symbol 168 MovieClip Frame 115 (8 B)
play();
Symbol 168 MovieClip Frame 116 (8 B)
play();
Symbol 168 MovieClip Frame 117 (8 B)
play();
Symbol 168 MovieClip Frame 118 (8 B)
play();
Symbol 168 MovieClip Frame 119 (8 B)
play();
Symbol 168 MovieClip Frame 120 (8 B)
play();
Symbol 168 MovieClip Frame 121 (8 B)
play();
Symbol 168 MovieClip Frame 122 (8 B)
play();
Symbol 168 MovieClip Frame 123 (8 B)
play();
Symbol 168 MovieClip Frame 124 (8 B)
play();
Symbol 168 MovieClip Frame 125 (8 B)
play();
Symbol 168 MovieClip Frame 126 (8 B)
play();
Symbol 168 MovieClip Frame 127 (8 B)
play();
Symbol 168 MovieClip Frame 128 (8 B)
play();
Symbol 168 MovieClip Frame 129 (8 B)
play();
Symbol 168 MovieClip Frame 130 (8 B)
play();
Symbol 168 MovieClip Frame 131 (8 B)
play();
Symbol 168 MovieClip Frame 132 (8 B)
play();
Symbol 168 MovieClip Frame 133 (8 B)
play();
Symbol 168 MovieClip Frame 134 (8 B)
play();
Symbol 168 MovieClip Frame 135 (8 B)
play();
Symbol 168 MovieClip Frame 136 (8 B)
play();
Symbol 168 MovieClip Frame 137 (8 B)
play();
Symbol 168 MovieClip Frame 138 (8 B)
play();
Symbol 168 MovieClip Frame 139 (8 B)
play();
Symbol 168 MovieClip Frame 140 (8 B)
play();
Symbol 168 MovieClip Frame 141 (8 B)
play();
Symbol 168 MovieClip Frame 142 (8 B)
play();
Symbol 168 MovieClip Frame 143 (8 B)
play();
Symbol 168 MovieClip Frame 144 (8 B)
play();
Symbol 168 MovieClip Frame 145 (8 B)
play();
Symbol 168 MovieClip Frame 146 (8 B)
play();
Symbol 168 MovieClip Frame 147 (8 B)
play();
Symbol 168 MovieClip Frame 148 (8 B)
play();
Symbol 168 MovieClip Frame 149 (8 B)
play();
Symbol 168 MovieClip Frame 150 (8 B)
play();
Symbol 168 MovieClip Frame 151 (8 B)
play();
Symbol 168 MovieClip Frame 152 (8 B)
play();
Symbol 168 MovieClip Frame 153 (8 B)
play();
Symbol 168 MovieClip Frame 154 (8 B)
play();
Symbol 168 MovieClip Frame 155 (8 B)
play();
Symbol 168 MovieClip Frame 156 (8 B)
play();
Symbol 168 MovieClip Frame 157 (8 B)
play();
Symbol 168 MovieClip Frame 158 (8 B)
play();
Symbol 168 MovieClip Frame 159 (8 B)
play();
Symbol 168 MovieClip Frame 160 (8 B)
play();
Symbol 168 MovieClip Frame 161 (8 B)
play();
Symbol 168 MovieClip Frame 162 (8 B)
play();
Symbol 168 MovieClip Frame 163 (8 B)
play();
Symbol 168 MovieClip Frame 164 (8 B)
play();
Symbol 168 MovieClip Frame 165 (8 B)
play();
Symbol 168 MovieClip Frame 166 (8 B)
play();
Symbol 168 MovieClip Frame 167 (8 B)
play();
Symbol 168 MovieClip Frame 168 (8 B)
play();
Symbol 168 MovieClip Frame 169 (8 B)
play();
Symbol 168 MovieClip Frame 170 (8 B)
play();
Symbol 168 MovieClip Frame 171 (8 B)
play();
Symbol 168 MovieClip Frame 172 (8 B)
play();
Symbol 168 MovieClip Frame 173 (8 B)
play();
Symbol 168 MovieClip Frame 174 (8 B)
play();
Symbol 168 MovieClip Frame 175 (8 B)
play();
Symbol 168 MovieClip Frame 176 (8 B)
play();
Symbol 168 MovieClip Frame 177 (8 B)
play();
Symbol 168 MovieClip Frame 178 (8 B)
play();
Symbol 168 MovieClip Frame 179 (8 B)
play();
Symbol 168 MovieClip Frame 180 (8 B)
play();
Symbol 168 MovieClip Frame 181 (8 B)
play();
Symbol 168 MovieClip Frame 182 (8 B)
play();
Symbol 168 MovieClip Frame 183 (8 B)
play();
Symbol 168 MovieClip Frame 184 (8 B)
play();
Symbol 168 MovieClip Frame 185 (8 B)
play();
Symbol 168 MovieClip Frame 186 (8 B)
play();
Symbol 168 MovieClip Frame 187 (8 B)
play();
Symbol 168 MovieClip Frame 188 (8 B)
play();
Symbol 168 MovieClip Frame 189 (8 B)
play();
Symbol 168 MovieClip Frame 190 (8 B)
play();
Symbol 168 MovieClip Frame 191 (8 B)
play();
Symbol 168 MovieClip Frame 192 (8 B)
play();
Symbol 168 MovieClip Frame 193 (8 B)
play();
Symbol 168 MovieClip Frame 194 (8 B)
play();
Symbol 168 MovieClip Frame 195 (8 B)
play();
Symbol 168 MovieClip Frame 196 (8 B)
play();
Symbol 168 MovieClip Frame 197 (8 B)
play();
Symbol 168 MovieClip Frame 198 (8 B)
play();
Symbol 168 MovieClip Frame 199 (8 B)
play();
Symbol 168 MovieClip Frame 200 (160 B)
stop();
if (_root.Slow == 2) {
_root.FAttack = 2;
} else if (_root.Slow == 3) {
_root.FAttack = 3;
} else if (_root.Slow == 4) {
_root.FAttack = 4;
}
Symbol 172 MovieClip Frame 1 (8 B)
stop();
Symbol 172 MovieClip Frame 2 (8 B)
play();
Symbol 172 MovieClip Frame 3 (8 B)
play();
Symbol 172 MovieClip Frame 4 (8 B)
play();
Symbol 172 MovieClip Frame 5 (8 B)
play();
Symbol 172 MovieClip Frame 6 (8 B)
play();
Symbol 172 MovieClip Frame 7 (8 B)
play();
Symbol 172 MovieClip Frame 8 (8 B)
play();
Symbol 172 MovieClip Frame 9 (8 B)
play();
Symbol 172 MovieClip Frame 10 (8 B)
play();
Symbol 172 MovieClip Frame 11 (8 B)
play();
Symbol 172 MovieClip Frame 12 (8 B)
play();
Symbol 172 MovieClip Frame 13 (8 B)
play();
Symbol 172 MovieClip Frame 14 (8 B)
play();
Symbol 172 MovieClip Frame 15 (21 B)
_root.BlastWave = 1;
Symbol 179 MovieClip Frame 1 (8 B)
stop();
Symbol 179 MovieClip Frame 2 (8 B)
play();
Symbol 179 MovieClip Frame 3 (8 B)
play();
Symbol 179 MovieClip Frame 4 (8 B)
play();
Symbol 179 MovieClip Frame 5 (8 B)
play();
Symbol 179 MovieClip Frame 6 (8 B)
play();
Symbol 179 MovieClip Frame 7 (8 B)
play();
Symbol 179 MovieClip Frame 8 (8 B)
play();
Symbol 179 MovieClip Frame 9 (8 B)
play();
Symbol 179 MovieClip Frame 10 (8 B)
play();
Symbol 179 MovieClip Frame 11 (8 B)
play();
Symbol 179 MovieClip Frame 12 (8 B)
play();
Symbol 179 MovieClip Frame 13 (8 B)
play();
Symbol 179 MovieClip Frame 14 (8 B)
play();
Symbol 179 MovieClip Frame 15 (8 B)
play();
Symbol 179 MovieClip Frame 16 (8 B)
play();
Symbol 179 MovieClip Frame 17 (8 B)
play();
Symbol 179 MovieClip Frame 18 (8 B)
play();
Symbol 179 MovieClip Frame 19 (8 B)
play();
Symbol 179 MovieClip Frame 20 (8 B)
stop();
Symbol 179 MovieClip Frame 21 (8 B)
play();
Symbol 179 MovieClip Frame 22 (8 B)
play();
Symbol 179 MovieClip Frame 23 (8 B)
play();
Symbol 179 MovieClip Frame 24 (8 B)
play();
Symbol 179 MovieClip Frame 25 (8 B)
play();
Symbol 179 MovieClip Frame 26 (8 B)
play();
Symbol 179 MovieClip Frame 27 (8 B)
play();
Symbol 179 MovieClip Frame 28 (8 B)
play();
Symbol 179 MovieClip Frame 29 (8 B)
play();
Symbol 179 MovieClip Frame 30 (8 B)
play();
Symbol 179 MovieClip Frame 31 (8 B)
play();
Symbol 179 MovieClip Frame 32 (8 B)
play();
Symbol 179 MovieClip Frame 33 (8 B)
play();
Symbol 179 MovieClip Frame 34 (8 B)
play();
Symbol 179 MovieClip Frame 35 (8 B)
play();
Symbol 179 MovieClip Frame 36 (8 B)
play();
Symbol 179 MovieClip Frame 37 (8 B)
play();
Symbol 179 MovieClip Frame 38 (16 B)
_root.Mine = 2;
Symbol 181 MovieClip Frame 1 (8 B)
stop();
Symbol 181 MovieClip Frame 5 (8 B)
stop();
Symbol 183 MovieClip Frame 1 (8 B)
stop();
Symbol 183 MovieClip Frame 2 (22 B)
stop();
GetCash = 0;
Symbol 186 MovieClip Frame 1 (8 B)
stop();
Symbol 186 MovieClip Frame 20 (8 B)
stop();
Symbol 188 MovieClip Frame 34 (8 B)
stop();
Symbol 188 MovieClip Frame 70 (9 B)
reset();
Symbol 191 MovieClip Frame 1 (8 B)
stop();
Symbol 191 MovieClip Frame 35 (8 B)
stop();
Symbol 191 MovieClip Frame 45 (8 B)
stop();
Symbol 221 MovieClip Frame 1 (8 B)
stop();
Symbol 221 MovieClip Frame 20 (8 B)
stop();
Symbol 228 MovieClip Frame 1 (8 B)
stop();
Symbol 228 MovieClip Frame 6 (8 B)
stop();
Symbol 228 MovieClip Frame 11 (8 B)
stop();
Symbol 228 MovieClip Frame 16 (8 B)
stop();
Symbol 228 MovieClip Frame 20 (8 B)
stop();
Symbol 233 Button (703 B)
on (release) {
stopAllSounds();
if (_root.lives >= 1) {
if (_root.Counter == 2) {
_root.gotoAndStop("Up2");
} else if (_root.Counter == 3) {
_root.gotoAndStop("Up3");
} else if (_root.Counter == 4) {
_root.gotoAndStop("Up4");
} else if (_root.Counter == 5) {
_root.gotoAndStop("Up5");
} else if (_root.Counter == 6) {
_root.gotoAndStop("Up6");
} else if (_root.Counter == 7) {
_root.gotoAndStop("Up7");
} else if (_root.Counter == 8) {
_root.gotoAndStop("Up8");
} else if (_root.Counter == 9) {
_root.gotoAndStop("Up9");
} else if (_root.Counter == 10) {
_root.gotoAndStop("Up10");
}
} else if (_root.lives == 0) {
_root.gotoAndStop("Level1");
}
}
Symbol 235 MovieClip Frame 30 (8 B)
stop();
Symbol 240 Button (67 B)
on (release) {
_root.gotoAndStop("Upgrade");
_root.Counter = 2;
}
Symbol 243 MovieClip Frame 15 (8 B)
stop();
Symbol 244 Button (66 B)
on (release) {
_root.gotoAndStop("Level2");
_root.Counter = 2;
}
Symbol 246 MovieClip Frame 30 (8 B)
stop();
Symbol 255 MovieClip Frame 30 (17 B)
gotoAndPlay (1);
Symbol 255 MovieClip Frame 35 (42 B)
stop();
_root.BloodSplat.gotoAndPlay(2);
Symbol 258 MovieClip Frame 1 (8 B)
stop();
Symbol 258 MovieClip Frame 30 (31 B)
_root.gotoAndStop("Victory2");
Symbol 261 MovieClip Frame 10 (17 B)
gotoAndPlay (1);
Symbol 267 Button (130 B)
on (release) {
_root.gotoAndStop("Upgrade");
_root.Counter = 3;
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
}
}
Symbol 268 Button (129 B)
on (release) {
_root.gotoAndStop("Level3");
_root.Counter = 3;
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
}
}
Symbol 273 Button (918 B)
on (release) {
stopAllSounds();
if (_root.Counter == 2) {
_root.gotoAndStop("Up2");
} else if (_root.Counter == 3) {
_root.gotoAndStop("Up3");
} else if (_root.Counter == 4) {
_root.gotoAndStop("Up4");
} else if (_root.Counter == 5) {
_root.gotoAndStop("Up5");
} else if (_root.Counter == 6) {
_root.gotoAndStop("Up6");
} else if (_root.Counter == 7) {
_root.gotoAndStop("Up7");
} else if (_root.Counter == 8) {
_root.gotoAndStop("Up8");
} else if (_root.Counter == 9) {
_root.gotoAndStop("Up9");
} else if (_root.Counter == 10) {
_root.gotoAndStop("Up10");
}
}
on (rollOver) {
_root.Display.gotoAndStop(5);
myColor = new Color("_root.NextLevel");
myColor.setTint(255, 225, 0, 50);
}
on (rollOut) {
_root.Display.gotoAndStop(1);
myColor = new Color("_root.NextLevel");
myColor.setTint(255, 225, 0, 0);
}
on (release) {
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
}
}
Symbol 296 MovieClip Frame 1 (8 B)
stop();
Symbol 296 MovieClip Frame 5 (8 B)
stop();
Symbol 296 MovieClip Frame 10 (8 B)
stop();
Symbol 296 MovieClip Frame 15 (8 B)
stop();
Symbol 296 MovieClip Frame 20 (8 B)
stop();
Symbol 296 MovieClip Frame 25 (8 B)
stop();
Symbol 296 MovieClip Frame 30 (8 B)
stop();
Symbol 296 MovieClip Frame 35 (8 B)
stop();
Symbol 304 MovieClip Frame 1 (8 B)
stop();
Symbol 304 MovieClip Frame 5 (8 B)
stop();
Symbol 304 MovieClip Frame 10 (8 B)
stop();
Symbol 304 MovieClip Frame 15 (8 B)
stop();
Symbol 310 MovieClip Frame 1 (8 B)
stop();
Symbol 310 MovieClip Frame 5 (8 B)
stop();
Symbol 310 MovieClip Frame 10 (8 B)
stop();
Symbol 310 MovieClip Frame 15 (8 B)
stop();
Symbol 315 MovieClip Frame 1 (8 B)
stop();
Symbol 315 MovieClip Frame 5 (8 B)
stop();
Symbol 316 MovieClip Frame 1 (8 B)
stop();
Symbol 316 MovieClip Frame 5 (8 B)
stop();
Symbol 317 MovieClip Frame 1 (8 B)
stop();
Symbol 317 MovieClip Frame 5 (8 B)
stop();
Symbol 320 MovieClip Frame 1 (8 B)
stop();
Symbol 320 MovieClip Frame 5 (8 B)
stop();
Symbol 323 MovieClip Frame 1 (8 B)
stop();
Symbol 323 MovieClip Frame 5 (8 B)
stop();
Symbol 323 MovieClip Frame 10 (8 B)
stop();
Symbol 323 MovieClip Frame 15 (8 B)
stop();
Symbol 326 MovieClip Frame 1 (8 B)
stop();
Symbol 326 MovieClip Frame 5 (8 B)
stop();
Symbol 336 MovieClip Frame 35 (17 B)
gotoAndPlay (1);
Symbol 336 MovieClip Frame 40 (42 B)
stop();
_root.BloodSplat.gotoAndPlay(2);
Symbol 339 MovieClip Frame 1 (8 B)
stop();
Symbol 339 MovieClip Frame 30 (31 B)
_root.gotoAndStop("Victory3");
Symbol 345 Button (130 B)
on (release) {
_root.gotoAndStop("Upgrade");
_root.Counter = 4;
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
}
}
Symbol 346 Button (129 B)
on (release) {
_root.gotoAndStop("Level4");
_root.Counter = 4;
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
}
}
Symbol 349 MovieClip Frame 1 (8 B)
stop();
Symbol 349 MovieClip Frame 30 (31 B)
_root.gotoAndStop("Victory4");
Symbol 352 MovieClip Frame 1 (8 B)
stop();
Symbol 352 MovieClip Frame 15 (42 B)
stop();
_root.BloodSplat.gotoAndPlay(2);
Symbol 358 Button (130 B)
on (release) {
_root.gotoAndStop("Upgrade");
_root.Counter = 5;
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
}
}
Symbol 359 Button (129 B)
on (release) {
_root.gotoAndStop("Level5");
_root.Counter = 5;
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
}
}
Symbol 364 MovieClip Frame 30 (17 B)
gotoAndPlay (2);
Symbol 364 MovieClip Frame 40 (42 B)
stop();
_root.BloodSplat.gotoAndPlay(2);
Symbol 367 MovieClip Frame 1 (8 B)
stop();
Symbol 367 MovieClip Frame 30 (31 B)
_root.gotoAndStop("Victory5");
Symbol 373 Button (130 B)
on (release) {
_root.gotoAndStop("Upgrade");
_root.Counter = 6;
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
}
}
Symbol 374 Button (129 B)
on (release) {
_root.gotoAndStop("Level6");
_root.Counter = 6;
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
}
}
Symbol 377 MovieClip Frame 1 (8 B)
stop();
Symbol 377 MovieClip Frame 30 (31 B)
_root.gotoAndStop("Victory6");
Symbol 380 MovieClip Frame 30 (17 B)
gotoAndPlay (2);
Symbol 380 MovieClip Frame 40 (42 B)
stop();
_root.BloodSplat.gotoAndPlay(2);
Symbol 383 MovieClip Frame 10 (17 B)
gotoAndPlay (1);
Symbol 387 Button (130 B)
on (release) {
_root.gotoAndStop("Upgrade");
_root.Counter = 7;
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
}
}
Symbol 388 Button (129 B)
on (release) {
_root.gotoAndStop("Level7");
_root.Counter = 7;
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
}
}
Symbol 391 MovieClip Frame 30 (17 B)
gotoAndPlay (1);
Symbol 391 MovieClip Frame 40 (42 B)
stop();
_root.BloodSplat.gotoAndPlay(2);
Symbol 394 MovieClip Frame 20 (17 B)
gotoAndPlay (1);
Symbol 397 MovieClip Frame 1 (8 B)
stop();
Symbol 397 MovieClip Frame 30 (40 B)
stop();
_root.gotoAndStop("Victory7");
Symbol 401 Button (130 B)
on (release) {
_root.gotoAndStop("Upgrade");
_root.Counter = 8;
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
}
}
Symbol 402 Button (129 B)
on (release) {
_root.gotoAndStop("Level8");
_root.Counter = 8;
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
}
}
Symbol 405 MovieClip Frame 1 (8 B)
stop();
Symbol 405 MovieClip Frame 30 (31 B)
_root.gotoAndStop("Victory8");
Symbol 410 MovieClip Frame 30 (17 B)
gotoAndStop (1);
Symbol 410 MovieClip Frame 40 (42 B)
stop();
_root.BloodSplat.gotoAndPlay(2);
Symbol 415 Button (130 B)
on (release) {
_root.gotoAndStop("Upgrade");
_root.Counter = 9;
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
}
}
Symbol 416 Button (129 B)
on (release) {
_root.gotoAndStop("Level9");
_root.Counter = 9;
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
}
}
Symbol 419 MovieClip Frame 30 (17 B)
gotoAndPlay (1);
Symbol 419 MovieClip Frame 40 (42 B)
stop();
_root.BloodSplat.gotoAndPlay(2);
Symbol 424 MovieClip Frame 1 (8 B)
stop();
Symbol 424 MovieClip Frame 30 (31 B)
_root.gotoAndStop("Victory9");
Symbol 427 Button (131 B)
on (release) {
_root.gotoAndStop("Upgrade");
_root.Counter = 10;
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
}
}
Symbol 428 Button (131 B)
on (release) {
_root.gotoAndStop("Level10");
_root.Counter = 10;
if (_root.Mine == 3) {
_root.MineAttack.gotoAndPlay(21);
}
}
Symbol 430 MovieClip Frame 1 (8 B)
stop();
Symbol 430 MovieClip Frame 30 (34 B)
_root.gotoAndStop("GameVictory");
Symbol 433 MovieClip Frame 30 (17 B)
gotoAndPlay (1);
Symbol 433 MovieClip Frame 40 (42 B)
stop();
_root.BloodSplat.gotoAndPlay(2);
Symbol 453 MovieClip Frame 1 (8 B)
stop();
Symbol 453 MovieClip Frame 2 (8 B)
play();
Symbol 453 MovieClip Frame 20 (8 B)
stop();
Symbol 453 MovieClip Frame 35 (8 B)
stop();
Symbol 474 MovieClip Frame 1 (8 B)
stop();
Symbol 474 MovieClip Frame 5 (8 B)
stop();
Symbol 474 MovieClip Frame 10 (8 B)
stop();
Symbol 474 MovieClip Frame 15 (8 B)
stop();
Symbol 474 MovieClip Frame 20 (8 B)
stop();
Symbol 474 MovieClip Frame 25 (8 B)
stop();
Symbol 474 MovieClip Frame 30 (8 B)
stop();