STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228158
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5122

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/22154387?noj=FRM22154387-21DC" width="1" height="1"></div>

Germ Cure.swf

This is the info page for
Flash #47857

(Click the ID number above for more basic data on this flash file.)


Text
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 1
stop();
Frame 2
stop();
Instance of Symbol 103 MovieClip in Frame 2
onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }
Frame 3
bigger = 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 3
onClipEvent (enterFrame) { if (this._xscale <= 100) { this._xscale = 100; } } onClipEvent (enterFrame) { if (this._yscale <= 100) { this._yscale = 100; } } onClipEvent (enterFrame) { if (_root.health <= 0) { this.gotoAndStop(40); _root.VirusBrain.gotoAndStop(5); } }
Instance of Symbol 130 MovieClip "blood" in Frame 3
onClipEvent (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 3
onClipEvent (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 3
onClipEvent (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 3
onClipEvent (load) { function reset() { this._x = -100; this._y = random(800) + 200; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 3
onClipEvent (enterFrame) { if (_root.Orb == 2) { this._x = _root.ball._x; this._y = _root.ball._y; } }
Instance of Symbol 155 MovieClip "S_A" in Frame 3
onClipEvent (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 3
onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root._xmouse < _x) { xS = xS - enemyMoveSpeed; } else if (_root._xmouse > _x) { xS = xS + enemyMoveSpeed; } if (_root._ymouse < _y) { yS = yS - enemyMoveSpeed; } else if (_root._ymouse > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.6; yS = yS * 0.6; } onClipEvent (enterFrame) { if (_root.BlastWave == 1) { if (Key.isDown(32)) { _root.AOE.gotoAndPlay(2); _root.AOE._x = this._x; _root.AOE._y = this._y; _root.BlastWave = 2; } } } onClipEvent (enterFrame) { if (_root.Mine == 2) { if (Key.isDown(32)) { _root.MineAttack._x = this._x; _root.MineAttack._y = this._y; _root.MineAttack.gotoAndPlay(2); _root.Mine = 3; } } }
Instance of Symbol 168 MovieClip "VirusBrain" in Frame 3
onClipEvent (enterFrame) { this._x = _root.Virus._x; this._y = _root.Virus._y; } onClipEvent (enterFrame) { if (this.hitTest(_root.white1)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 2; } } onClipEvent (enterFrame) { if (this.hitTest(_root.white2)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 2; } }
Instance of Symbol 171 MovieClip "SmokeRing" in Frame 3
onClipEvent (enterFrame) { this._x = _root.VirusBrain._x; this._y = _root.VirusBrain._y; }
Instance of Symbol 173 MovieClip "Food" in Frame 3
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.Food)) { _root.Food._x = _root.ball._x; _root.Food._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "FOOD" in Frame 3
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.FOOD)) { _root.FOOD._x = _root.ball._x; _root.FOOD._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "FooD" in Frame 3
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.FooD)) { _root.FooD._x = _root.ball._x; _root.FooD._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 176 MovieClip "HealPill" in Frame 3
onClipEvent (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 3
onClipEvent (enterFrame) { this._yscale = _root.danger; if (_root.danger >= 100) { _root.danger = 100; } } onClipEvent (enterFrame) { this._yscale = _root.danger; if (_root.danger <= 0) { _root.danger = 0; } } onClipEvent (enterFrame) { if (_root.lives == 3) { if (_root.danger == 100) { _root.danger = 0; _root.lives = _root.lives - 1; } } } onClipEvent (enterFrame) { if (_root.lives == 0) { _root.gotoAndStop("Menu"); } }
Instance of Symbol 190 MovieClip in Frame 3
onClipEvent (enterFrame) { this._xscale = _root.health; if (_root.health <= 0) { _root.health = 0; } }
Instance of Symbol 197 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_root.score <= 0) { _root.score = 0; } }
Instance of Symbol 205 MovieClip "HealAction" in Frame 3
onClipEvent (enterFrame) { if (_root.HealPill.GetHeal == 1) { if (_root.danger >= 10) { if (Key.isDown(16)) { _root.SoundBox.gotoAndPlay(10); _root.danger = _root.danger - 10; this.gotoAndStop(1); _root.HealPill.GetHeal = 0; } } } }
Frame 4
bigger = 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 7
stop();
Instance of Symbol 103 MovieClip in Frame 7
onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }
Frame 12
stopAllSounds(); stop();
Instance of Symbol 103 MovieClip in Frame 12
onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }
Frame 17
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 130 MovieClip "blood" in Frame 17
onClipEvent (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 17
onClipEvent (load) { this._xscale = 50; this._yscale = 50; } onClipEvent (enterFrame) { if (this._xscale <= 50) { this._xscale = 50; } } onClipEvent (enterFrame) { if (this._yscale <= 50) { this._yscale = 50; } } onClipEvent (enterFrame) { if (_root.health <= 0) { this.gotoAndStop(35); _root.VirusBrain.gotoAndStop(5); } }
Instance of Symbol 130 MovieClip "blood2" in Frame 17
onClipEvent (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 17
onClipEvent (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 17
onClipEvent (load) { function reset() { this._x = 700; this._y = random(800) - 200; Enemy = 0; Stop = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.1; yS = yS * 0.1; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 17
onClipEvent (load) { function reset() { this._x = -100; this._y = random(800) - 200; Enemy = 0; Stop = 0; } reset(); } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.1; yS = yS * 0.1; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 17
onClipEvent (load) { function reset() { this._x = 700; this._y = random(800) - 200; Enemy = 0; Stop = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 17
onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }
Instance of Symbol 168 MovieClip "VirusBrain" in Frame 17
onClipEvent (enterFrame) { this._x = _root.Virus._x; this._y = _root.Virus._y; } onClipEvent (enterFrame) { if (this.hitTest(_root.white1)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 2; } } onClipEvent (enterFrame) { if (this.hitTest(_root.white2)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 2; } } 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 17
onClipEvent (enterFrame) { this._x = _root.VirusBrain._x; this._y = _root.VirusBrain._y; }
Instance of Symbol 173 MovieClip "Food" in Frame 17
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.Food)) { _root.Food._x = _root.ball._x; _root.Food._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "FooD" in Frame 17
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.FooD)) { _root.FooD._x = _root.ball._x; _root.FooD._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "FOOD" in Frame 17
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.FOOD)) { _root.FOOD._x = _root.ball._x; _root.FOOD._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "fOOd" in Frame 17
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.fOOd)) { _root.fOOd._x = _root.ball._x; _root.fOOd._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 176 MovieClip "HealPill" in Frame 17
onClipEvent (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 17
onClipEvent (enterFrame) { this._yscale = _root.danger; if (_root.danger >= 100) { _root.danger = 100; } } onClipEvent (enterFrame) { this._yscale = _root.danger; if (_root.danger <= 0) { _root.danger = 0; } } onClipEvent (enterFrame) { if (this._yscale == 100) { stopAllSounds(); _root.lives = _root.lives - 1; _root.gotoAndStop("Fail"); } }
Instance of Symbol 190 MovieClip in Frame 17
onClipEvent (enterFrame) { this._xscale = _root.health; if (_root.health <= 0) { _root.health = 0; } }
Instance of Symbol 205 MovieClip "HealAction" in Frame 17
onClipEvent (enterFrame) { if (_root.HealPill.GetHeal == 1) { if (_root.danger >= 10) { if (Key.isDown(16)) { _root.SoundBox.gotoAndPlay(10); _root.danger = _root.danger - 10; this.gotoAndStop(1); _root.HealPill.GetHeal = 0; } } } }
Frame 22
stopAllSounds(); stop();
Instance of Symbol 103 MovieClip in Frame 22
onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }
Frame 27
stop(); Color.prototype.setTint = function (r, g, b, amount) { var _local2 = new Object(); _local2.ra = (_local2.ga = (_local2.ba = 100 - amount)); var _local3 = amount / 100; _local2.rb = r * _local3; _local2.gb = g * _local3; _local2.bb = b * _local3; this.setTransform(_local2); };
Instance of Symbol 296 MovieClip "UpgradeSize" in Frame 27
on (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 27
on (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 27
on (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 27
on (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 27
on (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 27
on (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 27
onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }
Frame 32
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 331 MovieClip "Virus" in Frame 32
onClipEvent (enterFrame) { if (this._xscale <= 100) { this._xscale = 100; } } onClipEvent (enterFrame) { if (this._yscale <= 100) { this._yscale = 100; } } onClipEvent (enterFrame) { if (_root.health <= 0) { this.gotoAndStop(40); _root.VirusBrain.gotoAndStop(5); } }
Instance of Symbol 130 MovieClip "blood" in Frame 32
onClipEvent (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 32
onClipEvent (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 32
onClipEvent (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 32
onClipEvent (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 32
onClipEvent (load) { function reset() { this._x = -100; this._y = random(800) - 200; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.1; yS = yS * 0.1; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 32
onClipEvent (load) { function reset() { this._x = 700; this._y = random(800) - 200; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 32
onClipEvent (load) { function reset() { this._x = 700; this._y = random(800) - 200; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 32
onClipEvent (load) { function reset() { this._x = -100; this._y = random(800) - 200; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.1; yS = yS * 0.1; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 32
onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }
Instance of Symbol 168 MovieClip "VirusBrain" in Frame 32
onClipEvent (enterFrame) { this._x = _root.Virus._x; this._y = _root.Virus._y; } onClipEvent (enterFrame) { if (this.hitTest(_root.white1)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 2; } } onClipEvent (enterFrame) { if (this.hitTest(_root.white2)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 2; } } 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 32
onClipEvent (enterFrame) { this._x = _root.VirusBrain._x; this._y = _root.VirusBrain._y; }
Instance of Symbol 173 MovieClip "Food" in Frame 32
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.Food)) { _root.Food._x = _root.ball._x; _root.Food._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "FooD" in Frame 32
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.FooD)) { _root.FooD._x = _root.ball._x; _root.FooD._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "FOOD" in Frame 32
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.FOOD)) { _root.FOOD._x = _root.ball._x; _root.FOOD._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "fOOd" in Frame 32
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.fOOd)) { _root.fOOd._x = _root.ball._x; _root.fOOd._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "fooD" in Frame 32
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.fooD)) { _root.fooD._x = _root.ball._x; _root.fooD._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 176 MovieClip "HealPill" in Frame 32
onClipEvent (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 32
onClipEvent (enterFrame) { this._yscale = _root.danger; if (_root.danger >= 100) { _root.danger = 100; } } onClipEvent (enterFrame) { this._yscale = _root.danger; if (_root.danger <= 0) { _root.danger = 0; } } onClipEvent (enterFrame) { if (this._yscale == 100) { stopAllSounds(); _root.lives = _root.lives - 1; _root.gotoAndStop("Fail"); } }
Instance of Symbol 190 MovieClip in Frame 32
onClipEvent (enterFrame) { this._xscale = _root.health; if (_root.health <= 0) { _root.health = 0; } }
Instance of Symbol 205 MovieClip "HealAction" in Frame 32
onClipEvent (enterFrame) { if (_root.HealPill.GetHeal == 1) { if (_root.danger >= 10) { if (Key.isDown(16)) { _root.SoundBox.gotoAndPlay(10); _root.danger = _root.danger - 10; this.gotoAndStop(1); _root.HealPill.GetHeal = 0; } } } }
Frame 37
stopAllSounds(); stop();
Instance of Symbol 103 MovieClip in Frame 37
onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }
Frame 42
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 130 MovieClip "blood" in Frame 42
onClipEvent (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 42
onClipEvent (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 42
onClipEvent (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 42
onClipEvent (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 42
onClipEvent (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 42
onClipEvent (enterFrame) { if (this._xscale <= 100) { this._xscale = 100; } } onClipEvent (enterFrame) { if (this._yscale <= 100) { this._yscale = 100; } } onClipEvent (enterFrame) { if (_root.health <= 0) { this.gotoAndStop(15); _root.VirusBrain.gotoAndStop(5); } }
Instance of Symbol 350 MovieClip "white1" in Frame 42
onClipEvent (load) { function reset() { this._x = 600; this._y = random(800) - 400; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 42
onClipEvent (load) { function reset() { this._x = 600; this._y = random(800) - 400; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 42
onClipEvent (load) { function reset() { this._x = -100; this._y = random(800) - 400; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.1; yS = yS * 0.1; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 42
onClipEvent (load) { function reset() { this._x = -100; this._y = random(800) - 400; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.1; yS = yS * 0.1; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 42
onClipEvent (load) { function reset() { this._x = -100; this._y = random(800) - 400; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.1; yS = yS * 0.1; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 42
onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }
Instance of Symbol 168 MovieClip "VirusBrain" in Frame 42
onClipEvent (enterFrame) { this._x = _root.Virus._x; this._y = _root.Virus._y; } onClipEvent (enterFrame) { if (this.hitTest(_root.white1)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 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 42
onClipEvent (enterFrame) { this._x = _root.VirusBrain._x; this._y = _root.VirusBrain._y; }
Instance of Symbol 173 MovieClip "Food" in Frame 42
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.Food)) { _root.Food._x = _root.ball._x; _root.Food._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "FooD" in Frame 42
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.FooD)) { _root.FooD._x = _root.ball._x; _root.FooD._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "FOOD" in Frame 42
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.FOOD)) { _root.FOOD._x = _root.ball._x; _root.FOOD._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "fOOd" in Frame 42
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.fOOd)) { _root.fOOd._x = _root.ball._x; _root.fOOd._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "fooD" in Frame 42
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.fooD)) { _root.fooD._x = _root.ball._x; _root.fooD._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 176 MovieClip "HealPill" in Frame 42
onClipEvent (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 42
onClipEvent (enterFrame) { this._yscale = _root.danger; if (_root.danger >= 100) { _root.danger = 100; } } onClipEvent (enterFrame) { this._yscale = _root.danger; if (_root.danger <= 0) { _root.danger = 0; } } onClipEvent (enterFrame) { if (this._yscale == 100) { stopAllSounds(); _root.lives = _root.lives - 1; _root.gotoAndStop("Fail"); } }
Instance of Symbol 190 MovieClip in Frame 42
onClipEvent (enterFrame) { this._xscale = _root.health; if (_root.health <= 0) { _root.health = 0; } }
Instance of Symbol 205 MovieClip "HealAction" in Frame 42
onClipEvent (enterFrame) { if (_root.HealPill.GetHeal == 1) { if (_root.danger >= 10) { if (Key.isDown(16)) { _root.SoundBox.gotoAndPlay(10); _root.danger = _root.danger - 10; this.gotoAndStop(1); _root.HealPill.GetHeal = 0; } } } }
Frame 47
stopAllSounds(); stop();
Instance of Symbol 103 MovieClip in Frame 47
onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }
Frame 52
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 130 MovieClip "blood" in Frame 52
onClipEvent (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 52
onClipEvent (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 52
onClipEvent (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 52
onClipEvent (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 52
onClipEvent (enterFrame) { if (this._xscale <= 100) { this._xscale = 100; } } onClipEvent (enterFrame) { if (this._yscale <= 100) { this._yscale = 100; } } onClipEvent (enterFrame) { if (_root.health <= 0) { this.gotoAndStop(40); _root.VirusBrain.gotoAndStop(5); } }
Instance of Symbol 130 MovieClip "blood5" in Frame 52
onClipEvent (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 52
onClipEvent (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 52
onClipEvent (load) { function reset() { this._x = 700; this._y = random(800) - 200; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 52
onClipEvent (load) { function reset() { this._x = 700; this._y = random(800) - 200; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 52
onClipEvent (load) { function reset() { this._x = -100; this._y = random(800) - 200; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.1; yS = yS * 0.1; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 52
onClipEvent (load) { function reset() { this._x = -100; this._y = random(800) - 200; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.1; yS = yS * 0.1; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 52
onClipEvent (load) { function reset() { this._x = 700; this._y = random(800) - 200; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 52
onClipEvent (load) { function reset() { this._x = 700; this._y = random(800) - 200; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 52
onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }
Instance of Symbol 168 MovieClip "VirusBrain" in Frame 52
onClipEvent (enterFrame) { this._x = _root.Virus._x; this._y = _root.Virus._y; } onClipEvent (enterFrame) { if (this.hitTest(_root.white1)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 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 52
onClipEvent (enterFrame) { this._x = _root.VirusBrain._x; this._y = _root.VirusBrain._y; }
Instance of Symbol 173 MovieClip "Food" in Frame 52
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.Food)) { _root.Food._x = _root.ball._x; _root.Food._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "FooD" in Frame 52
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.FooD)) { _root.FooD._x = _root.ball._x; _root.FooD._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "FOOD" in Frame 52
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.FOOD)) { _root.FOOD._x = _root.ball._x; _root.FOOD._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "fOOd" in Frame 52
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.fOOd)) { _root.fOOd._x = _root.ball._x; _root.fOOd._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "fooD" in Frame 52
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.fooD)) { _root.fooD._x = _root.ball._x; _root.fooD._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 176 MovieClip "HealPill" in Frame 52
onClipEvent (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 52
onClipEvent (enterFrame) { this._yscale = _root.danger; if (_root.danger >= 100) { _root.danger = 100; } } onClipEvent (enterFrame) { this._yscale = _root.danger; if (_root.danger <= 0) { _root.danger = 0; } } onClipEvent (enterFrame) { if (this._yscale == 100) { stopAllSounds(); _root.lives = _root.lives - 1; _root.gotoAndStop("Fail"); } }
Instance of Symbol 190 MovieClip in Frame 52
onClipEvent (enterFrame) { this._xscale = _root.health; if (_root.health <= 0) { _root.health = 0; } }
Instance of Symbol 205 MovieClip "HealAction" in Frame 52
onClipEvent (enterFrame) { if (_root.HealPill.GetHeal == 1) { if (_root.danger >= 10) { if (Key.isDown(16)) { _root.SoundBox.gotoAndPlay(10); _root.danger = _root.danger - 10; this.gotoAndStop(1); _root.HealPill.GetHeal = 0; } } } }
Frame 57
stopAllSounds(); stop();
Instance of Symbol 103 MovieClip in Frame 57
onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }
Frame 62
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 130 MovieClip "blood" in Frame 62
onClipEvent (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 62
onClipEvent (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 62
onClipEvent (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 62
onClipEvent (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 62
onClipEvent (enterFrame) { if (this._xscale <= 100) { this._xscale = 100; } } onClipEvent (enterFrame) { if (this._yscale <= 100) { this._yscale = 100; } } onClipEvent (enterFrame) { if (_root.health <= 0) { this.gotoAndStop(40); _root.VirusBrain.gotoAndStop(5); } }
Instance of Symbol 130 MovieClip "blood5" in Frame 62
onClipEvent (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 62
onClipEvent (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 62
onClipEvent (load) { function reset() { this._x = 700; this._y = random(800) - 200; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 62
onClipEvent (load) { function reset() { this._x = 700; this._y = random(800) - 200; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 62
onClipEvent (load) { function reset() { this._x = -100; this._y = random(800) - 200; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.1; yS = yS * 0.1; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 62
onClipEvent (load) { function reset() { this._x = -100; this._y = random(800) - 200; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.1; yS = yS * 0.1; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 62
onClipEvent (load) { function reset() { this._x = random(800) - 100; this._y = -150; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.1; yS = yS * 0.1; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 62
onClipEvent (load) { function reset() { this._x = random(800) - 100; this._y = 650; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.1; yS = yS * 0.1; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 62
onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }
Instance of Symbol 168 MovieClip "VirusBrain" in Frame 62
onClipEvent (enterFrame) { this._x = _root.Virus._x; this._y = _root.Virus._y; } onClipEvent (enterFrame) { if (this.hitTest(_root.white1)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 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 62
onClipEvent (enterFrame) { this._x = _root.VirusBrain._x; this._y = _root.VirusBrain._y; }
Instance of Symbol 173 MovieClip "Food" in Frame 62
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.Food)) { _root.Food._x = _root.ball._x; _root.Food._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "FooD" in Frame 62
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.FooD)) { _root.FooD._x = _root.ball._x; _root.FooD._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "FOOD" in Frame 62
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.FOOD)) { _root.FOOD._x = _root.ball._x; _root.FOOD._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "fOOd" in Frame 62
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.fOOd)) { _root.fOOd._x = _root.ball._x; _root.fOOd._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "fooD" in Frame 62
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.fooD)) { _root.fooD._x = _root.ball._x; _root.fooD._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "FOod" in Frame 62
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.FOod)) { _root.FOod._x = _root.ball._x; _root.FOod._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 176 MovieClip "HealPill" in Frame 62
onClipEvent (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 62
onClipEvent (enterFrame) { this._yscale = _root.danger; if (_root.danger >= 100) { _root.danger = 100; } } onClipEvent (enterFrame) { this._yscale = _root.danger; if (_root.danger <= 0) { _root.danger = 0; } } onClipEvent (enterFrame) { if (this._yscale == 100) { stopAllSounds(); _root.lives = _root.lives - 1; _root.gotoAndStop("Fail"); } }
Instance of Symbol 190 MovieClip in Frame 62
onClipEvent (enterFrame) { this._xscale = _root.health; if (_root.health <= 0) { _root.health = 0; } }
Instance of Symbol 205 MovieClip "HealAction" in Frame 62
onClipEvent (enterFrame) { if (_root.HealPill.GetHeal == 1) { if (_root.danger >= 10) { if (Key.isDown(16)) { _root.SoundBox.gotoAndPlay(10); _root.danger = _root.danger - 10; this.gotoAndStop(1); _root.HealPill.GetHeal = 0; } } } }
Frame 67
stopAllSounds(); stop();
Instance of Symbol 103 MovieClip in Frame 67
onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }
Frame 72
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 130 MovieClip "blood" in Frame 72
onClipEvent (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 72
onClipEvent (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 72
onClipEvent (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 72
onClipEvent (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 72
onClipEvent (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 72
onClipEvent (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 72
onClipEvent (enterFrame) { if (this._xscale <= 100) { this._xscale = 100; } } onClipEvent (enterFrame) { if (this._yscale <= 100) { this._yscale = 100; } } onClipEvent (enterFrame) { if (_root.health <= 0) { this.gotoAndStop(40); _root.VirusBrain.gotoAndStop(5); } }
Instance of Symbol 130 MovieClip "blood7" in Frame 72
onClipEvent (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 72
onClipEvent (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 72
onClipEvent (load) { function reset() { this._x = 750; this._y = random(800) - 200; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 72
onClipEvent (load) { function reset() { this._x = 750; this._y = random(800) - 200; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 72
onClipEvent (load) { function reset() { this._x = -100; this._y = random(800) - 200; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 72
onClipEvent (load) { function reset() { this._x = random(800) - 100; this._y = 650; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 72
onClipEvent (load) { function reset() { this._x = -100; this._y = random(800) - 200; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 72
onClipEvent (load) { function reset() { this._x = random(800) - 100; this._y = -150; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 72
onClipEvent (load) { function reset() { this._x = random(800) - 100; this._y = 650; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 72
onClipEvent (load) { function reset() { this._x = random(800) - 100; this._y = -150; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 72
onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }
Instance of Symbol 168 MovieClip "VirusBrain" in Frame 72
onClipEvent (enterFrame) { this._x = _root.Virus._x; this._y = _root.Virus._y; } onClipEvent (enterFrame) { if (this.hitTest(_root.white1)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 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 72
onClipEvent (enterFrame) { this._x = _root.VirusBrain._x; this._y = _root.VirusBrain._y; }
Instance of Symbol 173 MovieClip "Food" in Frame 72
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.Food)) { _root.Food._x = _root.ball._x; _root.Food._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "FooD" in Frame 72
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.FooD)) { _root.FooD._x = _root.ball._x; _root.FooD._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "FOOD" in Frame 72
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.FOOD)) { _root.FOOD._x = _root.ball._x; _root.FOOD._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "fOOd" in Frame 72
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.fOOd)) { _root.fOOd._x = _root.ball._x; _root.fOOd._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "fooD" in Frame 72
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.fooD)) { _root.fooD._x = _root.ball._x; _root.fooD._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "FOod" in Frame 72
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.FOod)) { _root.FOod._x = _root.ball._x; _root.FOod._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 176 MovieClip "HealPill" in Frame 72
onClipEvent (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 72
onClipEvent (enterFrame) { this._yscale = _root.danger; if (_root.danger >= 100) { _root.danger = 100; } } onClipEvent (enterFrame) { this._yscale = _root.danger; if (_root.danger <= 0) { _root.danger = 0; } } onClipEvent (enterFrame) { if (this._yscale == 100) { stopAllSounds(); _root.lives = _root.lives - 1; _root.gotoAndStop("Fail"); } }
Instance of Symbol 190 MovieClip in Frame 72
onClipEvent (enterFrame) { this._xscale = _root.health; if (_root.health <= 0) { _root.health = 0; } }
Instance of Symbol 205 MovieClip "HealAction" in Frame 72
onClipEvent (enterFrame) { if (_root.HealPill.GetHeal == 1) { if (_root.danger >= 10) { if (Key.isDown(16)) { _root.SoundBox.gotoAndPlay(10); _root.danger = _root.danger - 10; this.gotoAndStop(1); _root.HealPill.GetHeal = 0; } } } }
Frame 77
stopAllSounds(); stop();
Instance of Symbol 103 MovieClip in Frame 77
onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }
Frame 82
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 130 MovieClip "blood" in Frame 82
onClipEvent (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 82
onClipEvent (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 82
onClipEvent (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 82
onClipEvent (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 82
onClipEvent (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 82
onClipEvent (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 82
onClipEvent (enterFrame) { if (this._xscale <= 100) { this._xscale = 100; } } onClipEvent (enterFrame) { if (this._yscale <= 100) { this._yscale = 100; } } onClipEvent (enterFrame) { if (_root.health <= 0) { this.gotoAndStop(40); _root.VirusBrain.gotoAndStop(5); } }
Instance of Symbol 409 MovieClip "white1" in Frame 82
onClipEvent (load) { function reset() { this._x = 700; this._y = random(800) - 200; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 4; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 82
onClipEvent (load) { function reset() { this._x = 700; this._y = random(800) - 400; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 82
onClipEvent (load) { function reset() { this._x = 700; this._y = random(800) - 400; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 4; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 82
onClipEvent (load) { function reset() { this._x = -100; this._y = random(800) - 400; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 4; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 82
onClipEvent (load) { function reset() { this._x = -100; this._y = random(800) - 400; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 82
onClipEvent (load) { function reset() { this._x = -100; this._y = random(800) - 400; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 82
onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }
Instance of Symbol 168 MovieClip "VirusBrain" in Frame 82
onClipEvent (enterFrame) { this._x = _root.Virus._x; this._y = _root.Virus._y; } onClipEvent (enterFrame) { if (this.hitTest(_root.white1)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 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 82
onClipEvent (enterFrame) { this._x = _root.VirusBrain._x; this._y = _root.VirusBrain._y; }
Instance of Symbol 173 MovieClip "Food" in Frame 82
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.Food)) { _root.Food._x = _root.ball._x; _root.Food._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "FooD" in Frame 82
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.FooD)) { _root.FooD._x = _root.ball._x; _root.FooD._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "FOOD" in Frame 82
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.FOOD)) { _root.FOOD._x = _root.ball._x; _root.FOOD._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "fOOd" in Frame 82
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.fOOd)) { _root.fOOd._x = _root.ball._x; _root.fOOd._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "fooD" in Frame 82
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.fooD)) { _root.fooD._x = _root.ball._x; _root.fooD._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "FOod" in Frame 82
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.FOod)) { _root.FOod._x = _root.ball._x; _root.FOod._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 176 MovieClip "HealPill" in Frame 82
onClipEvent (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 82
onClipEvent (enterFrame) { this._yscale = _root.danger; if (_root.danger >= 100) { _root.danger = 100; } } onClipEvent (enterFrame) { this._yscale = _root.danger; if (_root.danger <= 0) { _root.danger = 0; } } onClipEvent (enterFrame) { if (this._yscale == 100) { stopAllSounds(); _root.lives = _root.lives - 1; _root.gotoAndStop("Fail"); } }
Instance of Symbol 190 MovieClip in Frame 82
onClipEvent (enterFrame) { this._xscale = _root.health; if (_root.health <= 0) { _root.health = 0; } }
Instance of Symbol 205 MovieClip "HealAction" in Frame 82
onClipEvent (enterFrame) { if (_root.HealPill.GetHeal == 1) { if (_root.danger >= 10) { if (Key.isDown(16)) { _root.SoundBox.gotoAndPlay(10); _root.danger = _root.danger - 10; this.gotoAndStop(1); _root.HealPill.GetHeal = 0; } } } }
Frame 87
stopAllSounds(); stop();
Instance of Symbol 103 MovieClip in Frame 87
onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }
Frame 92
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 418 MovieClip "Virus" in Frame 92
onClipEvent (enterFrame) { if (this._xscale <= 100) { this._xscale = 100; } } onClipEvent (enterFrame) { if (this._yscale <= 100) { this._yscale = 100; } } onClipEvent (enterFrame) { if (_root.health <= 0) { this.gotoAndStop(40); _root.VirusBrain.gotoAndStop(5); } }
Instance of Symbol 130 MovieClip "blood" in Frame 92
onClipEvent (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 92
onClipEvent (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 92
onClipEvent (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 92
onClipEvent (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 92
onClipEvent (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 92
onClipEvent (load) { function reset() { this._x = 700; this._y = random(800) - 400; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 4; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 92
onClipEvent (load) { function reset() { this._x = 700; this._y = random(800) - 400; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 3; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 92
onClipEvent (load) { function reset() { this._x = -100; this._y = random(800) - 400; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 4; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 92
onClipEvent (load) { function reset() { this._x = -100; this._y = random(800) - 400; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 4; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 92
onClipEvent (load) { function reset() { this._x = -100; this._y = random(800) - 400; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 3; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 92
onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }
Instance of Symbol 168 MovieClip "VirusBrain" in Frame 92
onClipEvent (enterFrame) { this._x = _root.Virus._x; this._y = _root.Virus._y; } onClipEvent (enterFrame) { if (this.hitTest(_root.white1)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 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 92
onClipEvent (enterFrame) { this._x = _root.VirusBrain._x; this._y = _root.VirusBrain._y; }
Instance of Symbol 173 MovieClip "Food" in Frame 92
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.Food)) { _root.Food._x = _root.ball._x; _root.Food._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "FooD" in Frame 92
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.FooD)) { _root.FooD._x = _root.ball._x; _root.FooD._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "FOOD" in Frame 92
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.FOOD)) { _root.FOOD._x = _root.ball._x; _root.FOOD._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "fOOd" in Frame 92
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.fOOd)) { _root.fOOd._x = _root.ball._x; _root.fOOd._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "fooD" in Frame 92
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.fooD)) { _root.fooD._x = _root.ball._x; _root.fooD._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "FOod" in Frame 92
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.FOod)) { _root.FOod._x = _root.ball._x; _root.FOod._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 176 MovieClip "HealPill" in Frame 92
onClipEvent (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 92
onClipEvent (enterFrame) { this._yscale = _root.danger; if (_root.danger >= 100) { _root.danger = 100; } } onClipEvent (enterFrame) { this._yscale = _root.danger; if (_root.danger <= 0) { _root.danger = 0; } } onClipEvent (enterFrame) { if (this._yscale == 100) { stopAllSounds(); _root.lives = _root.lives - 1; _root.gotoAndStop("Fail"); } }
Instance of Symbol 190 MovieClip in Frame 92
onClipEvent (enterFrame) { this._xscale = _root.health; if (_root.health <= 0) { _root.health = 0; } }
Instance of Symbol 205 MovieClip "HealAction" in Frame 92
onClipEvent (enterFrame) { if (_root.HealPill.GetHeal == 1) { if (_root.danger >= 10) { if (Key.isDown(16)) { _root.SoundBox.gotoAndPlay(10); _root.danger = _root.danger - 10; this.gotoAndStop(1); _root.HealPill.GetHeal = 0; } } } }
Frame 97
stopAllSounds(); stop();
Instance of Symbol 103 MovieClip in Frame 97
onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }
Frame 102
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 130 MovieClip "blood" in Frame 102
onClipEvent (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 102
onClipEvent (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 102
onClipEvent (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 102
onClipEvent (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 102
onClipEvent (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 102
onClipEvent (enterFrame) { if (this._xscale <= 100) { this._xscale = 100; } } onClipEvent (enterFrame) { if (this._yscale <= 100) { this._yscale = 100; } } onClipEvent (enterFrame) { if (_root.health <= 0) { this.gotoAndStop(40); _root.VirusBrain.gotoAndStop(5); } }
Instance of Symbol 130 MovieClip "blood6" in Frame 102
onClipEvent (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 102
onClipEvent (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 102
onClipEvent (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 102
onClipEvent (load) { function reset() { this._x = 700; this._y = random(800) - 400; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 5; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 102
onClipEvent (load) { function reset() { this._x = 700; this._y = random(800) - 400; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 5; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 102
onClipEvent (load) { function reset() { this._x = 700; this._y = random(800) - 400; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 4; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 102
onClipEvent (load) { function reset() { this._x = -100; this._y = random(800) - 400; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 4; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 102
onClipEvent (load) { function reset() { this._x = -100; this._y = random(800) - 400; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 4; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 102
onClipEvent (load) { function reset() { this._x = -100; this._y = random(800) - 400; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 4; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 102
onClipEvent (load) { function reset() { this._x = 700; this._y = random(800) - 400; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 5; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 102
onClipEvent (load) { function reset() { this._x = -100; this._y = random(800) - 400; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 4; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 102
onClipEvent (load) { function reset() { this._x = 700; this._y = random(800) - 400; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 5; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.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 102
onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }
Instance of Symbol 168 MovieClip "VirusBrain" in Frame 102
onClipEvent (enterFrame) { this._x = _root.Virus._x; this._y = _root.Virus._y; } onClipEvent (enterFrame) { if (this.hitTest(_root.white1)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 2; } } onClipEvent (enterFrame) { if (this.hitTest(_root.white2)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 2; } } 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 102
onClipEvent (enterFrame) { this._x = _root.VirusBrain._x; this._y = _root.VirusBrain._y; }
Instance of Symbol 173 MovieClip "Food" in Frame 102
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.Food)) { _root.Food._x = _root.ball._x; _root.Food._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "FooD" in Frame 102
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.FooD)) { _root.FooD._x = _root.ball._x; _root.FooD._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "FOOD" in Frame 102
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.FOOD)) { _root.FOOD._x = _root.ball._x; _root.FOOD._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "fOOd" in Frame 102
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.fOOd)) { _root.fOOd._x = _root.ball._x; _root.fOOd._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "fooD" in Frame 102
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.fooD)) { _root.fooD._x = _root.ball._x; _root.fooD._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip "FOod" in Frame 102
onClipEvent (load) { function reset() { this._x = random(300) + 100; this._y = random(300) + 100; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.FOod)) { _root.FOod._x = _root.ball._x; _root.FOod._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 176 MovieClip "HealPill" in Frame 102
onClipEvent (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 102
onClipEvent (enterFrame) { this._yscale = _root.danger; if (_root.danger >= 100) { _root.danger = 100; } } onClipEvent (enterFrame) { this._yscale = _root.danger; if (_root.danger <= 0) { _root.danger = 0; } } onClipEvent (enterFrame) { if (this._yscale == 100) { stopAllSounds(); _root.lives = _root.lives - 1; _root.gotoAndStop("Fail"); } }
Instance of Symbol 190 MovieClip in Frame 102
onClipEvent (enterFrame) { this._xscale = _root.health; if (_root.health <= 0) { _root.health = 0; } }
Instance of Symbol 205 MovieClip "HealAction" in Frame 102
onClipEvent (enterFrame) { if (_root.HealPill.GetHeal == 1) { if (_root.danger >= 10) { if (Key.isDown(16)) { _root.SoundBox.gotoAndPlay(10); _root.danger = _root.danger - 10; this.gotoAndStop(1); _root.HealPill.GetHeal = 0; } } } }
Frame 107
stopAllSounds(); stop(); _root.Orb_Move.gotoAndStop(1); _root.S_A.gotoAndStop(1);
Instance of Symbol 461 MovieClip in Frame 107
on (release) { _root.gotoAndStop("Menu"); }
Instance of Symbol 103 MovieClip in Frame 107
onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }
Instance of Symbol 201 MovieClip in Frame 116
on (release) { stopAllSounds(); _root.gotoAndStop("Level1"); }
Instance of Symbol 103 MovieClip in Frame 116
onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }
Frame 201
stopAllSounds();
Frame 210
stop(); gotoAndStop ("Scene2");
Frame 230
stop();
Frame 380
stop();
Instance of Symbol 201 MovieClip in Frame 380
on (release) { stopAllSounds(); _root.gotoAndStop("Level1"); }
Instance of Symbol 201 MovieClip in Frame 445
on (release) { stopAllSounds(); _root.gotoAndStop("Menu"); }
Instance of Symbol 103 MovieClip in Frame 445
onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }
Frame 800
stop();
Frame 820
stop(); health = 100; danger = 0;
Instance of Symbol 121 MovieClip "Virus" in Frame 820
onClipEvent (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 820
onClipEvent (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 820
onClipEvent (load) { function reset() { this._x = 800; this._y = random(800) - 200; Enemy = 0; } } onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); this.gotoAndStop(25); } onClipEvent (enterFrame) { if (_root.Virus._x < _x) { xS = xS - enemyMoveSpeed; } else if (_root.Virus._x > _x) { xS = xS + enemyMoveSpeed; } if (_root.Virus._y < _y) { yS = yS - enemyMoveSpeed; } else if (_root.Virus._y > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.3; yS = yS * 0.3; } onClipEvent (enterFrame) { if (this.hitTest(_root.Virus._x, _root.Virus._y)) { reset(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.SoundBox.gotoAndPlay(5); if (_root.ball._x < _x) { xS = xS + (enemyMoveSpeed + 15); } else if (_root.ball._x > _x) { xS = xS - (enemyMoveSpeed + 15); } if (_root.ball._y < _y) { yS = yS + (enemyMoveSpeed + 15); } else if (_root.ball._y > _y) { yS = yS - (enemyMoveSpeed + 15); } } } onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { myColor = new Color("_root.white1"); myColor.setTint(255, 225, 0, 70); } else if (!this.hitTest(_root.ball)) { myColor = new Color("_root.white1"); myColor.setTint(255, 225, 0, 0); } } onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { Enemy = Math.round(Math.random() * 25); } } onClipEvent (enterFrame) { if (Enemy == 12) { _root.blood.gotoAndPlay(2); reset(); Enemy = 0; _root.score = _root.score + 10; } } onClipEvent (enterFrame) { if (Enemy == 20) { _root.blood.gotoAndPlay(2); reset(); Enemy = 0; _root.score = _root.score + 10; } } onClipEvent (enterFrame) { if (Enemy == 23) { _root.blood.gotoAndPlay(2); reset(); Enemy = 0; _root.score = _root.score + 10; } } onClipEvent (enterFrame) { if (Enemy == 5) { _root.blood.gotoAndPlay(2); reset(); Enemy = 0; _root.score = _root.score + 10; } } onClipEvent (enterFrame) { if (Enemy == 14) { _root.blood.gotoAndPlay(2); reset(); Enemy = 0; _root.score = _root.score + 10; } } onClipEvent (enterFrame) { if (Enemy == 8) { _root.blood.gotoAndPlay(2); reset(); Enemy = 0; _root.score = _root.score + 10; } } onClipEvent (enterFrame) { if (Enemy == 17) { _root.blood.gotoAndPlay(2); reset(); Enemy = 0; _root.score = _root.score + 10; } }
Instance of Symbol 108 MovieClip "ball" in Frame 820
onClipEvent (load) { enemyMoveSpeed = 2; xS = (yS = 0); } onClipEvent (enterFrame) { if (_root._xmouse < _x) { xS = xS - enemyMoveSpeed; } else if (_root._xmouse > _x) { xS = xS + enemyMoveSpeed; } if (_root._ymouse < _y) { yS = yS - enemyMoveSpeed; } else if (_root._ymouse > _y) { yS = yS + enemyMoveSpeed; } _x = (_x + xS); _y = (_y + yS); xS = xS * 0.6; yS = yS * 0.6; } onClipEvent (enterFrame) { if (_root.BlastWave == 1) { if (Key.isDown(32)) { _root.AOE.gotoAndPlay(2); _root.AOE._x = this._x; _root.AOE._y = this._y; _root.BlastWave = 2; } } } onClipEvent (enterFrame) { if (_root.Mine == 2) { if (Key.isDown(32)) { _root.MineAttack._x = this._x; _root.MineAttack._y = this._y; _root.MineAttack.gotoAndPlay(2); _root.Mine = 3; } } }
Instance of Symbol 168 MovieClip "VirusBrain" in Frame 820
onClipEvent (enterFrame) { this._x = _root.Virus._x; this._y = _root.Virus._y; } onClipEvent (enterFrame) { if (this.hitTest(_root.white1)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 2; } } onClipEvent (enterFrame) { if (this.hitTest(_root.white2)) { _root.Virus._xscale = _root.Virus._xscale + 5; _root.Virus._yscale = _root.Virus._yscale + 5; _root.danger = _root.danger + 2; } }
Instance of Symbol 171 MovieClip "SmokeRing" in Frame 820
onClipEvent (enterFrame) { this._x = _root.VirusBrain._x; this._y = _root.VirusBrain._y; }
Instance of Symbol 514 MovieClip "Tur_1" in Frame 820
onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.Tur_1)) { _root.Tur_1._x = _root.ball._x; _root.Tur_1._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 514 MovieClip "Tur_3" in Frame 820
onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.Tur_3)) { _root.Tur_3._x = _root.ball._x; _root.Tur_3._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 514 MovieClip "Tur_2" in Frame 820
onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.Tur_2)) { _root.Tur_2._x = _root.ball._x; _root.Tur_2._y = _root.ball._y; } } onClipEvent (enterFrame) { if (this.hitTest(_root.VirusBrain)) { this.gotoAndPlay(35); _root.health = _root.health - 3; _root.SmokeRing.gotoAndPlay(2); } }
Instance of Symbol 176 MovieClip "HealPill" in Frame 820
onClipEvent (load) { GetHeal = 0; } onClipEvent (enterFrame) { if (_root.N_Button.Story == 7) { if (GetHeal == 0) { if (_root.BG.hitTest(_root.ball)) { Heal = Math.round(Math.random() * 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 820
onClipEvent (enterFrame) { this._yscale = _root.danger; if (_root.danger >= 100) { _root.danger = 100; } } onClipEvent (enterFrame) { this._yscale = _root.danger; if (_root.danger <= 0) { _root.danger = 0; } }
Instance of Symbol 190 MovieClip in Frame 820
onClipEvent (enterFrame) { this._xscale = _root.health; if (_root.health <= 0) { _root.health = 0; } }
Instance of Symbol 205 MovieClip "HealAction" in Frame 820
onClipEvent (enterFrame) { if (_root.HealPill.GetHeal == 1) { if (_root.danger >= 10) { if (Key.isDown(16)) { _root.SoundBox.gotoAndPlay(10); _root.danger = _root.danger - 10; this.gotoAndStop(1); _root.HealPill.GetHeal = 0; } } } }
Instance of Symbol 520 MovieClip "N_Button" in Frame 820
onClipEvent (load) { Story = 0; } on (release) { if (Story == 0) { _root.Guide.gotoAndStop(5); Story = Story + 1; } else if (Story == 1) { _root.Guide.gotoAndStop(10); _root.Tur_1.gotoAndPlay(2); _root.Tur_2.gotoAndPlay(2); _root.Tur_3.gotoAndPlay(2); Story = Story + 1; } else if (Story == 2) { _root.Guide.gotoAndStop(15); Story = Story + 1; } else if (Story == 3) { _root.white1.gotoAndPlay(1); Story = Story + 1; } else if (Story == 4) { _root.white1.gotoAndStop(25); _root.Guide.gotoAndStop(20); _root.danger = 10; Story = Story + 1; } else if (Story == 5) { _root.Guide.gotoAndStop(25); Story = Story + 1; } else if (Story == 6) { _root.Guide.gotoAndStop(30); Story = Story + 1; } else if (Story == 7) { stopAllSounds(); _root.gotoAndStop("Menu"); } }
Instance of Symbol 103 MovieClip in Frame 820
onClipEvent (enterFrame) { Mouse.hide(); this.startDrag("true"); }
Symbol 7 MovieClip Frame 1
xMin = 0; xMax = 550; yMin = 0; yMax = 400; minSize = 10; maxSize = 50; easeFactor = 10; randomX = (Math.random() * (xMax - xMin)) + xMin; randomY = (Math.random() * (yMax - yMin)) + yMin; randomSize = (Math.random() * (maxSize - minSize)) + minSize;
Symbol 7 MovieClip Frame 3
distance = Math.sqrt(Math.pow(this._x - randomX, 2) + Math.pow(this._y - randomY, 2)); if (Math.abs(this._width - maxSize) > 1) { this._width = this._width + ((randomSize - this._width) / 2); this._height = this._height + ((randomSize - this._height) / 2); } if (distance > 1) { this._x = this._x + ((randomX - this._x) / easeFactor); this._y = this._y + ((randomY - this._y) / easeFactor); gotoAndPlay (2); } else { gotoAndPlay (1); }
Symbol 53 Button
on (release) { getURL ("http://www.newgrounds.com", "_blank"); }
Symbol 55 MovieClip Frame 40
stop();
Symbol 81 Button
on (release) { startMovie(); }
Symbol 82 MovieClip Frame 1
function timerHandler() { if (!loadingComplete) { var _local4 = _root.getBytesLoaded() / _root.getBytesTotal(); bar._xscale = 100 * _local4; if (_local4 == 1) { loadingComplete = true; if (AUTO_PLAY) { startMovie(); } else { gotoAndStop ("loaded"); } return(undefined); } } dt = getTimer() - time; time = time + dt; frameAccum = frameAccum + dt; var _local3 = 0; while ((frameAccum >= FRAME_TIME) && (_local3 < MAX_FRAME_SKIP)) { advanceFrame(tankLogo, true, true); advanceFrame(loadingText, false, true); advanceFrame(barGfx, false, true); if (loadingComplete) { advanceFrame(this, false, false); } (frameAccum = frameAccum - FRAME_TIME); _local3++; } updateAfterEvent(); } function advanceFrame(clip, recurse, loop) { if (!clip) { return(undefined); } clip.stop(); if (clip._currentframe == clip._totalframes) { if (loop) { clip.gotoAndStop(1); } } else { clip.nextFrame(); } if (recurse) { for (childName in clip) { if (typeof(clip[childName]) == "movieclip") { advanceFrame(clip[childName], recurse, loop); } } } } function startMovie() { clearInterval(intervalId); _root.play(); } _root.stop(); stop(); var FRAME_TIME = 33.3333333333333; var AUTO_PLAY = false; var MAX_FRAME_SKIP = 5; var loadingComplete; var intervalId; var time; var frameAccum; loadingComplete = false; intervalId = setInterval(this, "timerHandler", FRAME_TIME / 2); frameAccum = 0; time = getTimer(); timerHandler();
Symbol 91 Button
on (release) { stopAllSounds(); _root.gotoAndPlay("Intro"); }
Symbol 94 Button
on (release) { stopAllSounds(); _root.gotoAndStop("Tutorial"); }
Symbol 97 Button
on (release) { stopAllSounds(); _root.gotoAndPlay("Credits"); }
Symbol 99 MovieClip Frame 10
stop();
Symbol 101 MovieClip Frame 10
stop();
Symbol 121 MovieClip Frame 35
gotoAndPlay (1);
Symbol 121 MovieClip Frame 40
stop(); _root.BloodSplat.gotoAndPlay(2);
Symbol 130 MovieClip Frame 1
stop();
Symbol 144 MovieClip Frame 1
stop();
Symbol 144 MovieClip Frame 30
_root.LevelComplete.gotoAndPlay(2);
Symbol 144 MovieClip Frame 31
stop();
Symbol 147 MovieClip Frame 1
stop();
Symbol 147 MovieClip Frame 30
_root.gotoAndStop("Victory");
Symbol 150 MovieClip Frame 20
gotoAndPlay (1); _root.reset();
Symbol 150 MovieClip Frame 25
stop();
Symbol 153 MovieClip Frame 1
stop();
Symbol 153 MovieClip Frame 21
gotoAndPlay (2);
Symbol 155 MovieClip Frame 1
stop();
Symbol 155 MovieClip Frame 5
stop();
Symbol 155 MovieClip Frame 10
stop();
Symbol 155 MovieClip Frame 15
stop();
Symbol 159 MovieClip Frame 1
stop();
Symbol 159 MovieClip Frame 2
play();
Symbol 159 MovieClip Frame 3
play();
Symbol 159 MovieClip Frame 4
play();
Symbol 159 MovieClip Frame 5
play();
Symbol 159 MovieClip Frame 6
play();
Symbol 159 MovieClip Frame 7
play();
Symbol 159 MovieClip Frame 8
play();
Symbol 159 MovieClip Frame 9
play();
Symbol 159 MovieClip Frame 10
play();
Symbol 159 MovieClip Frame 11
play();
Symbol 159 MovieClip Frame 12
play();
Symbol 159 MovieClip Frame 13
play();
Symbol 159 MovieClip Frame 14
play();
Symbol 159 MovieClip Frame 15
_root.BlastWave = 1;
Symbol 166 MovieClip Frame 1
stop();
Symbol 166 MovieClip Frame 2
play();
Symbol 166 MovieClip Frame 3
play();
Symbol 166 MovieClip Frame 4
play();
Symbol 166 MovieClip Frame 5
play();
Symbol 166 MovieClip Frame 6
play();
Symbol 166 MovieClip Frame 7
play();
Symbol 166 MovieClip Frame 8
play();
Symbol 166 MovieClip Frame 9
play();
Symbol 166 MovieClip Frame 10
play();
Symbol 166 MovieClip Frame 11
play();
Symbol 166 MovieClip Frame 12
play();
Symbol 166 MovieClip Frame 13
play();
Symbol 166 MovieClip Frame 14
play();
Symbol 166 MovieClip Frame 15
play();
Symbol 166 MovieClip Frame 16
play();
Symbol 166 MovieClip Frame 17
play();
Symbol 166 MovieClip Frame 18
play();
Symbol 166 MovieClip Frame 19
play();
Symbol 166 MovieClip Frame 20
play();
Symbol 166 MovieClip Frame 21
play();
Symbol 166 MovieClip Frame 22
play();
Symbol 166 MovieClip Frame 23
play();
Symbol 166 MovieClip Frame 24
play();
Symbol 166 MovieClip Frame 25
play();
Symbol 166 MovieClip Frame 26
play();
Symbol 166 MovieClip Frame 27
play();
Symbol 166 MovieClip Frame 28
play();
Symbol 166 MovieClip Frame 29
play();
Symbol 166 MovieClip Frame 30
play();
Symbol 166 MovieClip Frame 31
play();
Symbol 166 MovieClip Frame 32
play();
Symbol 166 MovieClip Frame 33
play();
Symbol 166 MovieClip Frame 34
play();
Symbol 166 MovieClip Frame 35
play();
Symbol 166 MovieClip Frame 36
play();
Symbol 166 MovieClip Frame 37
play();
Symbol 166 MovieClip Frame 38
_root.Mine = 2;
Symbol 168 MovieClip Frame 1
stop();
Symbol 168 MovieClip Frame 5
stop();
Symbol 171 MovieClip Frame 1
stop();
Symbol 171 MovieClip Frame 20
stop();
Symbol 173 MovieClip Frame 34
stop();
Symbol 173 MovieClip Frame 70
reset();
Symbol 176 MovieClip Frame 1
stop();
Symbol 176 MovieClip Frame 35
stop();
Symbol 176 MovieClip Frame 45
stop();
Symbol 205 MovieClip Frame 1
stop();
Symbol 205 MovieClip Frame 20
stop();
Symbol 211 MovieClip Frame 1
stop();
Symbol 211 MovieClip Frame 6
stop();
Symbol 211 MovieClip Frame 11
stop();
Symbol 211 MovieClip Frame 16
stop();
Symbol 216 MovieClip Frame 10
stop();
Symbol 219 Button
on (release) { stopAllSounds(); if (_root.lives >= 1) { if (_root.Counter == 2) { _root.gotoAndStop("Up2"); } else if (_root.Counter == 3) { _root.gotoAndStop("Up3"); } else if (_root.Counter == 4) { _root.gotoAndStop("Up4"); } else if (_root.Counter == 5) { _root.gotoAndStop("Up5"); } else if (_root.Counter == 6) { _root.gotoAndStop("Up6"); } else if (_root.Counter == 7) { _root.gotoAndStop("Up7"); } else if (_root.Counter == 8) { _root.gotoAndStop("Up8"); } else if (_root.Counter == 9) { _root.gotoAndStop("Up9"); } else if (_root.Counter == 10) { _root.gotoAndStop("Up10"); } } else if (_root.lives == 0) { _root.gotoAndStop("Level1"); } }
Symbol 221 MovieClip Frame 30
stop();
Symbol 229 Button
on (release) { _root.gotoAndStop("Upgrade"); _root.Counter = 2; }
Symbol 233 MovieClip Frame 15
stop();
Symbol 234 Button
on (release) { _root.gotoAndStop("Level2"); _root.Counter = 2; }
Symbol 236 MovieClip Frame 30
stop();
Symbol 248 MovieClip Frame 30
gotoAndPlay (1);
Symbol 248 MovieClip Frame 35
stop(); _root.BloodSplat.gotoAndPlay(2);
Symbol 251 MovieClip Frame 1
stop();
Symbol 251 MovieClip Frame 30
_root.gotoAndStop("Victory2");
Symbol 254 MovieClip Frame 10
gotoAndPlay (1);
Symbol 258 Button
on (release) { _root.gotoAndStop("Upgrade"); _root.Counter = 3; }
Symbol 259 Button
on (release) { _root.gotoAndStop("Level3"); _root.Counter = 3; }
Symbol 265 Button
on (release) { stopAllSounds(); if (_root.Counter == 2) { _root.gotoAndStop("Up2"); } else if (_root.Counter == 3) { _root.gotoAndStop("Up3"); } else if (_root.Counter == 4) { _root.gotoAndStop("Up4"); } else if (_root.Counter == 5) { _root.gotoAndStop("Up5"); } else if (_root.Counter == 6) { _root.gotoAndStop("Up6"); } else if (_root.Counter == 7) { _root.gotoAndStop("Up7"); } else if (_root.Counter == 8) { _root.gotoAndStop("Up8"); } else if (_root.Counter == 9) { _root.gotoAndStop("Up9"); } else if (_root.Counter == 10) { _root.gotoAndStop("Up10"); } } on (rollOver) { _root.Display.gotoAndStop(5); myColor = new Color("_root.NextLevel"); myColor.setTint(255, 225, 0, 50); } on (rollOut) { _root.Display.gotoAndStop(1); myColor = new Color("_root.NextLevel"); myColor.setTint(255, 225, 0, 0); }
Symbol 288 MovieClip Frame 1
stop();
Symbol 288 MovieClip Frame 5
stop();
Symbol 288 MovieClip Frame 10
stop();
Symbol 288 MovieClip Frame 15
stop();
Symbol 288 MovieClip Frame 20
stop();
Symbol 288 MovieClip Frame 25
stop();
Symbol 288 MovieClip Frame 30
stop();
Symbol 288 MovieClip Frame 35
stop();
Symbol 296 MovieClip Frame 1
stop();
Symbol 296 MovieClip Frame 5
stop();
Symbol 296 MovieClip Frame 10
stop();
Symbol 296 MovieClip Frame 15
stop();
Symbol 302 MovieClip Frame 1
stop();
Symbol 302 MovieClip Frame 5
stop();
Symbol 302 MovieClip Frame 10
stop();
Symbol 302 MovieClip Frame 15
stop();
Symbol 307 MovieClip Frame 1
stop();
Symbol 307 MovieClip Frame 5
stop();
Symbol 308 MovieClip Frame 1
stop();
Symbol 308 MovieClip Frame 5
stop();
Symbol 309 MovieClip Frame 1
stop();
Symbol 309 MovieClip Frame 5
stop();
Symbol 312 MovieClip Frame 1
stop();
Symbol 312 MovieClip Frame 5
stop();
Symbol 315 MovieClip Frame 1
stop();
Symbol 315 MovieClip Frame 5
stop();
Symbol 315 MovieClip Frame 10
stop();
Symbol 315 MovieClip Frame 15
stop();
Symbol 318 MovieClip Frame 1
stop();
Symbol 318 MovieClip Frame 5
stop();
Symbol 331 MovieClip Frame 35
gotoAndPlay (1);
Symbol 331 MovieClip Frame 40
stop(); _root.BloodSplat.gotoAndPlay(2);
Symbol 334 MovieClip Frame 1
stop();
Symbol 334 MovieClip Frame 30
_root.gotoAndStop("Victory3");
Symbol 338 Button
on (release) { _root.gotoAndStop("Upgrade"); _root.Counter = 4; }
Symbol 339 Button
on (release) { _root.gotoAndStop("Level4"); _root.Counter = 4; }
Symbol 345 MovieClip Frame 1
stop();
Symbol 345 MovieClip Frame 30
_root.gotoAndStop("Victory4");
Symbol 348 MovieClip Frame 1
stop();
Symbol 348 MovieClip Frame 15
stop(); _root.BloodSplat.gotoAndPlay(2);
Symbol 352 Button
on (release) { _root.gotoAndStop("Upgrade"); _root.Counter = 5; }
Symbol 353 Button
on (release) { _root.gotoAndStop("Level5"); _root.Counter = 5; }
Symbol 361 MovieClip Frame 30
gotoAndPlay (2);
Symbol 361 MovieClip Frame 40
stop(); _root.BloodSplat.gotoAndPlay(2);
Symbol 364 MovieClip Frame 1
stop();
Symbol 364 MovieClip Frame 30
_root.gotoAndStop("Victory5");
Symbol 368 Button
on (release) { _root.gotoAndStop("Upgrade"); _root.Counter = 6; }
Symbol 369 Button
on (release) { _root.gotoAndStop("Level6"); _root.Counter = 6; }
Symbol 372 MovieClip Frame 1
stop();
Symbol 372 MovieClip Frame 30
_root.gotoAndStop("Victory6");
Symbol 375 MovieClip Frame 30
gotoAndPlay (2);
Symbol 375 MovieClip Frame 40
stop(); _root.BloodSplat.gotoAndPlay(2);
Symbol 378 MovieClip Frame 10
gotoAndPlay (1);
Symbol 380 Button
on (release) { _root.gotoAndStop("Upgrade"); _root.Counter = 7; }
Symbol 381 Button
on (release) { _root.gotoAndStop("Level7"); _root.Counter = 7; }
Symbol 387 MovieClip Frame 30
gotoAndPlay (1);
Symbol 387 MovieClip Frame 40
stop(); _root.BloodSplat.gotoAndPlay(2);
Symbol 390 MovieClip Frame 20
gotoAndPlay (1);
Symbol 393 MovieClip Frame 1
stop();
Symbol 393 MovieClip Frame 30
stop(); _root.gotoAndStop("Victory7");
Symbol 395 Button
on (release) { _root.gotoAndStop("Upgrade"); _root.Counter = 8; }
Symbol 396 Button
on (release) { _root.gotoAndStop("Level8"); _root.Counter = 8; }
Symbol 402 MovieClip Frame 1
stop();
Symbol 402 MovieClip Frame 30
_root.gotoAndStop("Victory8");
Symbol 407 MovieClip Frame 30
gotoAndStop (1);
Symbol 407 MovieClip Frame 40
stop(); _root.BloodSplat.gotoAndPlay(2);
Symbol 411 Button
on (release) { _root.gotoAndStop("Upgrade"); _root.Counter = 9; }
Symbol 412 Button
on (release) { _root.gotoAndStop("Level9"); _root.Counter = 9; }
Symbol 418 MovieClip Frame 30
gotoAndPlay (1);
Symbol 418 MovieClip Frame 40
stop(); _root.BloodSplat.gotoAndPlay(2);
Symbol 423 MovieClip Frame 1
stop();
Symbol 423 MovieClip Frame 30
_root.gotoAndStop("Victory9");
Symbol 425 Button
on (release) { _root.gotoAndStop("Upgrade"); _root.Counter = 10; }
Symbol 426 Button
on (release) { _root.gotoAndStop("Level10"); _root.Counter = 10; }
Symbol 431 MovieClip Frame 1
stop();
Symbol 431 MovieClip Frame 30
_root.gotoAndStop("GameVictory");
Symbol 434 MovieClip Frame 30
gotoAndPlay (1);
Symbol 434 MovieClip Frame 40
stop(); _root.BloodSplat.gotoAndPlay(2);
Symbol 497 MovieClip Frame 270
stop();
Instance of Symbol 201 MovieClip in Symbol 497 MovieClip Frame 270
on (release) { _root.gotoAndPlay("Scene3"); }
Symbol 514 MovieClip Frame 1
stop();
Symbol 514 MovieClip Frame 2
play();
Symbol 514 MovieClip Frame 20
stop();
Symbol 514 MovieClip Frame 35
stop();
Symbol 535 MovieClip Frame 1
stop();
Symbol 535 MovieClip Frame 5
stop();
Symbol 535 MovieClip Frame 10
stop();
Symbol 535 MovieClip Frame 15
stop();
Symbol 535 MovieClip Frame 20
stop();
Symbol 535 MovieClip Frame 25
stop();
Symbol 535 MovieClip Frame 30
stop();

Library Items

Symbol 1 BitmapUsed by:2 214
Symbol 2 GraphicUses:1Used by:3
Symbol 3 MovieClipUses:2Used by:Timeline
Symbol 4 FontUsed by:5 98 100
Symbol 5 TextUses:4Used by:Timeline
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:6Used by:Timeline
Symbol 8 GraphicUsed by:82
Symbol 9 GraphicUsed by:82
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:82
Symbol 12 GraphicUsed by:14
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:12 13Used by:82
Symbol 15 GraphicUsed by:82
Symbol 16 GraphicUsed by:82
Symbol 17 GraphicUsed by:82
Symbol 18 GraphicUsed by:25 55
Symbol 19 GraphicUsed by:25 55
Symbol 20 GraphicUsed by:25 55
Symbol 21 GraphicUsed by:25 55
Symbol 22 GraphicUsed by:25 55
Symbol 23 GraphicUsed by:25 55
Symbol 24 GraphicUsed by:25 55
Symbol 25 MovieClipUses:18 19 20 21 22 23 24Used by:82
Symbol 26 GraphicUsed by:82
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:27Used by:82
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:29Used by:50
Symbol 31 GraphicUsed by:35
Symbol 32 GraphicUsed by:35
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:33Used by:35 38
Symbol 35 MovieClipUses:31 32 34Used by:49
Symbol 36 GraphicUsed by:38
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:36 37 34Used by:49
Symbol 39 GraphicUsed by:42
Symbol 40 GraphicUsed by:42 45
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:39 40 41Used by:46
Symbol 43 GraphicUsed by:45
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:43 40 44Used by:46
Symbol 46 MovieClipUses:42 45Used by:49
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:47Used by:49
Symbol 49 MovieClipUses:35 38 46 48Used by:50
Symbol 50 MovieClipUses:30 49Used by:82
Symbol 51 GraphicUsed by:82
Symbol 52 GraphicUsed by:53
Symbol 53 ButtonUses:52Used by:82
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:18 19 20 21 22 23 24 54Used by:82
Symbol 56 GraphicUsed by:82
Symbol 57 GraphicUsed by:82
Symbol 58 GraphicUsed by:82
Symbol 59 GraphicUsed by:82
Symbol 60 GraphicUsed by:82
Symbol 61 GraphicUsed by:82
Symbol 62 GraphicUsed by:82
Symbol 63 GraphicUsed by:82
Symbol 64 GraphicUsed by:82
Symbol 65 GraphicUsed by:82
Symbol 66 GraphicUsed by:82
Symbol 67 GraphicUsed by:82
Symbol 68 ShapeTweeningUsed by:82
Symbol 69 GraphicUsed by:82
Symbol 70 ShapeTweeningUsed by:82
Symbol 71 ShapeTweeningUsed by:82
Symbol 72 GraphicUsed by:82
Symbol 73 GraphicUsed by:81
Symbol 74 GraphicUsed by:81
Symbol 75 GraphicUsed by:81
Symbol 76 GraphicUsed by:81
Symbol 77 GraphicUsed by:81
Symbol 78 GraphicUsed by:80
Symbol 79 GraphicUsed by:80
Symbol 80 MovieClipUses:78 79Used by:81
Symbol 81 ButtonUses:73 74 75 76 77 80Used by:82
Symbol 82 MovieClipUses: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 81Used by:Timeline
Symbol 83 GraphicUsed by:Timeline
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:84Used by:Timeline
Symbol 86 FontUsed by:87 88 92 93 95 96
Symbol 87 TextUses:86Used by:91
Symbol 88 TextUses:86Used by:91
Symbol 89 GraphicUsed by:91 94 97
Symbol 90 SoundUsed by:91 94 97
Symbol 91 ButtonUses:87 88 89 90Used by:Timeline
Symbol 92 TextUses:86Used by:94
Symbol 93 TextUses:86Used by:94
Symbol 94 ButtonUses:92 93 89 90Used by:Timeline
Symbol 95 TextUses:86Used by:97
Symbol 96 TextUses:86Used by:97
Symbol 97 ButtonUses:95 96 89 90Used by:Timeline
Symbol 98 TextUses:4Used by:99
Symbol 99 MovieClipUses:98Used by:Timeline
Symbol 100 TextUses:4Used by:101
Symbol 101 MovieClipUses:100Used by:Timeline
Symbol 102 GraphicUsed by:103
Symbol 103 MovieClipUses:102Used by:Timeline
Symbol 104 GraphicUsed by:108
Symbol 105 GraphicUsed by:106
Symbol 106 MovieClipUses:105Used by:107
Symbol 107 MovieClipUses:106Used by:108
Symbol 108 MovieClipUses:104 107Used by:Timeline
Symbol 109 GraphicUsed by:Timeline
Symbol 110 SoundUsed by:Timeline
Symbol 111 BitmapUsed by:112 510
Symbol 112 GraphicUses:111Used by:113
Symbol 113 MovieClipUses:112Used by:Timeline
Symbol 114 GraphicUsed by:121
Symbol 115 GraphicUsed by:116
Symbol 116 MovieClipUses:115Used by:121
Symbol 117 GraphicUsed by:118
Symbol 118 MovieClipUses:117Used by:121
Symbol 119 GraphicUsed by:121
Symbol 120 GraphicUsed by:121
Symbol 121 MovieClipUses:114 116 118 119 120Used by:Timeline
Symbol 122 GraphicUsed by:130
Symbol 123 SoundUsed by:130
Symbol 124 GraphicUsed by:130
Symbol 125 GraphicUsed by:130
Symbol 126 GraphicUsed by:130
Symbol 127 GraphicUsed by:130
Symbol 128 GraphicUsed by:130
Symbol 129 GraphicUsed by:130
Symbol 130 MovieClipUses:122 123 124 125 126 127 128 129Used by:Timeline
Symbol 131 GraphicUsed by:132
Symbol 132 MovieClipUses:131Used by:144
Symbol 133 GraphicUsed by:144
Symbol 134 SoundUsed by:144
Symbol 135 SoundUsed by:144
Symbol 136 SoundUsed by:144 171
Symbol 137 GraphicUsed by:144
Symbol 138 GraphicUsed by:144
Symbol 139 GraphicUsed by:144
Symbol 140 GraphicUsed by:144
Symbol 141 GraphicUsed by:144
Symbol 142 GraphicUsed by:144
Symbol 143 GraphicUsed by:144
Symbol 144 MovieClipUses:132 133 134 135 136 137 138 139 140 141 142 143Used by:Timeline
Symbol 145 GraphicUsed by:147
Symbol 146 GraphicUsed by:147
Symbol 147 MovieClipUses:145 146Used by:Timeline
Symbol 148 GraphicUsed by:149
Symbol 149 MovieClipUses:148Used by:150
Symbol 150 MovieClipUses:149Used by:Timeline
Symbol 151 GraphicUsed by:152
Symbol 152 MovieClipUses:151Used by:153
Symbol 153 MovieClipUses:152Used by:Timeline
Symbol 154 GraphicUsed by:155
Symbol 155 MovieClipUses:154Used by:Timeline
Symbol 156 GraphicUsed by:157
Symbol 157 MovieClipUses:156Used by:159
Symbol 158 SoundUsed by:159
Symbol 159 MovieClipUses:157 158Used by:Timeline
Symbol 160 GraphicUsed by:166
Symbol 161 GraphicUsed by:164 166
Symbol 162 GraphicUsed by:166 172
Symbol 163 GraphicUsed by:166
Symbol 164 MovieClipUses:161Used by:166
Symbol 165 SoundUsed by:166
Symbol 166 MovieClipUses:160 161 162 163 164 165Used by:Timeline
Symbol 167 GraphicUsed by:168
Symbol 168 MovieClipUses:167Used by:Timeline
Symbol 169 GraphicUsed by:170
Symbol 170 MovieClipUses:169Used by:171
Symbol 171 MovieClipUses:170 136Used by:Timeline
Symbol 172 MovieClipUses:162Used by:173
Symbol 173 MovieClipUses:172Used by:Timeline
Symbol 174 GraphicUsed by:175
Symbol 175 MovieClipUses:174Used by:176
Symbol 176 MovieClipUses:175Used by:Timeline
Symbol 177 GraphicUsed by:Timeline
Symbol 178 FontUsed by:179 180 184 185 186 191 196 257 337 351 367 379 394 410 424 437
Symbol 179 TextUses:178Used by:Timeline
Symbol 180 EditableTextUses:178Used by:Timeline
Symbol 181 GraphicUsed by:Timeline
Symbol 182 GraphicUsed by:183
Symbol 183 MovieClipUses:182Used by:Timeline
Symbol 184 TextUses:178Used by:Timeline
Symbol 185 TextUses:178Used by:Timeline
Symbol 186 TextUses:178Used by:Timeline
Symbol 187 GraphicUsed by:188
Symbol 188 MovieClipUses:187Used by:Timeline
Symbol 189 GraphicUsed by:190
Symbol 190 MovieClipUses:189Used by:Timeline
Symbol 191 TextUses:178Used by:Timeline
Symbol 192 GraphicUsed by:193
Symbol 193 MovieClipUses:192Used by:Timeline
Symbol 194 FontUsed 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 EditableTextUses:194Used by:Timeline
Symbol 196 TextUses:178Used by:197
Symbol 197 MovieClipUses:196Used by:Timeline
Symbol 198 GraphicUsed by:201
Symbol 199 GraphicUsed by:200 219 229 234 258 259 265 338 339 352 353 368 369 380 381 395 396 411 412 425 426
Symbol 200 MovieClipUses:199Used 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 MovieClipUses:198 200Used by:203 497  Timeline
Symbol 202 GraphicUsed by:203
Symbol 203 MovieClipUses:201 202Used by:205
Symbol 204 SoundUsed by:205
Symbol 205 MovieClipUses:203 204Used by:Timeline
Symbol 206 GraphicUsed by:211
Symbol 207 GraphicUsed by:211
Symbol 208 SoundUsed by:211
Symbol 209 SoundUsed by:211
Symbol 210 SoundUsed by:211
Symbol 211 MovieClipUses:206 207 208 209 210Used by:Timeline
Symbol 212 SoundUsed by:Timeline
Symbol 213 SoundUsed by:Timeline
Symbol 214 GraphicUses:1Used by:215
Symbol 215 MovieClipUses:214Used by:216
Symbol 216 MovieClipUses:215Used by:Timeline
Symbol 217 GraphicUsed by:219
Symbol 218 TextUses:194Used by:219
Symbol 219 ButtonUses:217 218 200 199Used by:Timeline
Symbol 220 TextUses:194Used by:221
Symbol 221 MovieClipUses:220Used by:Timeline
Symbol 222 GraphicUsed by:Timeline
Symbol 223 BitmapUsed by:224
Symbol 224 GraphicUses:223Used by:Timeline
Symbol 225 GraphicUsed by:229 258 338 352 368 380 395 411 425
Symbol 226 TextUses:194Used by:229 258 338 352 368 380 395 411 425
Symbol 227 GraphicUsed by:229 258 338 352 368 380 395 411 425
Symbol 228 TextUses:194Used by:229 258 338 352 368 380 395 411 425
Symbol 229 ButtonUses:225 226 200 227 228 199Used by:Timeline
Symbol 230 GraphicUsed by:234 259 339 353 369 381 396 412 426
Symbol 231 TextUses:194Used by:232 234 259 339 353 369 381 396 412 426
Symbol 232 MovieClipUses:231Used by:233
Symbol 233 MovieClipUses:232Used by:234 259 339 353 369 381 396 412 426
Symbol 234 ButtonUses:230 200 233 199 231Used by:Timeline
Symbol 235 TextUses:194Used by:236
Symbol 236 MovieClipUses:235Used by:Timeline
Symbol 237 BitmapUsed by:238
Symbol 238 GraphicUses:237Used by:239
Symbol 239 MovieClipUses:238Used by:Timeline
Symbol 240 GraphicUsed by:248
Symbol 241 GraphicUsed by:242
Symbol 242 MovieClipUses:241Used by:248
Symbol 243 GraphicUsed by:244
Symbol 244 MovieClipUses:243Used by:248
Symbol 245 GraphicUsed by:246
Symbol 246 MovieClipUses:245Used by:248
Symbol 247 GraphicUsed by:248
Symbol 248 MovieClipUses:240 242 244 246 247Used by:Timeline
Symbol 249 GraphicUsed by:251
Symbol 250 GraphicUsed by:251
Symbol 251 MovieClipUses:249 250Used by:Timeline
Symbol 252 GraphicUsed by:253
Symbol 253 MovieClipUses:252Used by:254
Symbol 254 MovieClipUses:253Used by:Timeline
Symbol 255 GraphicUsed by:Timeline
Symbol 256 GraphicUsed by:Timeline
Symbol 257 TextUses:178Used by:Timeline
Symbol 258 ButtonUses:225 226 200 227 228 199Used by:Timeline
Symbol 259 ButtonUses:230 200 233 199 231Used by:Timeline
Symbol 260 BitmapUsed by:261
Symbol 261 GraphicUses:260Used by:Timeline
Symbol 262 GraphicUsed by:265
Symbol 263 FontUsed by:264 496
Symbol 264 TextUses:263Used by:265
Symbol 265 ButtonUses:262 200 264 199Used by:Timeline
Symbol 266 GraphicUsed by:Timeline
Symbol 267 GraphicUsed by:288 302 308 312 315 318
Symbol 268 TextUses:194Used by:288
Symbol 269 TextUses:194Used by:288
Symbol 270 SoundUsed by:288 497
Symbol 271 TextUses:194Used by:288
Symbol 272 TextUses:194Used by:288
Symbol 273 TextUses:194Used by:288
Symbol 274 TextUses:194Used by:288
Symbol 275 TextUses:194Used by:288
Symbol 276 TextUses:194Used by:288
Symbol 277 TextUses:194Used by:288
Symbol 278 TextUses:194Used by:288
Symbol 279 TextUses:194Used by:288
Symbol 280 TextUses:194Used by:288
Symbol 281 TextUses:194Used by:288
Symbol 282 TextUses:194Used by:288
Symbol 283 TextUses:194Used by:288
Symbol 284 TextUses:194Used by:288
Symbol 285 TextUses:194Used by:288
Symbol 286 TextUses:194Used by:288
Symbol 287 TextUses:194Used by:288
Symbol 288 MovieClipUses:267 200 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287Used by:Timeline
Symbol 289 GraphicUsed by:296
Symbol 290 GraphicUsed by:291
Symbol 291 MovieClipUses:290Used by:296
Symbol 292 TextUses:194Used by:296
Symbol 293 SoundUsed by:296 302 309 312 315 318
Symbol 294 TextUses:194Used by:296
Symbol 295 TextUses:194Used by:296 309 318
Symbol 296 MovieClipUses:289 200 291 292 293 294 295Used by:Timeline
Symbol 297 GraphicUsed by:298
Symbol 298 MovieClipUses:297Used by:302
Symbol 299 TextUses:194Used by:302 315
Symbol 300 TextUses:194Used by:302 315
Symbol 301 TextUses:194Used by:302 312 315
Symbol 302 MovieClipUses:267 200 298 299 293 300 301Used by:Timeline
Symbol 303 GraphicUsed by:309
Symbol 304 GraphicUsed by:305
Symbol 305 MovieClipUses:304Used by:309
Symbol 306 TextUses:194Used by:307
Symbol 307 MovieClipUses:306Used by:309 312 318
Symbol 308 MovieClipUses:267 200Used by:309 312 318
Symbol 309 MovieClipUses:303 200 305 307 308 295 293Used by:Timeline
Symbol 310 GraphicUsed by:311
Symbol 311 MovieClipUses:310Used by:312
Symbol 312 MovieClipUses:267 200 311 307 308 301 293Used by:Timeline
Symbol 313 GraphicUsed by:314
Symbol 314 MovieClipUses:313Used by:315
Symbol 315 MovieClipUses:267 200 314 299 293 300 301Used by:Timeline
Symbol 316 GraphicUsed by:317
Symbol 317 MovieClipUses:316Used by:318
Symbol 318 MovieClipUses:267 200 317 307 308 295 293Used by:Timeline
Symbol 319 GraphicUsed by:Timeline
Symbol 320 SoundUsed by:Timeline
Symbol 321 BitmapUsed by:322
Symbol 322 GraphicUses:321Used by:323
Symbol 323 MovieClipUses:322Used by:Timeline
Symbol 324 GraphicUsed by:331
Symbol 325 GraphicUsed by:326
Symbol 326 ButtonUses:325Used by:331
Symbol 327 GraphicUsed by:328
Symbol 328 ButtonUses:327Used by:331
Symbol 329 GraphicUsed by:331
Symbol 330 GraphicUsed by:331
Symbol 331 MovieClipUses:324 326 328 329 330Used by:Timeline
Symbol 332 GraphicUsed by:334
Symbol 333 GraphicUsed by:334 431
Symbol 334 MovieClipUses:332 333Used by:Timeline
Symbol 335 GraphicUsed by:336
Symbol 336 MovieClipUses:335Used by:Timeline
Symbol 337 TextUses:178Used by:Timeline
Symbol 338 ButtonUses:225 226 200 227 228 199Used by:Timeline
Symbol 339 ButtonUses:230 200 233 199 231Used by:Timeline
Symbol 340 BitmapUsed by:341
Symbol 341 GraphicUses:340Used by:342
Symbol 342 MovieClipUses:341Used by:Timeline
Symbol 343 GraphicUsed by:345
Symbol 344 GraphicUsed by:345
Symbol 345 MovieClipUses:343 344Used by:Timeline
Symbol 346 GraphicUsed by:348
Symbol 347 GraphicUsed by:348
Symbol 348 MovieClipUses:346 347Used by:Timeline
Symbol 349 GraphicUsed by:350
Symbol 350 MovieClipUses:349Used by:Timeline
Symbol 351 TextUses:178Used by:Timeline
Symbol 352 ButtonUses:225 226 200 227 228 199Used by:Timeline
Symbol 353 ButtonUses:230 200 233 199 231Used by:Timeline
Symbol 354 BitmapUsed by:355
Symbol 355 GraphicUses:354Used by:356
Symbol 356 MovieClipUses:355Used by:Timeline
Symbol 357 GraphicUsed by:361
Symbol 358 GraphicUsed by:359
Symbol 359 MovieClipUses:358Used by:361
Symbol 360 GraphicUsed by:361
Symbol 361 MovieClipUses:357 359 360Used by:Timeline
Symbol 362 GraphicUsed by:364
Symbol 363 GraphicUsed by:364
Symbol 364 MovieClipUses:362 363Used by:Timeline
Symbol 365 GraphicUsed by:366
Symbol 366 MovieClipUses:365Used by:Timeline
Symbol 367 TextUses:178Used by:Timeline
Symbol 368 ButtonUses:225 226 200 227 228 199Used by:Timeline
Symbol 369 ButtonUses:230 200 233 199 231Used by:Timeline
Symbol 370 GraphicUsed by:372
Symbol 371 GraphicUsed by:372
Symbol 372 MovieClipUses:370 371Used by:Timeline
Symbol 373 GraphicUsed by:374
Symbol 374 MovieClipUses:373Used by:375
Symbol 375 MovieClipUses:374Used by:Timeline
Symbol 376 GraphicUsed by:377
Symbol 377 MovieClipUses:376Used by:378
Symbol 378 MovieClipUses:377Used by:Timeline
Symbol 379 TextUses:178Used by:Timeline
Symbol 380 ButtonUses:225 226 200 227 228 199Used by:Timeline
Symbol 381 ButtonUses:230 200 233 199 231Used by:Timeline
Symbol 382 BitmapUsed by:383
Symbol 383 GraphicUses:382Used by:384
Symbol 384 MovieClipUses:383Used by:Timeline
Symbol 385 GraphicUsed by:387
Symbol 386 GraphicUsed by:387
Symbol 387 MovieClipUses:385 386Used by:Timeline
Symbol 388 GraphicUsed by:389
Symbol 389 MovieClipUses:388Used by:390
Symbol 390 MovieClipUses:389Used by:Timeline
Symbol 391 GraphicUsed by:393
Symbol 392 GraphicUsed by:393
Symbol 393 MovieClipUses:391 392Used by:Timeline
Symbol 394 TextUses:178Used by:Timeline
Symbol 395 ButtonUses:225 226 200 227 228 199Used by:Timeline
Symbol 396 ButtonUses:230 200 233 199 231Used by:Timeline
Symbol 397 BitmapUsed by:398
Symbol 398 GraphicUses:397Used by:399
Symbol 399 MovieClipUses:398Used by:Timeline
Symbol 400 GraphicUsed by:402
Symbol 401 GraphicUsed by:402
Symbol 402 MovieClipUses:400 401Used by:Timeline
Symbol 403 GraphicUsed by:407
Symbol 404 GraphicUsed by:405
Symbol 405 MovieClipUses:404Used by:407
Symbol 406 GraphicUsed by:407
Symbol 407 MovieClipUses:403 405 406Used by:Timeline
Symbol 408 GraphicUsed by:409
Symbol 409 MovieClipUses:408Used by:Timeline
Symbol 410 TextUses:178Used by:Timeline
Symbol 411 ButtonUses:225 226 200 227 228 199Used by:Timeline
Symbol 412 ButtonUses:230 200 233 199 231Used by:Timeline
Symbol 413 BitmapUsed by:414
Symbol 414 GraphicUses:413Used by:415
Symbol 415 MovieClipUses:414Used by:Timeline
Symbol 416 GraphicUsed by:418
Symbol 417 GraphicUsed by:418
Symbol 418 MovieClipUses:416 417Used by:Timeline
Symbol 419 GraphicUsed by:420
Symbol 420 MovieClipUses:419Used by:Timeline
Symbol 421 GraphicUsed by:423
Symbol 422 GraphicUsed by:423
Symbol 423 MovieClipUses:421 422Used by:Timeline
Symbol 424 TextUses:178Used by:Timeline
Symbol 425 ButtonUses:225 226 200 227 228 199Used by:Timeline
Symbol 426 ButtonUses:230 200 233 199 231Used by:Timeline
Symbol 427 BitmapUsed by:428
Symbol 428 GraphicUses:427Used by:429
Symbol 429 MovieClipUses:428Used by:Timeline
Symbol 430 GraphicUsed by:431
Symbol 431 MovieClipUses:430 333Used by:Timeline
Symbol 432 GraphicUsed by:434
Symbol 433 GraphicUsed by:434
Symbol 434 MovieClipUses:432 433Used by:Timeline
Symbol 435 GraphicUsed by:436
Symbol 436 MovieClipUses:435Used by:Timeline
Symbol 437 TextUses:178Used by:Timeline
Symbol 438 GraphicUsed by:Timeline
Symbol 439 BitmapUsed by:440
Symbol 440 GraphicUses:439Used by:441 456
Symbol 441 MovieClipUses:440Used by:Timeline
Symbol 442 GraphicUsed by:443
Symbol 443 MovieClipUses:442Used by:446
Symbol 444 GraphicUsed by:446
Symbol 445 GraphicUsed by:446
Symbol 446 MovieClipUses:443 444 445Used by:Timeline
Symbol 447 GraphicUsed by:448 462
Symbol 448 MovieClipUses:447Used by:449
Symbol 449 MovieClipUses:448Used by:Timeline
Symbol 450 GraphicUsed by:451
Symbol 451 MovieClipUses:450Used by:Timeline
Symbol 452 GraphicUsed by:455
Symbol 453 GraphicUsed by:454
Symbol 454 MovieClipUses:453Used by:455
Symbol 455 MovieClipUses:452 454Used by:Timeline
Symbol 456 MovieClipUses:440Used by:Timeline
Symbol 457 TextUses:194Used by:Timeline
Symbol 458 TextUses:194Used by:Timeline
Symbol 459 GraphicUsed by:461
Symbol 460 TextUses:194Used by:461
Symbol 461 MovieClipUses:459 200 460Used by:Timeline
Symbol 462 MovieClipUses:447Used by:Timeline
Symbol 463 BitmapUsed by:465 471 477 498 502 503 504
Symbol 464 BitmapUsed by:465 477 498 502 503 504
Symbol 465 GraphicUses:463 464Used by:Timeline
Symbol 466 BitmapUsed by:467
Symbol 467 GraphicUses:466Used by:468
Symbol 468 MovieClipUses:467Used by:Timeline
Symbol 469 GraphicUsed by:470
Symbol 470 MovieClipUses:469Used by:Timeline
Symbol 471 GraphicUses:463Used by:472
Symbol 472 MovieClipUses:471Used by:Timeline
Symbol 473 GraphicUsed by:474
Symbol 474 MovieClipUses:473Used by:Timeline
Symbol 475 TextUses:194Used by:Timeline
Symbol 476 SoundUsed by:497  Timeline
Symbol 477 GraphicUses:463 464Used by:Timeline
Symbol 478 GraphicUsed by:Timeline
Symbol 479 GraphicUsed by:497
Symbol 480 FontUsed by:481 482 483 488 490 492
Symbol 481 TextUses:480Used by:497
Symbol 482 TextUses:480Used by:497
Symbol 483 TextUses:480Used by:497
Symbol 484 GraphicUsed by:497
Symbol 485 GraphicUsed by:497
Symbol 486 GraphicUsed by:497
Symbol 487 GraphicUsed by:497
Symbol 488 TextUses:480Used by:497
Symbol 489 GraphicUsed by:497
Symbol 490 TextUses:480Used by:497
Symbol 491 GraphicUsed by:497
Symbol 492 TextUses:480Used by:497
Symbol 493 GraphicUsed by:497
Symbol 494 SoundUsed by:497
Symbol 495 SoundUsed by:497
Symbol 496 TextUses:263Used by:497
Symbol 497 MovieClipUses:479 481 270 476 482 483 484 485 486 487 488 489 490 491 492 493 494 495 201 496Used by:Timeline
Symbol 498 GraphicUses:463 464Used by:Timeline
Symbol 499 GraphicUsed by:500
Symbol 500 MovieClipUses:499Used by:Timeline
Symbol 501 SoundUsed by:Timeline
Symbol 502 GraphicUses:463 464Used by:Timeline
Symbol 503 GraphicUses:463 464Used by:Timeline
Symbol 504 GraphicUses:463 464Used by:Timeline
Symbol 505 TextUses:194Used by:Timeline
Symbol 506 GraphicUsed by:Timeline
Symbol 507 TextUses:194Used by:Timeline
Symbol 508 TextUses:194Used by:Timeline
Symbol 509 TextUses:194Used by:Timeline
Symbol 510 GraphicUses:111Used by:511
Symbol 511 MovieClipUses:510Used by:Timeline
Symbol 512 GraphicUsed by:513
Symbol 513 MovieClipUses:512Used by:514
Symbol 514 MovieClipUses:513Used by:Timeline
Symbol 515 GraphicUsed by:520
Symbol 516 TextUses:194Used by:520
Symbol 517 TextUses:194Used by:520
Symbol 518 TextUses:194Used by:520
Symbol 519 TextUses:194Used by:520
Symbol 520 MovieClipUses:515 200 516 517 518 519Used by:Timeline
Symbol 521 GraphicUsed by:535
Symbol 522 TextUses:194Used by:535
Symbol 523 GraphicUsed by:535
Symbol 524 TextUses:194Used by:535
Symbol 525 GraphicUsed by:535
Symbol 526 TextUses:194Used by:535
Symbol 527 GraphicUsed by:535
Symbol 528 TextUses:194Used by:535
Symbol 529 GraphicUsed by:535
Symbol 530 TextUses:194Used by:535
Symbol 531 GraphicUsed by:535
Symbol 532 TextUses:194Used by:535
Symbol 533 GraphicUsed by:535
Symbol 534 TextUses:194Used by:535
Symbol 535 MovieClipUses:521 522 523 524 525 526 527 528 529 530 531 532 533 534Used by:Timeline
Symbol 536 SoundUsed by:Timeline

Instance Names

"ball"Frame 2Symbol 108 MovieClip
"ball"Frame 2Symbol 108 MovieClip
"ball"Frame 2Symbol 108 MovieClip
"BG"Frame 3Symbol 113 MovieClip
"Virus"Frame 3Symbol 121 MovieClip
"blood"Frame 3Symbol 130 MovieClip
"blood2"Frame 3Symbol 130 MovieClip
"BloodSplat"Frame 3Symbol 144 MovieClip
"LevelComplete"Frame 3Symbol 147 MovieClip
"white1"Frame 3Symbol 150 MovieClip
"white2"Frame 3Symbol 150 MovieClip
"Orb_Move"Frame 3Symbol 153 MovieClip
"S_A"Frame 3Symbol 155 MovieClip
"AOE"Frame 3Symbol 159 MovieClip
"MineAttack"Frame 3Symbol 166 MovieClip
"ball"Frame 3Symbol 108 MovieClip
"VirusBrain"Frame 3Symbol 168 MovieClip
"SmokeRing"Frame 3Symbol 171 MovieClip
"Food"Frame 3Symbol 173 MovieClip
"FOOD"Frame 3Symbol 173 MovieClip
"FooD"Frame 3Symbol 173 MovieClip
"HealPill"Frame 3Symbol 176 MovieClip
"HealAction"Frame 3Symbol 205 MovieClip
"SoundBox"Frame 3Symbol 211 MovieClip
"BG"Frame 17Symbol 239 MovieClip
"blood"Frame 17Symbol 130 MovieClip
"BloodSplat"Frame 17Symbol 144 MovieClip
"Virus"Frame 17Symbol 248 MovieClip
"blood2"Frame 17Symbol 130 MovieClip
"blood3"Frame 17Symbol 130 MovieClip
"LevelComplete"Frame 17Symbol 251 MovieClip
"white2"Frame 17Symbol 254 MovieClip
"white3"Frame 17Symbol 254 MovieClip
"white1"Frame 17Symbol 254 MovieClip
"VirusBrain"Frame 17Symbol 168 MovieClip
"SmokeRing"Frame 17Symbol 171 MovieClip
"Food"Frame 17Symbol 173 MovieClip
"FooD"Frame 17Symbol 173 MovieClip
"FOOD"Frame 17Symbol 173 MovieClip
"fOOd"Frame 17Symbol 173 MovieClip
"HealPill"Frame 17Symbol 176 MovieClip
"HealAction"Frame 17Symbol 205 MovieClip
"NextLevel"Frame 27Symbol 265 Button
"Display"Frame 27Symbol 288 MovieClip
"UpgradeSize"Frame 27Symbol 296 MovieClip
"Reflex"Frame 27Symbol 302 MovieClip
"Orb_Button"Frame 27Symbol 309 MovieClip
"Blast_Wave"Frame 27Symbol 312 MovieClip
"Slow_Aura"Frame 27Symbol 315 MovieClip
"Mine_Button"Frame 27Symbol 318 MovieClip
"BG"Frame 32Symbol 323 MovieClip
"Virus"Frame 32Symbol 331 MovieClip
"BloodSplat"Frame 32Symbol 144 MovieClip
"blood"Frame 32Symbol 130 MovieClip
"blood2"Frame 32Symbol 130 MovieClip
"blood3"Frame 32Symbol 130 MovieClip
"blood4"Frame 32Symbol 130 MovieClip
"LevelComplete"Frame 32Symbol 334 MovieClip
"white2"Frame 32Symbol 336 MovieClip
"white1"Frame 32Symbol 336 MovieClip
"white3"Frame 32Symbol 336 MovieClip
"white4"Frame 32Symbol 336 MovieClip
"VirusBrain"Frame 32Symbol 168 MovieClip
"SmokeRing"Frame 32Symbol 171 MovieClip
"Food"Frame 32Symbol 173 MovieClip
"FooD"Frame 32Symbol 173 MovieClip
"FOOD"Frame 32Symbol 173 MovieClip
"fOOd"Frame 32Symbol 173 MovieClip
"fooD"Frame 32Symbol 173 MovieClip
"HealPill"Frame 32Symbol 176 MovieClip
"HealAction"Frame 32Symbol 205 MovieClip
"BG"Frame 42Symbol 342 MovieClip
"blood"Frame 42Symbol 130 MovieClip
"blood2"Frame 42Symbol 130 MovieClip
"blood3"Frame 42Symbol 130 MovieClip
"blood4"Frame 42Symbol 130 MovieClip
"BloodSplat"Frame 42Symbol 144 MovieClip
"LevelComplete"Frame 42Symbol 345 MovieClip
"blood5"Frame 42Symbol 130 MovieClip
"Virus"Frame 42Symbol 348 MovieClip
"white1"Frame 42Symbol 350 MovieClip
"white2"Frame 42Symbol 350 MovieClip
"white4"Frame 42Symbol 350 MovieClip
"white3"Frame 42Symbol 350 MovieClip
"white5"Frame 42Symbol 350 MovieClip
"VirusBrain"Frame 42Symbol 168 MovieClip
"SmokeRing"Frame 42Symbol 171 MovieClip
"Food"Frame 42Symbol 173 MovieClip
"FooD"Frame 42Symbol 173 MovieClip
"FOOD"Frame 42Symbol 173 MovieClip
"fOOd"Frame 42Symbol 173 MovieClip
"fooD"Frame 42Symbol 173 MovieClip
"HealPill"Frame 42Symbol 176 MovieClip
"HealAction"Frame 42Symbol 205 MovieClip
"BG"Frame 52Symbol 356 MovieClip
"blood"Frame 52Symbol 130 MovieClip
"blood2"Frame 52Symbol 130 MovieClip
"blood3"Frame 52Symbol 130 MovieClip
"blood4"Frame 52Symbol 130 MovieClip
"BloodSplat"Frame 52Symbol 144 MovieClip
"BloodSplat"Frame 52Symbol 144 MovieClip
"Virus"Frame 52Symbol 361 MovieClip
"LevelComplete"Frame 52Symbol 364 MovieClip
"blood5"Frame 52Symbol 130 MovieClip
"blood6"Frame 52Symbol 130 MovieClip
"white1"Frame 52Symbol 366 MovieClip
"white2"Frame 52Symbol 366 MovieClip
"white3"Frame 52Symbol 366 MovieClip
"white4"Frame 52Symbol 366 MovieClip
"white5"Frame 52Symbol 366 MovieClip
"white6"Frame 52Symbol 366 MovieClip
"VirusBrain"Frame 52Symbol 168 MovieClip
"SmokeRing"Frame 52Symbol 171 MovieClip
"Food"Frame 52Symbol 173 MovieClip
"FooD"Frame 52Symbol 173 MovieClip
"FOOD"Frame 52Symbol 173 MovieClip
"fOOd"Frame 52Symbol 173 MovieClip
"fooD"Frame 52Symbol 173 MovieClip
"HealPill"Frame 52Symbol 176 MovieClip
"HealAction"Frame 52Symbol 205 MovieClip
"BG"Frame 62Symbol 3 MovieClip
"BloodSplat"Frame 62Symbol 144 MovieClip
"LevelComplete"Frame 62Symbol 372 MovieClip
"blood"Frame 62Symbol 130 MovieClip
"blood2"Frame 62Symbol 130 MovieClip
"blood3"Frame 62Symbol 130 MovieClip
"blood4"Frame 62Symbol 130 MovieClip
"Virus"Frame 62Symbol 375 MovieClip
"blood5"Frame 62Symbol 130 MovieClip
"blood6"Frame 62Symbol 130 MovieClip
"white1"Frame 62Symbol 378 MovieClip
"white2"Frame 62Symbol 378 MovieClip
"white3"Frame 62Symbol 378 MovieClip
"white4"Frame 62Symbol 378 MovieClip
"white5"Frame 62Symbol 378 MovieClip
"white6"Frame 62Symbol 378 MovieClip
"VirusBrain"Frame 62Symbol 168 MovieClip
"SmokeRing"Frame 62Symbol 171 MovieClip
"Food"Frame 62Symbol 173 MovieClip
"FooD"Frame 62Symbol 173 MovieClip
"FOOD"Frame 62Symbol 173 MovieClip
"fOOd"Frame 62Symbol 173 MovieClip
"fooD"Frame 62Symbol 173 MovieClip
"FOod"Frame 62Symbol 173 MovieClip
"HealPill"Frame 62Symbol 176 MovieClip
"HealAction"Frame 62Symbol 205 MovieClip
"BG"Frame 72Symbol 384 MovieClip
"blood"Frame 72Symbol 130 MovieClip
"blood2"Frame 72Symbol 130 MovieClip
"blood3"Frame 72Symbol 130 MovieClip
"blood4"Frame 72Symbol 130 MovieClip
"blood5"Frame 72Symbol 130 MovieClip
"blood6"Frame 72Symbol 130 MovieClip
"BloodSplat"Frame 72Symbol 144 MovieClip
"Virus"Frame 72Symbol 387 MovieClip
"blood7"Frame 72Symbol 130 MovieClip
"blood8"Frame 72Symbol 130 MovieClip
"white1"Frame 72Symbol 390 MovieClip
"white2"Frame 72Symbol 390 MovieClip
"white4"Frame 72Symbol 390 MovieClip
"white6"Frame 72Symbol 390 MovieClip
"white3"Frame 72Symbol 390 MovieClip
"white5"Frame 72Symbol 390 MovieClip
"white7"Frame 72Symbol 390 MovieClip
"white8"Frame 72Symbol 390 MovieClip
"LevelComplete"Frame 72Symbol 393 MovieClip
"VirusBrain"Frame 72Symbol 168 MovieClip
"SmokeRing"Frame 72Symbol 171 MovieClip
"Food"Frame 72Symbol 173 MovieClip
"FooD"Frame 72Symbol 173 MovieClip
"FOOD"Frame 72Symbol 173 MovieClip
"fOOd"Frame 72Symbol 173 MovieClip
"fooD"Frame 72Symbol 173 MovieClip
"FOod"Frame 72Symbol 173 MovieClip
"HealPill"Frame 72Symbol 176 MovieClip
"HealAction"Frame 72Symbol 205 MovieClip
"BG"Frame 82Symbol 399 MovieClip
"blood"Frame 82Symbol 130 MovieClip
"blood2"Frame 82Symbol 130 MovieClip
"blood3"Frame 82Symbol 130 MovieClip
"blood4"Frame 82Symbol 130 MovieClip
"blood5"Frame 82Symbol 130 MovieClip
"blood6"Frame 82Symbol 130 MovieClip
"BloodSplat"Frame 82Symbol 144 MovieClip
"LevelComplete"Frame 82Symbol 402 MovieClip
"Virus"Frame 82Symbol 407 MovieClip
"white1"Frame 82Symbol 409 MovieClip
"white2"Frame 82Symbol 409 MovieClip
"white3"Frame 82Symbol 409 MovieClip
"white4"Frame 82Symbol 409 MovieClip
"white5"Frame 82Symbol 409 MovieClip
"white6"Frame 82Symbol 409 MovieClip
"VirusBrain"Frame 82Symbol 168 MovieClip
"SmokeRing"Frame 82Symbol 171 MovieClip
"Food"Frame 82Symbol 173 MovieClip
"FooD"Frame 82Symbol 173 MovieClip
"FOOD"Frame 82Symbol 173 MovieClip
"fOOd"Frame 82Symbol 173 MovieClip
"fooD"Frame 82Symbol 173 MovieClip
"FOod"Frame 82Symbol 173 MovieClip
"HealPill"Frame 82Symbol 176 MovieClip
"HealAction"Frame 82Symbol 205 MovieClip
"BG"Frame 92Symbol 415 MovieClip
"BloodSplat"Frame 92Symbol 144 MovieClip
"Virus"Frame 92Symbol 418 MovieClip
"blood"Frame 92Symbol 130 MovieClip
"blood2"Frame 92Symbol 130 MovieClip
"blood3"Frame 92Symbol 130 MovieClip
"blood4"Frame 92Symbol 130 MovieClip
"blood5"Frame 92Symbol 130 MovieClip
"white1"Frame 92Symbol 420 MovieClip
"white2"Frame 92Symbol 420 MovieClip
"white3"Frame 92Symbol 420 MovieClip
"white4"Frame 92Symbol 420 MovieClip
"white5"Frame 92Symbol 420 MovieClip
"LevelComplete"Frame 92Symbol 423 MovieClip
"VirusBrain"Frame 92Symbol 168 MovieClip
"SmokeRing"Frame 92Symbol 171 MovieClip
"Food"Frame 92Symbol 173 MovieClip
"FooD"Frame 92Symbol 173 MovieClip
"FOOD"Frame 92Symbol 173 MovieClip
"fOOd"Frame 92Symbol 173 MovieClip
"fooD"Frame 92Symbol 173 MovieClip
"FOod"Frame 92Symbol 173 MovieClip
"HealPill"Frame 92Symbol 176 MovieClip
"HealAction"Frame 92Symbol 205 MovieClip
"BG"Frame 102Symbol 429 MovieClip
"blood"Frame 102Symbol 130 MovieClip
"blood2"Frame 102Symbol 130 MovieClip
"blood3"Frame 102Symbol 130 MovieClip
"blood4"Frame 102Symbol 130 MovieClip
"blood5"Frame 102Symbol 130 MovieClip
"BloodSplat"Frame 102Symbol 144 MovieClip
"LevelComplete"Frame 102Symbol 431 MovieClip
"Virus"Frame 102Symbol 434 MovieClip
"blood6"Frame 102Symbol 130 MovieClip
"blood7"Frame 102Symbol 130 MovieClip
"blood8"Frame 102Symbol 130 MovieClip
"white1"Frame 102Symbol 436 MovieClip
"white2"Frame 102Symbol 436 MovieClip
"white3"Frame 102Symbol 436 MovieClip
"white4"Frame 102Symbol 436 MovieClip
"white5"Frame 102Symbol 436 MovieClip
"white6"Frame 102Symbol 436 MovieClip
"white6"Frame 102Symbol 436 MovieClip
"white7"Frame 102Symbol 436 MovieClip
"white8"Frame 102Symbol 436 MovieClip
"VirusBrain"Frame 102Symbol 168 MovieClip
"SmokeRing"Frame 102Symbol 171 MovieClip
"Food"Frame 102Symbol 173 MovieClip
"FooD"Frame 102Symbol 173 MovieClip
"FOOD"Frame 102Symbol 173 MovieClip
"fOOd"Frame 102Symbol 173 MovieClip
"fooD"Frame 102Symbol 173 MovieClip
"FOod"Frame 102Symbol 173 MovieClip
"HealPill"Frame 102Symbol 176 MovieClip
"HealAction"Frame 102Symbol 205 MovieClip
"BG"Frame 820Symbol 511 MovieClip
"Virus"Frame 820Symbol 121 MovieClip
"blood"Frame 820Symbol 130 MovieClip
"white1"Frame 820Symbol 150 MovieClip
"ball"Frame 820Symbol 108 MovieClip
"VirusBrain"Frame 820Symbol 168 MovieClip
"SmokeRing"Frame 820Symbol 171 MovieClip
"Tur_1"Frame 820Symbol 514 MovieClip
"Tur_3"Frame 820Symbol 514 MovieClip
"Tur_2"Frame 820Symbol 514 MovieClip
"HealPill"Frame 820Symbol 176 MovieClip
"HealAction"Frame 820Symbol 205 MovieClip
"N_Button"Frame 820Symbol 520 MovieClip
"Guide"Frame 820Symbol 535 MovieClip
"SoundBox"Frame 820Symbol 211 MovieClip
"bar"Symbol 82 MovieClip Frame 1Symbol 11 MovieClip
"bargfx"Symbol 82 MovieClip Frame 1Symbol 14 MovieClip
"tankLogo"Symbol 82 MovieClip Frame 1Symbol 50 MovieClip
"bargfx"Symbol 82 MovieClip Frame 2Symbol 14 MovieClip
"loadingText"Symbol 82 MovieClip Frame 2Symbol 55 MovieClip
"bargfx"Symbol 82 MovieClip Frame 20Symbol 14 MovieClip
"Explode"Symbol 166 MovieClip Frame 21Symbol 164 MovieClip
"Locked"Symbol 309 MovieClip Frame 1Symbol 307 MovieClip
"Gray"Symbol 309 MovieClip Frame 1Symbol 308 MovieClip
"Locked"Symbol 312 MovieClip Frame 1Symbol 307 MovieClip
"Gray"Symbol 312 MovieClip Frame 1Symbol 308 MovieClip
"Locked"Symbol 318 MovieClip Frame 1Symbol 307 MovieClip
"Gray"Symbol 318 MovieClip Frame 1Symbol 308 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access 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

livesSymbol 180 EditableText""
scoreSymbol 195 EditableText""




http://swfchan.com/10/47857/info.shtml
Created: 1/5 -2019 00:49:57 Last modified: 1/5 -2019 00:49:57 Server time: 21/05 -2024 23:59:01