Frame 1
Loaded = Math.round(getBytesLoaded());
total = Math.round(getBytesTotal());
percent = Loaded / total;
trace(Loaded);
trace(total);
trace(percent);
bar._width = percent * 150;
text = Math.round(percent * 100) + "%";
if (Loaded == total) {
gotoAndPlay (3);
}
Stage.showMenu = false;
Frame 2
gotoAndPlay (1);
Frame 3
stop();
Frame 4
stop();
Frame 5
_global.mission = "";
_global.reloading = 0;
_global.gamelevel = 1;
_global.shotsfired = 0;
_global.failedmissions = 0;
_global.playmoreURL = "http://www.gonzogames.com";
stop();
Mouse.show();
_global.sbullet = 1;
stopAllSounds();
gamebg = new Sound();
gamebg.attachSound("gamebg");
punch1 = new Sound();
punch1.attachSound("punch1");
punch2 = new Sound();
punch2.attachSound("punch2");
punch3 = new Sound();
punch3.attachSound("punch3");
punch4 = new Sound();
punch4.attachSound("punch4");
snipershot = new Sound();
snipershot.attachSound("snipershot");
snipershot2 = new Sound();
snipershot2.attachSound("snipershot2");
birdsound = new Sound();
birdsound.attachSound("birdsound");
hit1 = new Sound();
hit1.attachSound("hit1");
hit2 = new Sound();
hit2.attachSound("hit2");
hit3 = new Sound();
hit3.attachSound("hit3");
bat1 = new Sound();
bat1.attachSound("bat1");
bat2 = new Sound();
bat2.attachSound("bat2");
bat3 = new Sound();
bat3.attachSound("bat3");
oah = new Sound();
oah.attachSound("oah");
car1sound = new Sound();
car1sound.attachSound("car1sound");
car2sound = new Sound();
car2sound.attachSound("car2sound");
boatengine = new Sound();
boatengine.attachSound("boatengine");
success = new Sound();
success.attachSound("success");
failed = new Sound();
failed.attachSound("failed");
glass2 = new Sound();
glass2.attachSound("glass2");
glass3 = new Sound();
glass3.attachSound("glass3");
scream = new Sound();
scream.attachSound("scream");
transmit = new Sound();
transmit.attachSound("transmit");
gargle = new Sound();
gargle.attachSound("gargle");
splashsound = new Sound();
splashsound.attachSound("splashsound");
traffic = new Sound();
traffic.attachSound("traffic");
logsfall = new Sound();
logsfall.attachSound("logsfall");
carcrash = new Sound();
carcrash.attachSound("carcrash");
colt = new Sound();
colt.attachSound("colt");
scream2 = new Sound();
scream2.attachSound("scream2");
scream3 = new Sound();
scream3.attachSound("scream3");
spin = new Sound();
spin.attachSound("spin");
shotdead = new Sound();
shotdead.attachSound("shotdead");
pinknoise = new Sound();
pinknoise.attachSound("pinknoise");
missionbg = new Sound();
missionbg.attachSound("missionbg");
shawndance = new Sound();
shawndance.attachSound("shawndance");
win = new Sound();
win.attachSound("win");
lose = new Sound();
lose.attachSound("lose");
charliebg = new Sound();
charliebg.attachSound("charliebg");
gunfire = new Sound();
gunfire.attachSound("gunfire");
bendead = new Sound();
bendead.attachSound("bendead");
crickets = new Sound();
crickets.attachSound("crickets");
soundbg = new Sound();
soundbg.attachSound("soundbg");
markedsniperbg = new Sound();
markedsniperbg.attachSound("markedsniperbg");
stopAllSounds();
_root.soundbg.start();
Instance of Symbol 274 MovieClip "gamefader1" in Frame 5
onClipEvent (load) {
this.gotoAndPlay(1);
}
Frame 6
stop();
stopAllSounds();
_global.gamelevel = _global.gamelevel + 1;
_global.mission = "";
_global.victim = 0;
Mouse.show();
Instance of Symbol 274 MovieClip "gamefader2" in Frame 6
onClipEvent (load) {
this.gotoAndPlay(1);
}
Frame 7
stop();
stopAllSounds();
_global.mission = "";
_global.victim = 0;
_global.failedmissions = _global.failedmissions + 1;
Mouse.show();
Instance of Symbol 274 MovieClip "gamefader3" in Frame 7
onClipEvent (load) {
this.gotoAndPlay(1);
}
Frame 8
stop();
stopAllSounds();
_root.gamebg.start();
_global.mission = "";
_global.victim = 0;
Mouse.show();
Instance of Symbol 274 MovieClip "gamefader4" in Frame 8
onClipEvent (load) {
this.gotoAndPlay(1);
}
Frame 9
if (_global.gamelevel != 1) {
_root.gotoAndStop("title");
}
stopAllSounds();
stop();
_global.reloading = 0;
_global.victim = 0;
_global.target1 = 0;
_global.sbullet = 1;
_root.birdsound.start(0, 5);
Instance of Symbol 522 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_global.victim == 5) {
_global.mission = "success";
}
}
Instance of Symbol 533 MovieClip "scope" in Frame 9
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
onClipEvent (mouseDown) {
if ((_global.reloading == 0) && (_global.sbullet > 0)) {
_global.sbullet = 0;
_root.snipershot.start();
_global.shotsfired = _global.shotsfired + 1;
this.gotoAndPlay(2);
} else if (_global.mission == "") {
_global.mission = "failed";
}
}
Instance of Symbol 536 MovieClip "successmv" in Frame 9
onClipEvent (load) {
checker = 0;
}
onClipEvent (enterFrame) {
if ((_global.mission == "success") && (checker == 0)) {
checker = 1;
this.gotoAndPlay(3);
}
}
Instance of Symbol 538 MovieClip "failedmv" in Frame 9
onClipEvent (load) {
checker = 0;
}
onClipEvent (enterFrame) {
if ((_global.mission == "failed") && (checker == 0)) {
checker = 1;
this.gotoAndPlay(3);
}
}
Instance of Symbol 549 MovieClip in Frame 9
onClipEvent (load) {
_global.heroshot = 0;
_global.herohit = 0;
}
onClipEvent (enterFrame) {
if ((_global.heroshot == 1) && (_global.herohit == 0)) {
_global.herohit = 1;
this.gotoAndPlay(2);
}
}
Instance of Symbol 274 MovieClip "gamefader5" in Frame 9
onClipEvent (load) {
this.gotoAndPlay(1);
}
Frame 10
if (_global.gamelevel != 2) {
_root.gotoAndStop("title");
}
stopAllSounds();
stop();
_global.reloading = 0;
_global.victim = 0;
_global.target1 = 0;
_global.sbullet = 1;
Instance of Symbol 551 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (_global.victim == 5) {
_global.mission = "success";
}
}
Instance of Symbol 274 MovieClip "gamefader6" in Frame 10
onClipEvent (load) {
this.gotoAndPlay(1);
}
Frame 11
if (_global.gamelevel != 3) {
_root.gotoAndStop("title");
}
stopAllSounds();
stop();
_global.reloading = 0;
_global.victim = 0;
_global.gunshot = 0;
_global.sbullet = 1;
Instance of Symbol 274 MovieClip "gamefader7" in Frame 11
onClipEvent (load) {
this.gotoAndPlay(1);
}
Frame 12
if (_global.gamelevel != 4) {
_root.gotoAndStop("title");
}
stopAllSounds();
stop();
_global.reloading = 0;
_global.victim = 0;
_global.gunshot = 0;
_global.sbullet = 1;
Instance of Symbol 274 MovieClip "gamefader8" in Frame 12
onClipEvent (load) {
this.gotoAndPlay(1);
}
Frame 13
if (_global.gamelevel != 5) {
_root.gotoAndStop("title");
}
stopAllSounds();
stop();
_global.reloading = 0;
_global.victim = 0;
_global.target1 = 0;
_global.sbullet = 1;
Instance of Symbol 274 MovieClip "gamefader9" in Frame 13
onClipEvent (load) {
this.gotoAndPlay(1);
}
Frame 14
if (_global.gamelevel != 6) {
_root.gotoAndStop("title");
}
stopAllSounds();
stop();
_global.reloading = 0;
_global.victim = 0;
_global.target1 = 0;
_global.sbullet = 1;
Instance of Symbol 274 MovieClip "gamefader10" in Frame 14
onClipEvent (load) {
this.gotoAndPlay(1);
}
Frame 15
if (_global.gamelevel != 7) {
_root.gotoAndStop("title");
}
stopAllSounds();
stop();
_global.reloading = 0;
_global.victimlife = 1;
_global.sbullet = 1;
Instance of Symbol 274 MovieClip "gamefader11" in Frame 15
onClipEvent (load) {
this.gotoAndPlay(1);
}
Frame 16
if (_global.gamelevel != 8) {
_root.gotoAndStop("title");
}
stopAllSounds();
stop();
_global.reloading = 0;
_global.victimlife = 1;
_global.sbullet = 1;
Instance of Symbol 274 MovieClip "gamefader12" in Frame 16
onClipEvent (load) {
this.gotoAndPlay(1);
}
Frame 17
if (_global.gamelevel != 9) {
_root.gotoAndStop("title");
}
stopAllSounds();
stop();
_global.poweron = 0;
_global.reloading = 0;
_global.sbullet = 1;
Instance of Symbol 274 MovieClip "gamefader13" in Frame 17
onClipEvent (load) {
this.gotoAndPlay(1);
}
Frame 18
if (_global.gamelevel != 10) {
_root.gotoAndStop("title");
}
stopAllSounds();
stop();
_global.poweron = 0;
_global.reloading = 0;
_global.sbullet = 1;
Instance of Symbol 274 MovieClip "gamefader14" in Frame 18
onClipEvent (load) {
this.gotoAndPlay(1);
}
Frame 19
if (_global.gamelevel != 11) {
_root.gotoAndStop("title");
}
stopAllSounds();
stop();
_global.reloading = 0;
_global.bossmove = 0;
_global.sbullet = 1;
Instance of Symbol 274 MovieClip "gamefader15" in Frame 19
onClipEvent (load) {
this.gotoAndPlay(1);
}
Frame 20
if (_global.gamelevel != 12) {
_root.gotoAndStop("title");
}
stopAllSounds();
stop();
_global.reloading = 0;
_global.bossmove = 0;
_global.sbullet = 1;
Instance of Symbol 274 MovieClip "gamefader16" in Frame 20
onClipEvent (load) {
this.gotoAndPlay(1);
}
Frame 23
stopAllSounds();
stop();
Instance of Symbol 274 MovieClip "gamefader17" in Frame 23
onClipEvent (load) {
this.gotoAndPlay(1);
}
Frame 24
stop();
stopAllSounds();
Symbol 25 MovieClip Frame 47
stop();
Symbol 45 MovieClip Frame 39
stop();
Symbol 46 MovieClip [splash] Frame 51
_global.mission = "success";
stop();
Symbol 79 MovieClip Frame 25
stop();
Symbol 124 MovieClip Frame 45
stop();
Symbol 150 MovieClip Frame 58
stop();
Instance of Symbol 150 MovieClip in Symbol 152 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_currentframe == 62) {
_parent.timer = 0;
_parent._y = -300;
_parent._x = random(400) + 100;
_parent.gotoAndStop(random(3) + 1);
}
}
Symbol 152 MovieClip Frame 75
_parent._parent.removeMovieClip();
stop();
Symbol 153 MovieClip Frame 1
stop();
Symbol 153 MovieClip Frame 2
stop();
Symbol 153 MovieClip Frame 3
stop();
Instance of Symbol 153 MovieClip in Symbol 154 MovieClip [innocentb1] Frame 1
onClipEvent (mouseDown) {
if (this.hitTest(_root.scope.crosshair.cursor)) {
_global.mission = "success";
_parent._parent.stop();
this.gotoAndStop(3);
}
}
Symbol 192 MovieClip Frame 52
_parent._parent.removeMovieClip();
stop();
Symbol 193 MovieClip Frame 1
stop();
Instance of Symbol 185 MovieClip "etarget" in Symbol 193 MovieClip Frame 1
onClipEvent (mouseDown) {
if (this.hitTest(_root.scope.crosshair.cursor)) {
_parent.alive = 0;
this._parent.gotoAndStop(2);
}
}
Symbol 193 MovieClip Frame 2
stop();
Instance of Symbol 193 MovieClip in Symbol 194 MovieClip [innocentb2] Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
}
onClipEvent (enterFrame) {
if (checking == 0) {
checking = 1;
}
if (alive == 1) {
if (_parent._x > -405) {
_parent._x = _parent._x - 8;
} else if (_parent.mtarget == 1) {
_global.mission = "failed";
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
this.gotoAndStop(2);
if (_parent.mtarget == 1) {
_global.mission = "success";
} else {
_global.mission = "failed";
}
}
}
Symbol 207 Button
on (release) {
_root.getURL("http://www.snipinggames.net", "_blank");
}
Symbol 210 MovieClip Frame 232
_root.play();
Symbol 214 Button
on (release) {
getURL ("http://www.snipinggames.net", blank);
}
Symbol 220 MovieClip Frame 184
_root.play();
Symbol 241 MovieClip Frame 1
stop();
Symbol 252 MovieClip Frame 20
stop();
Symbol 253 Button
on (release) {
_root.gotoAndStop("introduction");
}
Symbol 254 Button
on (release) {
getURL ("http://www.snipinggames.net/sniperassassin4.php", "_blank");
}
Symbol 255 Button
on (release) {
getURL ("http://www.snipinggames.net/sniperassassin3.php", "_blank");
}
Symbol 256 Button
on (release) {
getURL ("http://www.snipinggames.net/sniperassassin2.php", "_blank");
}
Symbol 257 Button
on (release) {
getURL ("http://www.snipinggames.net/sniperassassin.php", "_blank");
}
Symbol 258 Button
on (release) {
getURL ("http://www.snipinggames.net/sniperassassinfinal.php", "_blank");
}
Symbol 267 Button
on (release) {
trace(this.lvlcode);
if (this.lvlcode == "dogwalker") {
_global.gamelevel = 1;
_root.gotoAndStop("missionobj");
} else if (this.lvlcode == "colorblind") {
_global.gamelevel = 2;
_root.gotoAndStop("missionobj");
} else if (this.lvlcode == "deadlast") {
_global.gamelevel = 3;
_root.gotoAndStop("missionobj");
} else if (this.lvlcode == "diecycle") {
_global.gamelevel = 4;
_root.gotoAndStop("missionobj");
} else if (this.lvlcode == "snowball") {
_global.gamelevel = 5;
_root.gotoAndStop("missionobj");
} else if (this.lvlcode == "parole") {
_global.gamelevel = 6;
_root.gotoAndStop("missionobj");
} else if (this.lvlcode == "lotsapizza") {
_global.gamelevel = 7;
_root.gotoAndStop("missionobj");
} else if (this.lvlcode == "darethedevil") {
_global.gamelevel = 8;
_root.gotoAndStop("missionobj");
} else if (this.lvlcode == "limoblammo") {
_global.gamelevel = 9;
_root.gotoAndStop("missionobj");
} else if (this.lvlcode == "chopchop") {
_global.gamelevel = 10;
_root.gotoAndStop("missionobj");
} else if (this.lvlcode == "choochoo") {
_global.gamelevel = 11;
_root.gotoAndStop("missionobj");
} else if (this.lvlcode == "chugchug") {
_global.gamelevel = 12;
_root.gotoAndStop("missionobj");
}
}
Symbol 274 MovieClip Frame 20
stop();
Symbol 278 Button
on (release) {
_root.getURL("http://www.gonzogames.com", "_blank");
}
Symbol 281 Button
on (release) {
_root.gotoAndStop("missionobj");
}
Symbol 283 Button
on (release) {
getURL ("http://www.gonzogames.com", "_blank");
}
Symbol 286 MovieClip Frame 10
stop();
Symbol 288 MovieClip Frame 1
stopAllSounds();
_root.success.start();
Symbol 298 MovieClip Frame 10
stop();
Symbol 299 MovieClip Frame 1
_root.failed.start();
Symbol 303 Button
on (release) {
missionval = "mission" + _global.gamelevel;
_root.gotoAndStop(missionval);
}
Symbol 305 Button
on (release) {
getURL ("http://www.snipinggames.net", "_blank");
}
Symbol 348 Button
on (release) {
_root.gotoAndStop("outro");
}
Symbol 351 MovieClip Frame 1
glvl = _global.gamelevel;
gotoAndStop("obj" + glvl);
stop();
Symbol 351 MovieClip Frame 2
stop();
Symbol 351 MovieClip Frame 3
stop();
Symbol 351 MovieClip Frame 4
stop();
Symbol 351 MovieClip Frame 5
stop();
Symbol 351 MovieClip Frame 6
stop();
Symbol 351 MovieClip Frame 7
stop();
Symbol 351 MovieClip Frame 8
stop();
Symbol 351 MovieClip Frame 9
stop();
Symbol 351 MovieClip Frame 10
stop();
Symbol 351 MovieClip Frame 11
stop();
Symbol 351 MovieClip Frame 12
stop();
Symbol 351 MovieClip Frame 13
stop();
Symbol 351 MovieClip Frame 14
txtshotsfired = _global.shotsfired;
txtshotsmissed = _global.failedmissions;
stop();
Symbol 423 MovieClip Frame 54
_parent.pourover = 1;
Symbol 436 MovieClip Frame 1
stop();
Instance of Symbol 363 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (mouseDown) {
if (this.hitTest(_root.scope.crosshair.cursor)) {
if (_global.supressor == 1) {
this._parent._parent.gotoAndStop("stun");
} else {
_parent.shot = 1;
this._parent._parent.gotoAndStop("dead");
}
}
}
Instance of Symbol 363 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (mouseDown) {
if (this.hitTest(_root.scope.crosshair.cursor)) {
if (_global.supressor == 1) {
this._parent._parent.gotoAndStop("stun");
} else {
_parent._parent.shot = 1;
this._parent._parent.gotoAndStop("incapacitate");
}
}
}
Symbol 453 MovieClip Frame 15
stop();
_parent.incapacitate = 1;
Symbol 474 MovieClip Frame 3
_parent.alive = 0;
Symbol 474 MovieClip Frame 24
stop();
Symbol 476 MovieClip Frame 1
_parent.shot = 1;
Symbol 476 MovieClip Frame 24
stop();
_parent.alive = 0;
Symbol 519 MovieClip Frame 1
stop();
Instance of Symbol 363 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (mouseDown) {
if (this.hitTest(_root.scope.crosshair.cursor)) {
if (_global.supressor == 1) {
this._parent.gotoAndStop("stun");
} else {
_parent.shot = 1;
this._parent.gotoAndStop("dead");
}
}
}
Symbol 519 MovieClip Frame 2
stop();
Symbol 519 MovieClip Frame 3
stop();
Symbol 519 MovieClip Frame 4
stop();
Symbol 519 MovieClip Frame 5
stop();
Symbol 519 MovieClip Frame 6
stop();
Symbol 519 MovieClip Frame 7
stop();
Symbol 519 MovieClip Frame 8
stop();
Symbol 519 MovieClip Frame 9
stop();
Symbol 519 MovieClip Frame 10
stop();
Instance of Symbol 363 MovieClip in Symbol 519 MovieClip Frame 10
onClipEvent (mouseDown) {
if (this.hitTest(_root.scope.crosshair.cursor)) {
if (_global.supressor == 1) {
this._parent.gotoAndStop("stun");
} else {
trace("DSDSDSDSDS " + _parent.shot);
_parent.shot = 1;
this._parent.gotoAndStop("dead");
}
}
}
Symbol 519 MovieClip Frame 11
stop();
Symbol 519 MovieClip Frame 12
stop();
Symbol 519 MovieClip Frame 13
stop();
Symbol 519 MovieClip Frame 14
stop();
Instance of Symbol 363 MovieClip in Symbol 519 MovieClip Frame 14
onClipEvent (mouseDown) {
if (this.hitTest(_root.scope.crosshair.cursor)) {
if (_global.supressor == 1) {
this._parent.gotoAndStop("stun");
} else {
_parent.shot = 1;
this._parent.gotoAndStop("dead");
}
}
}
Symbol 519 MovieClip Frame 15
stop();
Symbol 519 MovieClip Frame 16
stop();
Symbol 519 MovieClip Frame 17
stop();
Symbol 519 MovieClip Frame 18
stop();
Symbol 519 MovieClip Frame 19
stop();
Symbol 519 MovieClip Frame 20
stop();
Instance of Symbol 519 MovieClip in Symbol 522 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
gotoAndStop ("walkdog");
}
onClipEvent (enterFrame) {
if ((alive == 1) && (shot == 0)) {
if (_x < 320) {
_x = (_x + 1);
} else {
_global.mission = "failed";
}
}
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "success";
}
}
Symbol 528 MovieClip Frame 1
stop();
Symbol 528 MovieClip Frame 2
stop();
Symbol 531 MovieClip Frame 1
stop();
Symbol 533 MovieClip Frame 1
stop();
Symbol 533 MovieClip Frame 2
_global.reloading = 1;
Symbol 533 MovieClip Frame 11
_root.reload.start();
Symbol 533 MovieClip Frame 64
_global.mission = "failed";
Symbol 536 MovieClip Frame 1
stop();
Symbol 536 MovieClip Frame 51
_root.gotoAndStop("success");
Symbol 538 MovieClip Frame 1
stop();
Symbol 538 MovieClip Frame 34
_root.gotoAndStop("failed");
Symbol 549 MovieClip Frame 1
stop();
Symbol 549 MovieClip Frame 2
_global.reloading = 1;
Symbol 549 MovieClip Frame 25
_global.mission = "failed";
Symbol 549 MovieClip Frame 55
stop();
Symbol 551 MovieClip Frame 1
_global.gunshot = 1;
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 4);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 6);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 4);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 6);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 4);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 6);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 4);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 4);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 6);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 4);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 6);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 4);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 6);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 4);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 4);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 6);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 4);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 6);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 4);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 6);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 4);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 4);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 6);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 4);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 6);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 4);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 6);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 4);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 4);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 6);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 4);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 6);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 4);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 6);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 4);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 4);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 6);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 4);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 6);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 4);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 6);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 4);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 4);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 6);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 4);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 6);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 4);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 6);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 4);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 4);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 6);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 4);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 6);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 4);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 6);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 4);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 6);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
} else {
_global.mission = "failed";
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "success";
}
}
Symbol 560 MovieClip Frame 138
_global.gunshot = 1;
Symbol 560 MovieClip Frame 140
stop();
Symbol 561 MovieClip Frame 1
stop();
Instance of Symbol 363 MovieClip in Symbol 561 MovieClip Frame 1
onClipEvent (mouseDown) {
if (this.hitTest(_root.scope.crosshair.cursor)) {
if (_global.supressor == 1) {
this._parent.gotoAndStop("stun");
} else {
_parent.shot = 1;
this._parent.gotoAndStop("dead");
}
}
}
Symbol 561 MovieClip Frame 2
stop();
Instance of Symbol 519 MovieClip in Symbol 562 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 4);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 562 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 6);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 562 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 3);
} else {
_global.mission = "failed";
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "success";
}
}
Instance of Symbol 519 MovieClip in Symbol 562 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("racestart");
}
onClipEvent (enterFrame) {
if ((_global.gunshot == 1) && (checking == 0)) {
checking = 1;
this.gotoAndStop("run");
}
if ((alive == 1) && (_global.gunshot == 1)) {
if (_x < 320) {
_x = (_x + 5);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 561 MovieClip in Symbol 562 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Instance of Symbol 194 MovieClip [innocentb2] in Symbol 565 MovieClip Frame 1
onClipEvent (load) {
mtarget = 1;
}
Symbol 571 MovieClip Frame 1
stop();
Symbol 571 MovieClip Frame 2
stop();
Symbol 571 MovieClip Frame 3
stop();
Symbol 571 MovieClip Frame 4
stop();
Symbol 571 MovieClip Frame 5
stop();
Symbol 575 MovieClip Frame 1
stop();
Instance of Symbol 363 MovieClip in Symbol 575 MovieClip Frame 1
onClipEvent (mouseDown) {
if (this.hitTest(_root.scope.crosshair.cursor)) {
_parent.shot = 1;
this._parent.gotoAndPlay("dead");
}
}
Instance of Symbol 571 MovieClip in Symbol 575 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent.bossman == 1) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(random(5));
}
}
Symbol 575 MovieClip Frame 26
stop();
Instance of Symbol 575 MovieClip in Symbol 576 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
oldy = _parent._y;
}
onClipEvent (enterFrame) {
if (alive == 1) {
if (_parent.bossman != 1) {
if (_parent._x > -305.4) {
_parent._x = _parent._x - 5;
_parent._y = _parent._y + 2;
} else {
_parent._x = 323.2;
_parent._y = oldy;
}
}
if ((_parent.bossman == 1) && (_global.bossmove == 1)) {
if (_parent._x > -305.4) {
_parent._x = _parent._x - 5;
_parent._y = _parent._y + 2;
} else {
_global.mission = "failed";
}
}
}
if (alive == 0) {
if (_parent.bossman == 1) {
_global.mission = "success";
} else {
_global.mission = "failed";
}
}
}
Symbol 582 MovieClip Frame 1
stop();
Symbol 582 MovieClip Frame 2
stop();
Symbol 582 MovieClip Frame 3
stop();
Symbol 582 MovieClip Frame 4
stop();
Instance of Symbol 582 MovieClip in Symbol 583 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(4);
}
Instance of Symbol 582 MovieClip in Symbol 583 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(3);
}
Instance of Symbol 582 MovieClip in Symbol 583 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(2);
}
Instance of Symbol 582 MovieClip in Symbol 583 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
}
Instance of Symbol 576 MovieClip in Symbol 585 MovieClip Frame 1
onClipEvent (load) {
bossman = 1;
}
Symbol 589 MovieClip Frame 838
stop();
_global.bossmove = 1;
Instance of Symbol 519 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("walk2");
}
onClipEvent (enterFrame) {
if (alive == 1) {
if (_x < 200) {
_x = (_x + 1);
} else {
_global.mission = "failed";
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "success";
}
}
Instance of Symbol 519 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("walk1");
}
onClipEvent (enterFrame) {
if (alive == 1) {
if (_x < 200) {
_x = (_x + 1);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("walk1");
}
onClipEvent (enterFrame) {
if (alive == 1) {
if (_x < 200) {
_x = (_x + 1);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("walk1");
}
onClipEvent (enterFrame) {
if (alive == 1) {
if (_x < 200) {
_x = (_x + 1);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
checking2 = 0;
this.gotoAndStop("walk1");
}
onClipEvent (enterFrame) {
if (alive == 1) {
if (_x < 200) {
_x = (_x + 1);
}
}
if ((alive == 0) && (checking2 == 0)) {
checking2 = 1;
_global.mission = "failed";
}
}
Symbol 634 MovieClip Frame 54
_parent.pourover = 1;
Instance of Symbol 599 MovieClip in Symbol 649 MovieClip Frame 1
onClipEvent (mouseDown) {
if (this.hitTest(_root.scope.crosshair.cursor)) {
if (_global.supressor == 1) {
this._parent._parent.gotoAndStop("stun");
} else {
_parent.shot = 1;
this._parent._parent.gotoAndStop("dead");
}
}
}
Symbol 649 MovieClip Frame 10
stop();
Instance of Symbol 599 MovieClip in Symbol 649 MovieClip Frame 10
onClipEvent (mouseDown) {
if (this.hitTest(_root.scope.crosshair.cursor)) {
if (_global.supressor == 1) {
this._parent._parent.gotoAndStop("stun");
} else {
_parent._parent.shot = 1;
this._parent._parent.gotoAndStop("incapacitate");
}
}
}
Symbol 656 MovieClip Frame 15
stop();
_parent.incapacitate = 1;
Symbol 670 MovieClip Frame 3
_parent.alive = 0;
Symbol 670 MovieClip Frame 24
stop();
Symbol 674 MovieClip Frame 1
_parent.shot = 1;
Symbol 674 MovieClip Frame 24
stop();
_parent.alive = 0;
Symbol 688 MovieClip Frame 1
stop();
Instance of Symbol 599 MovieClip in Symbol 688 MovieClip Frame 1
onClipEvent (mouseDown) {
if (this.hitTest(_root.scope.crosshair.cursor)) {
if (_global.supressor == 1) {
this._parent.gotoAndStop("stun");
} else {
_parent.shot = 1;
this._parent.gotoAndStop("dead");
}
}
}
Symbol 688 MovieClip Frame 2
stop();
Symbol 688 MovieClip Frame 3
stop();
Symbol 688 MovieClip Frame 4
stop();
Symbol 688 MovieClip Frame 5
stop();
Symbol 688 MovieClip Frame 6
stop();
Symbol 688 MovieClip Frame 7
stop();
Symbol 688 MovieClip Frame 8
stop();
Symbol 688 MovieClip Frame 9
stop();
Symbol 688 MovieClip Frame 10
stop();
Symbol 688 MovieClip Frame 11
stop();
Symbol 688 MovieClip Frame 12
stop();
Symbol 688 MovieClip Frame 13
stop();
Symbol 688 MovieClip Frame 14
stop();
Instance of Symbol 599 MovieClip in Symbol 688 MovieClip Frame 14
onClipEvent (mouseDown) {
if (this.hitTest(_root.scope.crosshair.cursor)) {
if (_global.supressor == 1) {
this._parent.gotoAndStop("stun");
} else {
_parent.shot = 1;
this._parent.gotoAndStop("dead");
}
}
}
Symbol 688 MovieClip Frame 15
stop();
Symbol 688 MovieClip Frame 16
stop();
Symbol 688 MovieClip Frame 17
stop();
Symbol 688 MovieClip Frame 18
stop();
Instance of Symbol 695 MovieClip in Symbol 697 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._parent._parent.victimizeme == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
Symbol 703 MovieClip Frame 35
stop();
Symbol 704 MovieClip Frame 1
stop();
Symbol 704 MovieClip Frame 2
stop();
Instance of Symbol 688 MovieClip in Symbol 705 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
this.gotoAndStop("scooter1");
}
onClipEvent (enterFrame) {
if (alive == 0) {
if (_parent.victimizeme == 1) {
_global.mission = "success";
} else {
_global.mission = "failed";
}
_parent._parent.stop();
_parent.scooter.gotoAndStop("dead");
}
}
Instance of Symbol 704 MovieClip "scooter" in Symbol 705 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.victimizeme == 1) {
_global.visible = "true";
} else {
_global.visible = "false";
}
}
Instance of Symbol 705 MovieClip in Symbol 724 MovieClip Frame 104
onClipEvent (load) {
victimizeme = 1;
}
Symbol 724 MovieClip Frame 242
_global.mission = "failed";
stop();
Instance of Symbol 596 MovieClip in Symbol 725 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
}
onClipEvent (enterFrame) {
if (_x > -707) {
_x = (_x - 7);
} else {
_x = 607;
}
if ((_x > 111) && (_x < 113)) {
_root.car2sound.start();
}
}
Instance of Symbol 596 MovieClip in Symbol 725 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
}
onClipEvent (enterFrame) {
if (_x > -707) {
_x = (_x - 7);
} else {
_x = 607;
}
if ((_x > 111) && (_x < 113)) {
_root.car2sound.start();
}
}
Symbol 738 MovieClip Frame 41
stop();
_global.mission = "failed";
Symbol 739 MovieClip Frame 65
stop();
Symbol 755 MovieClip Frame 22
stop();
_parent.alive = 0;
Symbol 756 MovieClip Frame 1
stop();
Instance of Symbol 599 MovieClip in Symbol 756 MovieClip Frame 1
onClipEvent (mouseDown) {
if (this.hitTest(_root.scope.crosshair.cursor)) {
if (_global.supressor == 1) {
this._parent.gotoAndStop("stun");
} else {
_parent.shot = 1;
this._parent.gotoAndStop("dead");
}
}
}
Symbol 756 MovieClip Frame 2
stop();
Symbol 761 MovieClip Frame 1
stop();
Symbol 761 MovieClip Frame 2
stop();
Symbol 773 MovieClip Frame 1
stop();
Instance of Symbol 756 MovieClip in Symbol 773 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Symbol 773 MovieClip Frame 2
stop();
Symbol 776 MovieClip Frame 1
stop();
Instance of Symbol 756 MovieClip in Symbol 776 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Symbol 776 MovieClip Frame 2
stop();
Symbol 779 MovieClip Frame 1
stop();
Instance of Symbol 756 MovieClip in Symbol 779 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Symbol 779 MovieClip Frame 2
stop();
Symbol 781 MovieClip Frame 1
stop();
stop();
Instance of Symbol 756 MovieClip in Symbol 781 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "success";
}
}
Instance of Symbol 756 MovieClip in Symbol 781 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Instance of Symbol 773 MovieClip in Symbol 784 MovieClip Frame 1
onClipEvent (load) {
startmoving = 0;
checking = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.logs) && (checking == 0)) {
checking = 1;
_global.civilian = 1;
_root.carcrash.start();
this.gotoAndStop(2);
} else if (_x > -700) {
if (_global.logfall == 0) {
_x = (_x - 12);
} else if (_x < -143) {
_x = (_x - 12);
}
}
}
Instance of Symbol 776 MovieClip in Symbol 784 MovieClip Frame 1
onClipEvent (load) {
startmoving = 0;
checking = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.logs) && (checking == 0)) {
checking = 1;
_global.civilian = 1;
_root.carcrash.start();
this.gotoAndStop(2);
} else if (_x > -700) {
if (_global.logfall == 0) {
_x = (_x - 12);
} else if (_x < -143) {
_x = (_x - 12);
}
}
}
Instance of Symbol 776 MovieClip in Symbol 784 MovieClip Frame 1
onClipEvent (load) {
startmoving = 0;
checking = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.logs) && (checking == 0)) {
checking = 1;
_global.civilian = 1;
_root.carcrash.start();
this.gotoAndStop(2);
} else if (_x > -700) {
if (_global.logfall == 0) {
_x = (_x - 12);
} else if (_x < -143) {
_x = (_x - 12);
}
}
}
Instance of Symbol 779 MovieClip in Symbol 784 MovieClip Frame 1
onClipEvent (load) {
startmoving = 0;
checking = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.logs) && (checking == 0)) {
checking = 1;
_global.civilian = 1;
_root.carcrash.start();
this.gotoAndStop(2);
} else if (_x > -700) {
if (_global.logfall == 0) {
_x = (_x - 12);
} else if (_x < -143) {
_x = (_x - 12);
}
}
}
Instance of Symbol 779 MovieClip in Symbol 784 MovieClip Frame 1
onClipEvent (load) {
startmoving = 0;
checking = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.logs)) {
_global.civilian = 1;
this.gotoAndStop(2);
} else if (_x > -700) {
if (_global.logfall == 0) {
_x = (_x - 12);
} else if (_x < -143) {
_x = (_x - 12);
}
}
}
Instance of Symbol 779 MovieClip in Symbol 784 MovieClip Frame 1
onClipEvent (load) {
startmoving = 0;
checking = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.logs) && (checking == 0)) {
checking = 1;
_global.civilian = 1;
_root.carcrash.start();
this.gotoAndStop(2);
} else if (_x > -700) {
if (_global.logfall == 0) {
_x = (_x - 12);
} else if (_x < -143) {
_x = (_x - 12);
}
}
}
Instance of Symbol 776 MovieClip in Symbol 784 MovieClip Frame 1
onClipEvent (load) {
startmoving = 0;
checking = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.logs) && (checking == 0)) {
checking = 1;
_global.civilian = 1;
_root.carcrash.start();
this.gotoAndStop(2);
} else if (_x > -700) {
if (_global.logfall == 0) {
_x = (_x - 12);
} else if (_x < -143) {
_x = (_x - 12);
}
}
}
Instance of Symbol 781 MovieClip in Symbol 784 MovieClip Frame 1
onClipEvent (load) {
startmoving = 0;
checking = 0;
_global.logfall = 0;
}
onClipEvent (enterFrame) {
if (_x > -700) {
if (_global.logfall == 0) {
_x = (_x - 12);
} else if (_x < -143) {
_x = (_x - 12);
}
} else {
_global.mission = "failed";
}
}
Symbol 791 MovieClip Frame 22
stop();
_parent.alive = 0;
Symbol 792 MovieClip Frame 1
stop();
Instance of Symbol 786 MovieClip in Symbol 792 MovieClip Frame 1
onClipEvent (mouseDown) {
if (this.hitTest(_root.scope.crosshair.cursor)) {
if (_global.supressor == 1) {
this._parent.gotoAndStop("stun");
} else {
_parent.shot = 1;
this._parent.gotoAndStop("dead");
}
}
}
Symbol 792 MovieClip Frame 2
stop();
Symbol 797 MovieClip Frame 1
stop();
Symbol 797 MovieClip Frame 2
stop();
Symbol 808 MovieClip Frame 1
stop();
Instance of Symbol 792 MovieClip in Symbol 808 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Symbol 808 MovieClip Frame 2
stop();
Symbol 811 MovieClip Frame 1
stop();
Instance of Symbol 792 MovieClip in Symbol 811 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Symbol 811 MovieClip Frame 2
stop();
Symbol 814 MovieClip Frame 1
stop();
Instance of Symbol 792 MovieClip in Symbol 814 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Symbol 814 MovieClip Frame 2
stop();
Symbol 822 MovieClip Frame 1
stop();
Instance of Symbol 519 MovieClip in Symbol 822 MovieClip Frame 1
onClipEvent (load) {
shot = 0;
this.gotoAndStop("sitting");
}
onClipEvent (enterFrame) {
if (shot == 1) {
_parent.alive = 0;
}
}
Symbol 823 MovieClip Frame 1
_global.logfall = 0;
Instance of Symbol 808 MovieClip in Symbol 823 MovieClip Frame 1
onClipEvent (load) {
startmoving = 0;
checking = 0;
startx = _x;
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.logs) && (checking == 0)) {
checking = 1;
_global.civilian = 1;
_root.carcrash.start();
this.gotoAndStop(2);
} else if (_x > -700) {
if (_global.logfall == 0) {
_x = (_x - 12);
} else if (_x < -143) {
_x = (_x - 12);
}
} else {
_x = startx;
}
}
Instance of Symbol 811 MovieClip in Symbol 823 MovieClip Frame 1
onClipEvent (load) {
startmoving = 0;
checking = 0;
startx = _x;
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.logs) && (checking == 0)) {
checking = 1;
_global.civilian = 1;
_root.carcrash.start();
this.gotoAndStop(2);
} else if (_x > -700) {
if (_global.logfall == 0) {
_x = (_x - 12);
} else if (_x < -143) {
_x = (_x - 12);
}
} else {
_x = startx;
}
}
Instance of Symbol 814 MovieClip in Symbol 823 MovieClip Frame 1
onClipEvent (load) {
startmoving = 0;
checking = 0;
startx = _x;
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.logs) && (checking == 0)) {
checking = 1;
_global.civilian = 1;
_root.carcrash.start();
this.gotoAndStop(2);
} else if (_x > -700) {
if (_global.logfall == 0) {
_x = (_x - 12);
} else if (_x < -143) {
_x = (_x - 12);
}
} else {
_x = startx;
}
}
Symbol 823 MovieClip Frame 65
stop();
Instance of Symbol 822 MovieClip in Symbol 823 MovieClip Frame 65
onClipEvent (load) {
startmoving = 0;
checking = 0;
alive = 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.logs) && (checking == 0)) {
checking = 1;
_global.civilian = 1;
_root.carcrash.start();
this.gotoAndStop(2);
} else if (_x > -700) {
if (_global.logfall == 0) {
_x = (_x - 12);
} else if (_x < -143) {
_x = (_x - 12);
}
} else if (alive == 1) {
_global.mission = "failed";
} else {
_global.mission = "success";
}
}
Instance of Symbol 519 MovieClip in Symbol 832 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
gotoAndStop ("sitting");
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 832 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
gotoAndStop ("sitting");
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 832 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
gotoAndStop ("sitting");
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 832 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
gotoAndStop ("sitting");
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 832 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
gotoAndStop ("sitting");
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 832 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
gotoAndStop ("sitting");
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 832 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
gotoAndStop ("sitting");
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 832 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
gotoAndStop ("sitting");
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 832 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
gotoAndStop ("sitting");
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 832 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
gotoAndStop ("sitting");
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 832 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
gotoAndStop ("sitting");
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 832 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
gotoAndStop ("sitting");
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 832 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
gotoAndStop ("sitting");
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 832 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
gotoAndStop ("sitting");
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 832 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
gotoAndStop ("sitting");
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 832 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
gotoAndStop ("sitting");
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 832 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
gotoAndStop ("sitting");
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 832 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
gotoAndStop ("sitting");
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 832 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
gotoAndStop ("sitting");
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 832 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
gotoAndStop ("sitting");
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 832 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
gotoAndStop ("sitting");
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "success";
}
}
Instance of Symbol 519 MovieClip in Symbol 832 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
gotoAndStop ("sitting");
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 832 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
gotoAndStop ("sitting");
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 832 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
gotoAndStop ("sitting");
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 832 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
gotoAndStop ("sitting");
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Instance of Symbol 519 MovieClip in Symbol 832 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
gotoAndStop ("sitting");
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Instance of Symbol 832 MovieClip in Symbol 834 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._x < -1103) {
_global.mission = "failed";
} else {
this._x = this._x - 11;
}
}
Instance of Symbol 519 MovieClip in Symbol 840 MovieClip Frame 1
onClipEvent (load) {
shot = 0;
this.gotoAndStop("sitting");
}
onClipEvent (enterFrame) {
if (shot == 1) {
_global.mission = "success";
}
}
Symbol 842 MovieClip Frame 330
stop();
_global.mission = "failed";
Symbol 846 Button
on (release) {
_root.gotoAndStop("missionobj");
}
Symbol 869 Button
on (release) {
_root.gotoAndStop("title");
}
Symbol 871 Button
on (release) {
_root.getURL("http://www.snipinggames.net", "_blank");
}
Symbol 873 Button
on (release) {
_root.getURL("http://www.gonzogames.com", "_blank");
}
Symbol 875 MovieClip Frame 663
_root.markedsniperbg.start();
Symbol 875 MovieClip Frame 829
stop();