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;
Instance of Symbol 209 MovieClip in Frame 1
on (release) {
getURL ("http://www.snipinggames.net", "_blank");
}
Frame 2
gotoAndPlay (1);
Frame 3
stop();
Frame 4
_global.mission = "";
_global.reloading = 0;
_global.gamelevel = 1;
_global.shotsfired = 0;
_global.failedmissions = 0;
_global.playmoreURL = "http://www.snipinggames.net";
stop();
Mouse.show();
_global.sbullet = 1;
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");
stopAllSounds();
_root.gamebg.start();
Instance of Symbol 209 MovieClip in Frame 4
on (release) {
getURL ("http://www.snipinggames.net", "_blank");
}
Instance of Symbol 256 MovieClip "gamefader1" in Frame 4
onClipEvent (load) {
this.gotoAndPlay(1);
}
Frame 5
stop();
stopAllSounds();
_global.gamelevel = _global.gamelevel + 1;
_global.mission = "";
_global.victim = 0;
Mouse.show();
Instance of Symbol 256 MovieClip "gamefader2" in Frame 5
onClipEvent (load) {
this.gotoAndPlay(1);
}
Frame 6
stop();
stopAllSounds();
_global.mission = "";
_global.victim = 0;
_global.failedmissions = _global.failedmissions + 1;
Mouse.show();
Instance of Symbol 256 MovieClip "gamefader3" in Frame 6
onClipEvent (load) {
this.gotoAndPlay(1);
}
Frame 7
stop();
stopAllSounds();
_root.gamebg.start();
_global.mission = "";
_global.victim = 0;
Mouse.show();
Instance of Symbol 256 MovieClip "gamefader4" in Frame 7
onClipEvent (load) {
this.gotoAndPlay(1);
}
Frame 8
if (_global.gamelevel != 1) {
_root.gotoAndStop("title");
}
stopAllSounds();
stop();
_global.reloading = 0;
_global.victim = 0;
_global.target1 = 0;
_global.sbullet = 1;
Instance of Symbol 449 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (_global.victim == 5) {
_global.mission = "success";
}
}
Instance of Symbol 459 MovieClip "scope" in Frame 8
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 462 MovieClip "successmv" in Frame 8
onClipEvent (load) {
checker = 0;
}
onClipEvent (enterFrame) {
if ((_global.mission == "success") && (checker == 0)) {
checker = 1;
this.gotoAndPlay(3);
}
}
Instance of Symbol 464 MovieClip "failedmv" in Frame 8
onClipEvent (load) {
checker = 0;
}
onClipEvent (enterFrame) {
if ((_global.mission == "failed") && (checker == 0)) {
checker = 1;
this.gotoAndPlay(3);
}
}
Instance of Symbol 475 MovieClip in Frame 8
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 256 MovieClip "gamefader5" in Frame 8
onClipEvent (load) {
this.gotoAndPlay(1);
}
Frame 9
if (_global.gamelevel != 2) {
_root.gotoAndStop("title");
}
stopAllSounds();
stop();
_global.reloading = 0;
_global.victim = 0;
_global.gunshot = 0;
_global.sbullet = 1;
Instance of Symbol 256 MovieClip "gamefader6" in Frame 9
onClipEvent (load) {
this.gotoAndPlay(1);
}
Frame 10
if (_global.gamelevel != 3) {
_root.gotoAndStop("title");
}
stopAllSounds();
stop();
_global.reloading = 0;
_global.victim = 0;
_global.target1 = 0;
_global.sbullet = 1;
Instance of Symbol 256 MovieClip "gamefader7" in Frame 10
onClipEvent (load) {
this.gotoAndPlay(1);
}
Frame 11
if (_global.gamelevel != 4) {
_root.gotoAndStop("title");
}
stopAllSounds();
stop();
_global.reloading = 0;
_global.victimlife = 1;
_global.sbullet = 1;
Instance of Symbol 256 MovieClip "gamefader8" in Frame 11
onClipEvent (load) {
this.gotoAndPlay(1);
}
Frame 12
if (_global.gamelevel != 5) {
_root.gotoAndStop("title");
}
stopAllSounds();
stop();
_global.poweron = 0;
_global.reloading = 0;
_global.sbullet = 1;
Instance of Symbol 256 MovieClip "gamefader9" in Frame 12
onClipEvent (load) {
this.gotoAndPlay(1);
}
Frame 13
if (_global.gamelevel != 6) {
_root.gotoAndStop("title");
}
stopAllSounds();
stop();
_global.reloading = 0;
_global.bossmove = 0;
_global.sbullet = 1;
Instance of Symbol 256 MovieClip "gamefader10" in Frame 13
onClipEvent (load) {
this.gotoAndPlay(1);
}
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 212 Button
on (release) {
getURL ("http://www.snipinggames.net", blank);
}
Symbol 218 MovieClip Frame 139
_root.play();
Symbol 236 MovieClip Frame 1
stop();
Symbol 244 Button
on (release) {
_root.gotoAndStop("missionobj");
}
Symbol 248 Button
on (release) {
getURL (_global.playmoreURL, "_blank", "POST");
}
Symbol 256 MovieClip Frame 20
stop();
Symbol 261 Button
on (release) {
_root.gotoAndStop("missionobj");
}
Symbol 268 Button
on (release) {
_root.gotoAndStop("missionobj");
}
Symbol 271 Button
on (release) {
missionval = "mission" + _global.gamelevel;
_root.gotoAndStop(missionval);
}
Symbol 282 MovieClip Frame 1
glvl = _global.gamelevel;
gotoAndStop("obj" + glvl);
stop();
Symbol 282 MovieClip Frame 2
stop();
Symbol 282 MovieClip Frame 3
stop();
Symbol 282 MovieClip Frame 4
stop();
Symbol 282 MovieClip Frame 5
stop();
Symbol 282 MovieClip Frame 6
stop();
Symbol 282 MovieClip Frame 7
stop();
Symbol 282 MovieClip Frame 8
txtshotsfired = _global.shotsfired;
txtshotsmissed = _global.failedmissions;
stop();
Symbol 352 MovieClip Frame 54
_parent.pourover = 1;
Symbol 365 MovieClip Frame 1
stop();
Instance of Symbol 292 MovieClip in Symbol 365 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 292 MovieClip in Symbol 365 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 382 MovieClip Frame 15
stop();
_parent.incapacitate = 1;
Symbol 403 MovieClip Frame 3
_parent.alive = 0;
Symbol 403 MovieClip Frame 24
stop();
Symbol 405 MovieClip Frame 1
_parent.shot = 1;
Symbol 405 MovieClip Frame 24
stop();
_parent.alive = 0;
Symbol 448 MovieClip Frame 1
stop();
Instance of Symbol 292 MovieClip in Symbol 448 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 448 MovieClip Frame 2
stop();
Symbol 448 MovieClip Frame 3
stop();
Symbol 448 MovieClip Frame 4
stop();
Symbol 448 MovieClip Frame 5
stop();
Symbol 448 MovieClip Frame 6
stop();
Symbol 448 MovieClip Frame 7
stop();
Symbol 448 MovieClip Frame 8
stop();
Symbol 448 MovieClip Frame 9
stop();
Symbol 448 MovieClip Frame 10
stop();
Instance of Symbol 292 MovieClip in Symbol 448 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 448 MovieClip Frame 11
stop();
Symbol 448 MovieClip Frame 12
stop();
Symbol 448 MovieClip Frame 13
stop();
Symbol 448 MovieClip Frame 14
stop();
Instance of Symbol 292 MovieClip in Symbol 448 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 448 MovieClip Frame 15
stop();
Symbol 448 MovieClip Frame 16
stop();
Symbol 448 MovieClip Frame 17
stop();
Symbol 448 MovieClip Frame 18
stop();
Symbol 448 MovieClip Frame 19
stop();
Symbol 448 MovieClip Frame 20
stop();
Symbol 449 MovieClip Frame 1
_global.gunshot = 1;
Instance of Symbol 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 448 MovieClip in Symbol 449 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 455 MovieClip Frame 1
stop();
Symbol 455 MovieClip Frame 2
stop();
Symbol 458 MovieClip Frame 1
stop();
Symbol 459 MovieClip Frame 1
stop();
Symbol 459 MovieClip Frame 2
_global.reloading = 1;
Symbol 459 MovieClip Frame 11
_root.reload.start();
Symbol 459 MovieClip Frame 22
_global.reloading = 0;
stop();
Symbol 462 MovieClip Frame 1
stop();
Symbol 462 MovieClip Frame 51
_root.gotoAndStop("success");
Symbol 464 MovieClip Frame 1
stop();
Symbol 464 MovieClip Frame 34
_root.gotoAndStop("failed");
Symbol 475 MovieClip Frame 1
stop();
Symbol 475 MovieClip Frame 2
_global.reloading = 1;
Symbol 475 MovieClip Frame 25
_global.mission = "failed";
Symbol 475 MovieClip Frame 55
stop();
Instance of Symbol 194 MovieClip [innocentb2] in Symbol 477 MovieClip Frame 1
onClipEvent (load) {
mtarget = 1;
}
Instance of Symbol 448 MovieClip in Symbol 480 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 448 MovieClip in Symbol 480 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 448 MovieClip in Symbol 480 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 448 MovieClip in Symbol 480 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 448 MovieClip in Symbol 480 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 493 MovieClip Frame 41
stop();
_global.mission = "failed";
Symbol 494 MovieClip Frame 65
stop();
Symbol 511 MovieClip Frame 22
stop();
_parent.alive = 0;
Symbol 512 MovieClip Frame 1
stop();
Instance of Symbol 497 MovieClip in Symbol 512 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 512 MovieClip Frame 2
stop();
Symbol 517 MovieClip Frame 1
stop();
Symbol 517 MovieClip Frame 2
stop();
Symbol 529 MovieClip Frame 1
stop();
Instance of Symbol 512 MovieClip in Symbol 529 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Symbol 529 MovieClip Frame 2
stop();
Symbol 532 MovieClip Frame 1
stop();
Instance of Symbol 512 MovieClip in Symbol 532 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Symbol 532 MovieClip Frame 2
stop();
Symbol 535 MovieClip Frame 1
stop();
Instance of Symbol 512 MovieClip in Symbol 535 MovieClip Frame 1
onClipEvent (load) {
alive = 1;
shot = 0;
checking = 0;
}
onClipEvent (enterFrame) {
if ((alive == 0) && (checking == 0)) {
checking = 1;
_global.mission = "failed";
}
}
Symbol 535 MovieClip Frame 2
stop();
Symbol 543 MovieClip Frame 1
stop();
Instance of Symbol 448 MovieClip in Symbol 543 MovieClip Frame 1
onClipEvent (load) {
shot = 0;
this.gotoAndStop("sitting");
}
onClipEvent (enterFrame) {
if (shot == 1) {
_parent.alive = 0;
}
}
Symbol 544 MovieClip Frame 1
_global.logfall = 0;
Instance of Symbol 529 MovieClip in Symbol 544 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 532 MovieClip in Symbol 544 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 535 MovieClip in Symbol 544 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 544 MovieClip Frame 65
stop();
Instance of Symbol 543 MovieClip in Symbol 544 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 448 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
shot = 0;
this.gotoAndStop("sitting");
}
onClipEvent (enterFrame) {
if (shot == 1) {
_global.mission = "success";
}
}
Symbol 553 MovieClip Frame 330
stop();
_global.mission = "failed";