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

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

Small White Lymphocyte.swf

This is the info page for
Flash #25153

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


Text
Music

Small White
Lymphocyte!

Small White
Lymphocyte!

Play

Play

Instructions

instructions

credits

Credits

<P ALIGN="CENTER"><FONT FACE="CarrickGroovy" SIZE="24" COLOR="#D3D3D3"><A HREF="http://www.gamesforyourwebsite.com/" target = "_blank">Put this on your site</A></FONT></P>

Control a lymphocyte and protect the newly transplanted heart from germs trying to clog up the coronary arteries. Use SPACE to shoot antibodies at the germs. When you've killed enough germs of one sort you can unleash the "Lymph Bath" or the "Coronary Arteries". These two special attacks help out a lot.
Don't let the green germs touch the heart, or you will lose! Also, do not fire your antibodies at it. Buy upgrades with your score after each level.
Press "Q" to change quality in the game.
Press "P" to pause the game.

Back

Back

Programming:
Alexander Asvegren

Concept:
Alexander Asvegren

Graphics:
Alexander Asvegren

Music:
DJRunaway

Easy

Easy

medium

Medium

hard

hard

CARDIAC ARREST!

CARDIAC ARREST!

lymph bath!

lymph bath!

Paused!

Paused!

Get ready!

Get ready!

Go!

go!

coronary arteries!

coronary arteries!

back to menu

back to menu

100

Press "Z"

lymph

lymph

Press "X"

blood

blood

score:

Score:

100

100

Level:

Level:

100

speed upgrade

speed upgrade

heart armor

Heart armor

restore heart

Restore heart

Buy

buy

Buy

500

500

5000

5000

100

100

100

100

ActionScript [AS1/AS2]

