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;
}