Frame 1
stop();
Stage.showMenu = false;
Frame 101
loadMovieNum ("sound_load.swf", 2);
Frame 102
startDrag ("gunsight", true);
Mouse.hide();
_quality = "medium";
fscommand ("allowscale", "false");
fscommand ("showmenu", "false");
stop();
Frame 200
Mouse.show();
if (highscore < score) {
highscore = score;
}
stop();
Symbol 3 MovieClip Frame 1
stop();
Symbol 3 MovieClip Frame 9
num1 = substring(_root.score, 1, 1);
num2 = substring(_root.score, 2, 1);
num3 = substring(_root.score, 3, 1);
num4 = substring(_root.score, 4, 1);
if (_root.score < 10) {
num4 = 0;
num3 = 0;
num2 = num1;
num1 = 0;
}
if (_root.score < 100) {
num4 = num3;
num3 = num2;
num2 = num1;
num1 = 0;
}
if (_root.score < 1000) {
num4 = num3;
num3 = num2;
num2 = num1;
num1 = 0;
}
Symbol 3 MovieClip Frame 15
gotoAndPlay (1);
Symbol 15 MovieClip Frame 1
stop();
Symbol 22 Button
on (release) {
play();
}
Symbol 27 MovieClip Frame 1
if (this.sessionstarted != 1) {
this.arcade = new LoadVars();
this.sessionvars = new LoadVars();
this.arcade.gamename = "bankrobbery";
this.arcade.sessdo = "sessionstart";
this.arcade.sendAndLoad("arcade.php", sessionvars, "POST");
if (this.sessionvars.sessiontype != 2) {
_root.is_a_challenge = 0;
} else {
_root.is_a_challenge = 1;
}
this.sessionstarted = 1;
}
if (_root.gameover == 1) {
if ((this.askpermission != 1) && (this.sessionvars.connStatus == 1)) {
this.prequestvars = new LoadVars();
this.pranswer = new LoadVars();
this.prequestvars.gametime = this.sessionvars.gametime;
this.prequestvars.fakekey = this.sessionvars.initbar;
_root.score = int(Number(_root.score));
if (_root.score != 0) {
this.prequestvars.score = _root.score;
} else {
this.prequestvars.score = -1;
}
this.prequestvars.id = this.sessionvars.lastid;
this.prequestvars.sessdo = "permrequest";
this.prequestvars.note = (this.prequestvars.id * this.prequestvars.score) * this.prequestvars.fakekey;
this.prequestvars.sendAndLoad("./arcade.php", this.pranswer, "POST");
this.askpermission = 1;
}
if ((this.pranswer.validate == 1) && (this.finalsent != 1)) {
this.burnscore = new LoadVars();
this.burnscore.microone = this.pranswer.microone;
this.burnscore.gametime = this.prequestvars.gametime;
this.burnscore.id = this.prequestvars.id;
if (_root.score == 0) {
this.burnscore.noscore = 1;
}
this.burnscore.sessdo = "burn";
this.burnscore.send("./arcade.php", "_self", "POST");
this.finalsent = 1;
}
}
Symbol 28 Button
on (release) {
play();
}
Symbol 29 Button
on (release) {
play();
}
Symbol 30 Button
on (release) {
play();
}
Symbol 31 Button
on (release) {
play();
}
Symbol 32 Button
on (release) {
play();
}
Symbol 33 Button
on (release) {
play();
}
Symbol 34 Button
on (release) {
play();
}
Symbol 35 Button
on (release) {
play();
}
Symbol 36 Button
on (release) {
play();
}
Symbol 37 Button
on (release) {
play();
}
Symbol 45 MovieClip Frame 1
stop();
Symbol 45 MovieClip Frame 2
stop();
Symbol 45 MovieClip Frame 3
stop();
Symbol 45 MovieClip Frame 4
stop();
Symbol 45 MovieClip Frame 5
stop();
Symbol 45 MovieClip Frame 6
stop();
Symbol 44 MovieClip Frame 1
tellTarget ("cowboys") {
gotoAndStop(random(6) + 1);
};
Symbol 44 MovieClip Frame 2
stop();
Symbol 43 MovieClip Frame 1
gotoAndPlay (100);
Symbol 43 MovieClip Frame 75
_root.score = _root.score - 5;
if (_root.score < 0) {
_root.score = 0;
}
tellTarget ("_root.scoreboard") {
gotoAndPlay (2);
};
Set("/:i", /:i + 1);
tellTarget ("_root.hitcount") {
gotoAndStop(/:i + 1);
};
duplicateMovieClip ("_root.bullethole", "bullet" add /:i, /:i + 1000);
setProperty("_root.bullet" add /:i, _xscale , 50);
setProperty("_root.bullet" add /:i, _yscale , 50);
setProperty("_root.bullet" add /:i, _x , random(590) + 50);
setProperty("_root.bullet" add /:i, _y , random(430) + 50);
setProperty("_root.bullet" add /:i, _rotation , random(360));
setProperty("_root.bullet" add /:i, _alpha , 50);
if (4 < /:i) {
tellTarget ("_level0") {
Mouse.show();
gotoAndStop (200);
};
}
Symbol 43 MovieClip Frame 100
gotoAndPlay(random(200) + 100);
Symbol 43 MovieClip Frame 300
gotoAndPlay (2);
Symbol 43 MovieClip Frame 326
gotoAndPlay (100);
Symbol 81 MovieClip Frame 1
gotoAndPlay (100);
Symbol 81 MovieClip Frame 75
_root.score = _root.score - 5;
if (_root.score < 0) {
_root.score = 0;
}
tellTarget ("_root.scoreboard") {
gotoAndPlay (2);
};
Set("/:i", /:i + 1);
tellTarget ("_root.hitcount") {
gotoAndStop(/:i + 1);
};
duplicateMovieClip ("_root.bullethole", "bullet" add /:i, /:i + 1000);
setProperty("_root.bullet" add /:i, _xscale , 50);
setProperty("_root.bullet" add /:i, _yscale , 50);
setProperty("_root.bullet" add /:i, _x , random(590) + 50);
setProperty("_root.bullet" add /:i, _y , random(430) + 50);
setProperty("_root.bullet" add /:i, _rotation , random(360));
setProperty("_root.bullet" add /:i, _alpha , 50);
if (4 < /:i) {
tellTarget ("_level0") {
Mouse.show();
gotoAndStop (200);
};
}
Symbol 81 MovieClip Frame 100
gotoAndPlay(random(200) + 100);
Symbol 81 MovieClip Frame 300
gotoAndPlay (2);
Symbol 81 MovieClip Frame 326
gotoAndPlay (100);
Symbol 99 MovieClip Frame 1
stop();
Symbol 89 MovieClip Frame 35
stop();
Symbol 121 Button
on (release) {
getURL ("http://www.arcangel.tv", "_blank");
}
Symbol 125 Button
on (release) {
if (this.hittest(_root.badguy1.hitarea)) {
tellTarget ("_root.gunsight") {
gotoAndPlay (2);
tellTarget ("_root.scoreboard") {
gotoAndPlay (2);
};
tellTarget ("_root.badguy1") {
gotoAndPlay (310);
};
_root.score = _root.score + 5;
};
}
if (this.hittest(_root.badguy2.hitarea)) {
tellTarget ("_root.gunsight") {
gotoAndPlay (2);
tellTarget ("_root.scoreboard") {
gotoAndPlay (2);
};
tellTarget ("_root.badguy2") {
gotoAndPlay (310);
};
_root.score = _root.score + 5;
};
}
if (this.hittest(_root.badguy3.hitarea)) {
tellTarget ("_root.gunsight") {
gotoAndPlay (2);
tellTarget ("_root.scoreboard") {
gotoAndPlay (2);
};
tellTarget ("_root.badguy3") {
gotoAndPlay (310);
};
_root.score = _root.score + 5;
};
}
if (this.hittest(_root.badguy4.hitarea)) {
tellTarget ("_root.gunsight") {
gotoAndPlay (2);
tellTarget ("_root.scoreboard") {
gotoAndPlay (2);
};
tellTarget ("_root.badguy4") {
gotoAndPlay (310);
};
_root.score = _root.score + 5;
};
}
if (this.hittest(_root.badguy5.hitarea)) {
tellTarget ("_root.gunsight") {
gotoAndPlay (2);
tellTarget ("_root.scoreboard") {
gotoAndPlay (2);
};
tellTarget ("_root.badguy5") {
gotoAndPlay (310);
};
_root.score = _root.score + 5;
};
}
if (this.hittest(_root.badguy6.hitarea)) {
tellTarget ("_root.gunsight") {
gotoAndPlay (2);
tellTarget ("_root.scoreboard") {
gotoAndPlay (2);
};
tellTarget ("_root.badguy6") {
gotoAndPlay (310);
};
_root.score = _root.score + 5;
};
}
if (this.hittest(_root.badguy7.hitarea)) {
tellTarget ("_root.gunsight") {
gotoAndPlay (2);
tellTarget ("_root.scoreboard") {
gotoAndPlay (2);
};
tellTarget ("_root.badguy7") {
gotoAndPlay (310);
};
_root.score = _root.score + 5;
};
}
if (this.hittest(_root.badguy8.hitarea)) {
tellTarget ("_root.gunsight") {
gotoAndPlay (2);
tellTarget ("_root.scoreboard") {
gotoAndPlay (2);
};
tellTarget ("_root.badguy8") {
gotoAndPlay (310);
};
_root.score = _root.score + 5;
};
}
if (this.hittest(_root.badguy9)) {
_root.score = _root.score + 100;
tellTarget ("_root.gunsight") {
gotoAndPlay (2);
tellTarget ("_root.scoreboard") {
gotoAndPlay (2);
};
};
}
}
Symbol 134 Button
on (release) {
_root.score = score;
_root.gameover = 1;
}
Symbol 141 Button
on (release) {
getURL ("http://www.arcangel.tv", "_blank");
}
Symbol 142 Button
on (release) {
_root.score = score;
_root.gameover = 1;
}