Frame 1
stop();
Instance of Symbol 10 MovieClip in Frame 1
onClipEvent (enterFrame) { _root.loadedd = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); loaded = _root.loadedd + "%"; _currentframe = Math.round(_root.loadedd); gotoAndPlay(Math.round(_root.loadedd)); if (_root.loadedd == 100) { tellTarget ("_root") { play(); }; } }
Frame 2
stop(); _root.enemyattack = 1; _root.speed = 5; _root.score = 0; _root.greenkilled = 1; _root.bluekilled = 1; _root.level = 1; _root.time = 0;
Frame 3
stop(); intro.onPress = function () { getURL ("http://www.urgames.com/", "_blank"); };
Frame 4
stop();
Instance of Symbol 66 MovieClip "hitter" in Frame 4
onClipEvent (load) { drop = true; } onClipEvent (enterFrame) { if (drop == true) { _x = (_x + 10); _root.txtgetready._visible = true; } if (_x > 200) { drop = false; _root.txtgetready._visible = false; _root.txtgo.play(); } }
Instance of Symbol 74 MovieClip in Frame 4
onClipEvent (enterFrame) { with (_root.hitter) { if (this.hitTest(getBounds(_root).xMax, _y, true)) { _x = _x - _root.gubbe.speed; } if (this.hitTest(getBounds(_root).xMin, _y, true)) { _x = _x + _root.gubbe.speed; } if (this.hitTest(_x, getBounds(_root).yMax, true)) { _y = _y - _root.gubbe.speed; } if (this.hitTest(_x, getBounds(_root).yMin, true)) { _y = _y + _root.gubbe.speed; } } with (_root.star1) { if (this.hitTest(getBounds(_root).xMax, _y, true)) { _x = 500000 /* 0x07A120 */; xspeed = 0; yspeed = 0; } if (this.hitTest(getBounds(_root).xMin, _y, true)) { _x = 500000 /* 0x07A120 */; xspeed = 0; yspeed = 0; } if (this.hitTest(_x, getBounds(_root).yMax, true)) { _x = 500000 /* 0x07A120 */; xspeed = 0; yspeed = 0; } if (this.hitTest(_x, getBounds(_root).yMin, true)) { _x = 500000 /* 0x07A120 */; xspeed = 0; yspeed = 0; } } with (_root.star2) { if (this.hitTest(getBounds(_root).xMax, _y, true)) { _x = 500000 /* 0x07A120 */; xspeed = 0; yspeed = 0; } if (this.hitTest(getBounds(_root).xMin, _y, true)) { _x = 500000 /* 0x07A120 */; xspeed = 0; yspeed = 0; } if (this.hitTest(_x, getBounds(_root).yMax, true)) { _x = 500000 /* 0x07A120 */; xspeed = 0; yspeed = 0; } if (this.hitTest(_x, getBounds(_root).yMin, true)) { _x = 500000 /* 0x07A120 */; xspeed = 0; yspeed = 0; } } with (_root.star3) { if (this.hitTest(getBounds(_root).xMax, _y, true)) { _x = 500000 /* 0x07A120 */; xspeed = 0; yspeed = 0; } if (this.hitTest(getBounds(_root).xMin, _y, true)) { _x = 500000 /* 0x07A120 */; xspeed = 0; yspeed = 0; } if (this.hitTest(_x, getBounds(_root).yMax, true)) { _x = 500000 /* 0x07A120 */; xspeed = 0; yspeed = 0; } if (this.hitTest(_x, getBounds(_root).yMin, true)) { _x = 500000 /* 0x07A120 */; xspeed = 0; yspeed = 0; } } with (_root.enemy1) { if (this.hitTest(getBounds(_root).xMax, _y, true)) { _x = _x - _root.bakteriefart; } if (this.hitTest(getBounds(_root).xMin, _y, true)) { _x = _x + _root.bakteriefart; } if (this.hitTest(_x, getBounds(_root).yMax, true)) { _y = _y - _root.bakteriefart; } if (this.hitTest(_x, getBounds(_root).yMin, true)) { _y = _y + _root.bakteriefart; } } with (_root.enemy2) { if (this.hitTest(getBounds(_root).xMax, _y, true)) { _x = _x - _root.bakteriefart; } if (this.hitTest(getBounds(_root).xMin, _y, true)) { _x = _x + _root.bakteriefart; } if (this.hitTest(_x, getBounds(_root).yMax, true)) { _y = _y - _root.bakteriefart; } if (this.hitTest(_x, getBounds(_root).yMin, true)) { _y = _y + _root.bakteriefart; } } with (_root.enemy3) { if (this.hitTest(getBounds(_root).xMax, _y, true)) { _x = _x - _root.bakteriefart; } if (this.hitTest(getBounds(_root).xMin, _y, true)) { _x = _x + _root.bakteriefart; } if (this.hitTest(_x, getBounds(_root).yMax, true)) { _y = _y - _root.bakteriefart; } if (this.hitTest(_x, getBounds(_root).yMin, true)) { _y = _y + _root.bakteriefart; } } }
Instance of Symbol 77 MovieClip "star1" in Frame 4
onClipEvent (enterFrame) { _y = (_y + yspeed); _x = (_x + xspeed); }
Instance of Symbol 77 MovieClip "star2" in Frame 4
onClipEvent (enterFrame) { _y = (_y + yspeed); _x = (_x + xspeed); }
Instance of Symbol 77 MovieClip "star3" in Frame 4
onClipEvent (enterFrame) { _y = (_y + yspeed); _x = (_x + xspeed); }
Instance of Symbol 97 MovieClip "gubbe" in Frame 4
onClipEvent (enterFrame) { if (_root.pause == false) { _y = _root.hitter._y; _x = _root.hitter._x; if (Key.isDown(32)) { gotoAndStop (3); attacking = true; } if (Key.isDown(38) & (attacking == false)) { if (Key.isDown(39) & (attacking == false)) { gotoAndStop (2); _root.hitter._y = _root.hitter._y - _root.speed; _root.hitter._x = _root.hitter._x + _root.speed; _rotation = 45; } else if (Key.isDown(37) & (attacking == false)) { gotoAndStop (2); _root.hitter._y = _root.hitter._y - _root.speed; _root.hitter._x = _root.hitter._x - _root.speed; _rotation = 315; } else { _root.hitter._y = _root.hitter._y - _root.speed; gotoAndStop (2); _rotation = 0; } } else if (Key.isDown(40) & (attacking == false)) { if (Key.isDown(39) & (attacking == false)) { gotoAndStop (2); _root.hitter._y = _root.hitter._y + _root.speed; _root.hitter._x = _root.hitter._x + _root.speed; _rotation = 135; } else if (Key.isDown(37) & (attacking == false)) { gotoAndStop (2); _root.hitter._y = _root.hitter._y + _root.speed; _root.hitter._x = _root.hitter._x - _root.speed; _rotation = 225; } else { gotoAndStop (2); _root.hitter._y = _root.hitter._y + _root.speed; _rotation = 180; } } else if (Key.isDown(39) & (attacking == false)) { gotoAndStop (2); _root.hitter._x = _root.hitter._x + _root.speed; _rotation = 90; } else if (Key.isDown(37) & (attacking == false)) { gotoAndStop (2); _root.hitter._x = _root.hitter._x - _root.speed; _rotation = 270; } else if (attacking == false) { gotoAndStop (1); } } } onClipEvent (load) { attacking = false; }
Instance of Symbol 110 MovieClip "enemy2" in Frame 4
onClipEvent (enterFrame) { if (_root.pause == false) { if (_root.level < 2) { _y = 1000; _x = 1000; } if (this._x > 305) { _x = (_x - _root.bakteriefart); } else if (this._x < 295) { _x = (_x + _root.bakteriefart); } if (this._y > 205) { _y = (_y - _root.bakteriefart); } else if (this._y < 195) { _y = (_y + _root.bakteriefart); } if (this.hittest(_root.star1) & (_currentframe < 12)) { gotoAndPlay (12); _root.greenkilled++; _root.score = _root.score + 100; } else if (this.hittest(_root.star2) & (_currentframe < 12)) { gotoAndPlay (12); _root.greenkilled++; _root.score = _root.score + 100; } else if (this.hittest(_root.star3) & (_currentframe < 12)) { gotoAndPlay (12); _root.greenkilled++; _root.score = _root.score + 100; } } }
Instance of Symbol 110 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_root.pause == false) { if (this._x > (_root.gubbe._x + 5)) { _x = (_x - _root.bakteriefart); } else if (this._x < (_root.gubbe._x - 5)) { _x = (_x + _root.bakteriefart); } if (this._y > (_root.gubbe._y + 5)) { _y = (_y - _root.bakteriefart); } else if (this._y < (_root.gubbe._y - 5)) { _y = (_y + _root.bakteriefart); } if (this.hittest(_root.star1) & (_currentframe < 12)) { gotoAndPlay (12); _root.bluekilled++; _root.score = _root.score + 50; } else if (this.hittest(_root.star2) & (_currentframe < 12)) { gotoAndPlay (12); _root.bluekilled++; _root.score = _root.score + 50; } else if (this.hittest(_root.star3) & (_currentframe < 12)) { gotoAndPlay (12); _root.bluekilled++; _root.score = _root.score + 50; } if (this.hittest(_root.gubbe) & (hit == false)) { mem = _root.speed; _root.speed = 1; hit = true; } if ((hit == true) & (!this.hittest(_root.gubbe))) { hit = false; _root.speed = mem; } } } onClipEvent (load) { hit = false; }
Instance of Symbol 110 MovieClip "enemy1" in Frame 4
onClipEvent (enterFrame) { if (_root.pause == false) { if (this._x > 305) { _x = (_x - _root.bakteriefart); } else if (this._x < 295) { _x = (_x + _root.bakteriefart); } if (this._y > 205) { _y = (_y - _root.bakteriefart); } else if (this._y < 195) { _y = (_y + _root.bakteriefart); } if (this.hittest(_root.star1) & (_currentframe < 12)) { gotoAndPlay (12); _root.greenkilled++; _root.score = _root.score + 100; } else if (this.hittest(_root.star2) & (_currentframe < 12)) { gotoAndPlay (12); _root.greenkilled++; _root.score = _root.score + 100; } else if (this.hittest(_root.star3) & (_currentframe < 12)) { gotoAndPlay (12); _root.greenkilled++; _root.score = _root.score + 100; } } }
Instance of Symbol 110 MovieClip "enemy3" in Frame 4
onClipEvent (enterFrame) { if (_root.pause == false) { if (_root.level < 3) { _y = 1000; _x = 1000; } if (this._x > 305) { _x = (_x - _root.bakteriefart); } else if (this._x < 295) { _x = (_x + _root.bakteriefart); } if (this._y > 205) { _y = (_y - _root.bakteriefart); } else if (this._y < 195) { _y = (_y + _root.bakteriefart); } if (this.hittest(_root.star1) & (_currentframe < 12)) { gotoAndPlay (12); _root.greenkilled++; _root.score = _root.score + 100; } else if (this.hittest(_root.star2) & (_currentframe < 12)) { gotoAndPlay (12); _root.greenkilled++; _root.score = _root.score + 100; } else if (this.hittest(_root.star3) & (_currentframe < 12)) { gotoAndPlay (12); _root.greenkilled++; _root.score = _root.score + 100; } } }
Instance of Symbol 111 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_root.pause == false) { if (_root.lymph == true) { _root.greenkilled = _root.greenkilled - 1; } if (_root.greenkilled <= 1) { _root.lymph = false; } with (_root.enemy1) { if (this.hitTest(getBounds(_root).xMax, _y, true) & (_currentframe < 12)) { gotoAndPlay(12); } if (this.hitTest(getBounds(_root).xMin, _y, true) & (_currentframe < 12)) { gotoAndPlay(12); } if (this.hitTest(_x, getBounds(_root).yMax, true) & (_currentframe < 12)) { gotoAndPlay(12); } if (this.hitTest(_x, getBounds(_root).yMin, true) & (_currentframe < 12)) { gotoAndPlay(12); } } with (_root.enemy2) { if (this.hitTest(getBounds(_root).xMax, _y, true) & (_currentframe < 12)) { gotoAndPlay(12); } if (this.hitTest(getBounds(_root).xMin, _y, true) & (_currentframe < 12)) { gotoAndPlay(12); } if (this.hitTest(_x, getBounds(_root).yMax, true) & (_currentframe < 12)) { gotoAndPlay(12); } if (this.hitTest(_x, getBounds(_root).yMin, true) & (_currentframe < 12)) { gotoAndPlay(12); } } with (_root.enemy3) { if (this.hitTest(getBounds(_root).xMax, _y, true) & (_currentframe < 12)) { gotoAndPlay(12); } if (this.hitTest(getBounds(_root).xMin, _y, true) & (_currentframe < 12)) { gotoAndPlay(12); } if (this.hitTest(_x, getBounds(_root).yMax, true) & (_currentframe < 12)) { gotoAndPlay(12); } if (this.hitTest(_x, getBounds(_root).yMin, true) & (_currentframe < 12)) { gotoAndPlay(12); } } with (_root.enemy4) { if (this.hitTest(getBounds(_root).xMax, _y, true) & (_currentframe < 12)) { gotoAndPlay(12); } if (this.hitTest(getBounds(_root).xMin, _y, true) & (_currentframe < 12)) { gotoAndPlay(12); } if (this.hitTest(_x, getBounds(_root).yMax, true) & (_currentframe < 12)) { gotoAndPlay(12); } if (this.hitTest(_x, getBounds(_root).yMin, true) & (_currentframe < 12)) { gotoAndPlay(12); } } with (_root.enemy5) { if (this.hitTest(getBounds(_root).xMax, _y, true) & (_currentframe < 12)) { gotoAndPlay(12); } if (this.hitTest(getBounds(_root).xMin, _y, true) & (_currentframe < 12)) { gotoAndPlay(12); } if (this.hitTest(_x, getBounds(_root).yMax, true) & (_currentframe < 12)) { gotoAndPlay(12); } if (this.hitTest(_x, getBounds(_root).yMin, true) & (_currentframe < 12)) { gotoAndPlay(12); } } with (_root.enemy6) { if (this.hitTest(getBounds(_root).xMax, _y, true) & (_currentframe < 12)) { gotoAndPlay(12); } if (this.hitTest(getBounds(_root).xMin, _y, true) & (_currentframe < 12)) { gotoAndPlay(12); } if (this.hitTest(_x, getBounds(_root).yMax, true) & (_currentframe < 12)) { gotoAndPlay(12); } if (this.hitTest(_x, getBounds(_root).yMin, true) & (_currentframe < 12)) { gotoAndPlay(12); } } with (_root.enemy7) { if (this.hitTest(getBounds(_root).xMax, _y, true) & (_currentframe < 12)) { gotoAndPlay(12); } if (this.hitTest(getBounds(_root).xMin, _y, true) & (_currentframe < 12)) { gotoAndPlay(12); } if (this.hitTest(_x, getBounds(_root).yMax, true) & (_currentframe < 12)) { gotoAndPlay(12); } if (this.hitTest(_x, getBounds(_root).yMin, true) & (_currentframe < 12)) { gotoAndPlay(12); } } with (_root.enemy8) { if (this.hitTest(getBounds(_root).xMax, _y, true) & (_currentframe < 12)) { gotoAndPlay(12); } if (this.hitTest(getBounds(_root).xMin, _y, true) & (_currentframe < 12)) { gotoAndPlay(12); } if (this.hitTest(_x, getBounds(_root).yMax, true) & (_currentframe < 12)) { gotoAndPlay(12); } if (this.hitTest(_x, getBounds(_root).yMin, true) & (_currentframe < 12)) { gotoAndPlay(12); } } with (_root.enemy9) { if (this.hitTest(getBounds(_root).xMax, _y, true) & (_currentframe < 12)) { gotoAndPlay(12); } if (this.hitTest(getBounds(_root).xMin, _y, true) & (_currentframe < 12)) { gotoAndPlay(12); } if (this.hitTest(_x, getBounds(_root).yMax, true) & (_currentframe < 12)) { gotoAndPlay(12); } if (this.hitTest(_x, getBounds(_root).yMin, true) & (_currentframe < 12)) { gotoAndPlay(12); } } with (_root.enemy10) { if (this.hitTest(getBounds(_root).xMax, _y, true) & (_currentframe < 12)) { gotoAndPlay(12); } if (this.hitTest(getBounds(_root).xMin, _y, true) & (_currentframe < 12)) { gotoAndPlay(12); } if (this.hitTest(_x, getBounds(_root).yMax, true) & (_currentframe < 12)) { gotoAndPlay(12); } if (this.hitTest(_x, getBounds(_root).yMin, true) & (_currentframe < 12)) { gotoAndPlay(12); } } } }
Instance of Symbol 118 MovieClip "RBCpump" in Frame 4
onClipEvent (enterFrame) { if (_root.pause == false) { if (_root.rbc == true) { _root.bluekilled = _root.bluekilled - 1; play(); } if (_root.bluekilled <= 4) { _root.rbc = false; } } }
Instance of Symbol 110 MovieClip "enemy4" in Frame 4
onClipEvent (enterFrame) { if (_root.pause == false) { if (_root.level < 4) { _y = 1000; _x = 1000; } if (this._x > 305) { _x = (_x - _root.bakteriefart); } else if (this._x < 295) { _x = (_x + _root.bakteriefart); } if (this._y > 205) { _y = (_y - _root.bakteriefart); } else if (this._y < 195) { _y = (_y + _root.bakteriefart); } if (this.hittest(_root.star1) & (_currentframe < 12)) { gotoAndPlay (12); _root.greenkilled++; _root.score = _root.score + 100; } else if (this.hittest(_root.star2) & (_currentframe < 12)) { gotoAndPlay (12); _root.greenkilled++; _root.score = _root.score + 100; } else if (this.hittest(_root.star3) & (_currentframe < 12)) { gotoAndPlay (12); _root.greenkilled++; _root.score = _root.score + 100; } } }
Instance of Symbol 110 MovieClip "enemy5" in Frame 4
onClipEvent (enterFrame) { if (_root.pause == false) { if (_root.level < 5) { _y = 1000; _x = 1000; } if (this._x > 305) { _x = (_x - _root.bakteriefart); } else if (this._x < 295) { _x = (_x + _root.bakteriefart); } if (this._y > 205) { _y = (_y - _root.bakteriefart); } else if (this._y < 195) { _y = (_y + _root.bakteriefart); } if (this.hittest(_root.star1) & (_currentframe < 12)) { gotoAndPlay (12); _root.greenkilled++; _root.score = _root.score + 100; } else if (this.hittest(_root.star2) & (_currentframe < 12)) { gotoAndPlay (12); _root.greenkilled++; _root.score = _root.score + 100; } else if (this.hittest(_root.star3) & (_currentframe < 12)) { gotoAndPlay (12); _root.greenkilled++; _root.score = _root.score + 100; } } }
Instance of Symbol 110 MovieClip "enemy6" in Frame 4
onClipEvent (enterFrame) { if (_root.pause == false) { if (_root.level < 6) { _y = 1000; _x = 1000; } if (this._x > 305) { _x = (_x - _root.bakteriefart); } else if (this._x < 295) { _x = (_x + _root.bakteriefart); } if (this._y > 205) { _y = (_y - _root.bakteriefart); } else if (this._y < 195) { _y = (_y + _root.bakteriefart); } if (this.hittest(_root.star1) & (_currentframe < 12)) { gotoAndPlay (12); _root.greenkilled++; _root.score = _root.score + 100; } else if (this.hittest(_root.star2) & (_currentframe < 12)) { gotoAndPlay (12); _root.greenkilled++; _root.score = _root.score + 100; } else if (this.hittest(_root.star3) & (_currentframe < 12)) { gotoAndPlay (12); _root.greenkilled++; _root.score = _root.score + 100; } } }
Instance of Symbol 110 MovieClip "enemy7" in Frame 4
onClipEvent (enterFrame) { if (_root.pause == false) { if (_root.level < 7) { _x = 2000; _y = 1000; } if (this._x > 305) { _x = (_x - _root.bakteriefart); } else if (this._x < 295) { _x = (_x + _root.bakteriefart); } if (this._y > 205) { _y = (_y - _root.bakteriefart); } else if (this._y < 195) { _y = (_y + _root.bakteriefart); } if (this.hittest(_root.star1) & (_currentframe < 12)) { gotoAndPlay (12); _root.greenkilled++; _root.score = _root.score + 100; } else if (this.hittest(_root.star2) & (_currentframe < 12)) { gotoAndPlay (12); _root.greenkilled++; _root.score = _root.score + 100; } else if (this.hittest(_root.star3) & (_currentframe < 12)) { gotoAndPlay (12); _root.greenkilled++; _root.score = _root.score + 100; } } }
Instance of Symbol 110 MovieClip "enemy8" in Frame 4
onClipEvent (enterFrame) { if (_root.pause == false) { if (_root.level < 8) { _y = 1000; _x = 1000; } if (this._x > 305) { _x = (_x - _root.bakteriefart); } else if (this._x < 295) { _x = (_x + _root.bakteriefart); } if (this._y > 205) { _y = (_y - _root.bakteriefart); } else if (this._y < 195) { _y = (_y + _root.bakteriefart); } if (this.hittest(_root.star1) & (_currentframe < 12)) { gotoAndPlay (12); _root.greenkilled++; _root.score = _root.score + 100; } else if (this.hittest(_root.star2) & (_currentframe < 12)) { gotoAndPlay (12); _root.greenkilled++; _root.score = _root.score + 100; } else if (this.hittest(_root.star3) & (_currentframe < 12)) { gotoAndPlay (12); _root.greenkilled++; _root.score = _root.score + 100; } } }
Instance of Symbol 110 MovieClip "enemy9" in Frame 4
onClipEvent (enterFrame) { if (_root.pause == false) { if (_root.level < 9) { _y = 1000; _x = 1000; } if (this._x > 305) { _x = (_x - _root.bakteriefart); } else if (this._x < 295) { _x = (_x + _root.bakteriefart); } if (this._y > 205) { _y = (_y - _root.bakteriefart); } else if (this._y < 195) { _y = (_y + _root.bakteriefart); } if (this.hittest(_root.star1) & (_currentframe < 12)) { gotoAndPlay (12); _root.greenkilled++; _root.score = _root.score + 100; } else if (this.hittest(_root.star2) & (_currentframe < 12)) { gotoAndPlay (12); _root.greenkilled++; _root.score = _root.score + 100; } else if (this.hittest(_root.star3) & (_currentframe < 12)) { gotoAndPlay (12); _root.greenkilled++; _root.score = _root.score + 100; } } }
Instance of Symbol 110 MovieClip "enemy10" in Frame 4
onClipEvent (enterFrame) { if (_root.pause == false) { if (_root.level < 10) { _y = 1000; _x = 1000; } if (this._x > 305) { _x = (_x - _root.bakteriefart); } else if (this._x < 295) { _x = (_x + _root.bakteriefart); } if (this._y > 205) { _y = (_y - _root.bakteriefart); } else if (this._y < 195) { _y = (_y + _root.bakteriefart); } if (this.hittest(_root.star1) & (_currentframe < 12)) { gotoAndPlay (12); _root.greenkilled++; _root.score = _root.score + 100; } else if (this.hittest(_root.star2) & (_currentframe < 12)) { gotoAndPlay (12); _root.greenkilled++; _root.score = _root.score + 100; } else if (this.hittest(_root.star3) & (_currentframe < 12)) { gotoAndPlay (12); _root.greenkilled++; _root.score = _root.score + 100; } } }
Instance of Symbol 110 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_root.pause == false) { if (_root.level < 2) { _y = 1000; _x = 1000; } if (this._x > (_root.gubbe._x + 5)) { _x = (_x - _root.bakteriefart); } else if (this._x < (_root.gubbe._x - 5)) { _x = (_x + _root.bakteriefart); } if (this._y > (_root.gubbe._y + 5)) { _y = (_y - _root.bakteriefart); } else if (this._y < (_root.gubbe._y - 5)) { _y = (_y + _root.bakteriefart); } if (this.hittest(_root.star1) & (_currentframe < 12)) { gotoAndPlay (12); _root.bluekilled++; _root.score = _root.score + 50; } else if (this.hittest(_root.star2) & (_currentframe < 12)) { gotoAndPlay (12); _root.bluekilled++; _root.score = _root.score + 50; } else if (this.hittest(_root.star3) & (_currentframe < 12)) { gotoAndPlay (12); _root.bluekilled++; _root.score = _root.score + 50; } if (this.hittest(_root.gubbe) & (hit == false)) { mem = _root.speed; _root.speed = 1; hit = true; } if ((hit == true) & (!this.hittest(_root.gubbe))) { hit = false; _root.speed = mem; } } } onClipEvent (load) { hit = false; }
Instance of Symbol 110 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_root.pause == false) { if (_root.level < 3) { _y = 1000; _x = 1000; } if (this._x > (_root.gubbe._x + 5)) { _x = (_x - _root.bakteriefart); } else if (this._x < (_root.gubbe._x - 5)) { _x = (_x + _root.bakteriefart); } if (this._y > (_root.gubbe._y + 5)) { _y = (_y - _root.bakteriefart); } else if (this._y < (_root.gubbe._y - 5)) { _y = (_y + _root.bakteriefart); } if (this.hittest(_root.star1) & (_currentframe < 12)) { gotoAndPlay (12); _root.bluekilled++; _root.score = _root.score + 50; } else if (this.hittest(_root.star2) & (_currentframe < 12)) { gotoAndPlay (12); _root.bluekilled++; _root.score = _root.score + 50; } else if (this.hittest(_root.star3) & (_currentframe < 12)) { gotoAndPlay (12); _root.bluekilled++; _root.score = _root.score + 50; } if (this.hittest(_root.gubbe) & (hit == false)) { mem = _root.speed; _root.speed = 1; hit = true; } if ((hit == true) & (!this.hittest(_root.gubbe))) { hit = false; _root.speed = mem; } } } onClipEvent (load) { hit = false; }
Instance of Symbol 110 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_root.pause == false) { if (_root.level < 4) { _y = 1000; _x = 1000; } if (this._x > (_root.gubbe._x + 5)) { _x = (_x - _root.bakteriefart); } else if (this._x < (_root.gubbe._x - 5)) { _x = (_x + _root.bakteriefart); } if (this._y > (_root.gubbe._y + 5)) { _y = (_y - _root.bakteriefart); } else if (this._y < (_root.gubbe._y - 5)) { _y = (_y + _root.bakteriefart); } if (this.hittest(_root.star1) & (_currentframe < 12)) { gotoAndPlay (12); _root.bluekilled++; _root.score = _root.score + 50; } else if (this.hittest(_root.star2) & (_currentframe < 12)) { gotoAndPlay (12); _root.bluekilled++; _root.score = _root.score + 50; } else if (this.hittest(_root.star3) & (_currentframe < 12)) { gotoAndPlay (12); _root.bluekilled++; _root.score = _root.score + 50; } if (this.hittest(_root.gubbe) & (hit == false)) { mem = _root.speed; _root.speed = 1; hit = true; } if ((hit == true) & (!this.hittest(_root.gubbe))) { hit = false; _root.speed = mem; } } } onClipEvent (load) { hit = false; }
Instance of Symbol 110 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_root.pause == false) { if (_root.level < 5) { _y = 1000; _x = 1000; } if (this._x > (_root.gubbe._x + 5)) { _x = (_x - _root.bakteriefart); } else if (this._x < (_root.gubbe._x - 5)) { _x = (_x + _root.bakteriefart); } if (this._y > (_root.gubbe._y + 5)) { _y = (_y - _root.bakteriefart); } else if (this._y < (_root.gubbe._y - 5)) { _y = (_y + _root.bakteriefart); } if (this.hittest(_root.star1) & (_currentframe < 12)) { gotoAndPlay (12); _root.bluekilled++; _root.score = _root.score + 50; } else if (this.hittest(_root.star2) & (_currentframe < 12)) { gotoAndPlay (12); _root.bluekilled++; _root.score = _root.score + 50; } else if (this.hittest(_root.star3) & (_currentframe < 12)) { gotoAndPlay (12); _root.bluekilled++; _root.score = _root.score + 50; } if (this.hittest(_root.gubbe) & (hit == false)) { mem = _root.speed; _root.speed = 1; hit = true; } if ((hit == true) & (!this.hittest(_root.gubbe))) { hit = false; _root.speed = mem; } } } onClipEvent (load) { hit = false; }
Instance of Symbol 110 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_root.pause == false) { if (_root.level < 6) { _y = 1000; _x = 1000; } if (this._x > (_root.gubbe._x + 5)) { _x = (_x - _root.bakteriefart); } else if (this._x < (_root.gubbe._x - 5)) { _x = (_x + _root.bakteriefart); } if (this._y > (_root.gubbe._y + 5)) { _y = (_y - _root.bakteriefart); } else if (this._y < (_root.gubbe._y - 5)) { _y = (_y + _root.bakteriefart); } if (this.hittest(_root.star1) & (_currentframe < 12)) { gotoAndPlay (12); _root.bluekilled++; _root.score = _root.score + 50; } else if (this.hittest(_root.star2) & (_currentframe < 12)) { gotoAndPlay (12); _root.bluekilled++; _root.score = _root.score + 50; } else if (this.hittest(_root.star3) & (_currentframe < 12)) { gotoAndPlay (12); _root.bluekilled++; _root.score = _root.score + 50; } if (this.hittest(_root.gubbe) & (hit == false)) { mem = _root.speed; _root.speed = 1; hit = true; } if ((hit == true) & (!this.hittest(_root.gubbe))) { hit = false; _root.speed = mem; } } } onClipEvent (load) { hit = false; }
Instance of Symbol 110 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_root.pause == false) { if (_root.level < 7) { _y = 1000; _x = 1000; } if (this._x > (_root.gubbe._x + 5)) { _x = (_x - _root.bakteriefart); } else if (this._x < (_root.gubbe._x - 5)) { _x = (_x + _root.bakteriefart); } if (this._y > (_root.gubbe._y + 5)) { _y = (_y - _root.bakteriefart); } else if (this._y < (_root.gubbe._y - 5)) { _y = (_y + _root.bakteriefart); } if (this.hittest(_root.star1) & (_currentframe < 12)) { gotoAndPlay (12); _root.bluekilled++; _root.score = _root.score + 50; } else if (this.hittest(_root.star2) & (_currentframe < 12)) { gotoAndPlay (12); _root.bluekilled++; _root.score = _root.score + 50; } else if (this.hittest(_root.star3) & (_currentframe < 12)) { gotoAndPlay (12); _root.bluekilled++; _root.score = _root.score + 50; } if (this.hittest(_root.gubbe) & (hit == false)) { mem = _root.speed; _root.speed = 1; hit = true; } if ((hit == true) & (!this.hittest(_root.gubbe))) { hit = false; _root.speed = mem; } } } onClipEvent (load) { hit = false; }
Instance of Symbol 110 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_root.pause == false) { if (_root.level < 8) { _y = 1000; _x = 1000; } if (this._x > (_root.gubbe._x + 5)) { _x = (_x - _root.bakteriefart); } else if (this._x < (_root.gubbe._x - 5)) { _x = (_x + _root.bakteriefart); } if (this._y > (_root.gubbe._y + 5)) { _y = (_y - _root.bakteriefart); } else if (this._y < (_root.gubbe._y - 5)) { _y = (_y + _root.bakteriefart); } if (this.hittest(_root.star1) & (_currentframe < 12)) { gotoAndPlay (12); _root.bluekilled++; _root.score = _root.score + 50; } else if (this.hittest(_root.star2) & (_currentframe < 12)) { gotoAndPlay (12); _root.bluekilled++; _root.score = _root.score + 50; } else if (this.hittest(_root.star3) & (_currentframe < 12)) { gotoAndPlay (12); _root.bluekilled++; _root.score = _root.score + 50; } if (this.hittest(_root.gubbe) & (hit == false)) { mem = _root.speed; _root.speed = 1; hit = true; } if ((hit == true) & (!this.hittest(_root.gubbe))) { hit = false; _root.speed = mem; } } } onClipEvent (load) { hit = false; }
Instance of Symbol 110 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_root.pause == false) { if (_root.level < 9) { _y = 1000; _x = 1000; } if (this._x > (_root.gubbe._x + 5)) { _x = (_x - _root.bakteriefart); } else if (this._x < (_root.gubbe._x - 5)) { _x = (_x + _root.bakteriefart); } if (this._y > (_root.gubbe._y + 5)) { _y = (_y - _root.bakteriefart); } else if (this._y < (_root.gubbe._y - 5)) { _y = (_y + _root.bakteriefart); } if (this.hittest(_root.star1) & (_currentframe < 12)) { gotoAndPlay (12); _root.bluekilled++; _root.score = _root.score + 50; } else if (this.hittest(_root.star2) & (_currentframe < 12)) { gotoAndPlay (12); _root.bluekilled++; _root.score = _root.score + 50; } else if (this.hittest(_root.star3) & (_currentframe < 12)) { gotoAndPlay (12); _root.bluekilled++; _root.score = _root.score + 50; } if (this.hittest(_root.gubbe) & (hit == false)) { mem = _root.speed; _root.speed = 1; hit = true; } if ((hit == true) & (!this.hittest(_root.gubbe))) { hit = false; _root.speed = mem; } } } onClipEvent (load) { hit = false; }
Instance of Symbol 110 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_root.pause == false) { if (_root.level < 10) { _y = 1000; _x = 1000; } if (this._x > (_root.gubbe._x + 5)) { _x = (_x - _root.bakteriefart); } else if (this._x < (_root.gubbe._x - 5)) { _x = (_x + _root.bakteriefart); } if (this._y > (_root.gubbe._y + 5)) { _y = (_y - _root.bakteriefart); } else if (this._y < (_root.gubbe._y - 5)) { _y = (_y + _root.bakteriefart); } if (this.hittest(_root.star1) & (_currentframe < 12)) { gotoAndPlay (12); _root.bluekilled++; _root.score = _root.score + 50; } else if (this.hittest(_root.star2) & (_currentframe < 12)) { gotoAndPlay (12); _root.bluekilled++; _root.score = _root.score + 50; } else if (this.hittest(_root.star3) & (_currentframe < 12)) { gotoAndPlay (12); _root.bluekilled++; _root.score = _root.score + 50; } if (this.hittest(_root.gubbe) & (hit == false)) { mem = _root.speed; _root.speed = 1; hit = true; } if ((hit == true) & (!this.hittest(_root.gubbe))) { hit = false; _root.speed = mem; } } } onClipEvent (load) { hit = false; }
Instance of Symbol 121 MovieClip "txtcardiac" in Frame 4
onClipEvent (load) { _visible = false; }
Instance of Symbol 124 MovieClip in Frame 4
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (_root.lymph == true) { _visible = true; } else { _visible = false; } }
Instance of Symbol 127 MovieClip in Frame 4
onClipEvent (load) { _visible = false; _root.pause = false; } onClipEvent (enterFrame) { if (((Key.isDown(80) & (_root.txtcardiac._visible == false)) & (_root.pause == false)) & (_currentframe > 5)) { _root.pause = true; _visible = true; gotoAndPlay (1); } else if ((Key.isDown(80) & (_root.pause == true)) & (_currentframe > 5)) { _root.pause = false; _visible = false; gotoAndPlay (1); } }
Instance of Symbol 130 MovieClip "txtgetready" in Frame 4
onClipEvent (load) { _visible = false; }
Instance of Symbol 136 MovieClip in Frame 4
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (_root.rbc == true) { _visible = true; } else { _visible = false; } }
Instance of Symbol 146 MovieClip "bloodscreen" in Frame 4
onClipEvent (load) { stop(); _quality = "MEDIUM"; } onClipEvent (enterFrame) { if (_currentframe > 1) { _root.pause = true; } if (Key.isDown(81)) { if (_quality == "MEDIUM") { _quality = "LOW"; } else if (_quality == "LOW") { _quality = "HIGH"; } else if (_quality == "HIGH") { _quality = "MEDIUM"; } } }
Instance of Symbol 157 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_root.pause == false) { _root.time = _root.time + 1; if (_root.time > 1500) { _root.time = 0; _root.level = _root.level + 1; _root.gotoAndStop(4); } if ((_root.greenkilled < 25) & (_currentframe < 26)) { _currentframe = Math.round(_root.greenkilled); gotoAndStop(Math.round(_root.greenkilled)); } if ((_root.greenkilled > 25) & (_currentframe < 26)) { gotoAndPlay (26); } if ((_currentframe > 25) & Key.isDown(90)) { _root.lymph = true; _root.greenkilled = 24; gotoAndStop (24); } } }
Instance of Symbol 167 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_root.pause == false) { if ((_root.bluekilled < 35) & (_currentframe < 36)) { _currentframe = Math.round(_root.bluekilled); gotoAndStop(Math.round(_root.bluekilled)); } if ((_root.bluekilled > 35) & (_currentframe < 36)) { gotoAndPlay (36); } if ((_currentframe > 35) & Key.isDown(88)) { _root.rbc = true; _root.bluekilled = 34; gotoAndStop (34); } } }
Instance of Symbol 157 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_root.pause == false) { if ((_root.greenkilled < 25) & (_currentframe < 26)) { _currentframe = Math.round(_root.greenkilled); gotoAndStop(Math.round(_root.greenkilled)); } if ((_root.greenkilled > 25) & (_currentframe < 26)) { gotoAndPlay (26); } } }
Instance of Symbol 167 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_root.pause == false) { if ((_root.bluekilled < 35) & (_currentframe < 36)) { _currentframe = Math.round(_root.bluekilled); gotoAndStop(Math.round(_root.bluekilled)); } if ((_root.bluekilled > 35) & (_currentframe < 36)) { gotoAndPlay (36); } } }
Symbol 5 MovieClip Frame 31
gotoAndPlay (1);
Symbol 14 Button
on (release) { getURL ("http://www.urgames.com", "_blank"); }
Symbol 17 MovieClip Frame 2
stop();
Symbol 29 Button
on (release) { gotoAndStop (44); }
Symbol 32 Button
on (release) { gotoAndStop (42); }
Symbol 35 Button
on (release) { gotoAndStop (43); }
Symbol 43 Button
on (release) { gotoAndStop (41); }
Symbol 47 Button
on (release) { _root.bakteriefart = 0.75; _root.nextFrame(); }
Symbol 50 Button
on (release) { _root.bakteriefart = 1; _root.nextFrame(); }
Symbol 53 Button
on (release) { _root.bakteriefart = 1.25; _root.nextFrame(); }
Instance of Symbol 10 MovieClip in Symbol 54 MovieClip Frame 1
onClipEvent (enterFrame) { _root.loadedd = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); loaded = _root.loadedd + "%"; _currentframe = Math.round(_root.loadedd); gotoAndPlay(Math.round(_root.loadedd)); }
Symbol 54 MovieClip Frame 41
stop();
Symbol 54 MovieClip Frame 42
stop();
Symbol 61 MovieClip Frame 65
stop(); _root.play();
Instance of Symbol 72 MovieClip "heart" in Symbol 73 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.restore == true) { _xscale = 100; _yscale = 100; } if (_xscale < 10) { _xscale = 0; _yscale = 0; _root.txtcardiac.play(); _root.bloodscreen.play(); } if (_root.pause == false) { if (this.hittest(_root.star1)) { _xscale = (_xscale - 5); _yscale = (_yscale - 5); } else if (this.hittest(_root.star2)) { _xscale = (_xscale - 5); _yscale = (_yscale - 5); } else if (this.hittest(_root.star3)) { _xscale = (_xscale - 5); _yscale = (_yscale - 5); } if (_xscale > 100) { _xscale = 100; _yscale = 100; } if (this.hittest(_root.enemy1)) { _xscale = (_xscale - _root.enemyattack); _yscale = (_yscale - _root.enemyattack); } if (this.hittest(_root.enemy2)) { _xscale = (_xscale - _root.enemyattack); _yscale = (_yscale - _root.enemyattack); } if (this.hittest(_root.enemy3)) { _xscale = (_xscale - _root.enemyattack); _yscale = (_yscale - _root.enemyattack); } if (this.hittest(_root.enemy4)) { _xscale = (_xscale - _root.enemyattack); _yscale = (_yscale - _root.enemyattack); } if (this.hittest(_root.enemy5)) { _xscale = (_xscale - _root.enemyattack); _yscale = (_yscale - _root.enemyattack); } if (this.hittest(_root.enemy6)) { _xscale = (_xscale - _root.enemyattack); _yscale = (_yscale - _root.enemyattack); } if (this.hittest(_root.enemy7)) { _xscale = (_xscale - _root.enemyattack); _yscale = (_yscale - _root.enemyattack); } if (this.hittest(_root.enemy8)) { _xscale = (_xscale - _root.enemyattack); _yscale = (_yscale - _root.enemyattack); } if (this.hittest(_root.enemy9)) { _xscale = (_xscale - _root.enemyattack); _yscale = (_yscale - _root.enemyattack); } if (this.hittest(_root.enemy10)) { _xscale = (_xscale - _root.enemyattack); _yscale = (_yscale - _root.enemyattack); } } if (this.hittest(_root.RBCpump)) { _xscale = (_xscale + 1); _yscale = (_yscale + 1); } }
Instance of Symbol 76 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = (_rotation + 15); }
Symbol 96 MovieClip Frame 10
_root.starcount++; if (_root.starcount == 4) { _root.starcount = 1; }
Symbol 96 MovieClip Frame 11
if (_root.starcount == 1) { _root.star1._x = _root.gubbe._x; _root.star1._y = _root.gubbe._y; if (_root.gubbe._rotation == 0) { _root.star1.yspeed = -10; _root.star1.xspeed = 0; } else if (_root.gubbe._rotation == 45) { _root.star1.yspeed = -10; _root.star1.xspeed = 10; } else if (_root.gubbe._rotation == 90) { _root.star1.yspeed = 0; _root.star1.xspeed = 10; } else if (_root.gubbe._rotation == 135) { _root.star1.yspeed = 10; _root.star1.xspeed = 10; } else if (_root.gubbe._rotation == 180) { _root.star1.yspeed = 10; _root.star1.xspeed = 0; } else if (_root.gubbe._rotation == -135) { _root.star1.yspeed = 10; _root.star1.xspeed = -10; } else if (_root.gubbe._rotation == -90) { _root.star1.yspeed = 0; _root.star1.xspeed = -10; } else if (_root.gubbe._rotation == -45) { _root.star1.yspeed = -10; _root.star1.xspeed = -10; } } if (_root.starcount == 2) { _root.star2._x = _root.gubbe._x; _root.star2._y = _root.gubbe._y; if (_root.gubbe._rotation == 0) { _root.star2.yspeed = -10; _root.star2xspeed = 0; } else if (_root.gubbe._rotation == 45) { _root.star2.yspeed = -10; _root.star2.xspeed = 10; } else if (_root.gubbe._rotation == 90) { _root.star2.yspeed = 0; _root.star2.xspeed = 10; } else if (_root.gubbe._rotation == 135) { _root.star2.yspeed = 10; _root.star2.xspeed = 10; } else if (_root.gubbe._rotation == 180) { _root.star2.yspeed = 10; _root.star2.xspeed = 0; } else if (_root.gubbe._rotation == -135) { _root.star2.yspeed = 10; _root.star2.xspeed = -10; } else if (_root.gubbe._rotation == -90) { _root.star2.yspeed = 0; _root.star2.xspeed = -10; } else if (_root.gubbe._rotation == -45) { _root.star2.yspeed = -10; _root.star2.xspeed = -10; } } if (_root.starcount == 3) { _root.star3._x = _root.gubbe._x; _root.star3._y = _root.gubbe._y; if (_root.gubbe._rotation == 0) { _root.star3.yspeed = -10; _root.star3.xspeed = 0; } else if (_root.gubbe._rotation == 45) { _root.star3.yspeed = -10; _root.star3.xspeed = 10; } else if (_root.gubbe._rotation == 90) { _root.star3.yspeed = 0; _root.star3.xspeed = 10; } else if (_root.gubbe._rotation == 135) { _root.star3.yspeed = 10; _root.star3.xspeed = 10; } else if (_root.gubbe._rotation == 180) { _root.star3.yspeed = 10; _root.star3.xspeed = 0; } else if (_root.gubbe._rotation == -135) { _root.star3.yspeed = 10; _root.star3.xspeed = -10; } else if (_root.gubbe._rotation == -90) { _root.star3.yspeed = 0; _root.star3.xspeed = -10; } else if (_root.gubbe._rotation == -45) { _root.star3.yspeed = -10; _root.star3.xspeed = -10; } }
Symbol 96 MovieClip Frame 17
_root.gubbe.attacking = false;
Symbol 97 MovieClip Frame 1
stop();
Symbol 97 MovieClip Frame 2
stop();
Symbol 97 MovieClip Frame 3
stop();
Symbol 110 MovieClip Frame 11
gotoAndPlay (1);
Symbol 110 MovieClip Frame 18
rnd1 = random(10); rnd2 = random(10); if (rnd1 > 5) { _x = (-random(200)); } else { _x = (600 + random(200)); } if (rnd2 > 5) { _y = (-random(200)); } else { _y = (400 + random(200)); }
Symbol 111 MovieClip Frame 1
stop();
Instance of Symbol 85 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.pause == false) { _x = (_x + 10); if ((_x > 750) & (_root.lymph == true)) { _x = (-random(400)); _y = random(400); } } } onClipEvent (load) { _x = (-random(600)); _y = random(400); }
Instance of Symbol 85 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.pause == false) { _x = (_x + 10); if ((_x > 750) & (_root.lymph == true)) { _x = (-random(400)); _y = random(400); } } } onClipEvent (load) { _x = (-random(600)); _y = random(400); }
Instance of Symbol 85 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.pause == false) { _x = (_x + 10); if ((_x > 750) & (_root.lymph == true)) { _x = (-random(400)); _y = random(400); } } } onClipEvent (load) { _x = (-random(600)); _y = random(400); }
Instance of Symbol 85 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.pause == false) { _x = (_x + 10); if ((_x > 750) & (_root.lymph == true)) { _x = (-random(400)); _y = random(400); } } } onClipEvent (load) { _x = (-random(600)); _y = random(400); }
Instance of Symbol 85 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.pause == false) { _x = (_x + 10); if ((_x > 750) & (_root.lymph == true)) { _x = (-random(400)); _y = random(400); } } } onClipEvent (load) { _x = (-random(600)); _y = random(400); }
Instance of Symbol 85 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.pause == false) { _x = (_x + 10); if ((_x > 750) & (_root.lymph == true)) { _x = (-random(400)); _y = random(400); } } } onClipEvent (load) { _x = (-random(600)); _y = random(400); }
Instance of Symbol 85 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.pause == false) { _x = (_x + 10); if ((_x > 750) & (_root.lymph == true)) { _x = (-random(400)); _y = random(400); } } } onClipEvent (load) { _x = (-random(600)); _y = random(400); }
Instance of Symbol 85 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.pause == false) { _x = (_x + 10); if ((_x > 750) & (_root.lymph == true)) { _x = (-random(400)); _y = random(400); } } } onClipEvent (load) { _x = (-random(600)); _y = random(400); }
Instance of Symbol 85 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.pause == false) { _x = (_x + 10); if ((_x > 750) & (_root.lymph == true)) { _x = (-random(400)); _y = random(400); } } } onClipEvent (load) { _x = (-random(600)); _y = random(400); }
Instance of Symbol 85 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.pause == false) { _x = (_x + 10); if ((_x > 750) & (_root.lymph == true)) { _x = (-random(400)); _y = random(400); } } } onClipEvent (load) { _x = (-random(600)); _y = random(400); }
Instance of Symbol 85 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.pause == false) { _x = (_x + 10); if ((_x > 750) & (_root.lymph == true)) { _x = (-random(400)); _y = random(400); } } } onClipEvent (load) { _x = (-random(600)); _y = random(400); }
Instance of Symbol 85 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.pause == false) { _x = (_x + 10); if ((_x > 750) & (_root.lymph == true)) { _x = (-random(400)); _y = random(400); } } } onClipEvent (load) { _x = (-random(600)); _y = random(400); }
Instance of Symbol 85 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.pause == false) { _x = (_x + 10); if ((_x > 750) & (_root.lymph == true)) { _x = (-random(400)); _y = random(400); } } } onClipEvent (load) { _x = (-random(600)); _y = random(400); }
Instance of Symbol 85 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.pause == false) { _x = (_x + 10); if ((_x > 750) & (_root.lymph == true)) { _x = (-random(400)); _y = random(400); } } } onClipEvent (load) { _x = (-random(600)); _y = random(400); }
Instance of Symbol 85 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.pause == false) { _x = (_x + 10); if ((_x > 750) & (_root.lymph == true)) { _x = (-random(400)); _y = random(400); } } } onClipEvent (load) { _x = (-random(600)); _y = random(400); }
Instance of Symbol 85 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.pause == false) { _x = (_x + 10); if ((_x > 750) & (_root.lymph == true)) { _x = (-random(400)); _y = random(400); } } } onClipEvent (load) { _x = (-random(600)); _y = random(400); }
Instance of Symbol 85 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.pause == false) { _x = (_x + 10); if ((_x > 750) & (_root.lymph == true)) { _x = (-random(400)); _y = random(400); } } } onClipEvent (load) { _x = (-random(600)); _y = random(400); }
Instance of Symbol 85 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.pause == false) { _x = (_x + 10); if ((_x > 750) & (_root.lymph == true)) { _x = (-random(400)); _y = random(400); } } } onClipEvent (load) { _x = (-random(600)); _y = random(400); }
Instance of Symbol 85 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.pause == false) { _x = (_x + 10); if ((_x > 750) & (_root.lymph == true)) { _x = (-random(400)); _y = random(400); } } } onClipEvent (load) { _x = (-random(600)); _y = random(400); }
Instance of Symbol 85 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.pause == false) { _x = (_x + 10); if ((_x > 750) & (_root.lymph == true)) { _x = (-random(400)); _y = random(400); } } } onClipEvent (load) { _x = (-random(600)); _y = random(400); }
Symbol 117 MovieClip Frame 11
gotoAndPlay (1);
Symbol 118 MovieClip Frame 1
stop();
Symbol 133 MovieClip Frame 1
stop();
Symbol 133 MovieClip Frame 40
gotoAndPlay (39);
Symbol 140 Button
on (release) { _root.gotoAndStop(2); }
Symbol 146 MovieClip Frame 76
gotoAndPlay (75);
Symbol 157 MovieClip Frame 43
gotoAndPlay (26);
Symbol 167 MovieClip Frame 53
gotoAndPlay (36);
Symbol 186 Button
on (release) { if (_root.score >= 500) { _root.score = _root.score - 500; _root.speed = _root.speed + 0.1; } }
Symbol 187 Button
on (release) { if (_root.score >= 500) { _root.score = _root.score - 500; _root.enemyattack = _root.enemyattack * 0.9; } }
Symbol 188 Button
on (release) { if (_root.score >= 5000) { _root.score = _root.score - 5000; _root.restore = true; } }
Symbol 189 Button
on (release) { gotoAndStop (4); _root.restore = false; _root.time = 0; }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 ShapeTweeningUsed by:5
Symbol 3 ShapeTweeningUsed by:5
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:2 3 4Used by:6
Symbol 6 MovieClipUses:5Used by:10
Symbol 7 GraphicUsed by:10
Symbol 8 FontUsed by:9 15 148 153 163 172 173 176 195 196 197 198
Symbol 9 EditableTextUses:8Used by:10
Symbol 10 MovieClipUses:6 7 9Used by:54  Timeline
Symbol 11 GraphicUsed by:Timeline
Symbol 12 BitmapUsed by:13
Symbol 13 GraphicUses:12Used by:14
Symbol 14 ButtonUses:13Used by:Timeline
Symbol 15 TextUses:8Used by:17
Symbol 16 SoundUsed by:17
Symbol 17 MovieClipUses:15 16Used by:Timeline
Symbol 18 GraphicUsed by:54
Symbol 19 ShapeTweeningUsed by:54
Symbol 20 GraphicUsed by:54
Symbol 21 FontUsed by:22 23 24 25 30 31 33 34 36 41 42 45 46 48 49 51 52 119 120 122 123 125 126 128 129 131 132 134 135 138 139 158 159 168 169 170 171 174 175 177 178 179 180 181 182 183 184 185 190 191 192 193
Symbol 22 TextUses:21Used by:54
Symbol 23 TextUses:21Used by:54
Symbol 24 TextUses:21Used by:29 32 140 189
Symbol 25 TextUses:21Used by:29 189
Symbol 26 GraphicUsed by:29 32 35 43 47 50 53 140 186 187 188 189
Symbol 27 SoundUsed by:29 32 35 43 47 50 53 140 186 187 188 189
Symbol 28 SoundUsed by:29 32 35 43 47 50 53 140 186 187 188 189
Symbol 29 ButtonUses:24 25 26 27 28Used by:54
Symbol 30 TextUses:21Used by:32 140
Symbol 31 TextUses:21Used by:32 140
Symbol 32 ButtonUses:30 31 26 24 27 28Used by:54
Symbol 33 TextUses:21Used by:35
Symbol 34 TextUses:21Used by:35
Symbol 35 ButtonUses:33 34 26 27 28Used by:54
Symbol 36 EditableTextUses:21Used by:54
Symbol 37 ShapeTweeningUsed by:54
Symbol 38 GraphicUsed by:54
Symbol 39 FontUsed by:40 44
Symbol 40 EditableTextUses:39Used by:54
Symbol 41 TextUses:21Used by:43 47 186 187 188
Symbol 42 TextUses:21Used by:43 47 186 187 188
Symbol 43 ButtonUses:41 42 26 27 28Used by:54
Symbol 44 EditableTextUses:39Used by:54
Symbol 45 TextUses:21Used by:47
Symbol 46 TextUses:21Used by:47
Symbol 47 ButtonUses:45 46 26 41 42 27 28Used by:54
Symbol 48 TextUses:21Used by:50 53
Symbol 49 TextUses:21Used by:50 53
Symbol 50 ButtonUses:48 49 26 27 28Used by:54
Symbol 51 TextUses:21Used by:53
Symbol 52 TextUses:21Used by:53
Symbol 53 ButtonUses:51 52 26 48 49 27 28Used by:54
Symbol 54 MovieClipUses:18 10 19 20 22 23 29 32 35 36 37 38 40 43 44 47 50 53Used by:Timeline
Symbol 55 GraphicUsed by:61
Symbol 56 GraphicUsed by:61
Symbol 57 BitmapUsed by:58
Symbol 58 GraphicUses:57Used by:61
Symbol 59 SoundUsed by:61
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:55 56 58 59 60Used by:Timeline
Symbol 62 BitmapUsed by:64
Symbol 63 BitmapUsed by:64
Symbol 64 GraphicUses:63 62Used by:Timeline
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:65Used by:Timeline
Symbol 67 GraphicUsed by:72
Symbol 68 GraphicUsed by:72
Symbol 69 GraphicUsed by:72
Symbol 70 GraphicUsed by:72
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:67 68 69 70 71Used by:73
Symbol 73 MovieClipUses:72Used by:74
Symbol 74 MovieClipUses:73Used by:Timeline
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:75Used by:77
Symbol 77 MovieClipUses:76Used by:Timeline
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:78Used by:97
Symbol 80 ShapeTweeningUsed by:85
Symbol 81 ShapeTweeningUsed by:85
Symbol 82 ShapeTweeningUsed by:85
Symbol 83 ShapeTweeningUsed by:85
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:80 81 82 83 84Used by:97 111
Symbol 86 GraphicUsed by:96
Symbol 87 GraphicUsed by:96
Symbol 88 GraphicUsed by:96
Symbol 89 GraphicUsed by:96
Symbol 90 GraphicUsed by:96
Symbol 91 GraphicUsed by:96
Symbol 92 GraphicUsed by:96
Symbol 93 GraphicUsed by:96
Symbol 94 GraphicUsed by:96
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:86 87 88 89 90 91 92 93 94 95Used by:97
Symbol 97 MovieClipUses:79 85 96Used by:Timeline
Symbol 98 ShapeTweeningUsed by:110
Symbol 99 ShapeTweeningUsed by:110
Symbol 100 ShapeTweeningUsed by:110
Symbol 101 ShapeTweeningUsed by:110
Symbol 102 GraphicUsed by:110
Symbol 103 GraphicUsed by:110
Symbol 104 SoundUsed by:110
Symbol 105 GraphicUsed by:110
Symbol 106 GraphicUsed by:110
Symbol 107 GraphicUsed by:110
Symbol 108 GraphicUsed by:110
Symbol 109 GraphicUsed by:110
Symbol 110 MovieClipUses:98 99 100 101 102 103 104 105 106 107 108 109Used by:Timeline
Symbol 111 MovieClipUses:85Used by:Timeline
Symbol 112 ShapeTweeningUsed by:117
Symbol 113 ShapeTweeningUsed by:117
Symbol 114 ShapeTweeningUsed by:117
Symbol 115 ShapeTweeningUsed by:117
Symbol 116 GraphicUsed by:117
Symbol 117 MovieClipUses:112 113 114 115 116Used by:118
Symbol 118 MovieClipUses:117Used by:Timeline
Symbol 119 TextUses:21Used by:121
Symbol 120 TextUses:21Used by:121
Symbol 121 MovieClipUses:119 120Used by:146  Timeline
Symbol 122 TextUses:21Used by:124
Symbol 123 TextUses:21Used by:124
Symbol 124 MovieClipUses:122 123Used by:Timeline
Symbol 125 TextUses:21Used by:127
Symbol 126 TextUses:21Used by:127
Symbol 127 MovieClipUses:125 126Used by:Timeline
Symbol 128 TextUses:21Used by:130
Symbol 129 TextUses:21Used by:130
Symbol 130 MovieClipUses:128 129Used by:Timeline
Symbol 131 TextUses:21Used by:133
Symbol 132 TextUses:21Used by:133
Symbol 133 MovieClipUses:131 132Used by:Timeline
Symbol 134 TextUses:21Used by:136
Symbol 135 TextUses:21Used by:136
Symbol 136 MovieClipUses:134 135Used by:Timeline
Symbol 137 ShapeTweeningUsed by:146
Symbol 138 TextUses:21Used by:140
Symbol 139 TextUses:21Used by:140
Symbol 140 ButtonUses:138 139 26 24 30 31 27 28Used by:146
Symbol 141 ShapeTweeningUsed by:146
Symbol 142 ShapeTweeningUsed by:146
Symbol 143 ShapeTweeningUsed by:146
Symbol 144 ShapeTweeningUsed by:146
Symbol 145 GraphicUsed by:146
Symbol 146 MovieClipUses:137 140 121 141 142 143 144 145Used by:Timeline
Symbol 147 GraphicUsed by:Timeline
Symbol 148 EditableTextUses:8Used by:Timeline
Symbol 149 ShapeTweeningUsed by:157
Symbol 150 GraphicUsed by:157 167
Symbol 151 ShapeTweeningUsed by:157
Symbol 152 ShapeTweeningUsed by:157
Symbol 153 TextUses:8Used by:157
Symbol 154 ShapeTweeningUsed by:157
Symbol 155 ShapeTweeningUsed by:157
Symbol 156 GraphicUsed by:157
Symbol 157 MovieClipUses:149 150 151 152 153 154 155 156Used by:Timeline
Symbol 158 TextUses:21Used by:Timeline
Symbol 159 TextUses:21Used by:Timeline
Symbol 160 ShapeTweeningUsed by:167
Symbol 161 ShapeTweeningUsed by:167
Symbol 162 ShapeTweeningUsed by:167
Symbol 163 TextUses:8Used by:167
Symbol 164 ShapeTweeningUsed by:167
Symbol 165 ShapeTweeningUsed by:167
Symbol 166 GraphicUsed by:167
Symbol 167 MovieClipUses:160 150 161 162 163 164 165 166Used by:Timeline
Symbol 168 TextUses:21Used by:Timeline
Symbol 169 TextUses:21Used by:Timeline
Symbol 170 TextUses:21Used by:Timeline
Symbol 171 TextUses:21Used by:Timeline
Symbol 172 EditableTextUses:8Used by:Timeline
Symbol 173 EditableTextUses:8Used by:Timeline
Symbol 174 TextUses:21Used by:Timeline
Symbol 175 TextUses:21Used by:Timeline
Symbol 176 EditableTextUses:8Used by:Timeline
Symbol 177 TextUses:21Used by:Timeline
Symbol 178 TextUses:21Used by:Timeline
Symbol 179 TextUses:21Used by:Timeline
Symbol 180 TextUses:21Used by:Timeline
Symbol 181 TextUses:21Used by:Timeline
Symbol 182 TextUses:21Used by:Timeline
Symbol 183 TextUses:21Used by:186 187 188
Symbol 184 TextUses:21Used by:186 187 188
Symbol 185 TextUses:21Used by:186 187 188
Symbol 186 ButtonUses:183 184 185 26 41 42 27 28Used by:Timeline
Symbol 187 ButtonUses:183 184 185 26 41 42 27 28Used by:Timeline
Symbol 188 ButtonUses:183 184 185 26 41 42 27 28Used by:Timeline
Symbol 189 ButtonUses:24 25 26 27 28Used by:Timeline
Symbol 190 TextUses:21Used by:Timeline
Symbol 191 TextUses:21Used by:Timeline
Symbol 192 TextUses:21Used by:Timeline
Symbol 193 TextUses:21Used by:Timeline
Symbol 194 GraphicUsed by:Timeline
Symbol 195 EditableTextUses:8Used by:Timeline
Symbol 196 EditableTextUses:8Used by:Timeline
Symbol 197 EditableTextUses:8Used by:Timeline
Symbol 198 EditableTextUses:8Used by:Timeline

