STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229595 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2595 · P5190 |
This is the info page for Flash #47857 |
Germ Cure |
Play Game |
Play Game |
Tutorial |
Tutorial |
Credits |
Credits |
Germ |
Cure |
Lives |
Danger |
Safe |
Level 1 |
Virus |
Cash |
Restart |
Failed |
Upgrade |
Upgrade |
Next Level |
Victory |
Level 2 |
e |
The Cell Shop |
Next Level |
Strength Boost |
Increases size. $200 |
Max Level 3 |
Reflex Speed |
Increases speed. $200 |
Orb |
Creates a Orb that rotates around you. $1000 |
Maxed Reflex Speed Required |
BlastWave |
Knocks enemies back. (Space Bar to use) $1000 |
Maxed Strength Boost Required |
Freeze Aura |
Stops enemies in a area around you. $200 |
Max Level 3 |
Land Mine |
Drops a Mine at your location. (Space Bar to use) $1000 |
Maxed Freeze Aura Required |
Level 1 |
Level 2 |
Max Level |
Level 1 |
Level 2 |
Max Level |
Locked |
Level 3 |
Level 4 |
Level 5 |
Level 6 |
Level 7 |
Level 8 |
Level 9 |
Level 10 |
Congratulations You Cured the World of Germs |
A Day to Remember Award |
Menu |
Skip Intro |
Data Log Germ Cure |
Sample Test 1- 10 |
Start Data transfer now. . . . . . |
Test 78, all previous tests have failed due to destruction by Germ attacks. Test 78 has been enhanced with upgrade abilities to adapt to various Germs. Hopfully this test should be my final attempt to cure the world of Germs. |
Start Data recording now. . . . . . |
State of transfer injection to sample |
e |
Play Game |
Menu |
Producer Kyle Thullen Co-Producer Kyle Thullen Designer Kyle Thullen Animations Kyle Thullen Flash Art Work Kyle Thullen Programming Kyle Thullen Sound and Music Seraph Jordan Flashkit.com Image Art/Background Art Under the Microscope by ~SpearHawk Duchamp Models Circle Panels by www.GroovyThemes.com Mic Pollen by www.Wikipedia.com Water by www.ingeniousdatasolutions.com Under the Microscope by MyNamelsMuffin at www.Flickr.com Sponge by www.Valhallarry.blogspot.com Spirogyra by www.molecularexpressions.com Micro Yeast, Massachusetts, 1977 by www.photography.nationalgeographic.com darkcrosse by www.gaswarfare.blogspot.com Chlamydomonas intermedia by Sarah Spaulding, www.arcus.org Game Concept Kyle Thullen Story By Kyle Thullen Special Thanks to everyone that played and support from my friends and family! |
Producer Kyle Thullen Co-Producer Kyle Thullen Designer Kyle Thullen Animations Kyle Thullen Flash Art Work Kyle Thullen Programming Kyle Thullen Sound and Music Flashkit,com Image Art/Background Art Under the Microscope by ~SpearHawk Duchamp Models Circle Panels by www.GroovyThemes.com Mic Pollen by www.Wikipedia.com Water by www.ingeniousdatasolutions.com Under the Microscope by MyNamelsMuffin at www.Flickr.com Sponge by www.Valhallarry.blogspot.com Spirogyra by www.molecularexpressions.com Micro Yeast, Massachusetts, 1977 by www.photography.nationalgeographic.com darkcrosse by www.gaswarfare.blogspot.com Chlamydomonas intermedia by Sarah Spaulding, www.arcus.org Game Concept Kyle Thullen Story By Kyle Thullen Special Thanks to everyone that played and |
t |
x |
e |
N |
Welcome to the Germ Cure Tutorial. Here you will learn how to move, use special moves, attack, and more. First we will start with movement. Get the feel of moving, with the mouse then when you're ready, Click the Next Button. |
Now the thing in the middle of the screen is a Virus. There will be a Virus on every level that you will need to kill. Below the Virus, will be the Health of that Virus. To your left is the Danger Meter; the higher this is, the closer you are to dying from the Virus. |
Now lets add some White Blood cells. The Virus stops the White Blood cells from attacking it. So this is where you come in, your job is to grab the White Blood cells and carry them back to the Virus. Try carrying a White Blood cell to the Virus. You can carry more then one White Blood cell at a time. Click Next when you're ready. |
Now we are going to add an Enemy. It will try to help the Virus grow and become more of a threat. Your job is to stop the enemy from reaching the Virus by running into it. It may take more then one hit to kill an enemy, so keep hitting them until they die. Click Next to begin, then when you are done Click Next again. |
Now we are going to talk about Special moves and Upgrades. As you move from level to level, you will have the option to upgrade your cell, making it faster and stronger; even giving it special abilities. The upgrade page will explain everything. |
Next are Recovery Cells. Recovery Cells will randomly appear on any level, and you will be able to pick them up and hold them until you use them. Click Next to create a Recovery Cell. |
To use a Recovery Cell, first you have to carry it to the Virus. After you put it in the Virus, it will be held in your inventory until you use it. You can use the Recovery Cell by hitting the shift key when you have one saved. You can only use one Recovery Cell at a time. So use it when you really need to. When you use a Recovery Cell, your Danger Meter will go down. Click Next to Play. |
ActionScript [AS1/AS2]
Frame 1stop();Frame 2stop();Instance of Symbol 103 MovieClip in Frame 2onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }Frame 3bigger = 1; speed = 1; Counter = 1; score = 0; Orb = 1; BlastWave = 0; Slow = 1; Mine = 1; lives = 3; _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 121 MovieClip "Virus" in Frame 3onClipEvent (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 130 MovieClip "blood" in Frame 3onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white1)) { this._x = _root.white1._x; this._y = _root.white1._y; } }Instance of Symbol 130 MovieClip "blood2" in Frame 3onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white2)) { this._x = _root.white2._x; this._y = _root.white2._y; } }Instance of Symbol 150 MovieClip "white1" in Frame 3onClipEvent (load) { function reset() { this._x = 800; 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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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 150 MovieClip "white2" in Frame 3onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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 153 MovieClip "Orb_Move" in Frame 3onClipEvent (enterFrame) { if (_root.Orb == 2) { this._x = _root.ball._x; this._y = _root.ball._y; } }Instance of Symbol 155 MovieClip "S_A" in Frame 3onClipEvent (enterFrame) { if (_root.Slow == 2) { this._x = _root.ball._x; this._y = _root.ball._y; } } onClipEvent (enterFrame) { if (_root.Slow == 3) { this._x = _root.ball._x; this._y = _root.ball._y; } } onClipEvent (enterFrame) { if (_root.Slow == 4) { this._x = _root.ball._x; this._y = _root.ball._y; } }Instance of Symbol 108 MovieClip "ball" in Frame 3onClipEvent (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 168 MovieClip "VirusBrain" in Frame 3onClipEvent (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 171 MovieClip "SmokeRing" in Frame 3onClipEvent (enterFrame) { this._x = _root.VirusBrain._x; this._y = _root.VirusBrain._y; }Instance of Symbol 173 MovieClip "Food" in Frame 3onClipEvent (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); } }Instance of Symbol 173 MovieClip "FOOD" in Frame 3onClipEvent (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); } }Instance of Symbol 173 MovieClip "FooD" in Frame 3onClipEvent (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); } }Instance of Symbol 176 MovieClip "HealPill" in Frame 3onClipEvent (load) { GetHeal = 0; } onClipEvent (enterFrame) { if (GetHeal == 0) { if (_root.BG.hitTest(_root.ball)) { Heal = Math.round(Math.random() * 150); } } } 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 183 MovieClip in Frame 3onClipEvent (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 190 MovieClip in Frame 3onClipEvent (enterFrame) { this._xscale = _root.health; if (_root.health <= 0) { _root.health = 0; } }Instance of Symbol 197 MovieClip in Frame 3onClipEvent (enterFrame) { if (_root.score <= 0) { _root.score = 0; } }Instance of Symbol 205 MovieClip "HealAction" in Frame 3onClipEvent (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 4bigger = 1; speed = 1; Counter = 1; score = 0; 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 7stop();Instance of Symbol 103 MovieClip in Frame 7onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }Frame 12stopAllSounds(); stop();Instance of Symbol 103 MovieClip in Frame 12onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }Frame 17stop(); 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 130 MovieClip "blood" in Frame 17onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white1)) { this._x = _root.white1._x; this._y = _root.white1._y; } }Instance of Symbol 248 MovieClip "Virus" in Frame 17onClipEvent (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 130 MovieClip "blood2" in Frame 17onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white2)) { this._x = _root.white2._x; this._y = _root.white2._y; } }Instance of Symbol 130 MovieClip "blood3" in Frame 17onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white3)) { this._x = _root.white3._x; this._y = _root.white3._y; } }Instance of Symbol 254 MovieClip "white2" in Frame 17onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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 (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.Explode)) { _root.blood2.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 254 MovieClip "white3" in Frame 17onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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 (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.Explode)) { _root.blood3.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 254 MovieClip "white1" in Frame 17onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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.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 (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.Explode)) { _root.blood.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 103 MovieClip in Frame 17onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }Instance of Symbol 168 MovieClip "VirusBrain" in Frame 17onClipEvent (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; } } onClipEvent (enterFrame) { if (this.hitTest(_root.white3)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 2; } }Instance of Symbol 171 MovieClip "SmokeRing" in Frame 17onClipEvent (enterFrame) { this._x = _root.VirusBrain._x; this._y = _root.VirusBrain._y; }Instance of Symbol 173 MovieClip "Food" in Frame 17onClipEvent (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); } }Instance of Symbol 173 MovieClip "FooD" in Frame 17onClipEvent (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); } }Instance of Symbol 173 MovieClip "FOOD" in Frame 17onClipEvent (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); } }Instance of Symbol 173 MovieClip "fOOd" in Frame 17onClipEvent (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); } }Instance of Symbol 176 MovieClip "HealPill" in Frame 17onClipEvent (load) { GetHeal = 0; } onClipEvent (enterFrame) { if (GetHeal == 0) { if (_root.BG.hitTest(_root.ball)) { Heal = Math.round(Math.random() * 150); } } } 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 183 MovieClip in Frame 17onClipEvent (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 190 MovieClip in Frame 17onClipEvent (enterFrame) { this._xscale = _root.health; if (_root.health <= 0) { _root.health = 0; } }Instance of Symbol 205 MovieClip "HealAction" in Frame 17onClipEvent (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 22stopAllSounds(); stop();Instance of Symbol 103 MovieClip in Frame 22onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }Frame 27stop(); 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 296 MovieClip "UpgradeSize" in Frame 27on (release) { if (_root.bigger < 4) { if (_root.score >= 200) { _root.ball._xscale = _root.ball._xscale + 3; _root.ball._yscale = _root.ball._yscale + 3; _root.score = _root.score - 200; _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 302 MovieClip "Reflex" in Frame 27on (release) { if (_root.speed < 4) { if (_root.score >= 200) { _root.ball.enemyMoveSpeed = _root.ball.enemyMoveSpeed + 1; _root.score = _root.score - 200; _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 309 MovieClip "Orb_Button" in Frame 27on (release) { if (_root.speed == 4) { if (_root.Orb == 1) { if (_root.score >= 1000) { _root.Orb_Move.gotoAndPlay(2); _root.score = _root.score - 1000; _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 312 MovieClip "Blast_Wave" in Frame 27on (release) { if (_root.bigger == 4) { if (_root.BlastWave == 0) { if (_root.score >= 1000) { _root.score = _root.score - 1000; _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 315 MovieClip "Slow_Aura" in Frame 27on (release) { if (_root.Slow < 4) { if (_root.score >= 200) { _root.score = _root.score - 200; _root.Slow = _root.Slow + 1; } } } onClipEvent (enterFrame) { if (_root.Slow >= 4) { _root.Slow = 4; } } onClipEvent (enterFrame) { if (_root.Slow == 2) { this.gotoAndStop(5); _root.S_A.gotoAndStop(5); } } onClipEvent (enterFrame) { if (_root.Slow == 3) { this.gotoAndStop(10); _root.S_A.gotoAndStop(10); } } onClipEvent (enterFrame) { if (_root.Slow == 4) { this.gotoAndStop(15); _root.S_A.gotoAndStop(15); } } onClipEvent (enterFrame) { if (_root.Slow == 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 318 MovieClip "Mine_Button" in Frame 27on (release) { if (_root.Slow == 4) { if (_root.Mine == 1) { if (_root.score >= 1000) { _root.score = _root.score - 1000; _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 103 MovieClip in Frame 27onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }Frame 32stop(); 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 331 MovieClip "Virus" in Frame 32onClipEvent (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 130 MovieClip "blood" in Frame 32onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white1)) { this._x = _root.white1._x; this._y = _root.white1._y; } }Instance of Symbol 130 MovieClip "blood2" in Frame 32onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white2)) { this._x = _root.white2._x; this._y = _root.white2._y; } }Instance of Symbol 130 MovieClip "blood3" in Frame 32onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white3)) { this._x = _root.white3._x; this._y = _root.white3._y; } }Instance of Symbol 130 MovieClip "blood4" in Frame 32onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white4)) { this._x = _root.white4._x; this._y = _root.white4._y; } }Instance of Symbol 336 MovieClip "white2" in Frame 32onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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 (Enemy == 17) { 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.Explode)) { _root.blood2.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 336 MovieClip "white1" in Frame 32onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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.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 (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.Explode)) { _root.blood.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 336 MovieClip "white3" in Frame 32onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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 (Enemy == 17) { 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.Explode)) { _root.blood3.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 336 MovieClip "white4" in Frame 32onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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.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 (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.Explode)) { _root.blood4.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 103 MovieClip in Frame 32onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }Instance of Symbol 168 MovieClip "VirusBrain" in Frame 32onClipEvent (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; } } onClipEvent (enterFrame) { if (this.hitTest(_root.white3)) { _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.white4)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 2; } }Instance of Symbol 171 MovieClip "SmokeRing" in Frame 32onClipEvent (enterFrame) { this._x = _root.VirusBrain._x; this._y = _root.VirusBrain._y; }Instance of Symbol 173 MovieClip "Food" in Frame 32onClipEvent (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); } }Instance of Symbol 173 MovieClip "FooD" in Frame 32onClipEvent (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); } }Instance of Symbol 173 MovieClip "FOOD" in Frame 32onClipEvent (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); } }Instance of Symbol 173 MovieClip "fOOd" in Frame 32onClipEvent (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); } }Instance of Symbol 173 MovieClip "fooD" in Frame 32onClipEvent (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); } }Instance of Symbol 176 MovieClip "HealPill" in Frame 32onClipEvent (load) { GetHeal = 0; } onClipEvent (enterFrame) { if (GetHeal == 0) { if (_root.BG.hitTest(_root.ball)) { Heal = Math.round(Math.random() * 150); } } } 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 183 MovieClip in Frame 32onClipEvent (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 190 MovieClip in Frame 32onClipEvent (enterFrame) { this._xscale = _root.health; if (_root.health <= 0) { _root.health = 0; } }Instance of Symbol 205 MovieClip "HealAction" in Frame 32onClipEvent (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 37stopAllSounds(); stop();Instance of Symbol 103 MovieClip in Frame 37onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }Frame 42stop(); 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 130 MovieClip "blood" in Frame 42onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white1)) { this._x = _root.white1._x; this._y = _root.white1._y; } }Instance of Symbol 130 MovieClip "blood2" in Frame 42onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white2)) { this._x = _root.white2._x; this._y = _root.white2._y; } }Instance of Symbol 130 MovieClip "blood3" in Frame 42onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white3)) { this._x = _root.white3._x; this._y = _root.white3._y; } }Instance of Symbol 130 MovieClip "blood4" in Frame 42onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white4)) { this._x = _root.white4._x; this._y = _root.white4._y; } }Instance of Symbol 130 MovieClip "blood5" in Frame 42onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white5)) { this._x = _root.white5._x; this._y = _root.white5._y; } }Instance of Symbol 348 MovieClip "Virus" in Frame 42onClipEvent (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 350 MovieClip "white1" in Frame 42onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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.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 (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.Explode)) { _root.blood.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 350 MovieClip "white2" in Frame 42onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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 (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.Explode)) { _root.blood2.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 350 MovieClip "white4" in Frame 42onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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.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 (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.Explode)) { _root.blood4.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 350 MovieClip "white3" in Frame 42onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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 (Enemy == 17) { 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.Explode)) { _root.blood3.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 350 MovieClip "white5" in Frame 42onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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.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 (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.Explode)) { _root.blood5.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 103 MovieClip in Frame 42onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }Instance of Symbol 168 MovieClip "VirusBrain" in Frame 42onClipEvent (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 + 1; } } 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; } } onClipEvent (enterFrame) { if (this.hitTest(_root.white3)) { _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.white4)) { _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.white5)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 2; } }Instance of Symbol 171 MovieClip "SmokeRing" in Frame 42onClipEvent (enterFrame) { this._x = _root.VirusBrain._x; this._y = _root.VirusBrain._y; }Instance of Symbol 173 MovieClip "Food" in Frame 42onClipEvent (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); } }Instance of Symbol 173 MovieClip "FooD" in Frame 42onClipEvent (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); } }Instance of Symbol 173 MovieClip "FOOD" in Frame 42onClipEvent (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); } }Instance of Symbol 173 MovieClip "fOOd" in Frame 42onClipEvent (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); } }Instance of Symbol 173 MovieClip "fooD" in Frame 42onClipEvent (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); } }Instance of Symbol 176 MovieClip "HealPill" in Frame 42onClipEvent (load) { GetHeal = 0; } onClipEvent (enterFrame) { if (GetHeal == 0) { if (_root.BG.hitTest(_root.ball)) { Heal = Math.round(Math.random() * 150); } } } 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 183 MovieClip in Frame 42onClipEvent (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 190 MovieClip in Frame 42onClipEvent (enterFrame) { this._xscale = _root.health; if (_root.health <= 0) { _root.health = 0; } }Instance of Symbol 205 MovieClip "HealAction" in Frame 42onClipEvent (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 47stopAllSounds(); stop();Instance of Symbol 103 MovieClip in Frame 47onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }Frame 52stop(); 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 130 MovieClip "blood" in Frame 52onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white1)) { this._x = _root.white1._x; this._y = _root.white1._y; } }Instance of Symbol 130 MovieClip "blood2" in Frame 52onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white2)) { this._x = _root.white2._x; this._y = _root.white2._y; } }Instance of Symbol 130 MovieClip "blood3" in Frame 52onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white3)) { this._x = _root.white3._x; this._y = _root.white3._y; } }Instance of Symbol 130 MovieClip "blood4" in Frame 52onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white4)) { this._x = _root.white4._x; this._y = _root.white4._y; } }Instance of Symbol 361 MovieClip "Virus" in Frame 52onClipEvent (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 130 MovieClip "blood5" in Frame 52onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white5)) { this._x = _root.white5._x; this._y = _root.white5._y; } }Instance of Symbol 130 MovieClip "blood6" in Frame 52onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white6)) { this._x = _root.white6._x; this._y = _root.white6._y; } }Instance of Symbol 366 MovieClip "white1" in Frame 52onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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.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 (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.Explode)) { _root.blood.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 366 MovieClip "white2" in Frame 52onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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 (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.Explode)) { _root.blood2.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 366 MovieClip "white3" in Frame 52onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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 (Enemy == 17) { 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.Explode)) { _root.blood3.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 366 MovieClip "white4" in Frame 52onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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.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 (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.Explode)) { _root.blood4.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 366 MovieClip "white5" in Frame 52onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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.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 (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.Explode)) { _root.blood5.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 366 MovieClip "white6" in Frame 52onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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.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 (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.Explode)) { _root.blood6.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 103 MovieClip in Frame 52onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }Instance of Symbol 168 MovieClip "VirusBrain" in Frame 52onClipEvent (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 + 1; } } 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; } } onClipEvent (enterFrame) { if (this.hitTest(_root.white3)) { _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.white4)) { _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.white5)) { _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.white6)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 2; } }Instance of Symbol 171 MovieClip "SmokeRing" in Frame 52onClipEvent (enterFrame) { this._x = _root.VirusBrain._x; this._y = _root.VirusBrain._y; }Instance of Symbol 173 MovieClip "Food" in Frame 52onClipEvent (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); } }Instance of Symbol 173 MovieClip "FooD" in Frame 52onClipEvent (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); } }Instance of Symbol 173 MovieClip "FOOD" in Frame 52onClipEvent (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); } }Instance of Symbol 173 MovieClip "fOOd" in Frame 52onClipEvent (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); } }Instance of Symbol 173 MovieClip "fooD" in Frame 52onClipEvent (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); } }Instance of Symbol 176 MovieClip "HealPill" in Frame 52onClipEvent (load) { GetHeal = 0; } onClipEvent (enterFrame) { if (GetHeal == 0) { if (_root.BG.hitTest(_root.ball)) { Heal = Math.round(Math.random() * 150); } } } 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 183 MovieClip in Frame 52onClipEvent (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 190 MovieClip in Frame 52onClipEvent (enterFrame) { this._xscale = _root.health; if (_root.health <= 0) { _root.health = 0; } }Instance of Symbol 205 MovieClip "HealAction" in Frame 52onClipEvent (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 57stopAllSounds(); stop();Instance of Symbol 103 MovieClip in Frame 57onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }Frame 62stop(); 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 130 MovieClip "blood" in Frame 62onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white1)) { this._x = _root.white1._x; this._y = _root.white1._y; } }Instance of Symbol 130 MovieClip "blood2" in Frame 62onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white2)) { this._x = _root.white2._x; this._y = _root.white2._y; } }Instance of Symbol 130 MovieClip "blood3" in Frame 62onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white3)) { this._x = _root.white3._x; this._y = _root.white3._y; } }Instance of Symbol 130 MovieClip "blood4" in Frame 62onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white4)) { this._x = _root.white4._x; this._y = _root.white4._y; } }Instance of Symbol 375 MovieClip "Virus" in Frame 62onClipEvent (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 130 MovieClip "blood5" in Frame 62onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white5)) { this._x = _root.white5._x; this._y = _root.white5._y; } }Instance of Symbol 130 MovieClip "blood6" in Frame 62onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white6)) { this._x = _root.white6._x; this._y = _root.white6._y; } }Instance of Symbol 378 MovieClip "white1" in Frame 62onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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.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 (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.Explode)) { _root.blood.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 378 MovieClip "white2" in Frame 62onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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 (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.Explode)) { _root.blood2.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 378 MovieClip "white3" in Frame 62onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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 (Enemy == 17) { 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.Explode)) { _root.blood3.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 378 MovieClip "white4" in Frame 62onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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.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 (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.Explode)) { _root.blood4.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 378 MovieClip "white5" in Frame 62onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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.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 (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.Explode)) { _root.blood5.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 378 MovieClip "white6" in Frame 62onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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.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 (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.Explode)) { _root.blood6.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 103 MovieClip in Frame 62onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }Instance of Symbol 168 MovieClip "VirusBrain" in Frame 62onClipEvent (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 + 4; } } 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 + 4; } } onClipEvent (enterFrame) { if (this.hitTest(_root.white3)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 4; } } onClipEvent (enterFrame) { if (this.hitTest(_root.white4)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 4; } } onClipEvent (enterFrame) { if (this.hitTest(_root.white5)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 4; } } onClipEvent (enterFrame) { if (this.hitTest(_root.white6)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 4; } }Instance of Symbol 171 MovieClip "SmokeRing" in Frame 62onClipEvent (enterFrame) { this._x = _root.VirusBrain._x; this._y = _root.VirusBrain._y; }Instance of Symbol 173 MovieClip "Food" in Frame 62onClipEvent (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); } }Instance of Symbol 173 MovieClip "FooD" in Frame 62onClipEvent (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); } }Instance of Symbol 173 MovieClip "FOOD" in Frame 62onClipEvent (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); } }Instance of Symbol 173 MovieClip "fOOd" in Frame 62onClipEvent (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); } }Instance of Symbol 173 MovieClip "fooD" in Frame 62onClipEvent (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); } }Instance of Symbol 173 MovieClip "FOod" in Frame 62onClipEvent (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); } }Instance of Symbol 176 MovieClip "HealPill" in Frame 62onClipEvent (load) { GetHeal = 0; } onClipEvent (enterFrame) { if (GetHeal == 0) { if (_root.BG.hitTest(_root.ball)) { Heal = Math.round(Math.random() * 150); } } } 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 183 MovieClip in Frame 62onClipEvent (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 190 MovieClip in Frame 62onClipEvent (enterFrame) { this._xscale = _root.health; if (_root.health <= 0) { _root.health = 0; } }Instance of Symbol 205 MovieClip "HealAction" in Frame 62onClipEvent (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 67stopAllSounds(); stop();Instance of Symbol 103 MovieClip in Frame 67onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }Frame 72stop(); 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 130 MovieClip "blood" in Frame 72onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.white1)) { this._x = _root.white1._x; this._y = _root.white1._y; } }Instance of Symbol 130 MovieClip "blood2" in Frame 72onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.white2)) { this._x = _root.white2._x; this._y = _root.white2._y; } }Instance of Symbol 130 MovieClip "blood3" in Frame 72onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.white3)) { this._x = _root.white3._x; this._y = _root.white3._y; } }Instance of Symbol 130 MovieClip "blood4" in Frame 72onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.white4)) { this._x = _root.white4._x; this._y = _root.white4._y; } }Instance of Symbol 130 MovieClip "blood5" in Frame 72onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.white5)) { this._x = _root.white5._x; this._y = _root.white5._y; } }Instance of Symbol 130 MovieClip "blood6" in Frame 72onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.white6)) { this._x = _root.white6._x; this._y = _root.white6._y; } }Instance of Symbol 387 MovieClip "Virus" in Frame 72onClipEvent (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 130 MovieClip "blood7" in Frame 72onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.white7)) { this._x = _root.white7._x; this._y = _root.white7._y; } }Instance of Symbol 130 MovieClip "blood8" in Frame 72onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.white8)) { this._x = _root.white8._x; this._y = _root.white8._y; } }Instance of Symbol 390 MovieClip "white1" in Frame 72onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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.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 (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.Explode)) { _root.blood.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 390 MovieClip "white2" in Frame 72onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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 (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.Explode)) { _root.blood2.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 390 MovieClip "white4" in Frame 72onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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.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 (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.Explode)) { _root.blood4.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 390 MovieClip "white6" in Frame 72onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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.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 (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.Explode)) { _root.blood6.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 390 MovieClip "white3" in Frame 72onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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 (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.Explode)) { _root.blood3.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 390 MovieClip "white5" in Frame 72onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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.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 (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.Explode)) { _root.blood5.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 390 MovieClip "white7" in Frame 72onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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.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 (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.Explode)) { _root.blood7.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 390 MovieClip "white8" in Frame 72onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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.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 (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.Explode)) { _root.blood8.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 103 MovieClip in Frame 72onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }Instance of Symbol 168 MovieClip "VirusBrain" in Frame 72onClipEvent (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 + 4; } } 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 + 4; } } onClipEvent (enterFrame) { if (this.hitTest(_root.white3)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 4; } } onClipEvent (enterFrame) { if (this.hitTest(_root.white4)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 4; } } onClipEvent (enterFrame) { if (this.hitTest(_root.white5)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 4; } } onClipEvent (enterFrame) { if (this.hitTest(_root.white6)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 4; } } onClipEvent (enterFrame) { if (this.hitTest(_root.white7)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 4; } }Instance of Symbol 171 MovieClip "SmokeRing" in Frame 72onClipEvent (enterFrame) { this._x = _root.VirusBrain._x; this._y = _root.VirusBrain._y; }Instance of Symbol 173 MovieClip "Food" in Frame 72onClipEvent (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); } }Instance of Symbol 173 MovieClip "FooD" in Frame 72onClipEvent (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); } }Instance of Symbol 173 MovieClip "FOOD" in Frame 72onClipEvent (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); } }Instance of Symbol 173 MovieClip "fOOd" in Frame 72onClipEvent (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); } }Instance of Symbol 173 MovieClip "fooD" in Frame 72onClipEvent (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); } }Instance of Symbol 173 MovieClip "FOod" in Frame 72onClipEvent (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); } }Instance of Symbol 176 MovieClip "HealPill" in Frame 72onClipEvent (load) { GetHeal = 0; } onClipEvent (enterFrame) { if (GetHeal == 0) { if (_root.BG.hitTest(_root.ball)) { Heal = Math.round(Math.random() * 150); } } } 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 183 MovieClip in Frame 72onClipEvent (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 190 MovieClip in Frame 72onClipEvent (enterFrame) { this._xscale = _root.health; if (_root.health <= 0) { _root.health = 0; } }Instance of Symbol 205 MovieClip "HealAction" in Frame 72onClipEvent (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 77stopAllSounds(); stop();Instance of Symbol 103 MovieClip in Frame 77onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }Frame 82stop(); 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 130 MovieClip "blood" in Frame 82onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white1)) { this._x = _root.white1._x; this._y = _root.white1._y; } }Instance of Symbol 130 MovieClip "blood2" in Frame 82onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white2)) { this._x = _root.white2._x; this._y = _root.white2._y; } }Instance of Symbol 130 MovieClip "blood3" in Frame 82onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white3)) { this._x = _root.white3._x; this._y = _root.white3._y; } }Instance of Symbol 130 MovieClip "blood4" in Frame 82onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white4)) { this._x = _root.white4._x; this._y = _root.white4._y; } }Instance of Symbol 130 MovieClip "blood5" in Frame 82onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white5)) { this._x = _root.white5._x; this._y = _root.white5._y; } }Instance of Symbol 130 MovieClip "blood6" in Frame 82onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white6)) { this._x = _root.white6._x; this._y = _root.white6._y; } }Instance of Symbol 407 MovieClip "Virus" in Frame 82onClipEvent (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 409 MovieClip "white1" in Frame 82onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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.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 (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.Explode)) { _root.blood.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 409 MovieClip "white2" in Frame 82onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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 (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.Explode)) { _root.blood2.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 409 MovieClip "white3" in Frame 82onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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 (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.Explode)) { _root.blood3.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 409 MovieClip "white4" in Frame 82onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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.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 (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.Explode)) { _root.blood4.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 409 MovieClip "white5" in Frame 82onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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.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 (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.Explode)) { _root.blood5.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 409 MovieClip "white6" in Frame 82onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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.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 (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.Explode)) { _root.blood6.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 103 MovieClip in Frame 82onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }Instance of Symbol 168 MovieClip "VirusBrain" in Frame 82onClipEvent (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 + 3; } } 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 + 3; } } onClipEvent (enterFrame) { if (this.hitTest(_root.white3)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 3; } } onClipEvent (enterFrame) { if (this.hitTest(_root.white4)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 3; } } onClipEvent (enterFrame) { if (this.hitTest(_root.white5)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 3; } } onClipEvent (enterFrame) { if (this.hitTest(_root.white6)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 3; } }Instance of Symbol 171 MovieClip "SmokeRing" in Frame 82onClipEvent (enterFrame) { this._x = _root.VirusBrain._x; this._y = _root.VirusBrain._y; }Instance of Symbol 173 MovieClip "Food" in Frame 82onClipEvent (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); } }Instance of Symbol 173 MovieClip "FooD" in Frame 82onClipEvent (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); } }Instance of Symbol 173 MovieClip "FOOD" in Frame 82onClipEvent (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); } }Instance of Symbol 173 MovieClip "fOOd" in Frame 82onClipEvent (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); } }Instance of Symbol 173 MovieClip "fooD" in Frame 82onClipEvent (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); } }Instance of Symbol 173 MovieClip "FOod" in Frame 82onClipEvent (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); } }Instance of Symbol 176 MovieClip "HealPill" in Frame 82onClipEvent (load) { GetHeal = 0; } onClipEvent (enterFrame) { if (GetHeal == 0) { if (_root.BG.hitTest(_root.ball)) { Heal = Math.round(Math.random() * 150); } } } 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 183 MovieClip in Frame 82onClipEvent (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 190 MovieClip in Frame 82onClipEvent (enterFrame) { this._xscale = _root.health; if (_root.health <= 0) { _root.health = 0; } }Instance of Symbol 205 MovieClip "HealAction" in Frame 82onClipEvent (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 87stopAllSounds(); stop();Instance of Symbol 103 MovieClip in Frame 87onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }Frame 92stop(); 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 418 MovieClip "Virus" in Frame 92onClipEvent (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 130 MovieClip "blood" in Frame 92onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white1)) { this._x = _root.white1._x; this._y = _root.white1._y; } }Instance of Symbol 130 MovieClip "blood2" in Frame 92onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white2)) { this._x = _root.white2._x; this._y = _root.white2._y; } }Instance of Symbol 130 MovieClip "blood3" in Frame 92onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white3)) { this._x = _root.white3._x; this._y = _root.white3._y; } }Instance of Symbol 130 MovieClip "blood4" in Frame 92onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white4)) { this._x = _root.white4._x; this._y = _root.white4._y; } }Instance of Symbol 130 MovieClip "blood5" in Frame 92onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white5)) { this._x = _root.white5._x; this._y = _root.white5._y; } }Instance of Symbol 420 MovieClip "white1" in Frame 92onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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.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 (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.Explode)) { _root.blood.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 420 MovieClip "white2" in Frame 92onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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 (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.Explode)) { _root.blood2.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 420 MovieClip "white3" in Frame 92onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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 (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.Explode)) { _root.blood3.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 420 MovieClip "white4" in Frame 92onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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.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 (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.Explode)) { _root.blood4.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 420 MovieClip "white5" in Frame 92onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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.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.Explode)) { _root.blood5.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 103 MovieClip in Frame 92onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }Instance of Symbol 168 MovieClip "VirusBrain" in Frame 92onClipEvent (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 + 1; } } 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; } } onClipEvent (enterFrame) { if (this.hitTest(_root.white3)) { _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.white4)) { _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.white5)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 2; } }Instance of Symbol 171 MovieClip "SmokeRing" in Frame 92onClipEvent (enterFrame) { this._x = _root.VirusBrain._x; this._y = _root.VirusBrain._y; }Instance of Symbol 173 MovieClip "Food" in Frame 92onClipEvent (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); } }Instance of Symbol 173 MovieClip "FooD" in Frame 92onClipEvent (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); } }Instance of Symbol 173 MovieClip "FOOD" in Frame 92onClipEvent (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); } }Instance of Symbol 173 MovieClip "fOOd" in Frame 92onClipEvent (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); } }Instance of Symbol 173 MovieClip "fooD" in Frame 92onClipEvent (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); } }Instance of Symbol 173 MovieClip "FOod" in Frame 92onClipEvent (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); } }Instance of Symbol 176 MovieClip "HealPill" in Frame 92onClipEvent (load) { GetHeal = 0; } onClipEvent (enterFrame) { if (GetHeal == 0) { if (_root.BG.hitTest(_root.ball)) { Heal = Math.round(Math.random() * 150); } } } 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 183 MovieClip in Frame 92onClipEvent (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 190 MovieClip in Frame 92onClipEvent (enterFrame) { this._xscale = _root.health; if (_root.health <= 0) { _root.health = 0; } }Instance of Symbol 205 MovieClip "HealAction" in Frame 92onClipEvent (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 97stopAllSounds(); stop();Instance of Symbol 103 MovieClip in Frame 97onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }Frame 102stop(); 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 130 MovieClip "blood" in Frame 102onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white1)) { this._x = _root.white1._x; this._y = _root.white1._y; } }Instance of Symbol 130 MovieClip "blood2" in Frame 102onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white2)) { this._x = _root.white2._x; this._y = _root.white2._y; } }Instance of Symbol 130 MovieClip "blood3" in Frame 102onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white3)) { this._x = _root.white3._x; this._y = _root.white3._y; } }Instance of Symbol 130 MovieClip "blood4" in Frame 102onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white4)) { this._x = _root.white4._x; this._y = _root.white4._y; } }Instance of Symbol 130 MovieClip "blood5" in Frame 102onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white5)) { this._x = _root.white5._x; this._y = _root.white5._y; } }Instance of Symbol 434 MovieClip "Virus" in Frame 102onClipEvent (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 130 MovieClip "blood6" in Frame 102onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white6)) { this._x = _root.white6._x; this._y = _root.white6._y; } }Instance of Symbol 130 MovieClip "blood7" in Frame 102onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white7)) { this._x = _root.white7._x; this._y = _root.white7._y; } }Instance of Symbol 130 MovieClip "blood8" in Frame 102onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white8)) { this._x = _root.white8._x; this._y = _root.white8._y; } }Instance of Symbol 436 MovieClip "white1" in Frame 102onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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.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 (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.Explode)) { _root.blood.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 436 MovieClip "white2" in Frame 102onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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 (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.Explode)) { _root.blood2.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 436 MovieClip "white3" in Frame 102onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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 (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.Explode)) { _root.blood3.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 436 MovieClip "white4" in Frame 102onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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.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 (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.Explode)) { _root.blood4.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 436 MovieClip "white5" in Frame 102onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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.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 (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.Explode)) { _root.blood5.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 436 MovieClip "white6" in Frame 102onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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.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 (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.Explode)) { _root.blood6.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 436 MovieClip "white6" in Frame 102onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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.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 (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.Explode)) { _root.blood6.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 436 MovieClip "white7" in Frame 102onClipEvent (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.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.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 (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.Explode)) { _root.blood7.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 436 MovieClip "white8" in Frame 102onClipEvent (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.Virus._x, _root.Virus._y)) { _root.SoundBox.gotoAndPlay(15); 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.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 (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.Explode)) { _root.blood8.gotoAndPlay(2); reset(); _root.score = _root.score + 10; } }Instance of Symbol 103 MovieClip in Frame 102onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }Instance of Symbol 168 MovieClip "VirusBrain" in Frame 102onClipEvent (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; } } onClipEvent (enterFrame) { if (this.hitTest(_root.white3)) { _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.white4)) { _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.white5)) { _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.white6)) { _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.white7)) { _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.white8)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 2; } }Instance of Symbol 171 MovieClip "SmokeRing" in Frame 102onClipEvent (enterFrame) { this._x = _root.VirusBrain._x; this._y = _root.VirusBrain._y; }Instance of Symbol 173 MovieClip "Food" in Frame 102onClipEvent (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); } }Instance of Symbol 173 MovieClip "FooD" in Frame 102onClipEvent (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); } }Instance of Symbol 173 MovieClip "FOOD" in Frame 102onClipEvent (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); } }Instance of Symbol 173 MovieClip "fOOd" in Frame 102onClipEvent (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); } }Instance of Symbol 173 MovieClip "fooD" in Frame 102onClipEvent (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); } }Instance of Symbol 173 MovieClip "FOod" in Frame 102onClipEvent (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); } }Instance of Symbol 176 MovieClip "HealPill" in Frame 102onClipEvent (load) { GetHeal = 0; } onClipEvent (enterFrame) { if (GetHeal == 0) { if (_root.BG.hitTest(_root.ball)) { Heal = Math.round(Math.random() * 150); } } } 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 183 MovieClip in Frame 102onClipEvent (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 190 MovieClip in Frame 102onClipEvent (enterFrame) { this._xscale = _root.health; if (_root.health <= 0) { _root.health = 0; } }Instance of Symbol 205 MovieClip "HealAction" in Frame 102onClipEvent (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 107stopAllSounds(); stop(); _root.Orb_Move.gotoAndStop(1); _root.S_A.gotoAndStop(1);Instance of Symbol 461 MovieClip in Frame 107on (release) { _root.gotoAndStop("Menu"); }Instance of Symbol 103 MovieClip in Frame 107onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }Instance of Symbol 201 MovieClip in Frame 116on (release) { stopAllSounds(); _root.gotoAndStop("Level1"); }Instance of Symbol 103 MovieClip in Frame 116onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }Frame 201stopAllSounds();Frame 210stop(); gotoAndStop ("Scene2");Frame 230stop();Frame 380stop();Instance of Symbol 201 MovieClip in Frame 380on (release) { stopAllSounds(); _root.gotoAndStop("Level1"); }Instance of Symbol 201 MovieClip in Frame 445on (release) { stopAllSounds(); _root.gotoAndStop("Menu"); }Instance of Symbol 103 MovieClip in Frame 445onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }Frame 800stop();Frame 820stop(); health = 100; danger = 0;Instance of Symbol 121 MovieClip "Virus" in Frame 820onClipEvent (enterFrame) { if (this._xscale <= 100) { this._xscale = 100; } } onClipEvent (enterFrame) { if (this._yscale <= 100) { this._yscale = 100; } }Instance of Symbol 130 MovieClip "blood" in Frame 820onClipEvent (enterFrame) { if (_root.BG.hitTest(_root.white1)) { this._x = _root.white1._x; this._y = _root.white1._y; } }Instance of Symbol 150 MovieClip "white1" in Frame 820onClipEvent (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 108 MovieClip "ball" in Frame 820onClipEvent (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 168 MovieClip "VirusBrain" in Frame 820onClipEvent (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 171 MovieClip "SmokeRing" in Frame 820onClipEvent (enterFrame) { this._x = _root.VirusBrain._x; this._y = _root.VirusBrain._y; }Instance of Symbol 514 MovieClip "Tur_1" in Frame 820onClipEvent (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 514 MovieClip "Tur_3" in Frame 820onClipEvent (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 514 MovieClip "Tur_2" in Frame 820onClipEvent (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 176 MovieClip "HealPill" in Frame 820onClipEvent (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() * 12); } } } } 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 183 MovieClip in Frame 820onClipEvent (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 190 MovieClip in Frame 820onClipEvent (enterFrame) { this._xscale = _root.health; if (_root.health <= 0) { _root.health = 0; } }Instance of Symbol 205 MovieClip "HealAction" in Frame 820onClipEvent (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 520 MovieClip "N_Button" in Frame 820onClipEvent (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 103 MovieClip in Frame 820onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }Symbol 7 MovieClip Frame 1xMin = 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 7 MovieClip Frame 3distance = 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 53 Buttonon (release) { getURL ("http://www.newgrounds.com", "_blank"); }Symbol 55 MovieClip Frame 40stop();Symbol 81 Buttonon (release) { startMovie(); }Symbol 82 MovieClip Frame 1function 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 91 Buttonon (release) { stopAllSounds(); _root.gotoAndPlay("Intro"); }Symbol 94 Buttonon (release) { stopAllSounds(); _root.gotoAndStop("Tutorial"); }Symbol 97 Buttonon (release) { stopAllSounds(); _root.gotoAndPlay("Credits"); }Symbol 99 MovieClip Frame 10stop();Symbol 101 MovieClip Frame 10stop();Symbol 121 MovieClip Frame 35gotoAndPlay (1);Symbol 121 MovieClip Frame 40stop(); _root.BloodSplat.gotoAndPlay(2);Symbol 130 MovieClip Frame 1stop();Symbol 144 MovieClip Frame 1stop();Symbol 144 MovieClip Frame 30_root.LevelComplete.gotoAndPlay(2);Symbol 144 MovieClip Frame 31stop();Symbol 147 MovieClip Frame 1stop();Symbol 147 MovieClip Frame 30_root.gotoAndStop("Victory");Symbol 150 MovieClip Frame 20gotoAndPlay (1); _root.reset();Symbol 150 MovieClip Frame 25stop();Symbol 153 MovieClip Frame 1stop();Symbol 153 MovieClip Frame 21gotoAndPlay (2);Symbol 155 MovieClip Frame 1stop();Symbol 155 MovieClip Frame 5stop();Symbol 155 MovieClip Frame 10stop();Symbol 155 MovieClip Frame 15stop();Symbol 159 MovieClip Frame 1stop();Symbol 159 MovieClip Frame 2play();Symbol 159 MovieClip Frame 3play();Symbol 159 MovieClip Frame 4play();Symbol 159 MovieClip Frame 5play();Symbol 159 MovieClip Frame 6play();Symbol 159 MovieClip Frame 7play();Symbol 159 MovieClip Frame 8play();Symbol 159 MovieClip Frame 9play();Symbol 159 MovieClip Frame 10play();Symbol 159 MovieClip Frame 11play();Symbol 159 MovieClip Frame 12play();Symbol 159 MovieClip Frame 13play();Symbol 159 MovieClip Frame 14play();Symbol 159 MovieClip Frame 15_root.BlastWave = 1;Symbol 166 MovieClip Frame 1stop();Symbol 166 MovieClip Frame 2play();Symbol 166 MovieClip Frame 3play();Symbol 166 MovieClip Frame 4play();Symbol 166 MovieClip Frame 5play();Symbol 166 MovieClip Frame 6play();Symbol 166 MovieClip Frame 7play();Symbol 166 MovieClip Frame 8play();Symbol 166 MovieClip Frame 9play();Symbol 166 MovieClip Frame 10play();Symbol 166 MovieClip Frame 11play();Symbol 166 MovieClip Frame 12play();Symbol 166 MovieClip Frame 13play();Symbol 166 MovieClip Frame 14play();Symbol 166 MovieClip Frame 15play();Symbol 166 MovieClip Frame 16play();Symbol 166 MovieClip Frame 17play();Symbol 166 MovieClip Frame 18play();Symbol 166 MovieClip Frame 19play();Symbol 166 MovieClip Frame 20play();Symbol 166 MovieClip Frame 21play();Symbol 166 MovieClip Frame 22play();Symbol 166 MovieClip Frame 23play();Symbol 166 MovieClip Frame 24play();Symbol 166 MovieClip Frame 25play();Symbol 166 MovieClip Frame 26play();Symbol 166 MovieClip Frame 27play();Symbol 166 MovieClip Frame 28play();Symbol 166 MovieClip Frame 29play();Symbol 166 MovieClip Frame 30play();Symbol 166 MovieClip Frame 31play();Symbol 166 MovieClip Frame 32play();Symbol 166 MovieClip Frame 33play();Symbol 166 MovieClip Frame 34play();Symbol 166 MovieClip Frame 35play();Symbol 166 MovieClip Frame 36play();Symbol 166 MovieClip Frame 37play();Symbol 166 MovieClip Frame 38_root.Mine = 2;Symbol 168 MovieClip Frame 1stop();Symbol 168 MovieClip Frame 5stop();Symbol 171 MovieClip Frame 1stop();Symbol 171 MovieClip Frame 20stop();Symbol 173 MovieClip Frame 34stop();Symbol 173 MovieClip Frame 70reset();Symbol 176 MovieClip Frame 1stop();Symbol 176 MovieClip Frame 35stop();Symbol 176 MovieClip Frame 45stop();Symbol 205 MovieClip Frame 1stop();Symbol 205 MovieClip Frame 20stop();Symbol 211 MovieClip Frame 1stop();Symbol 211 MovieClip Frame 6stop();Symbol 211 MovieClip Frame 11stop();Symbol 211 MovieClip Frame 16stop();Symbol 216 MovieClip Frame 10stop();Symbol 219 Buttonon (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 221 MovieClip Frame 30stop();Symbol 229 Buttonon (release) { _root.gotoAndStop("Upgrade"); _root.Counter = 2; }Symbol 233 MovieClip Frame 15stop();Symbol 234 Buttonon (release) { _root.gotoAndStop("Level2"); _root.Counter = 2; }Symbol 236 MovieClip Frame 30stop();Symbol 248 MovieClip Frame 30gotoAndPlay (1);Symbol 248 MovieClip Frame 35stop(); _root.BloodSplat.gotoAndPlay(2);Symbol 251 MovieClip Frame 1stop();Symbol 251 MovieClip Frame 30_root.gotoAndStop("Victory2");Symbol 254 MovieClip Frame 10gotoAndPlay (1);Symbol 258 Buttonon (release) { _root.gotoAndStop("Upgrade"); _root.Counter = 3; }Symbol 259 Buttonon (release) { _root.gotoAndStop("Level3"); _root.Counter = 3; }Symbol 265 Buttonon (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); }Symbol 288 MovieClip Frame 1stop();Symbol 288 MovieClip Frame 5stop();Symbol 288 MovieClip Frame 10stop();Symbol 288 MovieClip Frame 15stop();Symbol 288 MovieClip Frame 20stop();Symbol 288 MovieClip Frame 25stop();Symbol 288 MovieClip Frame 30stop();Symbol 288 MovieClip Frame 35stop();Symbol 296 MovieClip Frame 1stop();Symbol 296 MovieClip Frame 5stop();Symbol 296 MovieClip Frame 10stop();Symbol 296 MovieClip Frame 15stop();Symbol 302 MovieClip Frame 1stop();Symbol 302 MovieClip Frame 5stop();Symbol 302 MovieClip Frame 10stop();Symbol 302 MovieClip Frame 15stop();Symbol 307 MovieClip Frame 1stop();Symbol 307 MovieClip Frame 5stop();Symbol 308 MovieClip Frame 1stop();Symbol 308 MovieClip Frame 5stop();Symbol 309 MovieClip Frame 1stop();Symbol 309 MovieClip Frame 5stop();Symbol 312 MovieClip Frame 1stop();Symbol 312 MovieClip Frame 5stop();Symbol 315 MovieClip Frame 1stop();Symbol 315 MovieClip Frame 5stop();Symbol 315 MovieClip Frame 10stop();Symbol 315 MovieClip Frame 15stop();Symbol 318 MovieClip Frame 1stop();Symbol 318 MovieClip Frame 5stop();Symbol 331 MovieClip Frame 35gotoAndPlay (1);Symbol 331 MovieClip Frame 40stop(); _root.BloodSplat.gotoAndPlay(2);Symbol 334 MovieClip Frame 1stop();Symbol 334 MovieClip Frame 30_root.gotoAndStop("Victory3");Symbol 338 Buttonon (release) { _root.gotoAndStop("Upgrade"); _root.Counter = 4; }Symbol 339 Buttonon (release) { _root.gotoAndStop("Level4"); _root.Counter = 4; }Symbol 345 MovieClip Frame 1stop();Symbol 345 MovieClip Frame 30_root.gotoAndStop("Victory4");Symbol 348 MovieClip Frame 1stop();Symbol 348 MovieClip Frame 15stop(); _root.BloodSplat.gotoAndPlay(2);Symbol 352 Buttonon (release) { _root.gotoAndStop("Upgrade"); _root.Counter = 5; }Symbol 353 Buttonon (release) { _root.gotoAndStop("Level5"); _root.Counter = 5; }Symbol 361 MovieClip Frame 30gotoAndPlay (2);Symbol 361 MovieClip Frame 40stop(); _root.BloodSplat.gotoAndPlay(2);Symbol 364 MovieClip Frame 1stop();Symbol 364 MovieClip Frame 30_root.gotoAndStop("Victory5");Symbol 368 Buttonon (release) { _root.gotoAndStop("Upgrade"); _root.Counter = 6; }Symbol 369 Buttonon (release) { _root.gotoAndStop("Level6"); _root.Counter = 6; }Symbol 372 MovieClip Frame 1stop();Symbol 372 MovieClip Frame 30_root.gotoAndStop("Victory6");Symbol 375 MovieClip Frame 30gotoAndPlay (2);Symbol 375 MovieClip Frame 40stop(); _root.BloodSplat.gotoAndPlay(2);Symbol 378 MovieClip Frame 10gotoAndPlay (1);Symbol 380 Buttonon (release) { _root.gotoAndStop("Upgrade"); _root.Counter = 7; }Symbol 381 Buttonon (release) { _root.gotoAndStop("Level7"); _root.Counter = 7; }Symbol 387 MovieClip Frame 30gotoAndPlay (1);Symbol 387 MovieClip Frame 40stop(); _root.BloodSplat.gotoAndPlay(2);Symbol 390 MovieClip Frame 20gotoAndPlay (1);Symbol 393 MovieClip Frame 1stop();Symbol 393 MovieClip Frame 30stop(); _root.gotoAndStop("Victory7");Symbol 395 Buttonon (release) { _root.gotoAndStop("Upgrade"); _root.Counter = 8; }Symbol 396 Buttonon (release) { _root.gotoAndStop("Level8"); _root.Counter = 8; }Symbol 402 MovieClip Frame 1stop();Symbol 402 MovieClip Frame 30_root.gotoAndStop("Victory8");Symbol 407 MovieClip Frame 30gotoAndStop (1);Symbol 407 MovieClip Frame 40stop(); _root.BloodSplat.gotoAndPlay(2);Symbol 411 Buttonon (release) { _root.gotoAndStop("Upgrade"); _root.Counter = 9; }Symbol 412 Buttonon (release) { _root.gotoAndStop("Level9"); _root.Counter = 9; }Symbol 418 MovieClip Frame 30gotoAndPlay (1);Symbol 418 MovieClip Frame 40stop(); _root.BloodSplat.gotoAndPlay(2);Symbol 423 MovieClip Frame 1stop();Symbol 423 MovieClip Frame 30_root.gotoAndStop("Victory9");Symbol 425 Buttonon (release) { _root.gotoAndStop("Upgrade"); _root.Counter = 10; }Symbol 426 Buttonon (release) { _root.gotoAndStop("Level10"); _root.Counter = 10; }Symbol 431 MovieClip Frame 1stop();Symbol 431 MovieClip Frame 30_root.gotoAndStop("GameVictory");Symbol 434 MovieClip Frame 30gotoAndPlay (1);Symbol 434 MovieClip Frame 40stop(); _root.BloodSplat.gotoAndPlay(2);Symbol 497 MovieClip Frame 270stop();Instance of Symbol 201 MovieClip in Symbol 497 MovieClip Frame 270on (release) { _root.gotoAndPlay("Scene3"); }Symbol 514 MovieClip Frame 1stop();Symbol 514 MovieClip Frame 2play();Symbol 514 MovieClip Frame 20stop();Symbol 514 MovieClip Frame 35stop();Symbol 535 MovieClip Frame 1stop();Symbol 535 MovieClip Frame 5stop();Symbol 535 MovieClip Frame 10stop();Symbol 535 MovieClip Frame 15stop();Symbol 535 MovieClip Frame 20stop();Symbol 535 MovieClip Frame 25stop();Symbol 535 MovieClip Frame 30stop();
Library Items
Symbol 1 Bitmap | Used by:2 214 | |
Symbol 2 Graphic | Uses:1 | Used by:3 |
Symbol 3 MovieClip | Uses:2 | Used by:Timeline |
Symbol 4 Font | Used by:5 98 100 | |
Symbol 5 Text | Uses:4 | Used by:Timeline |
Symbol 6 Graphic | Used by:7 | |
Symbol 7 MovieClip | Uses:6 | Used by:Timeline |
Symbol 8 Graphic | Used by:82 | |
Symbol 9 Graphic | Used by:82 | |
Symbol 10 Graphic | Used by:11 | |
Symbol 11 MovieClip | Uses:10 | Used by:82 |
Symbol 12 Graphic | Used by:14 | |
Symbol 13 Graphic | Used by:14 | |
Symbol 14 MovieClip | Uses:12 13 | Used by:82 |
Symbol 15 Graphic | Used by:82 | |
Symbol 16 Graphic | Used by:82 | |
Symbol 17 Graphic | Used by:82 | |
Symbol 18 Graphic | Used by:25 55 | |
Symbol 19 Graphic | Used by:25 55 | |
Symbol 20 Graphic | Used by:25 55 | |
Symbol 21 Graphic | Used by:25 55 | |
Symbol 22 Graphic | Used by:25 55 | |
Symbol 23 Graphic | Used by:25 55 | |
Symbol 24 Graphic | Used by:25 55 | |
Symbol 25 MovieClip | Uses:18 19 20 21 22 23 24 | Used by:82 |
Symbol 26 Graphic | Used by:82 | |
Symbol 27 Graphic | Used by:28 | |
Symbol 28 MovieClip | Uses:27 | Used by:82 |
Symbol 29 Graphic | Used by:30 | |
Symbol 30 MovieClip | Uses:29 | Used by:50 |
Symbol 31 Graphic | Used by:35 | |
Symbol 32 Graphic | Used by:35 | |
Symbol 33 Graphic | Used by:34 | |
Symbol 34 MovieClip | Uses:33 | Used by:35 38 |
Symbol 35 MovieClip | Uses:31 32 34 | Used by:49 |
Symbol 36 Graphic | Used by:38 | |
Symbol 37 Graphic | Used by:38 | |
Symbol 38 MovieClip | Uses:36 37 34 | Used by:49 |
Symbol 39 Graphic | Used by:42 | |
Symbol 40 Graphic | Used by:42 45 | |
Symbol 41 Graphic | Used by:42 | |
Symbol 42 MovieClip | Uses:39 40 41 | Used by:46 |
Symbol 43 Graphic | Used by:45 | |
Symbol 44 Graphic | Used by:45 | |
Symbol 45 MovieClip | Uses:43 40 44 | Used by:46 |
Symbol 46 MovieClip | Uses:42 45 | Used by:49 |
Symbol 47 Graphic | Used by:48 | |
Symbol 48 MovieClip | Uses:47 | Used by:49 |
Symbol 49 MovieClip | Uses:35 38 46 48 | Used by:50 |
Symbol 50 MovieClip | Uses:30 49 | Used by:82 |
Symbol 51 Graphic | Used by:82 | |
Symbol 52 Graphic | Used by:53 | |
Symbol 53 Button | Uses:52 | Used by:82 |
Symbol 54 Graphic | Used by:55 | |
Symbol 55 MovieClip | Uses:18 19 20 21 22 23 24 54 | Used by:82 |
Symbol 56 Graphic | Used by:82 | |
Symbol 57 Graphic | Used by:82 | |
Symbol 58 Graphic | Used by:82 | |
Symbol 59 Graphic | Used by:82 | |
Symbol 60 Graphic | Used by:82 | |
Symbol 61 Graphic | Used by:82 | |
Symbol 62 Graphic | Used by:82 | |
Symbol 63 Graphic | Used by:82 | |
Symbol 64 Graphic | Used by:82 | |
Symbol 65 Graphic | Used by:82 | |
Symbol 66 Graphic | Used by:82 | |
Symbol 67 Graphic | Used by:82 | |
Symbol 68 ShapeTweening | Used by:82 | |
Symbol 69 Graphic | Used by:82 | |
Symbol 70 ShapeTweening | Used by:82 | |
Symbol 71 ShapeTweening | Used by:82 | |
Symbol 72 Graphic | Used by:82 | |
Symbol 73 Graphic | Used by:81 | |
Symbol 74 Graphic | Used by:81 | |
Symbol 75 Graphic | Used by:81 | |
Symbol 76 Graphic | Used by:81 | |
Symbol 77 Graphic | Used by:81 | |
Symbol 78 Graphic | Used by:80 | |
Symbol 79 Graphic | Used by:80 | |
Symbol 80 MovieClip | Uses:78 79 | Used by:81 |
Symbol 81 Button | Uses:73 74 75 76 77 80 | Used by:82 |
Symbol 82 MovieClip | Uses:8 9 11 14 15 16 17 25 26 28 50 51 53 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 81 | Used by:Timeline |
Symbol 83 Graphic | Used by:Timeline | |
Symbol 84 Graphic | Used by:85 | |
Symbol 85 MovieClip | Uses:84 | Used by:Timeline |
Symbol 86 Font | Used by:87 88 92 93 95 96 | |
Symbol 87 Text | Uses:86 | Used by:91 |
Symbol 88 Text | Uses:86 | Used by:91 |
Symbol 89 Graphic | Used by:91 94 97 | |
Symbol 90 Sound | Used by:91 94 97 | |
Symbol 91 Button | Uses:87 88 89 90 | Used by:Timeline |
Symbol 92 Text | Uses:86 | Used by:94 |
Symbol 93 Text | Uses:86 | Used by:94 |
Symbol 94 Button | Uses:92 93 89 90 | Used by:Timeline |
Symbol 95 Text | Uses:86 | Used by:97 |
Symbol 96 Text | Uses:86 | Used by:97 |
Symbol 97 Button | Uses:95 96 89 90 | Used by:Timeline |
Symbol 98 Text | Uses:4 | Used by:99 |
Symbol 99 MovieClip | Uses:98 | Used by:Timeline |
Symbol 100 Text | Uses:4 | Used by:101 |
Symbol 101 MovieClip | Uses:100 | Used by:Timeline |
Symbol 102 Graphic | Used by:103 | |
Symbol 103 MovieClip | Uses:102 | Used by:Timeline |
Symbol 104 Graphic | Used by:108 | |
Symbol 105 Graphic | Used by:106 | |
Symbol 106 MovieClip | Uses:105 | Used by:107 |
Symbol 107 MovieClip | Uses:106 | Used by:108 |
Symbol 108 MovieClip | Uses:104 107 | Used by:Timeline |
Symbol 109 Graphic | Used by:Timeline | |
Symbol 110 Sound | Used by:Timeline | |
Symbol 111 Bitmap | Used by:112 510 | |
Symbol 112 Graphic | Uses:111 | Used by:113 |
Symbol 113 MovieClip | Uses:112 | Used by:Timeline |
Symbol 114 Graphic | Used by:121 | |
Symbol 115 Graphic | Used by:116 | |
Symbol 116 MovieClip | Uses:115 | Used by:121 |
Symbol 117 Graphic | Used by:118 | |
Symbol 118 MovieClip | Uses:117 | Used by:121 |
Symbol 119 Graphic | Used by:121 | |
Symbol 120 Graphic | Used by:121 | |
Symbol 121 MovieClip | Uses:114 116 118 119 120 | Used by:Timeline |
Symbol 122 Graphic | Used by:130 | |
Symbol 123 Sound | Used by:130 | |
Symbol 124 Graphic | Used by:130 | |
Symbol 125 Graphic | Used by:130 | |
Symbol 126 Graphic | Used by:130 | |
Symbol 127 Graphic | Used by:130 | |
Symbol 128 Graphic | Used by:130 | |
Symbol 129 Graphic | Used by:130 | |
Symbol 130 MovieClip | Uses:122 123 124 125 126 127 128 129 | Used by:Timeline |
Symbol 131 Graphic | Used by:132 | |
Symbol 132 MovieClip | Uses:131 | Used by:144 |
Symbol 133 Graphic | Used by:144 | |
Symbol 134 Sound | Used by:144 | |
Symbol 135 Sound | Used by:144 | |
Symbol 136 Sound | Used by:144 171 | |
Symbol 137 Graphic | Used by:144 | |
Symbol 138 Graphic | Used by:144 | |
Symbol 139 Graphic | Used by:144 | |
Symbol 140 Graphic | Used by:144 | |
Symbol 141 Graphic | Used by:144 | |
Symbol 142 Graphic | Used by:144 | |
Symbol 143 Graphic | Used by:144 | |
Symbol 144 MovieClip | Uses:132 133 134 135 136 137 138 139 140 141 142 143 | Used by:Timeline |
Symbol 145 Graphic | Used by:147 | |
Symbol 146 Graphic | Used by:147 | |
Symbol 147 MovieClip | Uses:145 146 | Used by:Timeline |
Symbol 148 Graphic | Used by:149 | |
Symbol 149 MovieClip | Uses:148 | Used by:150 |
Symbol 150 MovieClip | Uses:149 | Used by:Timeline |
Symbol 151 Graphic | Used by:152 | |
Symbol 152 MovieClip | Uses:151 | Used by:153 |
Symbol 153 MovieClip | Uses:152 | Used by:Timeline |
Symbol 154 Graphic | Used by:155 | |
Symbol 155 MovieClip | Uses:154 | Used by:Timeline |
Symbol 156 Graphic | Used by:157 | |
Symbol 157 MovieClip | Uses:156 | Used by:159 |
Symbol 158 Sound | Used by:159 | |
Symbol 159 MovieClip | Uses:157 158 | Used by:Timeline |
Symbol 160 Graphic | Used by:166 | |
Symbol 161 Graphic | Used by:164 166 | |
Symbol 162 Graphic | Used by:166 172 | |
Symbol 163 Graphic | Used by:166 | |
Symbol 164 MovieClip | Uses:161 | Used by:166 |
Symbol 165 Sound | Used by:166 | |
Symbol 166 MovieClip | Uses:160 161 162 163 164 165 | Used by:Timeline |
Symbol 167 Graphic | Used by:168 | |
Symbol 168 MovieClip | Uses:167 | Used by:Timeline |
Symbol 169 Graphic | Used by:170 | |
Symbol 170 MovieClip | Uses:169 | Used by:171 |
Symbol 171 MovieClip | Uses:170 136 | Used by:Timeline |
Symbol 172 MovieClip | Uses:162 | Used by:173 |
Symbol 173 MovieClip | Uses:172 | Used by:Timeline |
Symbol 174 Graphic | Used by:175 | |
Symbol 175 MovieClip | Uses:174 | Used by:176 |
Symbol 176 MovieClip | Uses:175 | Used by:Timeline |
Symbol 177 Graphic | Used by:Timeline | |
Symbol 178 Font | Used by:179 180 184 185 186 191 196 257 337 351 367 379 394 410 424 437 | |
Symbol 179 Text | Uses:178 | Used by:Timeline |
Symbol 180 EditableText | Uses:178 | Used by:Timeline |
Symbol 181 Graphic | Used by:Timeline | |
Symbol 182 Graphic | Used by:183 | |
Symbol 183 MovieClip | Uses:182 | Used by:Timeline |
Symbol 184 Text | Uses:178 | Used by:Timeline |
Symbol 185 Text | Uses:178 | Used by:Timeline |
Symbol 186 Text | Uses:178 | Used by:Timeline |
Symbol 187 Graphic | Used by:188 | |
Symbol 188 MovieClip | Uses:187 | Used by:Timeline |
Symbol 189 Graphic | Used by:190 | |
Symbol 190 MovieClip | Uses:189 | Used by:Timeline |
Symbol 191 Text | Uses:178 | Used by:Timeline |
Symbol 192 Graphic | Used by:193 | |
Symbol 193 MovieClip | Uses:192 | Used by:Timeline |
Symbol 194 Font | Used by:195 218 220 226 228 231 235 268 269 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 292 294 295 299 300 301 306 457 458 460 475 505 507 508 509 516 517 518 519 522 524 526 528 530 532 534 | |
Symbol 195 EditableText | Uses:194 | Used by:Timeline |
Symbol 196 Text | Uses:178 | Used by:197 |
Symbol 197 MovieClip | Uses:196 | Used by:Timeline |
Symbol 198 Graphic | Used by:201 | |
Symbol 199 Graphic | Used by:200 219 229 234 258 259 265 338 339 352 353 368 369 380 381 395 396 411 412 425 426 | |
Symbol 200 MovieClip | Uses:199 | Used by:201 219 229 234 258 259 265 288 296 302 308 309 312 315 318 338 339 352 353 368 369 380 381 395 396 411 412 425 426 461 520 |
Symbol 201 MovieClip | Uses:198 200 | Used by:203 497 Timeline |
Symbol 202 Graphic | Used by:203 | |
Symbol 203 MovieClip | Uses:201 202 | Used by:205 |
Symbol 204 Sound | Used by:205 | |
Symbol 205 MovieClip | Uses:203 204 | Used by:Timeline |
Symbol 206 Graphic | Used by:211 | |
Symbol 207 Graphic | Used by:211 | |
Symbol 208 Sound | Used by:211 | |
Symbol 209 Sound | Used by:211 | |
Symbol 210 Sound | Used by:211 | |
Symbol 211 MovieClip | Uses:206 207 208 209 210 | Used by:Timeline |
Symbol 212 Sound | Used by:Timeline | |
Symbol 213 Sound | Used by:Timeline | |
Symbol 214 Graphic | Uses:1 | Used by:215 |
Symbol 215 MovieClip | Uses:214 | Used by:216 |
Symbol 216 MovieClip | Uses:215 | Used by:Timeline |
Symbol 217 Graphic | Used by:219 | |
Symbol 218 Text | Uses:194 | Used by:219 |
Symbol 219 Button | Uses:217 218 200 199 | Used by:Timeline |
Symbol 220 Text | Uses:194 | Used by:221 |
Symbol 221 MovieClip | Uses:220 | Used by:Timeline |
Symbol 222 Graphic | Used by:Timeline | |
Symbol 223 Bitmap | Used by:224 | |
Symbol 224 Graphic | Uses:223 | Used by:Timeline |
Symbol 225 Graphic | Used by:229 258 338 352 368 380 395 411 425 | |
Symbol 226 Text | Uses:194 | Used by:229 258 338 352 368 380 395 411 425 |
Symbol 227 Graphic | Used by:229 258 338 352 368 380 395 411 425 | |
Symbol 228 Text | Uses:194 | Used by:229 258 338 352 368 380 395 411 425 |
Symbol 229 Button | Uses:225 226 200 227 228 199 | Used by:Timeline |
Symbol 230 Graphic | Used by:234 259 339 353 369 381 396 412 426 | |
Symbol 231 Text | Uses:194 | Used by:232 234 259 339 353 369 381 396 412 426 |
Symbol 232 MovieClip | Uses:231 | Used by:233 |
Symbol 233 MovieClip | Uses:232 | Used by:234 259 339 353 369 381 396 412 426 |
Symbol 234 Button | Uses:230 200 233 199 231 | Used by:Timeline |
Symbol 235 Text | Uses:194 | Used by:236 |
Symbol 236 MovieClip | Uses:235 | Used by:Timeline |
Symbol 237 Bitmap | Used by:238 | |
Symbol 238 Graphic | Uses:237 | Used by:239 |
Symbol 239 MovieClip | Uses:238 | Used by:Timeline |
Symbol 240 Graphic | Used by:248 | |
Symbol 241 Graphic | Used by:242 | |
Symbol 242 MovieClip | Uses:241 | Used by:248 |
Symbol 243 Graphic | Used by:244 | |
Symbol 244 MovieClip | Uses:243 | Used by:248 |
Symbol 245 Graphic | Used by:246 | |
Symbol 246 MovieClip | Uses:245 | Used by:248 |
Symbol 247 Graphic | Used by:248 | |
Symbol 248 MovieClip | Uses:240 242 244 246 247 | Used by:Timeline |
Symbol 249 Graphic | Used by:251 | |
Symbol 250 Graphic | Used by:251 | |
Symbol 251 MovieClip | Uses:249 250 | Used by:Timeline |
Symbol 252 Graphic | Used by:253 | |
Symbol 253 MovieClip | Uses:252 | Used by:254 |
Symbol 254 MovieClip | Uses:253 | Used by:Timeline |
Symbol 255 Graphic | Used by:Timeline | |
Symbol 256 Graphic | Used by:Timeline | |
Symbol 257 Text | Uses:178 | Used by:Timeline |
Symbol 258 Button | Uses:225 226 200 227 228 199 | Used by:Timeline |
Symbol 259 Button | Uses:230 200 233 199 231 | Used by:Timeline |
Symbol 260 Bitmap | Used by:261 | |
Symbol 261 Graphic | Uses:260 | Used by:Timeline |
Symbol 262 Graphic | Used by:265 | |
Symbol 263 Font | Used by:264 496 | |
Symbol 264 Text | Uses:263 | Used by:265 |
Symbol 265 Button | Uses:262 200 264 199 | Used by:Timeline |
Symbol 266 Graphic | Used by:Timeline | |
Symbol 267 Graphic | Used by:288 302 308 312 315 318 | |
Symbol 268 Text | Uses:194 | Used by:288 |
Symbol 269 Text | Uses:194 | Used by:288 |
Symbol 270 Sound | Used by:288 497 | |
Symbol 271 Text | Uses:194 | Used by:288 |
Symbol 272 Text | Uses:194 | Used by:288 |
Symbol 273 Text | Uses:194 | Used by:288 |
Symbol 274 Text | Uses:194 | Used by:288 |
Symbol 275 Text | Uses:194 | Used by:288 |
Symbol 276 Text | Uses:194 | Used by:288 |
Symbol 277 Text | Uses:194 | Used by:288 |
Symbol 278 Text | Uses:194 | Used by:288 |
Symbol 279 Text | Uses:194 | Used by:288 |
Symbol 280 Text | Uses:194 | Used by:288 |
Symbol 281 Text | Uses:194 | Used by:288 |
Symbol 282 Text | Uses:194 | Used by:288 |
Symbol 283 Text | Uses:194 | Used by:288 |
Symbol 284 Text | Uses:194 | Used by:288 |
Symbol 285 Text | Uses:194 | Used by:288 |
Symbol 286 Text | Uses:194 | Used by:288 |
Symbol 287 Text | Uses:194 | Used by:288 |
Symbol 288 MovieClip | Uses:267 200 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 | Used by:Timeline |
Symbol 289 Graphic | Used by:296 | |
Symbol 290 Graphic | Used by:291 | |
Symbol 291 MovieClip | Uses:290 | Used by:296 |
Symbol 292 Text | Uses:194 | Used by:296 |
Symbol 293 Sound | Used by:296 302 309 312 315 318 | |
Symbol 294 Text | Uses:194 | Used by:296 |
Symbol 295 Text | Uses:194 | Used by:296 309 318 |
Symbol 296 MovieClip | Uses:289 200 291 292 293 294 295 | Used by:Timeline |
Symbol 297 Graphic | Used by:298 | |
Symbol 298 MovieClip | Uses:297 | Used by:302 |
Symbol 299 Text | Uses:194 | Used by:302 315 |
Symbol 300 Text | Uses:194 | Used by:302 315 |
Symbol 301 Text | Uses:194 | Used by:302 312 315 |
Symbol 302 MovieClip | Uses:267 200 298 299 293 300 301 | Used by:Timeline |
Symbol 303 Graphic | Used by:309 | |
Symbol 304 Graphic | Used by:305 | |
Symbol 305 MovieClip | Uses:304 | Used by:309 |
Symbol 306 Text | Uses:194 | Used by:307 |
Symbol 307 MovieClip | Uses:306 | Used by:309 312 318 |
Symbol 308 MovieClip | Uses:267 200 | Used by:309 312 318 |
Symbol 309 MovieClip | Uses:303 200 305 307 308 295 293 | Used by:Timeline |
Symbol 310 Graphic | Used by:311 | |
Symbol 311 MovieClip | Uses:310 | Used by:312 |
Symbol 312 MovieClip | Uses:267 200 311 307 308 301 293 | Used by:Timeline |
Symbol 313 Graphic | Used by:314 | |
Symbol 314 MovieClip | Uses:313 | Used by:315 |
Symbol 315 MovieClip | Uses:267 200 314 299 293 300 301 | Used by:Timeline |
Symbol 316 Graphic | Used by:317 | |
Symbol 317 MovieClip | Uses:316 | Used by:318 |
Symbol 318 MovieClip | Uses:267 200 317 307 308 295 293 | Used by:Timeline |
Symbol 319 Graphic | Used by:Timeline | |
Symbol 320 Sound | Used by:Timeline | |
Symbol 321 Bitmap | Used by:322 | |
Symbol 322 Graphic | Uses:321 | Used by:323 |
Symbol 323 MovieClip | Uses:322 | Used by:Timeline |
Symbol 324 Graphic | Used by:331 | |
Symbol 325 Graphic | Used by:326 | |
Symbol 326 Button | Uses:325 | Used by:331 |
Symbol 327 Graphic | Used by:328 | |
Symbol 328 Button | Uses:327 | Used by:331 |
Symbol 329 Graphic | Used by:331 | |
Symbol 330 Graphic | Used by:331 | |
Symbol 331 MovieClip | Uses:324 326 328 329 330 | Used by:Timeline |
Symbol 332 Graphic | Used by:334 | |
Symbol 333 Graphic | Used by:334 431 | |
Symbol 334 MovieClip | Uses:332 333 | Used by:Timeline |
Symbol 335 Graphic | Used by:336 | |
Symbol 336 MovieClip | Uses:335 | Used by:Timeline |
Symbol 337 Text | Uses:178 | Used by:Timeline |
Symbol 338 Button | Uses:225 226 200 227 228 199 | Used by:Timeline |
Symbol 339 Button | Uses:230 200 233 199 231 | Used by:Timeline |
Symbol 340 Bitmap | Used by:341 | |
Symbol 341 Graphic | Uses:340 | Used by:342 |
Symbol 342 MovieClip | Uses:341 | Used by:Timeline |
Symbol 343 Graphic | Used by:345 | |
Symbol 344 Graphic | Used by:345 | |
Symbol 345 MovieClip | Uses:343 344 | Used by:Timeline |
Symbol 346 Graphic | Used by:348 | |
Symbol 347 Graphic | Used by:348 | |
Symbol 348 MovieClip | Uses:346 347 | Used by:Timeline |
Symbol 349 Graphic | Used by:350 | |
Symbol 350 MovieClip | Uses:349 | Used by:Timeline |
Symbol 351 Text | Uses:178 | Used by:Timeline |
Symbol 352 Button | Uses:225 226 200 227 228 199 | Used by:Timeline |
Symbol 353 Button | Uses:230 200 233 199 231 | Used by:Timeline |
Symbol 354 Bitmap | Used by:355 | |
Symbol 355 Graphic | Uses:354 | Used by:356 |
Symbol 356 MovieClip | Uses:355 | Used by:Timeline |
Symbol 357 Graphic | Used by:361 | |
Symbol 358 Graphic | Used by:359 | |
Symbol 359 MovieClip | Uses:358 | Used by:361 |
Symbol 360 Graphic | Used by:361 | |
Symbol 361 MovieClip | Uses:357 359 360 | Used by:Timeline |
Symbol 362 Graphic | Used by:364 | |
Symbol 363 Graphic | Used by:364 | |
Symbol 364 MovieClip | Uses:362 363 | Used by:Timeline |
Symbol 365 Graphic | Used by:366 | |
Symbol 366 MovieClip | Uses:365 | Used by:Timeline |
Symbol 367 Text | Uses:178 | Used by:Timeline |
Symbol 368 Button | Uses:225 226 200 227 228 199 | Used by:Timeline |
Symbol 369 Button | Uses:230 200 233 199 231 | Used by:Timeline |
Symbol 370 Graphic | Used by:372 | |
Symbol 371 Graphic | Used by:372 | |
Symbol 372 MovieClip | Uses:370 371 | Used by:Timeline |
Symbol 373 Graphic | Used by:374 | |
Symbol 374 MovieClip | Uses:373 | Used by:375 |
Symbol 375 MovieClip | Uses:374 | Used by:Timeline |
Symbol 376 Graphic | Used by:377 | |
Symbol 377 MovieClip | Uses:376 | Used by:378 |
Symbol 378 MovieClip | Uses:377 | Used by:Timeline |
Symbol 379 Text | Uses:178 | Used by:Timeline |
Symbol 380 Button | Uses:225 226 200 227 228 199 | Used by:Timeline |
Symbol 381 Button | Uses:230 200 233 199 231 | Used by:Timeline |
Symbol 382 Bitmap | Used by:383 | |
Symbol 383 Graphic | Uses:382 | Used by:384 |
Symbol 384 MovieClip | Uses:383 | Used by:Timeline |
Symbol 385 Graphic | Used by:387 | |
Symbol 386 Graphic | Used by:387 | |
Symbol 387 MovieClip | Uses:385 386 | Used by:Timeline |
Symbol 388 Graphic | Used by:389 | |
Symbol 389 MovieClip | Uses:388 | Used by:390 |
Symbol 390 MovieClip | Uses:389 | Used by:Timeline |
Symbol 391 Graphic | Used by:393 | |
Symbol 392 Graphic | Used by:393 | |
Symbol 393 MovieClip | Uses:391 392 | Used by:Timeline |
Symbol 394 Text | Uses:178 | Used by:Timeline |
Symbol 395 Button | Uses:225 226 200 227 228 199 | Used by:Timeline |
Symbol 396 Button | Uses:230 200 233 199 231 | Used by:Timeline |
Symbol 397 Bitmap | Used by:398 | |
Symbol 398 Graphic | Uses:397 | Used by:399 |
Symbol 399 MovieClip | Uses:398 | Used by:Timeline |
Symbol 400 Graphic | Used by:402 | |
Symbol 401 Graphic | Used by:402 | |
Symbol 402 MovieClip | Uses:400 401 | Used by:Timeline |
Symbol 403 Graphic | Used by:407 | |
Symbol 404 Graphic | Used by:405 | |
Symbol 405 MovieClip | Uses:404 | Used by:407 |
Symbol 406 Graphic | Used by:407 | |
Symbol 407 MovieClip | Uses:403 405 406 | Used by:Timeline |
Symbol 408 Graphic | Used by:409 | |
Symbol 409 MovieClip | Uses:408 | Used by:Timeline |
Symbol 410 Text | Uses:178 | Used by:Timeline |
Symbol 411 Button | Uses:225 226 200 227 228 199 | Used by:Timeline |
Symbol 412 Button | Uses:230 200 233 199 231 | Used by:Timeline |
Symbol 413 Bitmap | Used by:414 | |
Symbol 414 Graphic | Uses:413 | Used by:415 |
Symbol 415 MovieClip | Uses:414 | Used by:Timeline |
Symbol 416 Graphic | Used by:418 | |
Symbol 417 Graphic | Used by:418 | |
Symbol 418 MovieClip | Uses:416 417 | Used by:Timeline |
Symbol 419 Graphic | Used by:420 | |
Symbol 420 MovieClip | Uses:419 | Used by:Timeline |
Symbol 421 Graphic | Used by:423 | |
Symbol 422 Graphic | Used by:423 | |
Symbol 423 MovieClip | Uses:421 422 | Used by:Timeline |
Symbol 424 Text | Uses:178 | Used by:Timeline |
Symbol 425 Button | Uses:225 226 200 227 228 199 | Used by:Timeline |
Symbol 426 Button | Uses:230 200 233 199 231 | Used by:Timeline |
Symbol 427 Bitmap | Used by:428 | |
Symbol 428 Graphic | Uses:427 | Used by:429 |
Symbol 429 MovieClip | Uses:428 | Used by:Timeline |
Symbol 430 Graphic | Used by:431 | |
Symbol 431 MovieClip | Uses:430 333 | Used by:Timeline |
Symbol 432 Graphic | Used by:434 | |
Symbol 433 Graphic | Used by:434 | |
Symbol 434 MovieClip | Uses:432 433 | Used by:Timeline |
Symbol 435 Graphic | Used by:436 | |
Symbol 436 MovieClip | Uses:435 | Used by:Timeline |
Symbol 437 Text | Uses:178 | Used by:Timeline |
Symbol 438 Graphic | Used by:Timeline | |
Symbol 439 Bitmap | Used by:440 | |
Symbol 440 Graphic | Uses:439 | Used by:441 456 |
Symbol 441 MovieClip | Uses:440 | Used by:Timeline |
Symbol 442 Graphic | Used by:443 | |
Symbol 443 MovieClip | Uses:442 | Used by:446 |
Symbol 444 Graphic | Used by:446 | |
Symbol 445 Graphic | Used by:446 | |
Symbol 446 MovieClip | Uses:443 444 445 | Used by:Timeline |
Symbol 447 Graphic | Used by:448 462 | |
Symbol 448 MovieClip | Uses:447 | Used by:449 |
Symbol 449 MovieClip | Uses:448 | Used by:Timeline |
Symbol 450 Graphic | Used by:451 | |
Symbol 451 MovieClip | Uses:450 | Used by:Timeline |
Symbol 452 Graphic | Used by:455 | |
Symbol 453 Graphic | Used by:454 | |
Symbol 454 MovieClip | Uses:453 | Used by:455 |
Symbol 455 MovieClip | Uses:452 454 | Used by:Timeline |
Symbol 456 MovieClip | Uses:440 | Used by:Timeline |
Symbol 457 Text | Uses:194 | Used by:Timeline |
Symbol 458 Text | Uses:194 | Used by:Timeline |
Symbol 459 Graphic | Used by:461 | |
Symbol 460 Text | Uses:194 | Used by:461 |
Symbol 461 MovieClip | Uses:459 200 460 | Used by:Timeline |
Symbol 462 MovieClip | Uses:447 | Used by:Timeline |
Symbol 463 Bitmap | Used by:465 471 477 498 502 503 504 | |
Symbol 464 Bitmap | Used by:465 477 498 502 503 504 | |
Symbol 465 Graphic | Uses:463 464 | Used by:Timeline |
Symbol 466 Bitmap | Used by:467 | |
Symbol 467 Graphic | Uses:466 | Used by:468 |
Symbol 468 MovieClip | Uses:467 | Used by:Timeline |
Symbol 469 Graphic | Used by:470 | |
Symbol 470 MovieClip | Uses:469 | Used by:Timeline |
Symbol 471 Graphic | Uses:463 | Used by:472 |
Symbol 472 MovieClip | Uses:471 | Used by:Timeline |
Symbol 473 Graphic | Used by:474 | |
Symbol 474 MovieClip | Uses:473 | Used by:Timeline |
Symbol 475 Text | Uses:194 | Used by:Timeline |
Symbol 476 Sound | Used by:497 Timeline | |
Symbol 477 Graphic | Uses:463 464 | Used by:Timeline |
Symbol 478 Graphic | Used by:Timeline | |
Symbol 479 Graphic | Used by:497 | |
Symbol 480 Font | Used by:481 482 483 488 490 492 | |
Symbol 481 Text | Uses:480 | Used by:497 |
Symbol 482 Text | Uses:480 | Used by:497 |
Symbol 483 Text | Uses:480 | Used by:497 |
Symbol 484 Graphic | Used by:497 | |
Symbol 485 Graphic | Used by:497 | |
Symbol 486 Graphic | Used by:497 | |
Symbol 487 Graphic | Used by:497 | |
Symbol 488 Text | Uses:480 | Used by:497 |
Symbol 489 Graphic | Used by:497 | |
Symbol 490 Text | Uses:480 | Used by:497 |
Symbol 491 Graphic | Used by:497 | |
Symbol 492 Text | Uses:480 | Used by:497 |
Symbol 493 Graphic | Used by:497 | |
Symbol 494 Sound | Used by:497 | |
Symbol 495 Sound | Used by:497 | |
Symbol 496 Text | Uses:263 | Used by:497 |
Symbol 497 MovieClip | Uses:479 481 270 476 482 483 484 485 486 487 488 489 490 491 492 493 494 495 201 496 | Used by:Timeline |
Symbol 498 Graphic | Uses:463 464 | Used by:Timeline |
Symbol 499 Graphic | Used by:500 | |
Symbol 500 MovieClip | Uses:499 | Used by:Timeline |
Symbol 501 Sound | Used by:Timeline | |
Symbol 502 Graphic | Uses:463 464 | Used by:Timeline |
Symbol 503 Graphic | Uses:463 464 | Used by:Timeline |
Symbol 504 Graphic | Uses:463 464 | Used by:Timeline |
Symbol 505 Text | Uses:194 | Used by:Timeline |
Symbol 506 Graphic | Used by:Timeline | |
Symbol 507 Text | Uses:194 | Used by:Timeline |
Symbol 508 Text | Uses:194 | Used by:Timeline |
Symbol 509 Text | Uses:194 | Used by:Timeline |
Symbol 510 Graphic | Uses:111 | Used by:511 |
Symbol 511 MovieClip | Uses:510 | Used by:Timeline |
Symbol 512 Graphic | Used by:513 | |
Symbol 513 MovieClip | Uses:512 | Used by:514 |
Symbol 514 MovieClip | Uses:513 | Used by:Timeline |
Symbol 515 Graphic | Used by:520 | |
Symbol 516 Text | Uses:194 | Used by:520 |
Symbol 517 Text | Uses:194 | Used by:520 |
Symbol 518 Text | Uses:194 | Used by:520 |
Symbol 519 Text | Uses:194 | Used by:520 |
Symbol 520 MovieClip | Uses:515 200 516 517 518 519 | Used by:Timeline |
Symbol 521 Graphic | Used by:535 | |
Symbol 522 Text | Uses:194 | Used by:535 |
Symbol 523 Graphic | Used by:535 | |
Symbol 524 Text | Uses:194 | Used by:535 |
Symbol 525 Graphic | Used by:535 | |
Symbol 526 Text | Uses:194 | Used by:535 |
Symbol 527 Graphic | Used by:535 | |
Symbol 528 Text | Uses:194 | Used by:535 |
Symbol 529 Graphic | Used by:535 | |
Symbol 530 Text | Uses:194 | Used by:535 |
Symbol 531 Graphic | Used by:535 | |
Symbol 532 Text | Uses:194 | Used by:535 |
Symbol 533 Graphic | Used by:535 | |
Symbol 534 Text | Uses:194 | Used by:535 |
Symbol 535 MovieClip | Uses:521 522 523 524 525 526 527 528 529 530 531 532 533 534 | Used by:Timeline |
Symbol 536 Sound | Used by:Timeline |
Instance Names
"ball" | Frame 2 | Symbol 108 MovieClip |
"ball" | Frame 2 | Symbol 108 MovieClip |
"ball" | Frame 2 | Symbol 108 MovieClip |
"BG" | Frame 3 | Symbol 113 MovieClip |
"Virus" | Frame 3 | Symbol 121 MovieClip |
"blood" | Frame 3 | Symbol 130 MovieClip |
"blood2" | Frame 3 | Symbol 130 MovieClip |
"BloodSplat" | Frame 3 | Symbol 144 MovieClip |
"LevelComplete" | Frame 3 | Symbol 147 MovieClip |
"white1" | Frame 3 | Symbol 150 MovieClip |
"white2" | Frame 3 | Symbol 150 MovieClip |
"Orb_Move" | Frame 3 | Symbol 153 MovieClip |
"S_A" | Frame 3 | Symbol 155 MovieClip |
"AOE" | Frame 3 | Symbol 159 MovieClip |
"MineAttack" | Frame 3 | Symbol 166 MovieClip |
"ball" | Frame 3 | Symbol 108 MovieClip |
"VirusBrain" | Frame 3 | Symbol 168 MovieClip |
"SmokeRing" | Frame 3 | Symbol 171 MovieClip |
"Food" | Frame 3 | Symbol 173 MovieClip |
"FOOD" | Frame 3 | Symbol 173 MovieClip |
"FooD" | Frame 3 | Symbol 173 MovieClip |
"HealPill" | Frame 3 | Symbol 176 MovieClip |
"HealAction" | Frame 3 | Symbol 205 MovieClip |
"SoundBox" | Frame 3 | Symbol 211 MovieClip |
"BG" | Frame 17 | Symbol 239 MovieClip |
"blood" | Frame 17 | Symbol 130 MovieClip |
"BloodSplat" | Frame 17 | Symbol 144 MovieClip |
"Virus" | Frame 17 | Symbol 248 MovieClip |
"blood2" | Frame 17 | Symbol 130 MovieClip |
"blood3" | Frame 17 | Symbol 130 MovieClip |
"LevelComplete" | Frame 17 | Symbol 251 MovieClip |
"white2" | Frame 17 | Symbol 254 MovieClip |
"white3" | Frame 17 | Symbol 254 MovieClip |
"white1" | Frame 17 | Symbol 254 MovieClip |
"VirusBrain" | Frame 17 | Symbol 168 MovieClip |
"SmokeRing" | Frame 17 | Symbol 171 MovieClip |
"Food" | Frame 17 | Symbol 173 MovieClip |
"FooD" | Frame 17 | Symbol 173 MovieClip |
"FOOD" | Frame 17 | Symbol 173 MovieClip |
"fOOd" | Frame 17 | Symbol 173 MovieClip |
"HealPill" | Frame 17 | Symbol 176 MovieClip |
"HealAction" | Frame 17 | Symbol 205 MovieClip |
"NextLevel" | Frame 27 | Symbol 265 Button |
"Display" | Frame 27 | Symbol 288 MovieClip |
"UpgradeSize" | Frame 27 | Symbol 296 MovieClip |
"Reflex" | Frame 27 | Symbol 302 MovieClip |
"Orb_Button" | Frame 27 | Symbol 309 MovieClip |
"Blast_Wave" | Frame 27 | Symbol 312 MovieClip |
"Slow_Aura" | Frame 27 | Symbol 315 MovieClip |
"Mine_Button" | Frame 27 | Symbol 318 MovieClip |
"BG" | Frame 32 | Symbol 323 MovieClip |
"Virus" | Frame 32 | Symbol 331 MovieClip |
"BloodSplat" | Frame 32 | Symbol 144 MovieClip |
"blood" | Frame 32 | Symbol 130 MovieClip |
"blood2" | Frame 32 | Symbol 130 MovieClip |
"blood3" | Frame 32 | Symbol 130 MovieClip |
"blood4" | Frame 32 | Symbol 130 MovieClip |
"LevelComplete" | Frame 32 | Symbol 334 MovieClip |
"white2" | Frame 32 | Symbol 336 MovieClip |
"white1" | Frame 32 | Symbol 336 MovieClip |
"white3" | Frame 32 | Symbol 336 MovieClip |
"white4" | Frame 32 | Symbol 336 MovieClip |
"VirusBrain" | Frame 32 | Symbol 168 MovieClip |
"SmokeRing" | Frame 32 | Symbol 171 MovieClip |
"Food" | Frame 32 | Symbol 173 MovieClip |
"FooD" | Frame 32 | Symbol 173 MovieClip |
"FOOD" | Frame 32 | Symbol 173 MovieClip |
"fOOd" | Frame 32 | Symbol 173 MovieClip |
"fooD" | Frame 32 | Symbol 173 MovieClip |
"HealPill" | Frame 32 | Symbol 176 MovieClip |
"HealAction" | Frame 32 | Symbol 205 MovieClip |
"BG" | Frame 42 | Symbol 342 MovieClip |
"blood" | Frame 42 | Symbol 130 MovieClip |
"blood2" | Frame 42 | Symbol 130 MovieClip |
"blood3" | Frame 42 | Symbol 130 MovieClip |
"blood4" | Frame 42 | Symbol 130 MovieClip |
"BloodSplat" | Frame 42 | Symbol 144 MovieClip |
"LevelComplete" | Frame 42 | Symbol 345 MovieClip |
"blood5" | Frame 42 | Symbol 130 MovieClip |
"Virus" | Frame 42 | Symbol 348 MovieClip |
"white1" | Frame 42 | Symbol 350 MovieClip |
"white2" | Frame 42 | Symbol 350 MovieClip |
"white4" | Frame 42 | Symbol 350 MovieClip |
"white3" | Frame 42 | Symbol 350 MovieClip |
"white5" | Frame 42 | Symbol 350 MovieClip |
"VirusBrain" | Frame 42 | Symbol 168 MovieClip |
"SmokeRing" | Frame 42 | Symbol 171 MovieClip |
"Food" | Frame 42 | Symbol 173 MovieClip |
"FooD" | Frame 42 | Symbol 173 MovieClip |
"FOOD" | Frame 42 | Symbol 173 MovieClip |
"fOOd" | Frame 42 | Symbol 173 MovieClip |
"fooD" | Frame 42 | Symbol 173 MovieClip |
"HealPill" | Frame 42 | Symbol 176 MovieClip |
"HealAction" | Frame 42 | Symbol 205 MovieClip |
"BG" | Frame 52 | Symbol 356 MovieClip |
"blood" | Frame 52 | Symbol 130 MovieClip |
"blood2" | Frame 52 | Symbol 130 MovieClip |
"blood3" | Frame 52 | Symbol 130 MovieClip |
"blood4" | Frame 52 | Symbol 130 MovieClip |
"BloodSplat" | Frame 52 | Symbol 144 MovieClip |
"BloodSplat" | Frame 52 | Symbol 144 MovieClip |
"Virus" | Frame 52 | Symbol 361 MovieClip |
"LevelComplete" | Frame 52 | Symbol 364 MovieClip |
"blood5" | Frame 52 | Symbol 130 MovieClip |
"blood6" | Frame 52 | Symbol 130 MovieClip |
"white1" | Frame 52 | Symbol 366 MovieClip |
"white2" | Frame 52 | Symbol 366 MovieClip |
"white3" | Frame 52 | Symbol 366 MovieClip |
"white4" | Frame 52 | Symbol 366 MovieClip |
"white5" | Frame 52 | Symbol 366 MovieClip |
"white6" | Frame 52 | Symbol 366 MovieClip |
"VirusBrain" | Frame 52 | Symbol 168 MovieClip |
"SmokeRing" | Frame 52 | Symbol 171 MovieClip |
"Food" | Frame 52 | Symbol 173 MovieClip |
"FooD" | Frame 52 | Symbol 173 MovieClip |
"FOOD" | Frame 52 | Symbol 173 MovieClip |
"fOOd" | Frame 52 | Symbol 173 MovieClip |
"fooD" | Frame 52 | Symbol 173 MovieClip |
"HealPill" | Frame 52 | Symbol 176 MovieClip |
"HealAction" | Frame 52 | Symbol 205 MovieClip |
"BG" | Frame 62 | Symbol 3 MovieClip |
"BloodSplat" | Frame 62 | Symbol 144 MovieClip |
"LevelComplete" | Frame 62 | Symbol 372 MovieClip |
"blood" | Frame 62 | Symbol 130 MovieClip |
"blood2" | Frame 62 | Symbol 130 MovieClip |
"blood3" | Frame 62 | Symbol 130 MovieClip |
"blood4" | Frame 62 | Symbol 130 MovieClip |
"Virus" | Frame 62 | Symbol 375 MovieClip |
"blood5" | Frame 62 | Symbol 130 MovieClip |
"blood6" | Frame 62 | Symbol 130 MovieClip |
"white1" | Frame 62 | Symbol 378 MovieClip |
"white2" | Frame 62 | Symbol 378 MovieClip |
"white3" | Frame 62 | Symbol 378 MovieClip |
"white4" | Frame 62 | Symbol 378 MovieClip |
"white5" | Frame 62 | Symbol 378 MovieClip |
"white6" | Frame 62 | Symbol 378 MovieClip |
"VirusBrain" | Frame 62 | Symbol 168 MovieClip |
"SmokeRing" | Frame 62 | Symbol 171 MovieClip |
"Food" | Frame 62 | Symbol 173 MovieClip |
"FooD" | Frame 62 | Symbol 173 MovieClip |
"FOOD" | Frame 62 | Symbol 173 MovieClip |
"fOOd" | Frame 62 | Symbol 173 MovieClip |
"fooD" | Frame 62 | Symbol 173 MovieClip |
"FOod" | Frame 62 | Symbol 173 MovieClip |
"HealPill" | Frame 62 | Symbol 176 MovieClip |
"HealAction" | Frame 62 | Symbol 205 MovieClip |
"BG" | Frame 72 | Symbol 384 MovieClip |
"blood" | Frame 72 | Symbol 130 MovieClip |
"blood2" | Frame 72 | Symbol 130 MovieClip |
"blood3" | Frame 72 | Symbol 130 MovieClip |
"blood4" | Frame 72 | Symbol 130 MovieClip |
"blood5" | Frame 72 | Symbol 130 MovieClip |
"blood6" | Frame 72 | Symbol 130 MovieClip |
"BloodSplat" | Frame 72 | Symbol 144 MovieClip |
"Virus" | Frame 72 | Symbol 387 MovieClip |
"blood7" | Frame 72 | Symbol 130 MovieClip |
"blood8" | Frame 72 | Symbol 130 MovieClip |
"white1" | Frame 72 | Symbol 390 MovieClip |
"white2" | Frame 72 | Symbol 390 MovieClip |
"white4" | Frame 72 | Symbol 390 MovieClip |
"white6" | Frame 72 | Symbol 390 MovieClip |
"white3" | Frame 72 | Symbol 390 MovieClip |
"white5" | Frame 72 | Symbol 390 MovieClip |
"white7" | Frame 72 | Symbol 390 MovieClip |
"white8" | Frame 72 | Symbol 390 MovieClip |
"LevelComplete" | Frame 72 | Symbol 393 MovieClip |
"VirusBrain" | Frame 72 | Symbol 168 MovieClip |
"SmokeRing" | Frame 72 | Symbol 171 MovieClip |
"Food" | Frame 72 | Symbol 173 MovieClip |
"FooD" | Frame 72 | Symbol 173 MovieClip |
"FOOD" | Frame 72 | Symbol 173 MovieClip |
"fOOd" | Frame 72 | Symbol 173 MovieClip |
"fooD" | Frame 72 | Symbol 173 MovieClip |
"FOod" | Frame 72 | Symbol 173 MovieClip |
"HealPill" | Frame 72 | Symbol 176 MovieClip |
"HealAction" | Frame 72 | Symbol 205 MovieClip |
"BG" | Frame 82 | Symbol 399 MovieClip |
"blood" | Frame 82 | Symbol 130 MovieClip |
"blood2" | Frame 82 | Symbol 130 MovieClip |
"blood3" | Frame 82 | Symbol 130 MovieClip |
"blood4" | Frame 82 | Symbol 130 MovieClip |
"blood5" | Frame 82 | Symbol 130 MovieClip |
"blood6" | Frame 82 | Symbol 130 MovieClip |
"BloodSplat" | Frame 82 | Symbol 144 MovieClip |
"LevelComplete" | Frame 82 | Symbol 402 MovieClip |
"Virus" | Frame 82 | Symbol 407 MovieClip |
"white1" | Frame 82 | Symbol 409 MovieClip |
"white2" | Frame 82 | Symbol 409 MovieClip |
"white3" | Frame 82 | Symbol 409 MovieClip |
"white4" | Frame 82 | Symbol 409 MovieClip |
"white5" | Frame 82 | Symbol 409 MovieClip |
"white6" | Frame 82 | Symbol 409 MovieClip |
"VirusBrain" | Frame 82 | Symbol 168 MovieClip |
"SmokeRing" | Frame 82 | Symbol 171 MovieClip |
"Food" | Frame 82 | Symbol 173 MovieClip |
"FooD" | Frame 82 | Symbol 173 MovieClip |
"FOOD" | Frame 82 | Symbol 173 MovieClip |
"fOOd" | Frame 82 | Symbol 173 MovieClip |
"fooD" | Frame 82 | Symbol 173 MovieClip |
"FOod" | Frame 82 | Symbol 173 MovieClip |
"HealPill" | Frame 82 | Symbol 176 MovieClip |
"HealAction" | Frame 82 | Symbol 205 MovieClip |
"BG" | Frame 92 | Symbol 415 MovieClip |
"BloodSplat" | Frame 92 | Symbol 144 MovieClip |
"Virus" | Frame 92 | Symbol 418 MovieClip |
"blood" | Frame 92 | Symbol 130 MovieClip |
"blood2" | Frame 92 | Symbol 130 MovieClip |
"blood3" | Frame 92 | Symbol 130 MovieClip |
"blood4" | Frame 92 | Symbol 130 MovieClip |
"blood5" | Frame 92 | Symbol 130 MovieClip |
"white1" | Frame 92 | Symbol 420 MovieClip |
"white2" | Frame 92 | Symbol 420 MovieClip |
"white3" | Frame 92 | Symbol 420 MovieClip |
"white4" | Frame 92 | Symbol 420 MovieClip |
"white5" | Frame 92 | Symbol 420 MovieClip |
"LevelComplete" | Frame 92 | Symbol 423 MovieClip |
"VirusBrain" | Frame 92 | Symbol 168 MovieClip |
"SmokeRing" | Frame 92 | Symbol 171 MovieClip |
"Food" | Frame 92 | Symbol 173 MovieClip |
"FooD" | Frame 92 | Symbol 173 MovieClip |
"FOOD" | Frame 92 | Symbol 173 MovieClip |
"fOOd" | Frame 92 | Symbol 173 MovieClip |
"fooD" | Frame 92 | Symbol 173 MovieClip |
"FOod" | Frame 92 | Symbol 173 MovieClip |
"HealPill" | Frame 92 | Symbol 176 MovieClip |
"HealAction" | Frame 92 | Symbol 205 MovieClip |
"BG" | Frame 102 | Symbol 429 MovieClip |
"blood" | Frame 102 | Symbol 130 MovieClip |
"blood2" | Frame 102 | Symbol 130 MovieClip |
"blood3" | Frame 102 | Symbol 130 MovieClip |
"blood4" | Frame 102 | Symbol 130 MovieClip |
"blood5" | Frame 102 | Symbol 130 MovieClip |
"BloodSplat" | Frame 102 | Symbol 144 MovieClip |
"LevelComplete" | Frame 102 | Symbol 431 MovieClip |
"Virus" | Frame 102 | Symbol 434 MovieClip |
"blood6" | Frame 102 | Symbol 130 MovieClip |
"blood7" | Frame 102 | Symbol 130 MovieClip |
"blood8" | Frame 102 | Symbol 130 MovieClip |
"white1" | Frame 102 | Symbol 436 MovieClip |
"white2" | Frame 102 | Symbol 436 MovieClip |
"white3" | Frame 102 | Symbol 436 MovieClip |
"white4" | Frame 102 | Symbol 436 MovieClip |
"white5" | Frame 102 | Symbol 436 MovieClip |
"white6" | Frame 102 | Symbol 436 MovieClip |
"white6" | Frame 102 | Symbol 436 MovieClip |
"white7" | Frame 102 | Symbol 436 MovieClip |
"white8" | Frame 102 | Symbol 436 MovieClip |
"VirusBrain" | Frame 102 | Symbol 168 MovieClip |
"SmokeRing" | Frame 102 | Symbol 171 MovieClip |
"Food" | Frame 102 | Symbol 173 MovieClip |
"FooD" | Frame 102 | Symbol 173 MovieClip |
"FOOD" | Frame 102 | Symbol 173 MovieClip |
"fOOd" | Frame 102 | Symbol 173 MovieClip |
"fooD" | Frame 102 | Symbol 173 MovieClip |
"FOod" | Frame 102 | Symbol 173 MovieClip |
"HealPill" | Frame 102 | Symbol 176 MovieClip |
"HealAction" | Frame 102 | Symbol 205 MovieClip |
"BG" | Frame 820 | Symbol 511 MovieClip |
"Virus" | Frame 820 | Symbol 121 MovieClip |
"blood" | Frame 820 | Symbol 130 MovieClip |
"white1" | Frame 820 | Symbol 150 MovieClip |
"ball" | Frame 820 | Symbol 108 MovieClip |
"VirusBrain" | Frame 820 | Symbol 168 MovieClip |
"SmokeRing" | Frame 820 | Symbol 171 MovieClip |
"Tur_1" | Frame 820 | Symbol 514 MovieClip |
"Tur_3" | Frame 820 | Symbol 514 MovieClip |
"Tur_2" | Frame 820 | Symbol 514 MovieClip |
"HealPill" | Frame 820 | Symbol 176 MovieClip |
"HealAction" | Frame 820 | Symbol 205 MovieClip |
"N_Button" | Frame 820 | Symbol 520 MovieClip |
"Guide" | Frame 820 | Symbol 535 MovieClip |
"SoundBox" | Frame 820 | Symbol 211 MovieClip |
"bar" | Symbol 82 MovieClip Frame 1 | Symbol 11 MovieClip |
"bargfx" | Symbol 82 MovieClip Frame 1 | Symbol 14 MovieClip |
"tankLogo" | Symbol 82 MovieClip Frame 1 | Symbol 50 MovieClip |
"bargfx" | Symbol 82 MovieClip Frame 2 | Symbol 14 MovieClip |
"loadingText" | Symbol 82 MovieClip Frame 2 | Symbol 55 MovieClip |
"bargfx" | Symbol 82 MovieClip Frame 20 | Symbol 14 MovieClip |
"Explode" | Symbol 166 MovieClip Frame 21 | Symbol 164 MovieClip |
"Locked" | Symbol 309 MovieClip Frame 1 | Symbol 307 MovieClip |
"Gray" | Symbol 309 MovieClip Frame 1 | Symbol 308 MovieClip |
"Locked" | Symbol 312 MovieClip Frame 1 | Symbol 307 MovieClip |
"Gray" | Symbol 312 MovieClip Frame 1 | Symbol 308 MovieClip |
"Locked" | Symbol 318 MovieClip Frame 1 | Symbol 307 MovieClip |
"Gray" | Symbol 318 MovieClip Frame 1 | Symbol 308 MovieClip |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS1/AS2. |
Labels
"Menu" | Frame 2 |
"Level1" | Frame 3 |
"Fail" | Frame 7 |
"Victory" | Frame 12 |
"Up2" | Frame 17 |
"Level2" | Frame 17 |
"Victory2" | Frame 22 |
"Upgrade" | Frame 27 |
"Up3" | Frame 32 |
"Level3" | Frame 32 |
"Victory3" | Frame 37 |
"Up4" | Frame 42 |
"Level4" | Frame 42 |
"Victory4" | Frame 47 |
"Up5" | Frame 52 |
"Level5" | Frame 52 |
"Victory5" | Frame 57 |
"Up6" | Frame 62 |
"Level6" | Frame 62 |
"Victory6" | Frame 67 |
"Up7" | Frame 72 |
"Level7" | Frame 72 |
"Victory7" | Frame 77 |
"Up8" | Frame 82 |
"Level8" | Frame 82 |
"Victory8" | Frame 87 |
"Up9" | Frame 92 |
"Level9" | Frame 92 |
"Victory9" | Frame 97 |
"Up10" | Frame 102 |
"Level10" | Frame 102 |
"GameVictory" | Frame 107 |
"Intro" | Frame 116 |
"Scene2" | Frame 230 |
"Scene3" | Frame 300 |
"Credits" | Frame 445 |
"Tutorial" | Frame 820 |
"LOAD" | Symbol 82 MovieClip Frame 1 |
"COMPLETE_STOP" | Symbol 82 MovieClip Frame 2 |
Dynamic Text Variables
lives | Symbol 180 EditableText | "" |
score | Symbol 195 EditableText | "" |
|