Frame 1
stop();
_root.freeroam = false;
Frame 100
loop1 = new Sound(this);
loop1.attachSound("loop1");
loop2 = new Sound(this);
loop2.attachSound("loop2");
if (_root.freeroam == false) {
loop1.start(0, 9999);
} else {
loop2.start(0, 9999);
}
Frame 313
stop();
Frame 346
if (_root.freeroam == false) {
gotoAndStop (347);
} else {
gotoAndStop (348);
}
Frame 347
firesound = new Sound(this);
firesound.attachSound("fire");
boomSound = new Sound(this);
boomSound.attachSound("boom");
_root.buildingsonfire = 0;
_root.alleyback = false;
_root.hospital = false;
_root.alleygo = false;
_root.ambu = false;
_root.endstart = false;
_root.enemykilled = 0;
_root.endcount = 0;
_root.count = 0;
_root.enemy1 = 106;
_root.gravity = 0;
_root.throwdis = 0;
_root.timeadd = 1;
_root.boarder.time1.timer = 30;
_root.timerchange = 48;
_root.timeraddup = 0;
onEnterFrame = function () {
if (_root.darnell.explode == true) {
_root.endstart = true;
}
if (_root.endstart == true) {
_root.endcount++;
}
if (_root.endcount > 70) {
_root.endgame._x = _root.boarder.cam._x - 500;
_root.endgame._y = _root.boarder.cam._y - 500;
_root.endgame.play();
}
if (_root.endcount > 109) {
gotoAndStop (349);
}
_root.timeraddup++;
if (_root.timeraddup == _root.timerchange) {
_root.boarder.time1.timer--;
_root.timeraddup = 0;
}
if (_root.boarder.time1.timer <= 0) {
_root.boarder.time1.timer = 0;
}
};
Instance of Symbol 277 MovieClip "back" in Frame 347
onClipEvent (enterFrame) {
this._y = _root.boarder.cam._y - (boarderY / 5);
boarderY = _root.boarder.cam._y;
}
Instance of Symbol 318 MovieClip "rocket" in Frame 347
onClipEvent (load) {
if (_root.darnell.rocket == true) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
Instance of Symbol 335 MovieClip "building1" in Frame 347
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root["fire" + _root.count].firehit)) {
if (this._currentframe == 1) {
_root.buildingsonfire++;
this.gotoAndStop(2);
}
}
}
Instance of Symbol 347 MovieClip "building2" in Frame 347
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root["fire" + _root.count].firehit)) {
if (this._currentframe == 1) {
_root.buildingsonfire++;
this.gotoAndStop(2);
}
}
}
Instance of Symbol 358 MovieClip "building3" in Frame 347
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root["fire" + _root.count].firehit)) {
if (this._currentframe == 1) {
_root.buildingsonfire++;
this.gotoAndStop(2);
}
}
}
Instance of Symbol 370 MovieClip "building4" in Frame 347
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root["fire" + _root.count].firehit)) {
if (this._currentframe == 1) {
_root.buildingsonfire++;
this.gotoAndStop(2);
}
}
}
Instance of Symbol 376 MovieClip "building5" in Frame 347
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root["fire" + _root.count].firehit)) {
if (this._currentframe == 1) {
_root.buildingsonfire++;
this.gotoAndStop(2);
}
}
}
Instance of Symbol 394 MovieClip "building6" in Frame 347
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root["fire" + _root.count].firehit)) {
if (this._currentframe == 1) {
_root.buildingsonfire++;
this.gotoAndStop(2);
}
}
}
Instance of Symbol 394 MovieClip "building7" in Frame 347
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root["fire" + _root.count].firehit)) {
if (this._currentframe == 1) {
_root.buildingsonfire++;
this.gotoAndStop(2);
}
}
}
Instance of Symbol 394 MovieClip "building8" in Frame 347
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root["fire" + _root.count].firehit)) {
if (this._currentframe == 1) {
_root.buildingsonfire++;
this.gotoAndStop(2);
}
}
}
Instance of Symbol 394 MovieClip "building9" in Frame 347
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root["fire" + _root.count].firehit)) {
if (this._currentframe == 1) {
_root.buildingsonfire++;
this.gotoAndStop(2);
}
}
}
Instance of Symbol 673 MovieClip "enemy100" in Frame 347
onClipEvent (load) {
this.gotoAndStop(random(3) + 1);
directionok = random(10) - 5;
if (directionok <= 0) {
enemyleft = false;
this._xscale = 100;
} else {
enemyleft = true;
this._xscale = -100;
}
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
duplicate = true;
enemyspeed = 2;
timer2 = 0;
stepmax = random(200) + 200;
fire = false;
dead = false;
scream = false;
timer = 0;
timer3 = 0;
parts = 1;
}
onClipEvent (enterFrame) {
this._y = 267;
if (enemyleft == true) {
this._xscale = -100;
} else {
this._xscale = 100;
}
if (dead == false) {
if (this.char.hitrect.hitTest(_root.rocketattack)) {
fire = false;
this.char.gotoAndStop("half");
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
dead = true;
}
if (fire == false) {
if (this._x < (-1000 + _root.boarder.cam._x)) {
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
this.char.gotoAndStop("walk");
scream = false;
}
if (this._x > (1500 + _root.boarder.cam._x)) {
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
this.char.gotoAndStop("walk");
scream = false;
}
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
this.char.gotoAndStop("hurt");
enemyspeed = 0;
}
}
if (timer3 >= 48) {
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
this.char.gotoAndStop("dead");
dead = true;
}
if (_root.darnell.boom._currentframe > 37) {
if (this.hitTest(_root.darnell.boom)) {
this.char.gotoAndStop("half");
dead = true;
}
}
if (_root.darnell._currentframe == 11) {
if (this.char.hitrect.hitTest(_root.darnell)) {
this.char.gotoAndStop("dead");
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
dead = true;
}
}
if (_root.darnell._currentframe >= 6) {
if (scream == false) {
if (fire == false) {
if (((this._x >= (_root.darnell._x - 450)) && (this._xscale == 100)) && (this._x < _root.darnell._x)) {
this.char.gotoAndStop("scream");
scream = true;
}
if (((this._x <= (_root.darnell._x + 450)) && (this._xscale == -100)) && (this._x > _root.darnell._x)) {
this.char.gotoAndStop("scream");
scream = true;
}
}
}
}
if (_root.darnell._currentframe == 8) {
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
if (fire == false) {
if (_root.darnell.weap.attack._currentframe < 4) {
this.char.gotoAndStop("half");
} else if (_root.darnell.weap.attack._currentframe > 3) {
this.char.gotoAndStop("dead");
}
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
dead = true;
}
}
}
if (_root.darnell._currentframe == 7) {
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
timer3++;
}
}
i = 1;
while (i < (_root.count + 2)) {
if (this.hitTest(_root["fire" + i].firehit)) {
enemyspeed = 0;
enemystepsright = 0;
enemystepsleft = 0;
fire = true;
this.char.gotoAndStop("fire");
}
i++;
}
if (fire == true) {
scream = false;
enemyspeed = 6;
timer++;
if (timer > 80) {
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
this.char.gotoAndStop("dead");
dead = true;
}
}
if (scream == false) {
if (fire == false) {
enemyspeed = 2;
}
if (enemyleft == false) {
if (fire == true) {
timer2 = timer2 + 2;
} else {
timer2 = timer2 + 1;
}
this._xscale = 100;
this._x = this._x + enemyspeed;
} else {
if (fire == true) {
timer2 = timer2 + 2;
} else {
timer2 = timer2 + 1;
}
this._xscale = -100;
this._x = this._x - enemyspeed;
}
if (timer2 >= stepmax) {
timer2 = 0;
stepmax = random(200) + 200;
if (enemyleft == true) {
enemyleft = false;
} else {
enemyleft = true;
}
}
} else {
enemyspeed = 5;
if (this._x < _root.darnell._x) {
enemyleft = true;
this._xscale = -100;
this._x = this._x - enemyspeed;
}
if (this._x > _root.darnell._x) {
enemyleft = false;
this._xscale = 100;
this._x = this._x + enemyspeed;
}
}
} else {
if (duplicate == true) {
this._xscale = 100;
this.duplicateMovieClip("enemy" + _root.enemy1, _root.enemy1);
_root.enemy1++;
_root.enemykilled++;
duplicate = false;
}
if (this._x > (1000 + _root.boarder.cam._x)) {
this._alpha = 0;
removeMovieClip(this);
}
if (this._x < (-1000 + _root.boarder.cam._x)) {
this._alpha = 0;
removeMovieClip(this);
}
}
if (_root.endcount > 70) {
removeMovieClip(this);
}
}
Instance of Symbol 1047 MovieClip "enemy102" in Frame 347
onClipEvent (load) {
this.gotoAndStop(random(3) + 1);
directionok = random(10) - 5;
if (directionok <= 0) {
enemyleft = false;
this._xscale = 100;
} else {
enemyleft = true;
this._xscale = -100;
}
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
duplicate = true;
enemyspeed = 2;
timer2 = 0;
stepmax = random(200) + 200;
fire = false;
dead = false;
scream = false;
timer = 0;
timer3 = 0;
parts = 1;
}
onClipEvent (enterFrame) {
this._y = 267;
if (enemyleft == true) {
this._xscale = -100;
} else {
this._xscale = 100;
}
if (dead == false) {
if (this.char.hitrect.hitTest(_root.rocketattack)) {
fire = false;
this.char.gotoAndStop("half");
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
dead = true;
}
if (fire == false) {
if (this._x < (-1000 + _root.boarder.cam._x)) {
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
this.char.gotoAndStop("walk");
scream = false;
}
if (this._x > (1500 + _root.boarder.cam._x)) {
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
this.char.gotoAndStop("walk");
scream = false;
}
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
this.char.gotoAndStop("hurt");
enemyspeed = 0;
}
}
if (timer3 >= 48) {
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
this.char.gotoAndStop("dead");
dead = true;
}
if (_root.darnell.boom._currentframe > 37) {
if (this.hitTest(_root.darnell.boom)) {
this.char.gotoAndStop("half");
dead = true;
}
}
if (_root.darnell._currentframe == 11) {
if (this.char.hitrect.hitTest(_root.darnell)) {
this.char.gotoAndStop("dead");
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
dead = true;
}
}
if (_root.darnell._currentframe >= 6) {
if (scream == false) {
if (fire == false) {
if (((this._x >= (_root.darnell._x - 450)) && (this._xscale == 100)) && (this._x < _root.darnell._x)) {
this.char.gotoAndStop("scream");
scream = true;
}
if (((this._x <= (_root.darnell._x + 450)) && (this._xscale == -100)) && (this._x > _root.darnell._x)) {
this.char.gotoAndStop("scream");
scream = true;
}
}
}
}
if (_root.darnell._currentframe == 8) {
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
if (fire == false) {
if (_root.darnell.weap.attack._currentframe < 4) {
this.char.gotoAndStop("half");
} else if (_root.darnell.weap.attack._currentframe > 3) {
this.char.gotoAndStop("dead");
}
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
dead = true;
}
}
}
if (_root.darnell._currentframe == 7) {
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
timer3++;
}
}
i = 1;
while (i < (_root.count + 2)) {
if (this.hitTest(_root["fire" + i].firehit)) {
enemyspeed = 0;
enemystepsright = 0;
enemystepsleft = 0;
fire = true;
this.char.gotoAndStop("fire");
}
i++;
}
if (fire == true) {
scream = false;
enemyspeed = 6;
timer++;
if (timer > 80) {
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
this.char.gotoAndStop("dead");
dead = true;
}
}
if (scream == false) {
if (fire == false) {
enemyspeed = 2;
}
if (enemyleft == false) {
if (fire == true) {
timer2 = timer2 + 2;
} else {
timer2 = timer2 + 1;
}
this._xscale = 100;
this._x = this._x + enemyspeed;
} else {
if (fire == true) {
timer2 = timer2 + 2;
} else {
timer2 = timer2 + 1;
}
this._xscale = -100;
this._x = this._x - enemyspeed;
}
if (timer2 >= stepmax) {
timer2 = 0;
stepmax = random(200) + 200;
if (enemyleft == true) {
enemyleft = false;
} else {
enemyleft = true;
}
}
} else {
enemyspeed = 5;
if (this._x < _root.darnell._x) {
enemyleft = true;
this._xscale = -100;
this._x = this._x - enemyspeed;
}
if (this._x > _root.darnell._x) {
enemyleft = false;
this._xscale = 100;
this._x = this._x + enemyspeed;
}
}
} else {
if (duplicate == true) {
this._xscale = 100;
this.duplicateMovieClip("enemy" + _root.enemy1, _root.enemy1);
_root.enemy1++;
_root.enemykilled++;
duplicate = false;
}
if (this._x > (1000 + _root.boarder.cam._x)) {
this._alpha = 0;
removeMovieClip(this);
}
if (this._x < (-1000 + _root.boarder.cam._x)) {
this._alpha = 0;
removeMovieClip(this);
}
}
if (_root.endcount > 70) {
removeMovieClip(this);
}
}
Instance of Symbol 673 MovieClip "enemy103" in Frame 347
onClipEvent (load) {
this.gotoAndStop(random(3) + 1);
directionok = random(10) - 5;
if (directionok <= 0) {
enemyleft = false;
this._xscale = 100;
} else {
enemyleft = true;
this._xscale = -100;
}
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
duplicate = true;
enemyspeed = 2;
timer2 = 0;
stepmax = random(200) + 200;
fire = false;
dead = false;
scream = false;
timer = 0;
timer3 = 0;
parts = 1;
}
onClipEvent (enterFrame) {
this._y = 267;
if (enemyleft == true) {
this._xscale = -100;
} else {
this._xscale = 100;
}
if (dead == false) {
if (this.char.hitrect.hitTest(_root.rocketattack)) {
fire = false;
this.char.gotoAndStop("half");
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
dead = true;
}
if (fire == false) {
if (this._x < (-1000 + _root.boarder.cam._x)) {
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
this.char.gotoAndStop("walk");
scream = false;
}
if (this._x > (1500 + _root.boarder.cam._x)) {
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
this.char.gotoAndStop("walk");
scream = false;
}
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
this.char.gotoAndStop("hurt");
enemyspeed = 0;
}
}
if (timer3 >= 48) {
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
this.char.gotoAndStop("dead");
dead = true;
}
if (_root.darnell.boom._currentframe > 37) {
if (this.hitTest(_root.darnell.boom)) {
this.char.gotoAndStop("half");
dead = true;
}
}
if (_root.darnell._currentframe == 11) {
if (this.char.hitrect.hitTest(_root.darnell)) {
this.char.gotoAndStop("dead");
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
dead = true;
}
}
if (_root.darnell._currentframe >= 6) {
if (scream == false) {
if (fire == false) {
if (((this._x >= (_root.darnell._x - 450)) && (this._xscale == 100)) && (this._x < _root.darnell._x)) {
this.char.gotoAndStop("scream");
scream = true;
}
if (((this._x <= (_root.darnell._x + 450)) && (this._xscale == -100)) && (this._x > _root.darnell._x)) {
this.char.gotoAndStop("scream");
scream = true;
}
}
}
}
if (_root.darnell._currentframe == 8) {
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
if (fire == false) {
if (_root.darnell.weap.attack._currentframe < 4) {
this.char.gotoAndStop("half");
} else if (_root.darnell.weap.attack._currentframe > 3) {
this.char.gotoAndStop("dead");
}
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
dead = true;
}
}
}
if (_root.darnell._currentframe == 7) {
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
timer3++;
}
}
i = 1;
while (i < (_root.count + 2)) {
if (this.hitTest(_root["fire" + i].firehit)) {
enemyspeed = 0;
enemystepsright = 0;
enemystepsleft = 0;
fire = true;
this.char.gotoAndStop("fire");
}
i++;
}
if (fire == true) {
scream = false;
enemyspeed = 6;
timer++;
if (timer > 80) {
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
this.char.gotoAndStop("dead");
dead = true;
}
}
if (scream == false) {
if (fire == false) {
enemyspeed = 2;
}
if (enemyleft == false) {
if (fire == true) {
timer2 = timer2 + 2;
} else {
timer2 = timer2 + 1;
}
this._xscale = 100;
this._x = this._x + enemyspeed;
} else {
if (fire == true) {
timer2 = timer2 + 2;
} else {
timer2 = timer2 + 1;
}
this._xscale = -100;
this._x = this._x - enemyspeed;
}
if (timer2 >= stepmax) {
timer2 = 0;
stepmax = random(200) + 200;
if (enemyleft == true) {
enemyleft = false;
} else {
enemyleft = true;
}
}
} else {
enemyspeed = 5;
if (this._x < _root.darnell._x) {
enemyleft = true;
this._xscale = -100;
this._x = this._x - enemyspeed;
}
if (this._x > _root.darnell._x) {
enemyleft = false;
this._xscale = 100;
this._x = this._x + enemyspeed;
}
}
} else {
if (duplicate == true) {
this._xscale = 100;
this.duplicateMovieClip("enemy" + _root.enemy1, _root.enemy1);
_root.enemy1++;
_root.enemykilled++;
duplicate = false;
}
if (this._x > (1000 + _root.boarder.cam._x)) {
this._alpha = 0;
removeMovieClip(this);
}
if (this._x < (-1000 + _root.boarder.cam._x)) {
this._alpha = 0;
removeMovieClip(this);
}
}
if (_root.endcount > 70) {
removeMovieClip(this);
}
}
Instance of Symbol 1250 MovieClip "enemy101" in Frame 347
onClipEvent (load) {
this.gotoAndStop(random(3) + 1);
directionok = random(10) - 5;
if (directionok <= 0) {
enemyleft = false;
this._xscale = 100;
} else {
enemyleft = true;
this._xscale = -100;
}
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
duplicate = true;
enemyspeed = 2;
timer2 = 0;
stepmax = random(200) + 200;
fire = false;
dead = false;
scream = false;
timer = 0;
timer3 = 0;
parts = 1;
}
onClipEvent (enterFrame) {
this._y = 267;
if (enemyleft == true) {
this._xscale = -100;
} else {
this._xscale = 100;
}
if (dead == false) {
if (this.char.hitrect.hitTest(_root.rocketattack)) {
fire = false;
this.char.gotoAndStop("half");
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
dead = true;
}
if (fire == false) {
if (this._x < (-1000 + _root.boarder.cam._x)) {
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
this.char.gotoAndStop("walk");
scream = false;
}
if (this._x > (1500 + _root.boarder.cam._x)) {
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
this.char.gotoAndStop("walk");
scream = false;
}
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
this.char.gotoAndStop("hurt");
enemyspeed = 0;
}
}
if (timer3 >= 48) {
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
this.char.gotoAndStop("dead");
dead = true;
}
if (_root.darnell.boom._currentframe > 37) {
if (this.hitTest(_root.darnell.boom)) {
this.char.gotoAndStop("half");
dead = true;
}
}
if (_root.darnell._currentframe == 11) {
if (this.char.hitrect.hitTest(_root.darnell)) {
this.char.gotoAndStop("dead");
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
dead = true;
}
}
if (_root.darnell._currentframe >= 6) {
if (scream == false) {
if (fire == false) {
if (((this._x >= (_root.darnell._x - 450)) && (this._xscale == 100)) && (this._x < _root.darnell._x)) {
this.char.gotoAndStop("scream");
scream = true;
}
if (((this._x <= (_root.darnell._x + 450)) && (this._xscale == -100)) && (this._x > _root.darnell._x)) {
this.char.gotoAndStop("scream");
scream = true;
}
}
}
}
if (_root.darnell._currentframe == 8) {
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
if (fire == false) {
if (_root.darnell.weap.attack._currentframe < 4) {
this.char.gotoAndStop("half");
} else if (_root.darnell.weap.attack._currentframe > 3) {
this.char.gotoAndStop("dead");
}
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
dead = true;
}
}
}
if (_root.darnell._currentframe == 7) {
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
timer3++;
}
}
i = 1;
while (i < (_root.count + 2)) {
if (this.hitTest(_root["fire" + i].firehit)) {
enemyspeed = 0;
enemystepsright = 0;
enemystepsleft = 0;
fire = true;
this.char.gotoAndStop("fire");
}
i++;
}
if (fire == true) {
scream = false;
enemyspeed = 6;
timer++;
if (timer > 80) {
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
this.char.gotoAndStop("dead");
dead = true;
}
}
if (scream == false) {
if (fire == false) {
enemyspeed = 2;
}
if (enemyleft == false) {
if (fire == true) {
timer2 = timer2 + 2;
} else {
timer2 = timer2 + 1;
}
this._xscale = 100;
this._x = this._x + enemyspeed;
} else {
if (fire == true) {
timer2 = timer2 + 2;
} else {
timer2 = timer2 + 1;
}
this._xscale = -100;
this._x = this._x - enemyspeed;
}
if (timer2 >= stepmax) {
timer2 = 0;
stepmax = random(200) + 200;
if (enemyleft == true) {
enemyleft = false;
} else {
enemyleft = true;
}
}
} else {
enemyspeed = 5;
if (this._x < _root.darnell._x) {
enemyleft = true;
this._xscale = -100;
this._x = this._x - enemyspeed;
}
if (this._x > _root.darnell._x) {
enemyleft = false;
this._xscale = 100;
this._x = this._x + enemyspeed;
}
}
} else {
if (duplicate == true) {
this._xscale = 100;
this.duplicateMovieClip("enemy" + _root.enemy1, _root.enemy1);
_root.enemy1++;
_root.enemykilled++;
duplicate = false;
}
if (this._x > (1000 + _root.boarder.cam._x)) {
this._alpha = 0;
removeMovieClip(this);
}
if (this._x < (-1000 + _root.boarder.cam._x)) {
this._alpha = 0;
removeMovieClip(this);
}
}
if (_root.endcount > 70) {
removeMovieClip(this);
}
}
Instance of Symbol 1047 MovieClip "enemy105" in Frame 347
onClipEvent (load) {
this.gotoAndStop(random(3) + 1);
directionok = random(10) - 5;
if (directionok <= 0) {
enemyleft = false;
this._xscale = 100;
} else {
enemyleft = true;
this._xscale = -100;
}
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
duplicate = true;
enemyspeed = 2;
timer2 = 0;
stepmax = random(200) + 200;
fire = false;
dead = false;
scream = false;
timer = 0;
timer3 = 0;
parts = 1;
}
onClipEvent (enterFrame) {
this._y = 267;
if (enemyleft == true) {
this._xscale = -100;
} else {
this._xscale = 100;
}
if (dead == false) {
if (this.char.hitrect.hitTest(_root.rocketattack)) {
fire = false;
this.char.gotoAndStop("half");
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
dead = true;
}
if (fire == false) {
if (this._x < (-1000 + _root.boarder.cam._x)) {
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
this.char.gotoAndStop("walk");
scream = false;
}
if (this._x > (1500 + _root.boarder.cam._x)) {
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
this.char.gotoAndStop("walk");
scream = false;
}
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
this.char.gotoAndStop("hurt");
enemyspeed = 0;
}
}
if (timer3 >= 48) {
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
this.char.gotoAndStop("dead");
dead = true;
}
if (_root.darnell.boom._currentframe > 37) {
if (this.hitTest(_root.darnell.boom)) {
this.char.gotoAndStop("half");
dead = true;
}
}
if (_root.darnell._currentframe == 11) {
if (this.char.hitrect.hitTest(_root.darnell)) {
this.char.gotoAndStop("dead");
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
dead = true;
}
}
if (_root.darnell._currentframe >= 6) {
if (scream == false) {
if (fire == false) {
if (((this._x >= (_root.darnell._x - 450)) && (this._xscale == 100)) && (this._x < _root.darnell._x)) {
this.char.gotoAndStop("scream");
scream = true;
}
if (((this._x <= (_root.darnell._x + 450)) && (this._xscale == -100)) && (this._x > _root.darnell._x)) {
this.char.gotoAndStop("scream");
scream = true;
}
}
}
}
if (_root.darnell._currentframe == 8) {
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
if (fire == false) {
if (_root.darnell.weap.attack._currentframe < 4) {
this.char.gotoAndStop("half");
} else if (_root.darnell.weap.attack._currentframe > 3) {
this.char.gotoAndStop("dead");
}
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
dead = true;
}
}
}
if (_root.darnell._currentframe == 7) {
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
timer3++;
}
}
i = 1;
while (i < (_root.count + 2)) {
if (this.hitTest(_root["fire" + i].firehit)) {
enemyspeed = 0;
enemystepsright = 0;
enemystepsleft = 0;
fire = true;
this.char.gotoAndStop("fire");
}
i++;
}
if (fire == true) {
scream = false;
enemyspeed = 6;
timer++;
if (timer > 80) {
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
this.char.gotoAndStop("dead");
dead = true;
}
}
if (scream == false) {
if (fire == false) {
enemyspeed = 2;
}
if (enemyleft == false) {
if (fire == true) {
timer2 = timer2 + 2;
} else {
timer2 = timer2 + 1;
}
this._xscale = 100;
this._x = this._x + enemyspeed;
} else {
if (fire == true) {
timer2 = timer2 + 2;
} else {
timer2 = timer2 + 1;
}
this._xscale = -100;
this._x = this._x - enemyspeed;
}
if (timer2 >= stepmax) {
timer2 = 0;
stepmax = random(200) + 200;
if (enemyleft == true) {
enemyleft = false;
} else {
enemyleft = true;
}
}
} else {
enemyspeed = 5;
if (this._x < _root.darnell._x) {
enemyleft = true;
this._xscale = -100;
this._x = this._x - enemyspeed;
}
if (this._x > _root.darnell._x) {
enemyleft = false;
this._xscale = 100;
this._x = this._x + enemyspeed;
}
}
} else {
if (duplicate == true) {
this._xscale = 100;
this.duplicateMovieClip("enemy" + _root.enemy1, _root.enemy1);
_root.enemy1++;
_root.enemykilled++;
duplicate = false;
}
if (this._x > (1000 + _root.boarder.cam._x)) {
this._alpha = 0;
removeMovieClip(this);
}
if (this._x < (-1000 + _root.boarder.cam._x)) {
this._alpha = 0;
removeMovieClip(this);
}
}
if (_root.endcount > 70) {
removeMovieClip(this);
}
}
Instance of Symbol 1250 MovieClip "enemy104" in Frame 347
onClipEvent (load) {
this.gotoAndStop(random(3) + 1);
directionok = random(10) - 5;
if (directionok <= 0) {
enemyleft = false;
this._xscale = 100;
} else {
enemyleft = true;
this._xscale = -100;
}
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
duplicate = true;
enemyspeed = 2;
timer2 = 0;
stepmax = random(200) + 200;
fire = false;
dead = false;
scream = false;
timer = 0;
timer3 = 0;
parts = 1;
}
onClipEvent (enterFrame) {
this._y = 267;
if (enemyleft == true) {
this._xscale = -100;
} else {
this._xscale = 100;
}
if (dead == false) {
if (this.char.hitrect.hitTest(_root.rocketattack)) {
fire = false;
this.char.gotoAndStop("half");
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
dead = true;
}
if (fire == false) {
if (this._x < (-1000 + _root.boarder.cam._x)) {
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
this.char.gotoAndStop("walk");
scream = false;
}
if (this._x > (1500 + _root.boarder.cam._x)) {
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
this.char.gotoAndStop("walk");
scream = false;
}
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
this.char.gotoAndStop("hurt");
enemyspeed = 0;
}
}
if (timer3 >= 48) {
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
this.char.gotoAndStop("dead");
dead = true;
}
if (_root.darnell.boom._currentframe > 37) {
if (this.hitTest(_root.darnell.boom)) {
this.char.gotoAndStop("half");
dead = true;
}
}
if (_root.darnell._currentframe == 11) {
if (this.char.hitrect.hitTest(_root.darnell)) {
this.char.gotoAndStop("dead");
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
dead = true;
}
}
if (_root.darnell._currentframe >= 6) {
if (scream == false) {
if (fire == false) {
if (((this._x >= (_root.darnell._x - 450)) && (this._xscale == 100)) && (this._x < _root.darnell._x)) {
this.char.gotoAndStop("scream");
scream = true;
}
if (((this._x <= (_root.darnell._x + 450)) && (this._xscale == -100)) && (this._x > _root.darnell._x)) {
this.char.gotoAndStop("scream");
scream = true;
}
}
}
}
if (_root.darnell._currentframe == 8) {
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
if (fire == false) {
if (_root.darnell.weap.attack._currentframe < 4) {
this.char.gotoAndStop("half");
} else if (_root.darnell.weap.attack._currentframe > 3) {
this.char.gotoAndStop("dead");
}
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
dead = true;
}
}
}
if (_root.darnell._currentframe == 7) {
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
timer3++;
}
}
i = 1;
while (i < (_root.count + 2)) {
if (this.hitTest(_root["fire" + i].firehit)) {
enemyspeed = 0;
enemystepsright = 0;
enemystepsleft = 0;
fire = true;
this.char.gotoAndStop("fire");
}
i++;
}
if (fire == true) {
scream = false;
enemyspeed = 6;
timer++;
if (timer > 80) {
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
this.char.gotoAndStop("dead");
dead = true;
}
}
if (scream == false) {
if (fire == false) {
enemyspeed = 2;
}
if (enemyleft == false) {
if (fire == true) {
timer2 = timer2 + 2;
} else {
timer2 = timer2 + 1;
}
this._xscale = 100;
this._x = this._x + enemyspeed;
} else {
if (fire == true) {
timer2 = timer2 + 2;
} else {
timer2 = timer2 + 1;
}
this._xscale = -100;
this._x = this._x - enemyspeed;
}
if (timer2 >= stepmax) {
timer2 = 0;
stepmax = random(200) + 200;
if (enemyleft == true) {
enemyleft = false;
} else {
enemyleft = true;
}
}
} else {
enemyspeed = 5;
if (this._x < _root.darnell._x) {
enemyleft = true;
this._xscale = -100;
this._x = this._x - enemyspeed;
}
if (this._x > _root.darnell._x) {
enemyleft = false;
this._xscale = 100;
this._x = this._x + enemyspeed;
}
}
} else {
if (duplicate == true) {
this._xscale = 100;
this.duplicateMovieClip("enemy" + _root.enemy1, _root.enemy1);
_root.enemy1++;
_root.enemykilled++;
duplicate = false;
}
if (this._x > (1000 + _root.boarder.cam._x)) {
this._alpha = 0;
removeMovieClip(this);
}
if (this._x < (-1000 + _root.boarder.cam._x)) {
this._alpha = 0;
removeMovieClip(this);
}
}
if (_root.endcount > 70) {
removeMovieClip(this);
}
}
Instance of Symbol 1279 MovieClip "fire" in Frame 347
onClipEvent (load) {
if ((this._x < -10000) && (this._y < -10000)) {
this.stop();
} else {
_root.firesound.start(1, 0);
}
}
onClipEvent (enterFrame) {
if (_root._currentframe == 4) {
removeMovieClip(this);
}
if (this._currentframe == 501) {
removeMovieClip(this);
}
}
Instance of Symbol 1298 MovieClip "mol1" in Frame 347
onClipEvent (load) {
throww = false;
gravity = -10;
throwdis = 0;
_root.count = 0;
throwup = false;
}
onClipEvent (enterFrame) {
if (_root.darnell._currentframe == 6) {
if (_root.darnell.throwing._currentframe == 1) {
if (Key.isDown(38)) {
throwup = true;
} else {
throwup = false;
}
}
if (_root.darnell.throwing._currentframe == 21) {
_root.count++;
this._x = _root.darnell._x + ((80 * _root.darnell._xscale) / 100);
this._y = _root.darnell._y - 130;
if (throwup == true) {
throwdis = (4.2 * _root.darnell._xscale) / 100;
gravity = -13;
} else {
throwdis = (10 * _root.darnell._xscale) / 100;
gravity = -10;
}
throww = true;
}
}
if (throww == false) {
gravity = -10;
this._x = -1000;
this._y = -1000;
}
if (throww == true) {
this._y = this._y + gravity;
gravity++;
this._x = this._x + throwdis;
}
if (this.hitTest(_root.ground)) {
throww = false;
_root.darnell.throww = false;
_root.fire.duplicateMovieClip("fire" + _root.count, _root.count);
_root["fire" + _root.count]._x = this._x;
_root["fire" + _root.count]._y = 269;
}
}
Instance of Symbol 1324 MovieClip "rocketattack" in Frame 347
onClipEvent (load) {
shoot = false;
gravity = 0;
throwdis = 0;
}
onClipEvent (enterFrame) {
this._xscale = _root.darnell._xscale;
if (this.boom._currentframe == 34) {
shoot = false;
this.gotoAndStop(1);
}
if (_root.darnell._currentframe == 9) {
if (_root.darnell.weap.shooting._currentframe == 2) {
this._x = _root.darnell._x + ((50 * _root.darnell._xscale) / 100);
this._y = _root.darnell._y - 160;
throwdis = (30 * _root.darnell._xscale) / 100;
gravity = 0;
shoot = true;
}
}
if (shoot == false) {
gravity = 0;
this._x = -1000;
this._y = -1000;
}
if (shoot == true) {
if (this._currentframe == 1) {
this._y = this._y + (gravity / 10);
gravity++;
this._x = this._x + throwdis;
}
}
i = 100;
while (i < _root.enemy1) {
if (this.hitTest(_root.ground) || (this.hitTest(_root["enemy" + i].char.hitrect))) {
if (this._currentframe == 1) {
_root.boomSound.start(0, 1);
}
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 1606 MovieClip "darnell" in Frame 347
onClipEvent (load) {
gunpre = 1;
nudgeback = 0;
rocket = false;
throww = false;
explode = false;
gunsound = new Sound(this);
gunsound.attachSound("gungattle");
death = false;
runspeed = 8;
jump = false;
fall = 0;
this._y = 280;
batswing = false;
}
onClipEvent (enterFrame) {
if (_root.rocketattack.shoot == false) {
if (_root.rocket._alpha == 100) {
if (this.hitTest(_root.rocket)) {
_root.rocket._alpha = 0;
this.gotoAndStop("rocket");
rocket = true;
}
}
if (_root.boarder.time1.timer > 0) {
if (this._currentframe == 5) {
if (this.fall2.getup._currentframe == 65) {
this._y = 280;
this.gotoAndStop(1);
}
}
if (this._currentframe <= 2) {
fall = 0;
}
if ((this._currentframe >= 3) && (this._currentframe < 5)) {
fall = fall + 1;
}
if (_root.trans._currentframe == 1) {
if ((this._currentframe < 5) || (this._currentframe > 6)) {
this._x = this._x + runspeed;
}
this._y = this._y + fall;
i = 1;
while (i < 100) {
if ((!this.hitrect.hitTest(_root.ground)) && (this.hitTest(_root["building" + i].building) && (!this.hitrect.hitTest(_root["building" + i].roof)))) {
if (jump == false) {
this.gotoAndStop("fallstart");
if (this._y < -200) {
death = true;
} else {
death = false;
}
jump = true;
}
}
if (((!this.hitrect.hitTest(_root.ground)) && (this.hitTest(_root["building" + i].building))) && (Key.isDown(40))) {
if (jump == false) {
this.gotoAndStop("fallstart");
if (this._y < -200) {
death = true;
} else {
death = false;
}
jump = true;
}
}
i++;
}
if (this._currentframe != 6) {
if (Key.isDown(38)) {
if ((this._currentframe <= 2) || (this._currentframe >= 6)) {
i = 1;
while (i < 100) {
if (this.hitTest(_root["building" + i].door)) {
mx.behaviors.DepthControl.bringToFront(_root.trans);
_root.trans.play();
}
i++;
}
if (this.hitTest(_root.alley)) {
_root.alleygo = true;
mx.behaviors.DepthControl.bringToFront(_root.trans);
_root.trans.play();
}
}
}
if (this.hitTest(_root.goback)) {
_root.alleyback = true;
mx.behaviors.DepthControl.bringToFront(_root.trans);
_root.trans.play();
}
}
if (jump == true) {
if (this._y > 265) {
this._y = 280;
jump = false;
this.gotoAndStop("fallland");
if (death == true) {
this.fall2.gotoAndStop(2);
} else {
this.fall2.gotoAndStop(1);
}
fall = 0;
}
}
if (this.fallstartt._currentframe > 16) {
this.gotoAndStop("fall");
if (death == true) {
_root.ambu = true;
this.fall1.gotoAndStop(2);
mx.behaviors.DepthControl.bringToFront(_root.ambulance);
} else {
this.fall1.gotoAndStop(1);
}
}
if (Key.isDown(37)) {
if (this._currentframe < 5) {
this._xscale = -100;
}
if ((this._currentframe > 6) && (this.weap._currentframe < 3)) {
this._xscale = -100;
}
if (this._currentframe < 3) {
this.gotoAndStop("run");
}
if (this._currentframe > 6) {
if (this.weap._currentframe < 3) {
this.weap.gotoAndStop("run");
}
}
if (this.hitrect.hitTest(_root.blockage3) && (this._xscale == -100)) {
runspeed = 0;
} else if (this._currentframe < 3) {
runspeed = -8;
} else if (this.weap._currentframe == 3) {
runspeed = 0;
} else {
runspeed = -4;
}
}
if (Key.isDown(39)) {
if (this._currentframe < 5) {
this._xscale = 100;
}
if ((this._currentframe > 6) && (this.weap._currentframe < 3)) {
this._xscale = 100;
}
if (this._currentframe < 3) {
this.gotoAndStop("run");
}
if (this._currentframe > 6) {
if (this.weap._currentframe < 3) {
this.weap.gotoAndStop("run");
}
}
if ((this.hitrect.hitTest(_root.blockage1) || (this.hitrect.hitTest(_root.blockage2))) && (this._xscale == 100)) {
runspeed = 0;
} else if (this._currentframe < 3) {
runspeed = 8;
} else if (this.weap._currentframe == 3) {
runspeed = 0;
} else {
runspeed = 4;
}
}
if (((!Key.isDown(39)) && (!Key.isDown(37))) && (this._currentframe < 3)) {
this.gotoAndStop("idle");
if (runspeed > 0) {
runspeed = 0;
}
if (runspeed < 0) {
runspeed = 0;
}
}
if (((!Key.isDown(39)) && (!Key.isDown(37))) && (this._currentframe > 6)) {
if (this.weap._currentframe < 3) {
this.weap.gotoAndStop("idle");
}
if (runspeed > 0) {
runspeed = 0;
}
if (runspeed < 0) {
runspeed = 0;
}
}
if (this._currentframe < 11) {
nudgeback = this._currentframe;
}
if (Key.isDown(65)) {
if (this._currentframe == 7) {
if (this.weap._currentframe < 3) {
gunsound.start(0, 99999);
}
}
if ((this._currentframe > 6) && (this._currentframe < 10)) {
this.weap.gotoAndStop("shoot");
}
if (this._currentframe == 1) {
if (throww == false) {
this.gotoAndStop("throw");
throww = true;
}
}
} else if (this._currentframe == 7) {
gunsound.stop();
}
if (Key.isDown(83)) {
i = 100;
while (i < _root.enemy1) {
if (this.hitrect.hitTest(_root["enemy" + i].char.hitrect)) {
this.gotoAndStop("nudge");
} else if (throww == false) {
this.gotoAndStop("throw");
throww = true;
}
i++;
}
}
if ((this._currentframe == 1) || ((this._currentframe > 6) && (this.weap._currentframe == 1))) {
if (Key.isDown(223)) {
this.gotoAndStop("idle");
}
if (this._y > -2000) {
if (Key.isDown(49)) {
this.gotoAndStop("gun1");
gunpre = 7;
}
if (Key.isDown(50)) {
this.gotoAndStop("gun2");
gunpre = 8;
}
if (rocket == true) {
if (Key.isDown(51)) {
this.gotoAndStop("rocket");
gunpre = 9;
}
}
}
}
if (Key.isDown(68)) {
this.gotoAndStop(gunpre);
}
if (Key.isDown(70)) {
this.gotoAndStop("explode");
explode = true;
}
}
if (_root.trans._currentframe == 2) {
if ((this._currentframe < 5) || (this._currentframe == 6)) {
this.gotoAndStop("idle");
} else {
this.weap._currentframe == 1;
}
} else if (_root.trans._currentframe == 15) {
if (_root.alleygo == false) {
if (_root.hospital == false) {
i = 1;
while (i < 100) {
if (this.hitTest(_root["building" + i])) {
this._y = _root["building" + i]._y;
}
i++;
}
}
} else if (_root.alleygo == true) {
this._xscale = 100;
this._y = _root.backalleyground._y;
_root.alleygo = false;
}
if (_root.hospital == true) {
death = false;
this.gotoAndStop(1);
this._x = 4000;
_root.hospital = false;
}
if (_root.alleyback == true) {
this._xscale = -100;
this._y = 280;
_root.alleyback = false;
}
}
} else {
if (jump == false) {
if ((this._currentframe < 3) || (this._currentframe > 5)) {
this.gotoAndStop("explode");
explode = true;
}
}
if (this.fall2.getup._currentframe == 65) {
jump = false;
this._y = 280;
this.gotoAndStop(1);
}
if (jump == true) {
if ((this._currentframe >= 3) && (this._currentframe < 5)) {
fall = fall + 1;
}
this._y = this._y + fall;
if (this._y > 265) {
this._y = 280;
jump = false;
this.gotoAndStop("fallland");
this.fall2.gotoAndStop(1);
fall = 0;
}
if (this.fallstartt._currentframe > 16) {
this.gotoAndStop("fall");
this.fall1.gotoAndStop(1);
}
}
}
}
}
Instance of Symbol 1616 MovieClip "ambulance" in Frame 347
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._alpha = 0;
} else {
this._alpha = 100;
}
if (_root.darnell._xscale == -100) {
this._x = _root.darnell._x - 70;
}
if (_root.darnell._xscale == 100) {
this._x = _root.darnell._x;
}
this._y = 300;
if (_root.darnell.fall2.dead._currentframe == 14) {
this.play();
}
}
Instance of Symbol 1623 MovieClip "boarder" in Frame 347
onClipEvent (load) {
scal = this.cam._xscale;
randomgen = 0;
camwork = true;
}
onClipEvent (enterFrame) {
if (_root.trans._currentframe == 15) {
camwork = true;
}
if (this.cam._y < -2000) {
if (_root.trans._currentframe == 15) {
camwork = true;
this.cam._y = 280;
}
if (this.cam._x >= -1100) {
this.cam._x = -1100;
camwork = false;
}
if ((_root.darnell._xscale == -100) && (this.cam._x == -1100)) {
camwork = true;
}
if (this.cam._x <= -1250) {
this.cam._x = -1250;
}
}
if (this.cam._x <= -2500) {
this.cam._x = -2500;
camwork = false;
}
if ((_root.darnell._xscale == 100) && (this.cam._x == -2500)) {
camwork = true;
}
if (this.cam._x >= 7000) {
this.cam._x = 7000;
camwork = false;
}
if ((_root.darnell._xscale == -100) && (this.cam._x == 7000)) {
camwork = true;
}
xMove = Math.round(xChange / 6);
yMove = Math.round(yChange);
if (camwork == true) {
_root.back._x = this.cam._x;
this.cam._x = this.cam._x + (xMove + randomgen);
this.cam._y = this.cam._y + (yMove + randomgen);
}
if (_root.rocketattack.shoot == true) {
if (_root.darnell._xscale == 100) {
xChange = Math.round((_root.rocketattack._x + 50) - this.cam._x);
} else {
xChange = Math.round((_root.rocketattack._x - 50) - this.cam._x);
}
yChange = Math.round((_root.rocketattack._y - 40) - this.cam._y);
}
if (_root.rocketattack.shoot == false) {
yChange = Math.round((_root.darnell._y - 200) - this.cam._y);
if ((_root.darnell.explode == false) || (_root.darnell.jump == true)) {
yChange = Math.round((_root.darnell._y - 200) - this.cam._y);
if (_root.darnell._currentframe <= 6) {
if (_root.darnell._currentframe == 4) {
if (this.cam._xscale < 140) {
this.cam._xscale = this.cam._xscale + 1;
this.cam._yscale = this.cam._yscale + 1;
}
} else if (this.cam._xscale > scal) {
this.cam._xscale = this.cam._xscale - 1;
this.cam._yscale = this.cam._yscale - 1;
}
if (_root.darnell._xscale == 100) {
if ((_root.darnell._currentframe == 6) && (Key.isDown(37))) {
xChange = Math.round((_root.darnell._x + 50) - this.cam._x);
} else {
xChange = Math.round((_root.darnell._x + 180) - this.cam._x);
}
}
if (_root.darnell._xscale == -100) {
if ((_root.darnell._currentframe == 6) && (Key.isDown(39))) {
xChange = Math.round((_root.darnell._x - 50) - this.cam._x);
} else {
xChange = Math.round((_root.darnell._x - 180) - this.cam._x);
}
}
}
if (_root.darnell._currentframe > 6) {
if (this.cam._xscale < 140) {
this.cam._xscale = this.cam._xscale + 1;
this.cam._yscale = this.cam._yscale + 1;
}
if (_root.darnell.weap._currentframe == 3) {
randomgen = random(4) - 2;
}
if (_root.rocketattack._currentframe == 2) {
randomgen = random(4) - 2;
}
if (_root.darnell._xscale == 100) {
if ((_root.darnell.gun._currentframe == 3) && (Key.isDown(37))) {
xChange = Math.round((_root.darnell._x + 50) - this.cam._x);
} else {
xChange = Math.round((_root.darnell._x + 180) - this.cam._x);
}
}
if (_root.darnell._xscale == -100) {
if ((_root.darnell.gun._currentframe == 3) && (Key.isDown(39))) {
xChange = Math.round((_root.darnell._x - 50) - this.cam._x);
} else {
xChange = Math.round((_root.darnell._x - 180) - this.cam._x);
}
}
}
}
}
if ((_root.darnell.explode == true) && (_root.darnell.jump == false)) {
if (this.cam._rotation < 5) {
xChange = Math.round(_root.darnell._x - this.cam._x);
this.cam._xscale = this.cam._xscale - 1;
this.cam._yscale = this.cam._yscale - 1;
this.cam._rotation = this.cam._rotation + 0.1;
}
}
}
Instance of Symbol 1626 MovieClip "trans" in Frame 347
onClipEvent (enterFrame) {
this._x = _root.boarder.cam._x - 420;
this._y = _root.boarder.cam._y - 240;
}
Instance of Symbol 1628 MovieClip "endgame" in Frame 347
onClipEvent (load) {
this.stop();
}
Frame 348
firesound = new Sound(this);
firesound.attachSound("fire");
boomSound = new Sound(this);
boomSound.attachSound("boom");
_root.buildingsonfire = 0;
_root.alleyback = false;
_root.hospital = false;
_root.alleygo = false;
_root.ambu = false;
_root.endstart = false;
_root.enemykilled = 0;
_root.endcount = 0;
_root.count = 0;
_root.enemy1 = 106;
_root.gravity = 0;
_root.throwdis = 0;
_root.timeadd = 1;
_root.boarder.time1.timer = 30;
_root.timerchange = 48;
_root.timeraddup = 0;
onEnterFrame = function () {
if (_root.darnell.explode == true) {
_root.endstart = true;
}
if (_root.endstart == true) {
_root.endcount++;
}
if (_root.endcount > 70) {
_root.endgame._x = _root.boarder.cam._x - 500;
_root.endgame._y = _root.boarder.cam._y - 500;
_root.endgame.play();
}
if (_root.endcount > 109) {
gotoAndStop (349);
}
};
Instance of Symbol 1629 MovieClip "boarder" in Frame 348
onClipEvent (load) {
scal = this.cam._xscale;
randomgen = 0;
camwork = true;
}
onClipEvent (enterFrame) {
if (_root.trans._currentframe == 15) {
camwork = true;
}
if (this.cam._y < -2000) {
if (_root.trans._currentframe == 15) {
camwork = true;
this.cam._y = 280;
}
if (this.cam._x >= -1100) {
this.cam._x = -1100;
camwork = false;
}
if ((_root.darnell._xscale == -100) && (this.cam._x == -1100)) {
camwork = true;
}
if (this.cam._x <= -1250) {
this.cam._x = -1250;
}
}
if (this.cam._x <= -2500) {
this.cam._x = -2500;
camwork = false;
}
if ((_root.darnell._xscale == 100) && (this.cam._x == -2500)) {
camwork = true;
}
if (this.cam._x >= 7000) {
this.cam._x = 7000;
camwork = false;
}
if ((_root.darnell._xscale == -100) && (this.cam._x == 7000)) {
camwork = true;
}
xMove = Math.round(xChange / 6);
yMove = Math.round(yChange);
if (camwork == true) {
_root.back._x = this.cam._x;
this.cam._x = this.cam._x + (xMove + randomgen);
this.cam._y = this.cam._y + (yMove + randomgen);
}
if (_root.rocketattack.shoot == true) {
if (_root.darnell._xscale == 100) {
xChange = Math.round((_root.rocketattack._x + 50) - this.cam._x);
} else {
xChange = Math.round((_root.rocketattack._x - 50) - this.cam._x);
}
yChange = Math.round((_root.rocketattack._y - 40) - this.cam._y);
}
if (_root.rocketattack.shoot == false) {
yChange = Math.round((_root.darnell._y - 200) - this.cam._y);
if ((_root.darnell.explode == false) || (_root.darnell.jump == true)) {
yChange = Math.round((_root.darnell._y - 200) - this.cam._y);
if (_root.darnell._currentframe <= 6) {
if (_root.darnell._currentframe == 4) {
if (this.cam._xscale < 140) {
this.cam._xscale = this.cam._xscale + 1;
this.cam._yscale = this.cam._yscale + 1;
}
} else if (this.cam._xscale > scal) {
this.cam._xscale = this.cam._xscale - 1;
this.cam._yscale = this.cam._yscale - 1;
}
if (_root.darnell._xscale == 100) {
if ((_root.darnell._currentframe == 6) && (Key.isDown(37))) {
xChange = Math.round((_root.darnell._x + 50) - this.cam._x);
} else {
xChange = Math.round((_root.darnell._x + 180) - this.cam._x);
}
}
if (_root.darnell._xscale == -100) {
if ((_root.darnell._currentframe == 6) && (Key.isDown(39))) {
xChange = Math.round((_root.darnell._x - 50) - this.cam._x);
} else {
xChange = Math.round((_root.darnell._x - 180) - this.cam._x);
}
}
}
if (_root.darnell._currentframe > 6) {
if (this.cam._xscale < 140) {
this.cam._xscale = this.cam._xscale + 1;
this.cam._yscale = this.cam._yscale + 1;
}
if (_root.darnell.weap._currentframe == 3) {
randomgen = random(4) - 2;
}
if (_root.rocketattack._currentframe == 2) {
randomgen = random(4) - 2;
}
if (_root.darnell._xscale == 100) {
if ((_root.darnell.gun._currentframe == 3) && (Key.isDown(37))) {
xChange = Math.round((_root.darnell._x + 50) - this.cam._x);
} else {
xChange = Math.round((_root.darnell._x + 180) - this.cam._x);
}
}
if (_root.darnell._xscale == -100) {
if ((_root.darnell.gun._currentframe == 3) && (Key.isDown(39))) {
xChange = Math.round((_root.darnell._x - 50) - this.cam._x);
} else {
xChange = Math.round((_root.darnell._x - 180) - this.cam._x);
}
}
}
}
}
if ((_root.darnell.explode == true) && (_root.darnell.jump == false)) {
if (this.cam._rotation < 5) {
xChange = Math.round(_root.darnell._x - this.cam._x);
this.cam._xscale = this.cam._xscale - 1;
this.cam._yscale = this.cam._yscale - 1;
this.cam._rotation = this.cam._rotation + 0.1;
}
}
}
Frame 349
_root.endstart = false;
_root.timerdone = false;
_root.endcount = 0;
_root.enemykilleddone = false;
_root.buildingsfelldone = false;
_root.buildingsonfiredone = false;
_root.enemykilleddone2 = false;
_root.buildingsfelldone2 = false;
_root.buildingsonfiredone2 = false;
_root.enemykilled1 = 0;
_root.buildingsfell1 = 0;
_root.buildingsonfire1 = 0;
_root.total1 = 0;
_root.timer = 0;
stop();
_root.buildingsfell = int(_root.enemykilled / 20) * 10;
if (_root.buildingsfell > 60) {
_root.buildingsfell = 60;
}
_root.total = (_root.enemykilled + _root.buildingsfell) + _root.buildingsonfire;
onEnterFrame = function () {
if (_root.timerdone == false) {
if (_root.enemykilled1 < _root.enemykilled) {
_root.enemykilled1++;
} else {
_root.enemykilled1 = _root.enemykilled;
_root.enemykilleddone = true;
}
if (_root.enemykilleddone == true) {
if (_root.buildingsfell1 < _root.buildingsfell) {
_root.buildingsfell1++;
} else {
_root.buildingsfell1 = _root.buildingsfell;
_root.buildingsfelldone = true;
}
}
if (_root.buildingsfelldone == true) {
if (_root.buildingsonfire1 < _root.buildingsonfire) {
_root.buildingsonfire1++;
} else {
_root.buildingsonfire1 = _root.buildingsonfire;
_root.buildingsonfiredone = true;
}
}
if (_root.buildingsonfiredone == true) {
_root.timer++;
}
if (_root.timer > 60) {
_root.timerdone = true;
}
}
if (_root.timerdone == true) {
if (enemykilled1 > 0) {
_root.enemykilled1--;
_root.total1++;
}
if (_root.enemykilled1 == 0) {
_root.enemykilled1 = 0;
_root.enemykilleddone2 = true;
}
if (_root.enemykilleddone2 == true) {
if (buildingsfell1 > 0) {
_root.buildingsfell1--;
_root.total1++;
}
if (_root.buildingsfell1 == 0) {
_root.buildingsfell1 = 0;
_root.buildingsfelldone2 = true;
}
}
if (_root.buildingsfelldone2 == true) {
if (buildingsonfire1 > 0) {
_root.buildingsonfire1--;
_root.total1++;
}
if (_root.buildingsonfire1 == 0) {
_root.buildingsonfire1 = 0;
_root.buildingsonfiredone2 = true;
}
}
if (_root.buildingsonfiredone2 == true) {
_root.total1 = _root.total;
}
}
};
stop();
Instance of Symbol 1628 MovieClip "endgame" in Frame 349
onClipEvent (enterFrame) {
this.gotoAndStop(1);
}
Frame 350
stop();
Frame 351
stop();
_root.enemykilled = 0;
Frame 352
boomSound = new Sound(this);
boomSound.attachSound("boom");
stop();
_root.buildingsonfire = 0;
_root.alleyback = false;
_root.hospital = false;
_root.alleygo = false;
_root.ambu = false;
_root.endstart = false;
_root.enemykilled = 0;
_root.endcount = 0;
_root.count = 0;
_root.enemy1 = 106;
_root.gravity = 0;
_root.throwdis = 0;
_root.timeadd = 1;
_root.boarder.time1.timer = 30;
_root.timerchange = 48;
_root.timeraddup = 0;
onEnterFrame = function () {
if (_root.darnell.explode == true) {
_root.endstart = true;
}
if (_root.endstart == true) {
_root.endcount++;
}
if (_root.endcount > 70) {
_root.endgame._x = _root.boarder.cam._x - 500;
_root.endgame._y = _root.boarder.cam._y - 500;
_root.endgame.play();
}
if (_root.endcount > 109) {
play();
}
};
Instance of Symbol 277 MovieClip "back" in Frame 352
onClipEvent (enterFrame) {
this._y = _root.boarder.cam._y - (boarderY / 5);
boarderY = _root.boarder.cam._y;
}
Instance of Symbol 335 MovieClip "building1" in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root["fire" + _root.count].firehit)) {
if (this._currentframe == 1) {
_root.buildingsonfire++;
this.gotoAndStop(2);
}
}
}
Instance of Symbol 347 MovieClip "building2" in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root["fire" + _root.count].firehit)) {
if (this._currentframe == 1) {
_root.buildingsonfire++;
this.gotoAndStop(2);
}
}
}
Instance of Symbol 358 MovieClip "building3" in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root["fire" + _root.count].firehit)) {
if (this._currentframe == 1) {
_root.buildingsonfire++;
this.gotoAndStop(2);
}
}
}
Instance of Symbol 370 MovieClip "building4" in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root["fire" + _root.count].firehit)) {
if (this._currentframe == 1) {
_root.buildingsonfire++;
this.gotoAndStop(2);
}
}
}
Instance of Symbol 376 MovieClip "building5" in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root["fire" + _root.count].firehit)) {
if (this._currentframe == 1) {
_root.buildingsonfire++;
this.gotoAndStop(2);
}
}
}
Instance of Symbol 394 MovieClip "building6" in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root["fire" + _root.count].firehit)) {
if (this._currentframe == 1) {
_root.buildingsonfire++;
this.gotoAndStop(2);
}
}
}
Instance of Symbol 394 MovieClip "building7" in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root["fire" + _root.count].firehit)) {
if (this._currentframe == 1) {
_root.buildingsonfire++;
this.gotoAndStop(2);
}
}
}
Instance of Symbol 394 MovieClip "building8" in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root["fire" + _root.count].firehit)) {
if (this._currentframe == 1) {
_root.buildingsonfire++;
this.gotoAndStop(2);
}
}
}
Instance of Symbol 394 MovieClip "building9" in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root["fire" + _root.count].firehit)) {
if (this._currentframe == 1) {
_root.buildingsonfire++;
this.gotoAndStop(2);
}
}
}
Instance of Symbol 673 MovieClip "enemy100" in Frame 352
onClipEvent (load) {
this.gotoAndStop(random(3) + 1);
directionok = random(10) - 5;
if (directionok <= 0) {
enemyleft = false;
this._xscale = 100;
} else {
enemyleft = true;
this._xscale = -100;
}
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
duplicate = true;
enemyspeed = 2;
timer2 = 0;
stepmax = random(200) + 200;
fire = false;
dead = false;
scream = false;
timer = 0;
timer3 = 0;
parts = 1;
}
onClipEvent (enterFrame) {
this._y = 267;
if (enemyleft == true) {
this._xscale = -100;
} else {
this._xscale = 100;
}
if (dead == false) {
if (this.char.hitrect.hitTest(_root.rocketattack)) {
fire = false;
this.char.gotoAndStop("half");
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
dead = true;
}
if (fire == false) {
if (this._x < (-1000 + _root.boarder.cam._x)) {
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
this.char.gotoAndStop("walk");
scream = false;
}
if (this._x > (1500 + _root.boarder.cam._x)) {
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
this.char.gotoAndStop("walk");
scream = false;
}
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
this.char.gotoAndStop("hurt");
enemyspeed = 0;
}
}
if (timer3 >= 48) {
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
this.char.gotoAndStop("dead");
dead = true;
}
if (_root.darnell.boom._currentframe > 37) {
if (this.hitTest(_root.darnell.boom)) {
this.char.gotoAndStop("half");
dead = true;
}
}
if (_root.darnell._currentframe >= 6) {
if (scream == false) {
if (fire == false) {
if (((this._x >= (_root.darnell._x - 450)) && (this._xscale == 100)) && (this._x < _root.darnell._x)) {
this.char.gotoAndStop("scream");
scream = true;
}
if (((this._x <= (_root.darnell._x + 450)) && (this._xscale == -100)) && (this._x > _root.darnell._x)) {
this.char.gotoAndStop("scream");
scream = true;
}
}
}
}
if (_root.darnell._currentframe == 8) {
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
if (fire == false) {
if (_root.darnell.weap.attack._currentframe < 4) {
this.char.gotoAndStop("half");
} else if (_root.darnell.weap.attack._currentframe > 3) {
this.char.gotoAndStop("dead");
}
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
dead = true;
}
}
}
if (_root.darnell._currentframe == 7) {
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
timer3++;
}
}
i = 1;
while (i < (_root.count + 2)) {
if (this.hitTest(_root["fire" + i].firehit)) {
enemyspeed = 0;
enemystepsright = 0;
enemystepsleft = 0;
fire = true;
this.char.gotoAndStop("fire");
}
i++;
}
if (fire == true) {
scream = false;
enemyspeed = 6;
timer++;
if (timer > 80) {
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
this.char.gotoAndStop("dead");
dead = true;
}
}
if (scream == false) {
if (fire == false) {
enemyspeed = 2;
}
if (enemyleft == false) {
if (fire == true) {
timer2 = timer2 + 2;
} else {
timer2 = timer2 + 1;
}
this._xscale = 100;
this._x = this._x + enemyspeed;
} else {
if (fire == true) {
timer2 = timer2 + 2;
} else {
timer2 = timer2 + 1;
}
this._xscale = -100;
this._x = this._x - enemyspeed;
}
if (timer2 >= stepmax) {
timer2 = 0;
stepmax = random(200) + 200;
if (enemyleft == true) {
enemyleft = false;
} else {
enemyleft = true;
}
}
} else {
enemyspeed = 5;
if (this._x < _root.darnell._x) {
enemyleft = true;
this._xscale = -100;
this._x = this._x - enemyspeed;
}
if (this._x > _root.darnell._x) {
enemyleft = false;
this._xscale = 100;
this._x = this._x + enemyspeed;
}
}
} else {
if (duplicate == true) {
this._xscale = 100;
this.duplicateMovieClip("enemy" + _root.enemy1, _root.enemy1);
_root.enemy1++;
_root.enemykilled++;
duplicate = false;
}
if (this._x > (1000 + _root.boarder.cam._x)) {
this._alpha = 0;
removeMovieClip(this);
}
if (this._x < (-1000 + _root.boarder.cam._x)) {
this._alpha = 0;
removeMovieClip(this);
}
}
if (_root.endcount > 70) {
removeMovieClip(this);
}
}
Instance of Symbol 1047 MovieClip "enemy102" in Frame 352
onClipEvent (load) {
this.gotoAndStop(random(3) + 1);
directionok = random(10) - 5;
if (directionok <= 0) {
enemyleft = false;
this._xscale = 100;
} else {
enemyleft = true;
this._xscale = -100;
}
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
duplicate = true;
enemyspeed = 2;
timer2 = 0;
stepmax = random(200) + 200;
fire = false;
dead = false;
scream = false;
timer = 0;
timer3 = 0;
parts = 1;
}
onClipEvent (enterFrame) {
this._y = 267;
if (enemyleft == true) {
this._xscale = -100;
} else {
this._xscale = 100;
}
if (dead == false) {
if (this.char.hitrect.hitTest(_root.rocketattack)) {
fire = false;
this.char.gotoAndStop("half");
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
dead = true;
}
if (fire == false) {
if (this._x < (-1000 + _root.boarder.cam._x)) {
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
this.char.gotoAndStop("walk");
scream = false;
}
if (this._x > (1500 + _root.boarder.cam._x)) {
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
this.char.gotoAndStop("walk");
scream = false;
}
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
this.char.gotoAndStop("hurt");
enemyspeed = 0;
}
}
if (timer3 >= 48) {
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
this.char.gotoAndStop("dead");
dead = true;
}
if (_root.darnell.boom._currentframe > 37) {
if (this.hitTest(_root.darnell.boom)) {
this.char.gotoAndStop("half");
dead = true;
}
}
if (_root.darnell._currentframe >= 6) {
if (scream == false) {
if (fire == false) {
if (((this._x >= (_root.darnell._x - 450)) && (this._xscale == 100)) && (this._x < _root.darnell._x)) {
this.char.gotoAndStop("scream");
scream = true;
}
if (((this._x <= (_root.darnell._x + 450)) && (this._xscale == -100)) && (this._x > _root.darnell._x)) {
this.char.gotoAndStop("scream");
scream = true;
}
}
}
}
if (_root.darnell._currentframe == 8) {
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
if (fire == false) {
if (_root.darnell.weap.attack._currentframe < 4) {
this.char.gotoAndStop("half");
} else if (_root.darnell.weap.attack._currentframe > 3) {
this.char.gotoAndStop("dead");
}
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
dead = true;
}
}
}
if (_root.darnell._currentframe == 7) {
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
timer3++;
}
}
i = 1;
while (i < (_root.count + 2)) {
if (this.hitTest(_root["fire" + i].firehit)) {
enemyspeed = 0;
enemystepsright = 0;
enemystepsleft = 0;
fire = true;
this.char.gotoAndStop("fire");
}
i++;
}
if (fire == true) {
scream = false;
enemyspeed = 6;
timer++;
if (timer > 80) {
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
this.char.gotoAndStop("dead");
dead = true;
}
}
if (scream == false) {
if (fire == false) {
enemyspeed = 2;
}
if (enemyleft == false) {
if (fire == true) {
timer2 = timer2 + 2;
} else {
timer2 = timer2 + 1;
}
this._xscale = 100;
this._x = this._x + enemyspeed;
} else {
if (fire == true) {
timer2 = timer2 + 2;
} else {
timer2 = timer2 + 1;
}
this._xscale = -100;
this._x = this._x - enemyspeed;
}
if (timer2 >= stepmax) {
timer2 = 0;
stepmax = random(200) + 200;
if (enemyleft == true) {
enemyleft = false;
} else {
enemyleft = true;
}
}
} else {
enemyspeed = 5;
if (this._x < _root.darnell._x) {
enemyleft = true;
this._xscale = -100;
this._x = this._x - enemyspeed;
}
if (this._x > _root.darnell._x) {
enemyleft = false;
this._xscale = 100;
this._x = this._x + enemyspeed;
}
}
} else {
if (duplicate == true) {
this._xscale = 100;
this.duplicateMovieClip("enemy" + _root.enemy1, _root.enemy1);
_root.enemy1++;
_root.enemykilled++;
duplicate = false;
}
if (this._x > (1000 + _root.boarder.cam._x)) {
this._alpha = 0;
removeMovieClip(this);
}
if (this._x < (-1000 + _root.boarder.cam._x)) {
this._alpha = 0;
removeMovieClip(this);
}
}
if (_root.endcount > 70) {
removeMovieClip(this);
}
}
Instance of Symbol 673 MovieClip "enemy103" in Frame 352
onClipEvent (load) {
this.gotoAndStop(random(3) + 1);
directionok = random(10) - 5;
if (directionok <= 0) {
enemyleft = false;
this._xscale = 100;
} else {
enemyleft = true;
this._xscale = -100;
}
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
duplicate = true;
enemyspeed = 2;
timer2 = 0;
stepmax = random(200) + 200;
fire = false;
dead = false;
scream = false;
timer = 0;
timer3 = 0;
parts = 1;
}
onClipEvent (enterFrame) {
this._y = 267;
if (enemyleft == true) {
this._xscale = -100;
} else {
this._xscale = 100;
}
if (dead == false) {
if (this.char.hitrect.hitTest(_root.rocketattack)) {
fire = false;
this.char.gotoAndStop("half");
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
dead = true;
}
if (fire == false) {
if (this._x < (-1000 + _root.boarder.cam._x)) {
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
this.char.gotoAndStop("walk");
scream = false;
}
if (this._x > (1500 + _root.boarder.cam._x)) {
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
this.char.gotoAndStop("walk");
scream = false;
}
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
this.char.gotoAndStop("hurt");
enemyspeed = 0;
}
}
if (timer3 >= 48) {
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
this.char.gotoAndStop("dead");
dead = true;
}
if (_root.darnell.boom._currentframe > 37) {
if (this.hitTest(_root.darnell.boom)) {
this.char.gotoAndStop("half");
dead = true;
}
}
if (_root.darnell._currentframe >= 6) {
if (scream == false) {
if (fire == false) {
if (((this._x >= (_root.darnell._x - 450)) && (this._xscale == 100)) && (this._x < _root.darnell._x)) {
this.char.gotoAndStop("scream");
scream = true;
}
if (((this._x <= (_root.darnell._x + 450)) && (this._xscale == -100)) && (this._x > _root.darnell._x)) {
this.char.gotoAndStop("scream");
scream = true;
}
}
}
}
if (_root.darnell._currentframe == 8) {
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
if (fire == false) {
if (_root.darnell.weap.attack._currentframe < 4) {
this.char.gotoAndStop("half");
} else if (_root.darnell.weap.attack._currentframe > 3) {
this.char.gotoAndStop("dead");
}
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
dead = true;
}
}
}
if (_root.darnell._currentframe == 7) {
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
timer3++;
}
}
i = 1;
while (i < (_root.count + 2)) {
if (this.hitTest(_root["fire" + i].firehit)) {
enemyspeed = 0;
enemystepsright = 0;
enemystepsleft = 0;
fire = true;
this.char.gotoAndStop("fire");
}
i++;
}
if (fire == true) {
scream = false;
enemyspeed = 6;
timer++;
if (timer > 80) {
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
this.char.gotoAndStop("dead");
dead = true;
}
}
if (scream == false) {
if (fire == false) {
enemyspeed = 2;
}
if (enemyleft == false) {
if (fire == true) {
timer2 = timer2 + 2;
} else {
timer2 = timer2 + 1;
}
this._xscale = 100;
this._x = this._x + enemyspeed;
} else {
if (fire == true) {
timer2 = timer2 + 2;
} else {
timer2 = timer2 + 1;
}
this._xscale = -100;
this._x = this._x - enemyspeed;
}
if (timer2 >= stepmax) {
timer2 = 0;
stepmax = random(200) + 200;
if (enemyleft == true) {
enemyleft = false;
} else {
enemyleft = true;
}
}
} else {
enemyspeed = 5;
if (this._x < _root.darnell._x) {
enemyleft = true;
this._xscale = -100;
this._x = this._x - enemyspeed;
}
if (this._x > _root.darnell._x) {
enemyleft = false;
this._xscale = 100;
this._x = this._x + enemyspeed;
}
}
} else {
if (duplicate == true) {
this._xscale = 100;
this.duplicateMovieClip("enemy" + _root.enemy1, _root.enemy1);
_root.enemy1++;
_root.enemykilled++;
duplicate = false;
}
if (this._x > (1000 + _root.boarder.cam._x)) {
this._alpha = 0;
removeMovieClip(this);
}
if (this._x < (-1000 + _root.boarder.cam._x)) {
this._alpha = 0;
removeMovieClip(this);
}
}
if (_root.endcount > 70) {
removeMovieClip(this);
}
}
Instance of Symbol 1250 MovieClip "enemy101" in Frame 352
onClipEvent (load) {
this.gotoAndStop(random(3) + 1);
directionok = random(10) - 5;
if (directionok <= 0) {
enemyleft = false;
this._xscale = 100;
} else {
enemyleft = true;
this._xscale = -100;
}
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
duplicate = true;
enemyspeed = 2;
timer2 = 0;
stepmax = random(200) + 200;
fire = false;
dead = false;
scream = false;
timer = 0;
timer3 = 0;
parts = 1;
}
onClipEvent (enterFrame) {
this._y = 267;
if (enemyleft == true) {
this._xscale = -100;
} else {
this._xscale = 100;
}
if (dead == false) {
if (this.char.hitrect.hitTest(_root.rocketattack)) {
fire = false;
this.char.gotoAndStop("half");
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
dead = true;
}
if (fire == false) {
if (this._x < (-1000 + _root.boarder.cam._x)) {
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
this.char.gotoAndStop("walk");
scream = false;
}
if (this._x > (1500 + _root.boarder.cam._x)) {
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
this.char.gotoAndStop("walk");
scream = false;
}
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
this.char.gotoAndStop("hurt");
enemyspeed = 0;
}
}
if (timer3 >= 48) {
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
this.char.gotoAndStop("dead");
dead = true;
}
if (_root.darnell.boom._currentframe > 37) {
if (this.hitTest(_root.darnell.boom)) {
this.char.gotoAndStop("half");
dead = true;
}
}
if (_root.darnell._currentframe >= 6) {
if (scream == false) {
if (fire == false) {
if (((this._x >= (_root.darnell._x - 450)) && (this._xscale == 100)) && (this._x < _root.darnell._x)) {
this.char.gotoAndStop("scream");
scream = true;
}
if (((this._x <= (_root.darnell._x + 450)) && (this._xscale == -100)) && (this._x > _root.darnell._x)) {
this.char.gotoAndStop("scream");
scream = true;
}
}
}
}
if (_root.darnell._currentframe == 8) {
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
if (fire == false) {
if (_root.darnell.weap.attack._currentframe < 4) {
this.char.gotoAndStop("half");
} else if (_root.darnell.weap.attack._currentframe > 3) {
this.char.gotoAndStop("dead");
}
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
dead = true;
}
}
}
if (_root.darnell._currentframe == 7) {
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
timer3++;
}
}
i = 1;
while (i < (_root.count + 2)) {
if (this.hitTest(_root["fire" + i].firehit)) {
enemyspeed = 0;
enemystepsright = 0;
enemystepsleft = 0;
fire = true;
this.char.gotoAndStop("fire");
}
i++;
}
if (fire == true) {
scream = false;
enemyspeed = 6;
timer++;
if (timer > 80) {
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
this.char.gotoAndStop("dead");
dead = true;
}
}
if (scream == false) {
if (fire == false) {
enemyspeed = 2;
}
if (enemyleft == false) {
if (fire == true) {
timer2 = timer2 + 2;
} else {
timer2 = timer2 + 1;
}
this._xscale = 100;
this._x = this._x + enemyspeed;
} else {
if (fire == true) {
timer2 = timer2 + 2;
} else {
timer2 = timer2 + 1;
}
this._xscale = -100;
this._x = this._x - enemyspeed;
}
if (timer2 >= stepmax) {
timer2 = 0;
stepmax = random(200) + 200;
if (enemyleft == true) {
enemyleft = false;
} else {
enemyleft = true;
}
}
} else {
enemyspeed = 5;
if (this._x < _root.darnell._x) {
enemyleft = true;
this._xscale = -100;
this._x = this._x - enemyspeed;
}
if (this._x > _root.darnell._x) {
enemyleft = false;
this._xscale = 100;
this._x = this._x + enemyspeed;
}
}
} else {
if (duplicate == true) {
this._xscale = 100;
this.duplicateMovieClip("enemy" + _root.enemy1, _root.enemy1);
_root.enemy1++;
_root.enemykilled++;
duplicate = false;
}
if (this._x > (1000 + _root.boarder.cam._x)) {
this._alpha = 0;
removeMovieClip(this);
}
if (this._x < (-1000 + _root.boarder.cam._x)) {
this._alpha = 0;
removeMovieClip(this);
}
}
if (_root.endcount > 70) {
removeMovieClip(this);
}
}
Instance of Symbol 1047 MovieClip "enemy105" in Frame 352
onClipEvent (load) {
this.gotoAndStop(random(3) + 1);
directionok = random(10) - 5;
if (directionok <= 0) {
enemyleft = false;
this._xscale = 100;
} else {
enemyleft = true;
this._xscale = -100;
}
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
duplicate = true;
enemyspeed = 2;
timer2 = 0;
stepmax = random(200) + 200;
fire = false;
dead = false;
scream = false;
timer = 0;
timer3 = 0;
parts = 1;
}
onClipEvent (enterFrame) {
this._y = 267;
if (enemyleft == true) {
this._xscale = -100;
} else {
this._xscale = 100;
}
if (dead == false) {
if (this.char.hitrect.hitTest(_root.rocketattack)) {
fire = false;
this.char.gotoAndStop("half");
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
dead = true;
}
if (fire == false) {
if (this._x < (-1000 + _root.boarder.cam._x)) {
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
this.char.gotoAndStop("walk");
scream = false;
}
if (this._x > (1500 + _root.boarder.cam._x)) {
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
this.char.gotoAndStop("walk");
scream = false;
}
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
this.char.gotoAndStop("hurt");
enemyspeed = 0;
}
}
if (timer3 >= 48) {
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
this.char.gotoAndStop("dead");
dead = true;
}
if (_root.darnell.boom._currentframe > 37) {
if (this.hitTest(_root.darnell.boom)) {
this.char.gotoAndStop("half");
dead = true;
}
}
if (_root.darnell._currentframe >= 6) {
if (scream == false) {
if (fire == false) {
if (((this._x >= (_root.darnell._x - 450)) && (this._xscale == 100)) && (this._x < _root.darnell._x)) {
this.char.gotoAndStop("scream");
scream = true;
}
if (((this._x <= (_root.darnell._x + 450)) && (this._xscale == -100)) && (this._x > _root.darnell._x)) {
this.char.gotoAndStop("scream");
scream = true;
}
}
}
}
if (_root.darnell._currentframe == 8) {
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
if (fire == false) {
if (_root.darnell.weap.attack._currentframe < 4) {
this.char.gotoAndStop("half");
} else if (_root.darnell.weap.attack._currentframe > 3) {
this.char.gotoAndStop("dead");
}
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
dead = true;
}
}
}
if (_root.darnell._currentframe == 7) {
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
timer3++;
}
}
i = 1;
while (i < (_root.count + 2)) {
if (this.hitTest(_root["fire" + i].firehit)) {
enemyspeed = 0;
enemystepsright = 0;
enemystepsleft = 0;
fire = true;
this.char.gotoAndStop("fire");
}
i++;
}
if (fire == true) {
scream = false;
enemyspeed = 6;
timer++;
if (timer > 80) {
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
this.char.gotoAndStop("dead");
dead = true;
}
}
if (scream == false) {
if (fire == false) {
enemyspeed = 2;
}
if (enemyleft == false) {
if (fire == true) {
timer2 = timer2 + 2;
} else {
timer2 = timer2 + 1;
}
this._xscale = 100;
this._x = this._x + enemyspeed;
} else {
if (fire == true) {
timer2 = timer2 + 2;
} else {
timer2 = timer2 + 1;
}
this._xscale = -100;
this._x = this._x - enemyspeed;
}
if (timer2 >= stepmax) {
timer2 = 0;
stepmax = random(200) + 200;
if (enemyleft == true) {
enemyleft = false;
} else {
enemyleft = true;
}
}
} else {
enemyspeed = 5;
if (this._x < _root.darnell._x) {
enemyleft = true;
this._xscale = -100;
this._x = this._x - enemyspeed;
}
if (this._x > _root.darnell._x) {
enemyleft = false;
this._xscale = 100;
this._x = this._x + enemyspeed;
}
}
} else {
if (duplicate == true) {
this._xscale = 100;
this.duplicateMovieClip("enemy" + _root.enemy1, _root.enemy1);
_root.enemy1++;
_root.enemykilled++;
duplicate = false;
}
if (this._x > (1000 + _root.boarder.cam._x)) {
this._alpha = 0;
removeMovieClip(this);
}
if (this._x < (-1000 + _root.boarder.cam._x)) {
this._alpha = 0;
removeMovieClip(this);
}
}
if (_root.endcount > 70) {
removeMovieClip(this);
}
}
Instance of Symbol 1250 MovieClip "enemy104" in Frame 352
onClipEvent (load) {
this.gotoAndStop(random(3) + 1);
directionok = random(10) - 5;
if (directionok <= 0) {
enemyleft = false;
this._xscale = 100;
} else {
enemyleft = true;
this._xscale = -100;
}
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
duplicate = true;
enemyspeed = 2;
timer2 = 0;
stepmax = random(200) + 200;
fire = false;
dead = false;
scream = false;
timer = 0;
timer3 = 0;
parts = 1;
}
onClipEvent (enterFrame) {
this._y = 267;
if (enemyleft == true) {
this._xscale = -100;
} else {
this._xscale = 100;
}
if (dead == false) {
if (this.char.hitrect.hitTest(_root.rocketattack)) {
fire = false;
this.char.gotoAndStop("half");
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
dead = true;
}
if (fire == false) {
if (this._x < (-1000 + _root.boarder.cam._x)) {
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
this.char.gotoAndStop("walk");
scream = false;
}
if (this._x > (1500 + _root.boarder.cam._x)) {
placeok = random(10) - 5;
if (placeok <= 0) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) - 500) - random(300);
} else if (_root.boarder.cam._x < 4900) {
this._x = ((_root.boarder._x + _root.boarder.cam._x) + 1100) + random(300);
}
this.char.gotoAndStop("walk");
scream = false;
}
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
this.char.gotoAndStop("hurt");
enemyspeed = 0;
}
}
if (timer3 >= 48) {
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
this.char.gotoAndStop("dead");
dead = true;
}
if (_root.darnell.boom._currentframe > 37) {
if (this.hitTest(_root.darnell.boom)) {
this.char.gotoAndStop("half");
dead = true;
}
}
if (_root.darnell._currentframe >= 6) {
if (scream == false) {
if (fire == false) {
if (((this._x >= (_root.darnell._x - 450)) && (this._xscale == 100)) && (this._x < _root.darnell._x)) {
this.char.gotoAndStop("scream");
scream = true;
}
if (((this._x <= (_root.darnell._x + 450)) && (this._xscale == -100)) && (this._x > _root.darnell._x)) {
this.char.gotoAndStop("scream");
scream = true;
}
}
}
}
if (_root.darnell._currentframe == 8) {
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
if (fire == false) {
if (_root.darnell.weap.attack._currentframe < 4) {
this.char.gotoAndStop("half");
} else if (_root.darnell.weap.attack._currentframe > 3) {
this.char.gotoAndStop("dead");
}
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
dead = true;
}
}
}
if (_root.darnell._currentframe == 7) {
if (this.hitTest(_root.darnell.weap.attack.hitrect)) {
timer3++;
}
}
i = 1;
while (i < (_root.count + 2)) {
if (this.hitTest(_root["fire" + i].firehit)) {
enemyspeed = 0;
enemystepsright = 0;
enemystepsleft = 0;
fire = true;
this.char.gotoAndStop("fire");
}
i++;
}
if (fire == true) {
scream = false;
enemyspeed = 6;
timer++;
if (timer > 80) {
_root.boarder.time1.timer = _root.boarder.time1.timer + _root.timeadd;
this.char.gotoAndStop("dead");
dead = true;
}
}
if (scream == false) {
if (fire == false) {
enemyspeed = 2;
}
if (enemyleft == false) {
if (fire == true) {
timer2 = timer2 + 2;
} else {
timer2 = timer2 + 1;
}
this._xscale = 100;
this._x = this._x + enemyspeed;
} else {
if (fire == true) {
timer2 = timer2 + 2;
} else {
timer2 = timer2 + 1;
}
this._xscale = -100;
this._x = this._x - enemyspeed;
}
if (timer2 >= stepmax) {
timer2 = 0;
stepmax = random(200) + 200;
if (enemyleft == true) {
enemyleft = false;
} else {
enemyleft = true;
}
}
} else {
enemyspeed = 5;
if (this._x < _root.darnell._x) {
enemyleft = true;
this._xscale = -100;
this._x = this._x - enemyspeed;
}
if (this._x > _root.darnell._x) {
enemyleft = false;
this._xscale = 100;
this._x = this._x + enemyspeed;
}
}
} else {
if (duplicate == true) {
this._xscale = 100;
this.duplicateMovieClip("enemy" + _root.enemy1, _root.enemy1);
_root.enemy1++;
_root.enemykilled++;
duplicate = false;
}
if (this._x > (1000 + _root.boarder.cam._x)) {
this._alpha = 0;
removeMovieClip(this);
}
if (this._x < (-1000 + _root.boarder.cam._x)) {
this._alpha = 0;
removeMovieClip(this);
}
}
if (_root.endcount > 70) {
removeMovieClip(this);
}
}
Instance of Symbol 1279 MovieClip "fire" in Frame 352
onClipEvent (load) {
if ((this._x < -10000) && (this._y < -10000)) {
this.stop();
} else {
_root.firesound.start(1, 0);
}
}
onClipEvent (enterFrame) {
if (_root._currentframe == 4) {
removeMovieClip(this);
}
if (this._currentframe == 501) {
removeMovieClip(this);
}
}
Instance of Symbol 1298 MovieClip "mol1" in Frame 352
onClipEvent (load) {
throww = false;
gravity = -10;
throwdis = 0;
_root.count = 0;
throwup = false;
}
onClipEvent (enterFrame) {
if (_root.darnell._currentframe == 6) {
if (_root.darnell.throwing._currentframe == 1) {
if (Key.isDown(38)) {
throwup = true;
} else {
throwup = false;
}
}
if (_root.darnell.throwing._currentframe == 21) {
_root.count++;
this._x = _root.darnell._x + ((80 * _root.darnell._xscale) / 100);
this._y = _root.darnell._y - 130;
if (throwup == true) {
throwdis = (4.2 * _root.darnell._xscale) / 100;
gravity = -13;
} else {
throwdis = (10 * _root.darnell._xscale) / 100;
gravity = -10;
}
throww = true;
}
}
if (throww == false) {
gravity = -10;
this._x = -1000;
this._y = -1000;
}
if (throww == true) {
this._y = this._y + gravity;
gravity++;
this._x = this._x + throwdis;
}
if (this.hitTest(_root.ground)) {
throww = false;
_root.darnell.throww = false;
_root.fire.duplicateMovieClip("fire" + _root.count, _root.count);
_root["fire" + _root.count]._x = this._x;
_root["fire" + _root.count]._y = 269;
}
}
Instance of Symbol 1324 MovieClip "rocketattack" in Frame 352
onClipEvent (load) {
shoot = false;
gravity = 0;
throwdis = 0;
}
onClipEvent (enterFrame) {
this._xscale = _root.darnell._xscale;
if (this.boom._currentframe == 34) {
shoot = false;
this.gotoAndStop(1);
}
if (_root.darnell._currentframe == 9) {
if (_root.darnell.weap.shooting._currentframe == 2) {
this._x = _root.darnell._x + ((50 * _root.darnell._xscale) / 100);
this._y = _root.darnell._y - 160;
throwdis = (30 * _root.darnell._xscale) / 100;
gravity = 0;
shoot = true;
}
}
if (shoot == false) {
gravity = 0;
this._x = -1000;
this._y = -1000;
}
if (shoot == true) {
if (this._currentframe == 1) {
this._y = this._y + (gravity / 10);
gravity++;
this._x = this._x + throwdis;
}
}
i = 100;
while (i < _root.enemy1) {
if (this.hitTest(_root.ground) || (this.hitTest(_root["enemy" + i].char.hitrect))) {
if (this._currentframe == 1) {
_root.boomSound.start(0, 1);
}
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 1606 MovieClip "darnell" in Frame 352
onClipEvent (load) {
gunpre = 1;
nudgeback = 0;
rocket = false;
throww = false;
explode = false;
gunsound = new Sound(this);
gunsound.attachSound("gungattle");
death = false;
runspeed = 8;
jump = false;
fall = 0;
this._y = 280;
batswing = false;
}
onClipEvent (enterFrame) {
if (explode == false) {
this._x = this._x + runspeed;
if (Key.isDown(37)) {
this._xscale = -100;
this.gotoAndStop("run");
if (this.hitrect.hitTest(_root.blockage3) && (this._xscale == -100)) {
runspeed = 0;
} else {
runspeed = -8;
}
}
if (Key.isDown(39)) {
this._xscale = 100;
this.gotoAndStop("run");
if (this.hitrect.hitTest(_root.blockage2) && (this._xscale == 100)) {
runspeed = 0;
} else {
runspeed = 8;
}
}
if (((!Key.isDown(39)) && (!Key.isDown(37))) && (this._currentframe < 3)) {
this.gotoAndStop("idle");
if (runspeed > 0) {
runspeed = 0;
}
if (runspeed < 0) {
runspeed = 0;
}
}
if (Key.isDown(32)) {
this.gotoAndStop("explode");
explode = true;
}
}
}
Instance of Symbol 1616 MovieClip "ambulance" in Frame 352
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._alpha = 0;
} else {
this._alpha = 100;
}
if (_root.darnell._xscale == -100) {
this._x = _root.darnell._x - 70;
}
if (_root.darnell._xscale == 100) {
this._x = _root.darnell._x;
}
this._y = 300;
if (_root.darnell.fall2.dead._currentframe == 14) {
this.play();
}
}
Instance of Symbol 1629 MovieClip "boarder" in Frame 352
onClipEvent (load) {
scal = this.cam._xscale;
randomgen = 0;
camwork = true;
}
onClipEvent (enterFrame) {
if (_root.trans._currentframe == 15) {
camwork = true;
}
if (this.cam._y < -2000) {
if (_root.trans._currentframe == 15) {
camwork = true;
this.cam._y = 280;
}
if (this.cam._x >= -1100) {
this.cam._x = -1100;
camwork = false;
}
if ((_root.darnell._xscale == -100) && (this.cam._x == -1100)) {
camwork = true;
}
if (this.cam._x <= -1250) {
this.cam._x = -1250;
}
}
if (this.cam._x <= -2500) {
this.cam._x = -2500;
camwork = false;
}
if ((_root.darnell._xscale == 100) && (this.cam._x == -2500)) {
camwork = true;
}
if (this.cam._x >= 7000) {
this.cam._x = 7000;
camwork = false;
}
if ((_root.darnell._xscale == -100) && (this.cam._x == 7000)) {
camwork = true;
}
xMove = Math.round(xChange / 6);
yMove = Math.round(yChange);
if (camwork == true) {
_root.back._x = this.cam._x;
this.cam._x = this.cam._x + (xMove + randomgen);
this.cam._y = this.cam._y + (yMove + randomgen);
}
if (_root.rocketattack.shoot == true) {
if (_root.darnell._xscale == 100) {
xChange = Math.round((_root.rocketattack._x + 50) - this.cam._x);
} else {
xChange = Math.round((_root.rocketattack._x - 50) - this.cam._x);
}
yChange = Math.round((_root.rocketattack._y - 40) - this.cam._y);
}
if (_root.rocketattack.shoot == false) {
yChange = Math.round((_root.darnell._y - 200) - this.cam._y);
if ((_root.darnell.explode == false) || (_root.darnell.jump == true)) {
yChange = Math.round((_root.darnell._y - 200) - this.cam._y);
if (_root.darnell._currentframe <= 6) {
if (_root.darnell._currentframe == 4) {
if (this.cam._xscale < 140) {
this.cam._xscale = this.cam._xscale + 1;
this.cam._yscale = this.cam._yscale + 1;
}
} else if (this.cam._xscale > scal) {
this.cam._xscale = this.cam._xscale - 1;
this.cam._yscale = this.cam._yscale - 1;
}
if (_root.darnell._xscale == 100) {
if ((_root.darnell._currentframe == 6) && (Key.isDown(37))) {
xChange = Math.round((_root.darnell._x + 50) - this.cam._x);
} else {
xChange = Math.round((_root.darnell._x + 180) - this.cam._x);
}
}
if (_root.darnell._xscale == -100) {
if ((_root.darnell._currentframe == 6) && (Key.isDown(39))) {
xChange = Math.round((_root.darnell._x - 50) - this.cam._x);
} else {
xChange = Math.round((_root.darnell._x - 180) - this.cam._x);
}
}
}
if (_root.darnell._currentframe > 6) {
if (this.cam._xscale < 140) {
this.cam._xscale = this.cam._xscale + 1;
this.cam._yscale = this.cam._yscale + 1;
}
if (_root.darnell.weap._currentframe == 3) {
randomgen = random(4) - 2;
}
if (_root.rocketattack._currentframe == 2) {
randomgen = random(4) - 2;
}
if (_root.darnell._xscale == 100) {
if ((_root.darnell.gun._currentframe == 3) && (Key.isDown(37))) {
xChange = Math.round((_root.darnell._x + 50) - this.cam._x);
} else {
xChange = Math.round((_root.darnell._x + 180) - this.cam._x);
}
}
if (_root.darnell._xscale == -100) {
if ((_root.darnell.gun._currentframe == 3) && (Key.isDown(39))) {
xChange = Math.round((_root.darnell._x - 50) - this.cam._x);
} else {
xChange = Math.round((_root.darnell._x - 180) - this.cam._x);
}
}
}
}
}
if ((_root.darnell.explode == true) && (_root.darnell.jump == false)) {
if (this.cam._rotation < 5) {
xChange = Math.round(_root.darnell._x - this.cam._x);
this.cam._xscale = this.cam._xscale - 1;
this.cam._yscale = this.cam._yscale - 1;
this.cam._rotation = this.cam._rotation + 0.1;
}
}
}
Instance of Symbol 1626 MovieClip "trans" in Frame 352
onClipEvent (enterFrame) {
this._x = _root.boarder.cam._x - 420;
this._y = _root.boarder.cam._y - 240;
}
Instance of Symbol 1628 MovieClip "endgame" in Frame 352
onClipEvent (load) {
this.stop();
}
Frame 353
_root.endstart = false;
_root.timerdone = false;
_root.endcount = 0;
stop();
onEnterFrame = function () {
if (_root.enemykilled1 < _root.enemykilled) {
_root.enemykilled1++;
} else {
_root.enemykilled1 = _root.enemykilled;
_root.enemykilleddone = true;
}
};
stop();
Instance of Symbol 1628 MovieClip "endgame" in Frame 353
onClipEvent (enterFrame) {
this.gotoAndStop(1);
}
Symbol 14 MovieClip Frame 1
stop();
Symbol 14 MovieClip Frame 510
stop();
_parent.play();
Symbol 21 Button
on (release) {
_root.play();
}
Symbol 22 MovieClip Frame 1
percentage_loaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
loadbar_goto = Math.floor(percentage_loaded) * 5;
play();
Symbol 22 MovieClip Frame 2
if (percentage_loaded < 100) {
with (this.barload) {
gotoAndStop(loadbar_goto);
}
gotoAndPlay (1);
} else {
with (this.barload) {
gotoAndPlay(500);
}
stop();
}
Symbol 22 MovieClip Frame 4
stop();
Symbol 26 Button
on (release) {
getURL ("http://www.newgrounds.com/collection/picoday2007.html", "_blank");
}
Symbol 154 MovieClip Frame 129
stop();
Symbol 1685 MovieClip [__Packages.mx.behaviors.DepthControl] Frame 0
class mx.behaviors.DepthControl extends Object
{
function DepthControl () {
super();
}
static function sendToBack(target) {
var _local2 = false;
while (_local2 == false) {
sendBackward(target);
_local2 = target == getInstanceAtLowest(target._parent);
}
}
static function bringToFront(target) {
var _local2 = false;
while (_local2 == false) {
bringForward(target);
_local2 = target == getInstanceAtHighest(target._parent);
}
}
static function sendBackward(target) {
var _local2 = trackDepths(target._parent);
if (target != getInstanceAtLowest(target._parent)) {
target.swapDepths(getInstanceLowerThan(target));
}
}
static function bringForward(target) {
if (target != getInstanceAtHighest(target._parent)) {
target.swapDepths(getInstanceHigherThan(target));
}
}
static function trackDepths(mcParent) {
var _local4 = [];
for (var _local5 in mcParent) {
if (typeof(mcParent[_local5]) == "movieclip") {
_local4.push({mc:mcParent[_local5], depth:mcParent[_local5].getDepth()});
}
}
_local4.sort(orderFunc);
return(_local4);
}
static function orderFunc(a, b) {
var _local2 = Number(a.depth);
var _local1 = Number(b.depth);
if (_local2 > _local1) {
return(-1);
}
if (_local1 > _local2) {
return(1);
}
return(0);
}
static function getInstanceAtLowest(targetParent) {
var _local1 = trackDepths(targetParent);
return(_local1[_local1.length - 1].mc);
}
static function getInstanceAtHighest(targetParent) {
var _local1 = trackDepths(targetParent);
return(_local1[0].mc);
}
static function getInstanceLowerThan(target) {
var _local2 = trackDepths(target._parent);
var _local1 = 0;
while (_local1 < _local2.length) {
if (_local2[_local1].mc == target) {
break;
}
_local1++;
}
return(_local2[_local1 + 1].mc);
}
static function getInstanceHigherThan(target) {
var _local2 = trackDepths(target._parent);
var _local1 = 0;
while (_local1 < _local2.length) {
if (_local2[_local1].mc == target) {
break;
}
_local1++;
}
return(_local2[_local1 - 1].mc);
}
}
Symbol 179 Button
on (release) {
play();
}
Symbol 233 MovieClip Frame 1
stop();
Symbol 233 MovieClip Frame 149
stop();
Symbol 260 MovieClip Frame 54
gotoAndPlay (17);
Symbol 269 MovieClip Frame 1
stop();
Symbol 269 MovieClip Frame 301
stop();
Symbol 272 MovieClip Frame 1
stop();
Symbol 272 MovieClip Frame 70
stop();
Instance of Symbol 233 MovieClip in Symbol 277 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.enemykilled > 60) {
this.play();
} else {
this.stop();
}
}
}
Instance of Symbol 269 MovieClip in Symbol 277 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.enemykilled > 40) {
this.play();
} else {
this.stop();
}
}
}
Instance of Symbol 272 MovieClip in Symbol 277 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.enemykilled > 80) {
this.play();
} else {
this.stop();
}
}
}
Instance of Symbol 272 MovieClip in Symbol 277 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.enemykilled > 120) {
this.play();
} else {
this.stop();
}
}
}
Instance of Symbol 269 MovieClip in Symbol 277 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.enemykilled > 20) {
this.play();
} else {
this.stop();
}
}
}
Instance of Symbol 233 MovieClip in Symbol 277 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.enemykilled > 100) {
this.play();
} else {
this.stop();
}
}
}
Instance of Symbol 272 MovieClip in Symbol 277 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.enemykilled > 80) {
this.play();
} else {
this.stop();
}
}
}
Instance of Symbol 233 MovieClip in Symbol 277 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.enemykilled > 100) {
this.play();
} else {
this.stop();
}
}
}
Instance of Symbol 269 MovieClip in Symbol 277 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.enemykilled > 20) {
this.play();
} else {
this.stop();
}
}
}
Instance of Symbol 233 MovieClip in Symbol 277 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.enemykilled > 60) {
this.play();
} else {
this.stop();
}
}
}
Instance of Symbol 269 MovieClip in Symbol 277 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.enemykilled > 40) {
this.play();
} else {
this.stop();
}
}
}
Instance of Symbol 272 MovieClip in Symbol 277 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.enemykilled > 120) {
this.play();
} else {
this.stop();
}
}
}
Symbol 313 MovieClip Frame 1
stop();
Symbol 318 MovieClip Frame 1
stop();
Symbol 461 MovieClip Frame 36
stop();
Symbol 470 MovieClip Frame 40
stop();
Symbol 475 MovieClip Frame 1
stop();
Symbol 498 MovieClip Frame 40
stop();
Symbol 502 MovieClip Frame 1
stop();
Instance of Symbol 470 MovieClip in Symbol 502 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(15) + 2;
rotation = 4;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x + travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 472 MovieClip in Symbol 502 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 475 MovieClip in Symbol 502 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 477 MovieClip in Symbol 502 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 479 MovieClip in Symbol 502 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 481 MovieClip in Symbol 502 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 483 MovieClip in Symbol 502 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 485 MovieClip in Symbol 502 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 487 MovieClip in Symbol 502 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 498 MovieClip in Symbol 502 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(15) + 2;
rotation = 4;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x + travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Symbol 564 MovieClip Frame 36
stop();
Symbol 573 MovieClip Frame 40
stop();
Symbol 584 MovieClip Frame 40
stop();
Symbol 588 MovieClip Frame 1
stop();
Instance of Symbol 472 MovieClip in Symbol 588 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 475 MovieClip in Symbol 588 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 477 MovieClip in Symbol 588 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 479 MovieClip in Symbol 588 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 481 MovieClip in Symbol 588 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 483 MovieClip in Symbol 588 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 485 MovieClip in Symbol 588 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 487 MovieClip in Symbol 588 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 573 MovieClip in Symbol 588 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(15) + 2;
rotation = 4;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x + travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 584 MovieClip in Symbol 588 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(15) + 2;
rotation = 4;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x + travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Symbol 650 MovieClip Frame 36
stop();
Symbol 658 MovieClip Frame 40
stop();
Symbol 668 MovieClip Frame 40
stop();
Symbol 672 MovieClip Frame 1
stop();
Instance of Symbol 472 MovieClip in Symbol 672 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 475 MovieClip in Symbol 672 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 477 MovieClip in Symbol 672 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 479 MovieClip in Symbol 672 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 481 MovieClip in Symbol 672 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 483 MovieClip in Symbol 672 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 485 MovieClip in Symbol 672 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 487 MovieClip in Symbol 672 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 658 MovieClip in Symbol 672 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(15) + 2;
rotation = 4;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x + travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 668 MovieClip in Symbol 672 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(15) + 2;
rotation = 4;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x + travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Symbol 673 MovieClip Frame 1
stop();
Symbol 673 MovieClip Frame 2
stop();
Symbol 796 MovieClip Frame 56
stop();
Symbol 808 MovieClip Frame 1
stop();
Instance of Symbol 798 MovieClip in Symbol 808 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(15) + 2;
rotation = 4;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x + travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 472 MovieClip in Symbol 808 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 475 MovieClip in Symbol 808 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 477 MovieClip in Symbol 808 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 479 MovieClip in Symbol 808 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 481 MovieClip in Symbol 808 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 483 MovieClip in Symbol 808 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 485 MovieClip in Symbol 808 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 487 MovieClip in Symbol 808 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 800 MovieClip in Symbol 808 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(15) + 2;
rotation = 4;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x + travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Symbol 916 MovieClip Frame 56
stop();
Symbol 927 MovieClip Frame 1
stop();
Instance of Symbol 918 MovieClip in Symbol 927 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(15) + 2;
rotation = 4;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x + travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 472 MovieClip in Symbol 927 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 475 MovieClip in Symbol 927 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 477 MovieClip in Symbol 927 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 479 MovieClip in Symbol 927 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 481 MovieClip in Symbol 927 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 483 MovieClip in Symbol 927 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 485 MovieClip in Symbol 927 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 487 MovieClip in Symbol 927 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 920 MovieClip in Symbol 927 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(15) + 2;
rotation = 4;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x + travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Symbol 1035 MovieClip Frame 56
stop();
Symbol 1046 MovieClip Frame 1
stop();
Instance of Symbol 1037 MovieClip in Symbol 1046 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(15) + 2;
rotation = 4;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x + travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 472 MovieClip in Symbol 1046 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 475 MovieClip in Symbol 1046 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 477 MovieClip in Symbol 1046 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 479 MovieClip in Symbol 1046 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 481 MovieClip in Symbol 1046 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 483 MovieClip in Symbol 1046 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 485 MovieClip in Symbol 1046 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 487 MovieClip in Symbol 1046 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 1039 MovieClip in Symbol 1046 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(15) + 2;
rotation = 4;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x + travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Symbol 1111 MovieClip Frame 19
stop();
Symbol 1116 MovieClip Frame 40
stop();
Symbol 1120 MovieClip Frame 1
stop();
Instance of Symbol 1085 MovieClip in Symbol 1120 MovieClip Frame 2
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(15) + 2;
rotation = 4;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
} else {
this._x = this._x + travel;
if ((this._parent._currentframe < 4) || (this._parent._currentframe == 6)) {
this._x = this._x - this._parent._parent.enemyspeed;
}
}
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 472 MovieClip in Symbol 1120 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 475 MovieClip in Symbol 1120 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 477 MovieClip in Symbol 1120 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 479 MovieClip in Symbol 1120 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 481 MovieClip in Symbol 1120 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 483 MovieClip in Symbol 1120 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 485 MovieClip in Symbol 1120 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 487 MovieClip in Symbol 1120 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 1113 MovieClip in Symbol 1120 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(15) + 2;
rotation = 4;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x + travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 1116 MovieClip in Symbol 1120 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(15) + 2;
rotation = 4;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x + travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Symbol 1174 MovieClip Frame 19
stop();
Symbol 1177 MovieClip Frame 1
stop();
Symbol 1183 MovieClip Frame 1
stop();
Instance of Symbol 1085 MovieClip in Symbol 1183 MovieClip Frame 2
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(15) + 2;
rotation = 4;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
} else {
this._x = this._x + travel;
if ((this._parent._currentframe < 4) || (this._parent._currentframe == 6)) {
this._x = this._x - this._parent._parent.enemyspeed;
}
}
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 472 MovieClip in Symbol 1183 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 475 MovieClip in Symbol 1183 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 477 MovieClip in Symbol 1183 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 479 MovieClip in Symbol 1183 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 481 MovieClip in Symbol 1183 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 483 MovieClip in Symbol 1183 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 485 MovieClip in Symbol 1183 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 487 MovieClip in Symbol 1183 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 1177 MovieClip in Symbol 1183 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(15) + 2;
rotation = 4;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x + travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 1179 MovieClip in Symbol 1183 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(15) + 2;
rotation = 4;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x + travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Symbol 1240 MovieClip Frame 19
stop();
Symbol 1243 MovieClip Frame 40
stop();
Symbol 1249 MovieClip Frame 1
stop();
Instance of Symbol 1085 MovieClip in Symbol 1249 MovieClip Frame 2
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(15) + 2;
rotation = 4;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
} else {
this._x = this._x + travel;
if ((this._parent._currentframe < 4) || (this._parent._currentframe == 6)) {
this._x = this._x - this._parent._parent.enemyspeed;
}
}
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 472 MovieClip in Symbol 1249 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 475 MovieClip in Symbol 1249 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 477 MovieClip in Symbol 1249 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 479 MovieClip in Symbol 1249 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 481 MovieClip in Symbol 1249 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 483 MovieClip in Symbol 1249 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 485 MovieClip in Symbol 1249 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 487 MovieClip in Symbol 1249 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(10) - 5;
rotation = random(20) + 10;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x - travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 1243 MovieClip in Symbol 1249 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(15) + 2;
rotation = 4;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x + travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Instance of Symbol 1245 MovieClip in Symbol 1249 MovieClip Frame 5
onClipEvent (load) {
gravity = random(5) + 7;
travel = random(15) + 2;
rotation = 4;
}
onClipEvent (enterFrame) {
if (this._y < 0) {
this._y = this._y - gravity;
this._rotation = this._rotation + rotation;
}
this._x = this._x + travel;
gravity--;
if (this._y >= 0) {
this._y = 0;
if (travel < 0) {
travel++;
}
if (travel > 0) {
travel--;
}
}
}
Symbol 1279 MovieClip Frame 501
stop();
Symbol 1324 MovieClip Frame 1
stop();
Symbol 1324 MovieClip Frame 2
stop();
Symbol 1327 MovieClip Frame 1
stop();
Symbol 1387 MovieClip Frame 1
stop();
Symbol 1387 MovieClip Frame 2
stop();
Symbol 1399 MovieClip Frame 65
stop();
Symbol 1404 MovieClip Frame 326
stop();
Symbol 1405 MovieClip Frame 1
stop();
Symbol 1405 MovieClip Frame 2
stop();
Symbol 1504 MovieClip Frame 100
stop();
Symbol 1505 MovieClip Frame 1
stop();
Symbol 1505 MovieClip Frame 2
stop();
Symbol 1505 MovieClip Frame 3
stop();
Instance of Symbol 1504 MovieClip "attack" in Symbol 1505 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!Key.isDown(65)) {
this._parent.gotoAndStop(1);
}
}
Symbol 1533 MovieClip Frame 1
stop();
Symbol 1533 MovieClip Frame 2
stop();
Symbol 1533 MovieClip Frame 3
stop();
Instance of Symbol 1532 MovieClip "attack" in Symbol 1533 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this._currentframe == 45) {
this._parent.gotoAndStop(1);
}
}
Symbol 1539 MovieClip Frame 1
stop();
Symbol 1540 MovieClip Frame 42
stop();
Symbol 1551 MovieClip Frame 1
stop();
Symbol 1551 MovieClip Frame 2
stop();
Symbol 1551 MovieClip Frame 3
stop();
Instance of Symbol 1550 MovieClip "shooting" in Symbol 1551 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this._currentframe == 36) {
this._parent.gotoAndStop(1);
}
}
Symbol 1594 MovieClip Frame 18
stop();
Symbol 1598 MovieClip Frame 36
stopAllSounds();
Symbol 1598 MovieClip Frame 37
_root.boomSound.start(0, 1);
Symbol 1598 MovieClip Frame 54
stop();
Symbol 1605 MovieClip Frame 20
_root.darnell.gotoAndStop(_root.darnell.nudgeback);
Symbol 1606 MovieClip Frame 1
stop();
Symbol 1606 MovieClip Frame 2
stop();
Symbol 1606 MovieClip Frame 3
stop();
Symbol 1606 MovieClip Frame 4
stop();
Symbol 1606 MovieClip Frame 5
stop();
Symbol 1606 MovieClip Frame 6
stop();
Instance of Symbol 1477 MovieClip "throwing" in Symbol 1606 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this._currentframe == 36) {
this._parent.gotoAndStop("idle");
}
}
Symbol 1606 MovieClip Frame 7
stop();
Symbol 1606 MovieClip Frame 8
stop();
Symbol 1606 MovieClip Frame 9
stop();
Symbol 1606 MovieClip Frame 10
stop();
Symbol 1606 MovieClip Frame 11
stop();
Symbol 1616 MovieClip Frame 1
stop();
Symbol 1616 MovieClip Frame 313
mx.behaviors.DepthControl.bringToFront(_root.trans);
_root.hospital = true;
_root.trans.play();
Symbol 1622 MovieClip Frame 1
var copyrightNotice = "Copyright (c) 2006-2007 Sockpuppet Pty Ltd. All Rights Reserved. http://www.reanimator.net";
var reanimator = (new flash.geom.Transform(this));
var camera = (new flash.geom.Transform(this._root));
var w = Stage.width;
var h = Stage.height;
this._visible = false;
this.onEnterFrame = function () {
this._parent.filters = this.filters;
var _local2 = reanimator.matrix;
camera.colorTransform = reanimator.colorTransform;
_local2.invert();
_local2.translate(w * 0.5, h * 0.5);
camera.matrix = _local2;
};
Instance of Symbol 1620 MovieClip "time1" in Symbol 1623 MovieClip Frame 1
onClipEvent (enterFrame) {
this._yscale = this._parent.cam._yscale;
this._xscale = this._parent.cam._xscale;
this._y = this._parent.cam._y;
this._x = this._parent.cam._x;
}
Symbol 1626 MovieClip Frame 1
stop();
Symbol 1626 MovieClip Frame 30
removeMovieClip(this._parent);
Symbol 1628 MovieClip Frame 45
stop();
_root.play();
Symbol 1628 MovieClip Frame 46
stop();
Symbol 1628 MovieClip Frame 47
prevFrame();
Symbol 1628 MovieClip Frame 48
gotoAndStop (46);
Instance of Symbol 1620 MovieClip "time1" in Symbol 1629 MovieClip Frame 1
onClipEvent (enterFrame) {
this._yscale = this._parent.cam._yscale;
this._xscale = this._parent.cam._xscale;
this._y = this._parent.cam._y;
this._x = this._parent.cam._x;
}
Symbol 1637 Button
on (release) {
play();
}
Symbol 1648 Button
on (release) {
_root.freeroam = true;
gotoAndPlay (2);
}
Symbol 1660 MovieClip Frame 262
stop();
Symbol 1664 Button
on (release) {
_root.freeroam = false;
gotoAndPlay (2);
}
Symbol 1668 Button
on (release) {
play();
}
Symbol 1677 MovieClip Frame 18
stop();
Symbol 1679 Button
on (release) {
_root.play();
}
Symbol 1681 Button
on (release) {
gotoAndStop (350);
}
Symbol 1684 Button
on (release) {
gotoAndStop (351);
}