Instance Names

"intro"Frame 3Symbol 61 MovieClip
"hitter"Frame 4Symbol 66 MovieClip
"star1"Frame 4Symbol 77 MovieClip
"star2"Frame 4Symbol 77 MovieClip
"star3"Frame 4Symbol 77 MovieClip
"gubbe"Frame 4Symbol 97 MovieClip
"enemy2"Frame 4Symbol 110 MovieClip
"enemy1"Frame 4Symbol 110 MovieClip
"enemy3"Frame 4Symbol 110 MovieClip
"RBCpump"Frame 4Symbol 118 MovieClip
"enemy4"Frame 4Symbol 110 MovieClip
"enemy5"Frame 4Symbol 110 MovieClip
"enemy6"Frame 4Symbol 110 MovieClip
"enemy7"Frame 4Symbol 110 MovieClip
"enemy8"Frame 4Symbol 110 MovieClip
"enemy9"Frame 4Symbol 110 MovieClip
"enemy10"Frame 4Symbol 110 MovieClip
"txtcardiac"Frame 4Symbol 121 MovieClip
"txtgetready"Frame 4Symbol 130 MovieClip
"txtgo"Frame 4Symbol 133 MovieClip
"bloodscreen"Frame 4Symbol 146 MovieClip
"heart"Symbol 73 MovieClip Frame 1Symbol 72 MovieClip
"walls"Symbol 74 MovieClip Frame 1Symbol 73 MovieClip
"txtcardiac"Symbol 146 MovieClip Frame 2Symbol 121 MovieClip

Dynamic Text Variables

loadedSymbol 9 EditableText""
scoreSymbol 148 EditableText"100"
scoreSymbol 172 EditableText"100"
levelSymbol 173 EditableText"100"
levelSymbol 176 EditableText"100"
scoreSymbol 195 EditableText"100"
scoreSymbol 196 EditableText"100"
levelSymbol 197 EditableText"100"
levelSymbol 198 EditableText"100"




http://swfchan.com/6/25153/info.shtml
Created: 24/5 -2019 01:23:03 Last modified: 24/5 -2019 01:23:03 Server time: 10/05 -2024 20:35:03