Frame 1
var cheatvis;
cheatvis = false;
lvl2._visible = false;
lvl3._visible = false;
function c() {
coun = coun + 1;
_root.counter = coun;
}
function updateTimer() {
_root.tim = _root.tim - 1;
if (_root.tim <= 0) {
play();
}
}
stop();
hideBuiltInItems();
this.starter.tabEnabled = false;
_quality = "high";
clearInterval(intervalID);
var startvis = false;
var coun = 0;
Stage.showMenu = false;
var score1 = 0;
var score2 = 0;
var score3 = 0;
var levelreached = 0;
var speed = 7;
Instance of Symbol 10 MovieClip in Frame 1
onClipEvent (enterFrame) {
if (_root.startvis == false) {
_root.starter._visible = false;
}
if (_root.startvis == true) {
_root.starter._visible = true;
}
}
Frame 2
cheatvis = false;
lvl2._visible = false;
lvl3._visible = false;
function aim() {
_root.targ._x = _root._xmouse;
_root.targ._y = _root._ymouse;
}
_quality = "low";
_root.tim = 45;
var intervalID = setInterval(updateTimer, 1000);
setInterval(aim, 1);
var gunshot;
stop();
Instance of Symbol 65 MovieClip in Frame 2
onClipEvent (load) {
var d = false;
}
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x + (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x > 750) {
this._x = -50;
}
}
Instance of Symbol 65 MovieClip in Frame 2
onClipEvent (load) {
var d = false;
}
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x + (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x > 750) {
this._x = -50;
}
}
Instance of Symbol 65 MovieClip in Frame 2
onClipEvent (load) {
var d = false;
}
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x + (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x > 750) {
this._x = -50;
}
}
Instance of Symbol 65 MovieClip in Frame 2
onClipEvent (load) {
var d = false;
}
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x - (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x < -150) {
this._x = 725;
}
}
Instance of Symbol 65 MovieClip in Frame 2
onClipEvent (load) {
var d = false;
}
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x - (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x < -150) {
this._x = 725;
}
}
Instance of Symbol 65 MovieClip in Frame 2
onClipEvent (load) {
var d = false;
}
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x - (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x < -150) {
this._x = 725;
}
}
Instance of Symbol 70 MovieClip "gunner" in Frame 2
onClipEvent (enterFrame) {
_x = ((_root._xmouse * 0.15625) + 590);
_rotation = ((Math.atan2(_root._ymouse - 480, _root._xmouse - _x) * 57.2957795130823) + 140);
}
onClipEvent (mouseDown) {
if (_root.gunshot == true) {
this.play();
}
}
Instance of Symbol 70 MovieClip "gunner" in Frame 2
onClipEvent (load) {
_root.gunshot = true;
}
onClipEvent (enterFrame) {
_x = ((-196 + (_root._xmouse * 0.15625)) + 125);
_rotation = ((Math.atan2(_root._ymouse - 480, _root._xmouse - _x) * 57.2957795130823) - 140);
}
onClipEvent (mouseDown) {
if (_root.gunshot == false) {
this.play();
}
}
onClipEvent (mouseUp) {
if (_root.gunshot == false) {
_root.gunshot = true;
} else {
_root.gunshot = false;
}
}
Frame 3
_quality = "high";
clearInterval(intervalID);
_root.counter2 = coun;
if (_root.counter2 < 20) {
_root.word = ("You need " + (20 - _root.counter2)) + " more points to continue to the next level";
}
if (_root.counter2 >= 20) {
_root.levelreached = 1;
}
if (_root.levelreached >= 1) {
_root.word = "Congratulations, you've unlocked level 2:\rChaingun Madness!";
}
Frame 62
stop();
if (levelreached >= 1) {
_root.nextlevel._visible = true;
}
if (levelreached < 1) {
_root.nextlevel._visible = false;
}
Frame 63
cheatvis = false;
lvl2._visible = false;
lvl3._visible = false;
_quality = "low";
_root.tim = 45;
var intervalID = setInterval(updateTimer, 1000);
stop();
_root.counter2 = coun;
var fire = false;
function cycle() {
if (scycle <= 20) {
_root.scycle = _root.scycle + 1;
}
if (scycle > 20) {
_root.scycle = 1;
}
}
_root.scycle = 1;
Instance of Symbol 99 MovieClip "s1" in Frame 63
onClipEvent (enterFrame) {
if (((_root.fire == true) && (_root._ymouse >= 280)) && (_root.scycle == 1)) {
_root.cycle();
this.gotoAndPlay(1);
_x = _root._xmouse;
_y = _root._ymouse;
}
this._yscale = this._y - 260;
this._xscale = _yscale;
}
Instance of Symbol 99 MovieClip "s2" in Frame 63
onClipEvent (enterFrame) {
if (((_root.fire == true) && (_root._ymouse >= 280)) && (_root.scycle == 2)) {
_root.cycle();
this.gotoAndPlay(1);
_x = _root._xmouse;
_y = _root._ymouse;
}
this._yscale = this._y - 260;
this._xscale = _yscale;
}
Instance of Symbol 99 MovieClip "s3" in Frame 63
onClipEvent (enterFrame) {
if (((_root.fire == true) && (_root._ymouse >= 280)) && (_root.scycle == 3)) {
_root.cycle();
this.gotoAndPlay(1);
_x = _root._xmouse;
_y = _root._ymouse;
}
this._yscale = this._y - 260;
this._xscale = _yscale;
}
Instance of Symbol 99 MovieClip "s4" in Frame 63
onClipEvent (enterFrame) {
if (((_root.fire == true) && (_root._ymouse >= 280)) && (_root.scycle == 4)) {
_root.cycle();
this.gotoAndPlay(1);
_x = _root._xmouse;
_y = _root._ymouse;
}
this._yscale = this._y - 260;
this._xscale = _yscale;
}
Instance of Symbol 99 MovieClip "s5" in Frame 63
onClipEvent (enterFrame) {
if (((_root.fire == true) && (_root._ymouse >= 280)) && (_root.scycle == 5)) {
_root.cycle();
this.gotoAndPlay(1);
_x = _root._xmouse;
_y = _root._ymouse;
}
this._yscale = this._y - 260;
this._xscale = _yscale;
}
Instance of Symbol 99 MovieClip "s6" in Frame 63
onClipEvent (enterFrame) {
if (((_root.fire == true) && (_root._ymouse >= 280)) && (_root.scycle == 6)) {
_root.cycle();
this.gotoAndPlay(1);
_x = _root._xmouse;
_y = _root._ymouse;
}
this._yscale = this._y - 260;
this._xscale = _yscale;
}
Instance of Symbol 99 MovieClip "s7" in Frame 63
onClipEvent (enterFrame) {
if (((_root.fire == true) && (_root._ymouse >= 280)) && (_root.scycle == 7)) {
_root.cycle();
this.gotoAndPlay(1);
_x = _root._xmouse;
_y = _root._ymouse;
}
this._yscale = this._y - 260;
this._xscale = _yscale;
}
Instance of Symbol 99 MovieClip "s8" in Frame 63
onClipEvent (enterFrame) {
if (((_root.fire == true) && (_root._ymouse >= 280)) && (_root.scycle == 8)) {
_root.cycle();
this.gotoAndPlay(1);
_x = _root._xmouse;
_y = _root._ymouse;
}
this._yscale = this._y - 260;
this._xscale = _yscale;
}
Instance of Symbol 99 MovieClip "s9" in Frame 63
onClipEvent (enterFrame) {
if (((_root.fire == true) && (_root._ymouse >= 280)) && (_root.scycle == 9)) {
_root.cycle();
this.gotoAndPlay(1);
_x = _root._xmouse;
_y = _root._ymouse;
}
this._yscale = this._y - 260;
this._xscale = _yscale;
}
Instance of Symbol 99 MovieClip "s10" in Frame 63
onClipEvent (enterFrame) {
if (((_root.fire == true) && (_root._ymouse >= 280)) && (_root.scycle == 10)) {
_root.cycle();
this.gotoAndPlay(1);
_x = _root._xmouse;
_y = _root._ymouse;
}
this._yscale = this._y - 260;
this._xscale = _yscale;
}
Instance of Symbol 99 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (((_root.fire == true) && (_root._ymouse >= 280)) && (_root.scycle == 11)) {
_root.cycle();
this.gotoAndPlay(1);
_x = _root._xmouse;
_y = _root._ymouse;
}
this._yscale = this._y - 260;
this._xscale = _yscale;
}
Instance of Symbol 99 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (((_root.fire == true) && (_root._ymouse >= 280)) && (_root.scycle == 12)) {
_root.cycle();
this.gotoAndPlay(1);
_x = _root._xmouse;
_y = _root._ymouse;
}
this._yscale = this._y - 260;
this._xscale = _yscale;
}
Instance of Symbol 99 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (((_root.fire == true) && (_root._ymouse >= 280)) && (_root.scycle == 13)) {
_root.cycle();
this.gotoAndPlay(1);
_x = _root._xmouse;
_y = _root._ymouse;
}
this._yscale = this._y - 260;
this._xscale = _yscale;
}
Instance of Symbol 99 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (((_root.fire == true) && (_root._ymouse >= 280)) && (_root.scycle == 14)) {
_root.cycle();
this.gotoAndPlay(1);
_x = _root._xmouse;
_y = _root._ymouse;
}
this._yscale = this._y - 260;
this._xscale = _yscale;
}
Instance of Symbol 99 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (((_root.fire == true) && (_root._ymouse >= 280)) && (_root.scycle == 15)) {
_root.cycle();
this.gotoAndPlay(1);
_x = _root._xmouse;
_y = _root._ymouse;
}
this._yscale = this._y - 260;
this._xscale = _yscale;
}
Instance of Symbol 99 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (((_root.fire == true) && (_root._ymouse >= 280)) && (_root.scycle == 16)) {
_root.cycle();
this.gotoAndPlay(1);
_x = _root._xmouse;
_y = _root._ymouse;
}
this._yscale = this._y - 260;
this._xscale = _yscale;
}
Instance of Symbol 99 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (((_root.fire == true) && (_root._ymouse >= 280)) && (_root.scycle == 17)) {
_root.cycle();
this.gotoAndPlay(1);
_x = _root._xmouse;
_y = _root._ymouse;
}
this._yscale = this._y - 260;
this._xscale = _yscale;
}
Instance of Symbol 99 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (((_root.fire == true) && (_root._ymouse >= 280)) && (_root.scycle == 18)) {
_root.cycle();
this.gotoAndPlay(1);
_x = _root._xmouse;
_y = _root._ymouse;
}
this._yscale = this._y - 260;
this._xscale = _yscale;
}
Instance of Symbol 99 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (((_root.fire == true) && (_root._ymouse >= 280)) && (_root.scycle == 19)) {
_root.cycle();
this.gotoAndPlay(1);
_x = _root._xmouse;
_y = _root._ymouse;
}
this._yscale = this._y - 260;
this._xscale = _yscale;
}
Instance of Symbol 99 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (((_root.fire == true) && (_root._ymouse >= 280)) && (_root.scycle == 20)) {
_root.cycle();
this.gotoAndPlay(1);
_x = _root._xmouse;
_y = _root._ymouse;
}
this._yscale = this._y - 260;
this._xscale = _yscale;
}
Instance of Symbol 99 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (((_root.fire == true) && (_root._ymouse >= 280)) && (_root.scycle == 21)) {
_root.cycle();
this.gotoAndPlay(1);
_x = _root._xmouse;
_y = _root._ymouse;
}
this._yscale = this._y - 260;
this._xscale = _yscale;
}
Instance of Symbol 119 MovieClip in Frame 63
onClipEvent (load) {
var d = false;
}
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x + (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x > 750) {
this._x = -50;
}
}
Instance of Symbol 119 MovieClip in Frame 63
onClipEvent (load) {
var d = false;
}
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x + (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x > 750) {
this._x = -50;
}
}
Instance of Symbol 119 MovieClip in Frame 63
onClipEvent (load) {
var d = false;
}
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x + (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x > 750) {
this._x = -50;
}
}
Instance of Symbol 119 MovieClip in Frame 63
onClipEvent (load) {
var d = false;
}
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x - (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x < -50) {
this._x = 725;
}
}
Instance of Symbol 119 MovieClip in Frame 63
onClipEvent (load) {
var d = false;
}
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x - (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x < -50) {
this._x = 725;
}
}
Instance of Symbol 119 MovieClip in Frame 63
onClipEvent (load) {
var d = false;
}
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x - (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x < -50) {
this._x = 725;
}
}
Instance of Symbol 119 MovieClip in Frame 63
onClipEvent (load) {
var d = false;
}
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x - (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x < -50) {
this._x = 725;
}
}
Instance of Symbol 119 MovieClip in Frame 63
onClipEvent (load) {
var d = false;
}
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x - (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x < -50) {
this._x = 725;
}
}
Instance of Symbol 119 MovieClip in Frame 63
onClipEvent (load) {
var d = false;
}
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x - (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x < -50) {
this._x = 725;
}
}
Instance of Symbol 119 MovieClip in Frame 63
onClipEvent (load) {
var d = false;
}
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x + (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x > 750) {
this._x = -50;
}
}
Instance of Symbol 119 MovieClip in Frame 63
onClipEvent (load) {
var d = false;
}
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x + (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x > 750) {
this._x = -50;
}
}
Instance of Symbol 119 MovieClip in Frame 63
onClipEvent (load) {
var d = false;
}
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x + (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x > 750) {
this._x = -50;
}
}
Instance of Symbol 128 MovieClip in Frame 63
onClipEvent (mouseDown) {
_root.fire = true;
}
onClipEvent (enterFrame) {
if (_root._ymouse > 200) {
_y = ((_root._ymouse * 0.25) + 620);
}
_rotation = ((Math.atan2(_root._ymouse - _y, _root._xmouse - _x) * 57.2957795130823) + 90);
}
onClipEvent (mouseUp) {
_root.fire = false;
}
Frame 64
_quality = "high";
clearInterval(intervalID);
_root.counter2 = coun;
if (_root.counter2 < 120) {
_root.word = ("You need " + (120 - _root.counter2)) + " more points to continue to the next level";
}
if (_root.counter2 >= 120) {
_root.levelreached = 2;
}
if (_root.levelreached >= 2) {
_root.word = "Congratulations, you've unlocked the final level:\rRockets Galore!";
}
Frame 124
stop();
if (levelreached >= 2) {
_root.nextlevel._visible = true;
}
if (levelreached < 2) {
_root.nextlevel._visible = false;
}
Frame 125
cheatvis = false;
lvl2._visible = false;
lvl3._visible = false;
_quality = "low";
_root.tim = 45;
var intervalID = setInterval(updateTimer, 1000);
function rcyc() {
if (rcycle <= 5) {
_root.rcycle = _root.rcycle + 1;
}
if (rcycle > 5) {
_root.rcycle = 1;
}
}
var rcycle = 1;
Instance of Symbol 162 MovieClip "b9" in Frame 125
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x - (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x < -50) {
this._x = 725;
}
}
Instance of Symbol 162 MovieClip "b3" in Frame 125
onClipEvent (load) {
var d = false;
}
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x + (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x > 750) {
this._x = -50;
}
}
Instance of Symbol 162 MovieClip "b6" in Frame 125
onClipEvent (load) {
var d = false;
}
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x + (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x > 750) {
this._x = -50;
}
}
Instance of Symbol 162 MovieClip "b2" in Frame 125
onClipEvent (load) {
var d = false;
}
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x + (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x > 750) {
this._x = -50;
}
}
Instance of Symbol 162 MovieClip "b1" in Frame 125
onClipEvent (load) {
var d = false;
}
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x + (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x > 750) {
this._x = -50;
}
}
Instance of Symbol 162 MovieClip "b4" in Frame 125
onClipEvent (load) {
var d = false;
}
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x + (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x > 750) {
this._x = -50;
}
}
Instance of Symbol 162 MovieClip "b5" in Frame 125
onClipEvent (load) {
var d = false;
}
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x + (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x > 750) {
this._x = -50;
}
}
Instance of Symbol 162 MovieClip "b8" in Frame 125
onClipEvent (load) {
var d = false;
}
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x + (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x > 750) {
this._x = -50;
}
}
Instance of Symbol 162 MovieClip "b7" in Frame 125
onClipEvent (load) {
var d = false;
}
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x + (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x > 750) {
this._x = -50;
}
}
Instance of Symbol 162 MovieClip "b10" in Frame 125
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x - (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x < -50) {
this._x = 725;
}
}
Instance of Symbol 162 MovieClip "b112" in Frame 125
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x - (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x < -50) {
this._x = 725;
}
}
Instance of Symbol 162 MovieClip "b11" in Frame 125
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x - (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x < -50) {
this._x = 725;
}
}
Instance of Symbol 162 MovieClip "b14" in Frame 125
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x - (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x < -50) {
this._x = 725;
}
}
Instance of Symbol 162 MovieClip "b13" in Frame 125
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x - (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x < -50) {
this._x = 725;
}
}
Instance of Symbol 162 MovieClip "b16" in Frame 125
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x - (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x < -50) {
this._x = 725;
}
}
Instance of Symbol 162 MovieClip "b15" in Frame 125
onClipEvent (enterFrame) {
var d;
this.tabChildren = false;
this._yscale = this._y - 260;
this._xscale = _yscale;
if (moving == true) {
this._x = this._x - (_root.speed * (_yscale / 50));
if (this._y < 300) {
d = false;
}
if (this._y > 410) {
d = true;
}
if (d == true) {
this._y = this._y - degrees;
}
if (d == false) {
this._y = this._y + degrees;
}
}
if (this._x < -50) {
this._x = 725;
}
}
Instance of Symbol 172 MovieClip "r1" in Frame 125
onClipEvent (enterFrame) {
this._yscale = this._y - 260;
this._xscale = _yscale;
}
Instance of Symbol 172 MovieClip "r2" in Frame 125
onClipEvent (enterFrame) {
this._yscale = this._y - 260;
this._xscale = _yscale;
}
Instance of Symbol 172 MovieClip "r3" in Frame 125
onClipEvent (enterFrame) {
this._yscale = this._y - 260;
this._xscale = _yscale;
}
Instance of Symbol 172 MovieClip "r4" in Frame 125
onClipEvent (enterFrame) {
this._yscale = this._y - 260;
this._xscale = _yscale;
}
Instance of Symbol 172 MovieClip "r5" in Frame 125
onClipEvent (enterFrame) {
this._yscale = this._y - 260;
this._xscale = _yscale;
}
Instance of Symbol 184 MovieClip "launcher" in Frame 125
onClipEvent (mouseDown) {
this.play();
if (_root.rcycle == 1) {
_root.r1.play();
}
if (_root.rcycle == 2) {
_root.r2.play();
}
if (_root.rcycle == 3) {
_root.r3.play();
}
if (_root.rcycle == 4) {
_root.r4.play();
}
if (_root.rcycle == 5) {
_root.r5.play();
}
}
onClipEvent (enterFrame) {
if (_root._ymouse > 200) {
_y = ((_root._ymouse * 0.25) + 600);
}
_rotation = ((Math.atan2(_root._ymouse - _y, _root._xmouse - _x) * 57.2957795130823) + 90);
}
Frame 126
_root.score3 = coun;
Frame 182
clearInterval(intervalID);
stop();
_root.cred._visible = false;
var total = 0;
total = (_root.score1 + _root.score2) + _root.score3;
stop();
Symbol 10 MovieClip Frame 1
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop ("loaded");
}
if (PercentLoaded >= 30) {
_root.startvis = true;
}
Symbol 10 MovieClip Frame 2
gotoAndPlay (1);
Symbol 10 MovieClip Frame 3
_root.startvis = true;
Symbol 17 Button
on (release) {
play();
}
Symbol 20 Button
on (press) {
if (_root.cheatvis == true) {
lvl2._visible = false;
lvl3._visible = false;
_root.cheatvis = false;
} else {
lvl2._visible = true;
lvl3._visible = true;
_root.cheatvis = true;
}
}
Symbol 23 Button
on (release) {
coun = 0;
clearInterval(intervalID);
stopAllSounds();
gotoAndStop (63);
}
Symbol 25 Button
on (release) {
coun = 0;
clearInterval(intervalID);
stopAllSounds();
gotoAndStop (125);
}
Symbol 65 MovieClip Frame 1
degrees = random(3);
Instance of Symbol 27 MovieClip "656" in Symbol 65 MovieClip Frame 1
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) {
_root.c();
_parent.gotoAndPlay("dead");
}
}
Symbol 65 MovieClip Frame 2
function reset() {
this._x = -50;
gotoAndPlay (1);
}
moving = true;
Instance of Symbol 29 MovieClip "865" in Symbol 65 MovieClip Frame 4
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) {
_root.c();
_parent.gotoAndPlay("dead");
}
}
Instance of Symbol 31 MovieClip "bunny3" in Symbol 65 MovieClip Frame 6
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) {
_root.c();
_parent.gotoAndPlay("dead");
}
}
Instance of Symbol 31 MovieClip "bunny4" in Symbol 65 MovieClip Frame 8
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) {
_root.c();
_parent.gotoAndPlay("dead");
}
}
Instance of Symbol 29 MovieClip "24" in Symbol 65 MovieClip Frame 10
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) {
_root.c();
_parent.gotoAndPlay("dead");
}
}
Symbol 65 MovieClip Frame 12
gotoAndPlay (2);
Instance of Symbol 27 MovieClip "45" in Symbol 65 MovieClip Frame 12
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) {
_root.c();
_parent.gotoAndPlay("dead");
}
}
Symbol 65 MovieClip Frame 14
moving = false;
var rand = random(2);
switch (rand) {
case 0 :
gotoAndPlay ("death4");
break;
case 1 :
gotoAndPlay ("death5");
}
Symbol 65 MovieClip Frame 40
reset();
Symbol 65 MovieClip Frame 70
reset();
Symbol 65 MovieClip Frame 100
reset();
Symbol 65 MovieClip Frame 121
reset();
Symbol 65 MovieClip Frame 144
reset();
Symbol 70 MovieClip Frame 1
stop();
Symbol 88 Button
on (release) {
stopAllSounds();
coun = 0;
gotoAndStop (2);
clearInterval(intervalID);
}
Symbol 90 Button
on (release) {
stopAllSounds();
_root.score1 = coun;
coun = 0;
_root.nextFrame();
}
Symbol 95 Button
on (release) {
getURL ("http://www.mfshotgun.com", "_blank");
}
Symbol 99 MovieClip Frame 22
this._x = 800;
Symbol 119 MovieClip Frame 1
degrees = random(5);
Instance of Symbol 27 MovieClip "656" in Symbol 119 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) {
_root.c();
_parent.gotoAndPlay("dead");
}
}
Symbol 119 MovieClip Frame 2
function reset() {
this._x = -50;
gotoAndPlay (1);
}
moving = true;
Instance of Symbol 27 MovieClip "656" in Symbol 119 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((this.hitTest(_root._xmouse, _root._ymouse, true) == true) && (_root.fire == true)) {
_root.c();
_parent.gotoAndPlay("dead");
}
}
Instance of Symbol 29 MovieClip "865" in Symbol 119 MovieClip Frame 4
onClipEvent (enterFrame) {
if ((this.hitTest(_root._xmouse, _root._ymouse, true) == true) && (_root.fire == true)) {
_root.c();
_parent.gotoAndPlay("dead");
}
}
Instance of Symbol 31 MovieClip "bunny3" in Symbol 119 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((this.hitTest(_root._xmouse, _root._ymouse, true) == true) && (_root.fire == true)) {
_root.c();
_parent.gotoAndPlay("dead");
}
}
Instance of Symbol 31 MovieClip "bunny4" in Symbol 119 MovieClip Frame 8
onClipEvent (enterFrame) {
if ((this.hitTest(_root._xmouse, _root._ymouse, true) == true) && (_root.fire == true)) {
_root.c();
_parent.gotoAndPlay("dead");
}
}
Instance of Symbol 29 MovieClip "24" in Symbol 119 MovieClip Frame 10
onClipEvent (enterFrame) {
if ((this.hitTest(_root._xmouse, _root._ymouse, true) == true) && (_root.fire == true)) {
_root.c();
_parent.gotoAndPlay("dead");
}
}
Symbol 119 MovieClip Frame 12
gotoAndPlay (2);
Instance of Symbol 27 MovieClip "45" in Symbol 119 MovieClip Frame 12
onClipEvent (enterFrame) {
if ((this.hitTest(_root._xmouse, _root._ymouse, true) == true) && (_root.fire == true)) {
_root.c();
_parent.gotoAndPlay("dead");
}
}
Symbol 119 MovieClip Frame 14
moving = false;
var rand2 = random(3);
switch (rand2) {
case 0 :
gotoAndPlay ("death2");
break;
case 1 :
gotoAndPlay ("death4");
break;
case 2 :
gotoAndPlay ("death5");
}
Symbol 119 MovieClip Frame 40
reset();
Symbol 119 MovieClip Frame 70
reset();
Symbol 119 MovieClip Frame 100
reset();
Symbol 119 MovieClip Frame 121
reset();
Symbol 119 MovieClip Frame 144
reset();
Symbol 128 MovieClip Frame 1
stop();
Instance of Symbol 122 MovieClip in Symbol 128 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.fire == true) {
_parent.play();
}
}
Symbol 128 MovieClip Frame 4
if (_root.fire == true) {
gotoAndPlay (2);
}
Symbol 135 Button
on (release) {
coun = 0;
clearInterval(intervalID);
stopAllSounds();
gotoAndStop (2);
}
Symbol 139 Button
on (release) {
stopAllSounds();
coun = 0;
gotoAndStop (63);
clearInterval(intervalID);
}
Symbol 140 Button
on (release) {
stopAllSounds();
_root.score2 = coun;
coun = 0;
_root.nextFrame();
}
Symbol 162 MovieClip Frame 1
function reset() {
this._x = -50;
gotoAndPlay (1);
}
degrees = random(5);
moving = true;
Instance of Symbol 27 MovieClip "656" in Symbol 162 MovieClip Frame 1
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) {
_root.c();
_parent.gotoAndPlay("dead");
}
}
Instance of Symbol 31 MovieClip "bunny3" in Symbol 162 MovieClip Frame 6
/* no clip actions */
Symbol 162 MovieClip Frame 12
gotoAndPlay (2);
Instance of Symbol 27 MovieClip "45" in Symbol 162 MovieClip Frame 12
/* no clip actions */
Symbol 162 MovieClip Frame 14
moving = false;
var rand = random(5);
switch (rand) {
case 0 :
gotoAndPlay ("death1");
break;
case 1 :
gotoAndPlay ("death2");
break;
case 2 :
gotoAndPlay ("death3");
break;
case 3 :
gotoAndPlay ("death4");
break;
case 4 :
gotoAndPlay ("death5");
}
Symbol 162 MovieClip Frame 40
reset();
Symbol 162 MovieClip Frame 70
reset();
Symbol 162 MovieClip Frame 100
reset();
Symbol 162 MovieClip Frame 121
reset();
Symbol 162 MovieClip Frame 144
reset();
Symbol 172 MovieClip Frame 1
stop();
this._x = _root.launcher._x;
this._y = _root.launcher._y;
Symbol 172 MovieClip Frame 2
function targ() {
if (_y > 260) {
_x = ((tx + (_x * 7)) / 8);
_y = ((ty + (_y * 7)) / 8);
} else {
this._x = _root.launcher._x;
this._y = _root.launcher._y;
gotoAndStop (1);
}
}
var tx = _root._xmouse;
var ty = _root._ymouse;
this._x = _root.launcher._x;
this._y = _root.launcher._y - 100;
Symbol 172 MovieClip Frame 3
targ();
Symbol 172 MovieClip Frame 4
targ();
Symbol 172 MovieClip Frame 5
targ();
Symbol 172 MovieClip Frame 6
targ();
Symbol 172 MovieClip Frame 7
targ();
Symbol 172 MovieClip Frame 8
targ();
Symbol 172 MovieClip Frame 9
targ();
Symbol 172 MovieClip Frame 10
targ();
Symbol 172 MovieClip Frame 11
targ();
Symbol 172 MovieClip Frame 12
targ();
Symbol 172 MovieClip Frame 13
targ();
Symbol 172 MovieClip Frame 14
targ();
Symbol 172 MovieClip Frame 15
targ();
Symbol 172 MovieClip Frame 16
targ();
Symbol 172 MovieClip Frame 17
targ();
Symbol 172 MovieClip Frame 18
targ();
Symbol 172 MovieClip Frame 19
if (this.hitTest(_root.b1) && (_root.b1.moving == true)) {
_root.c();
_root.b1.gotoAndPlay("dead");
}
if (this.hitTest(_root.b2) && (_root.b2.moving == true)) {
_root.c();
_root.b2.gotoAndPlay("dead");
}
if (this.hitTest(_root.b3) && (_root.b3.moving == true)) {
_root.c();
_root.b3.gotoAndPlay("dead");
}
if (this.hitTest(_root.b4) && (_root.b4.moving == true)) {
_root.c();
_root.b4.gotoAndPlay("dead");
}
if (this.hitTest(_root.b5) && (_root.b5.moving == true)) {
_root.c();
_root.b5.gotoAndPlay("dead");
}
if (this.hitTest(_root.b6) && (_root.b6.moving == true)) {
_root.c();
_root.b6.gotoAndPlay("dead");
}
if (this.hitTest(_root.b7) && (_root.b7.moving == true)) {
_root.c();
_root.b7.gotoAndPlay("dead");
}
if (this.hitTest(_root.b8) && (_root.b8.moving == true)) {
_root.c();
_root.b8.gotoAndPlay("dead");
}
if (this.hitTest(_root.b9) && (_root.b9.moving == true)) {
_root.c();
_root.b9.gotoAndPlay("dead");
}
if (this.hitTest(_root.b10) && (_root.b10.moving == true)) {
_root.c();
_root.b10.gotoAndPlay("dead");
}
if (this.hitTest(_root.b11) && (_root.b11.moving == true)) {
_root.c();
_root.b11.gotoAndPlay("dead");
}
if (this.hitTest(_root.b12) && (_root.b12.moving == true)) {
_root.c();
_root.b12.gotoAndPlay("dead");
}
if (this.hitTest(_root.b13) && (_root.b13.moving == true)) {
_root.c();
_root.b13.gotoAndPlay("dead");
}
if (this.hitTest(_root.b14) && (_root.b14.moving == true)) {
_root.c();
_root.b14.gotoAndPlay("dead");
}
if (this.hitTest(_root.b15) && (_root.b15.moving == true)) {
_root.c();
_root.b15.gotoAndPlay("dead");
}
if (this.hitTest(_root.b16) && (_root.b16.moving == true)) {
_root.c();
_root.b16.gotoAndPlay("dead");
}
Symbol 172 MovieClip Frame 21
if (this.hitTest(_root.b1) && (_root.b1.moving == true)) {
_root.c();
_root.b1.gotoAndPlay("dead");
}
if (this.hitTest(_root.b2) && (_root.b2.moving == true)) {
_root.c();
_root.b2.gotoAndPlay("dead");
}
if (this.hitTest(_root.b3) && (_root.b3.moving == true)) {
_root.c();
_root.b3.gotoAndPlay("dead");
}
if (this.hitTest(_root.b4) && (_root.b4.moving == true)) {
_root.c();
_root.b4.gotoAndPlay("dead");
}
if (this.hitTest(_root.b5) && (_root.b5.moving == true)) {
_root.c();
_root.b5.gotoAndPlay("dead");
}
if (this.hitTest(_root.b6) && (_root.b6.moving == true)) {
_root.c();
_root.b6.gotoAndPlay("dead");
}
if (this.hitTest(_root.b7) && (_root.b7.moving == true)) {
_root.c();
_root.b7.gotoAndPlay("dead");
}
if (this.hitTest(_root.b8) && (_root.b8.moving == true)) {
_root.c();
_root.b8.gotoAndPlay("dead");
}
if (this.hitTest(_root.b9) && (_root.b9.moving == true)) {
_root.c();
_root.b9.gotoAndPlay("dead");
}
if (this.hitTest(_root.b10) && (_root.b10.moving == true)) {
_root.c();
_root.b10.gotoAndPlay("dead");
}
if (this.hitTest(_root.b11) && (_root.b11.moving == true)) {
_root.c();
_root.b11.gotoAndPlay("dead");
}
if (this.hitTest(_root.b12) && (_root.b12.moving == true)) {
_root.c();
_root.b12.gotoAndPlay("dead");
}
if (this.hitTest(_root.b13) && (_root.b13.moving == true)) {
_root.c();
_root.b13.gotoAndPlay("dead");
}
if (this.hitTest(_root.b14) && (_root.b14.moving == true)) {
_root.c();
_root.b14.gotoAndPlay("dead");
}
if (this.hitTest(_root.b15) && (_root.b15.moving == true)) {
_root.c();
_root.b15.gotoAndPlay("dead");
}
if (this.hitTest(_root.b16) && (_root.b16.moving == true)) {
_root.c();
_root.b16.gotoAndPlay("dead");
}
Symbol 172 MovieClip Frame 23
if (this.hitTest(_root.b1) && (_root.b1.moving == true)) {
_root.c();
_root.b1.gotoAndPlay("dead");
}
if (this.hitTest(_root.b2) && (_root.b2.moving == true)) {
_root.c();
_root.b2.gotoAndPlay("dead");
}
if (this.hitTest(_root.b3) && (_root.b3.moving == true)) {
_root.c();
_root.b3.gotoAndPlay("dead");
}
if (this.hitTest(_root.b4) && (_root.b4.moving == true)) {
_root.c();
_root.b4.gotoAndPlay("dead");
}
if (this.hitTest(_root.b5) && (_root.b5.moving == true)) {
_root.c();
_root.b5.gotoAndPlay("dead");
}
if (this.hitTest(_root.b6) && (_root.b6.moving == true)) {
_root.c();
_root.b6.gotoAndPlay("dead");
}
if (this.hitTest(_root.b7) && (_root.b7.moving == true)) {
_root.c();
_root.b7.gotoAndPlay("dead");
}
if (this.hitTest(_root.b8) && (_root.b8.moving == true)) {
_root.c();
_root.b8.gotoAndPlay("dead");
}
if (this.hitTest(_root.b9) && (_root.b9.moving == true)) {
_root.c();
_root.b9.gotoAndPlay("dead");
}
if (this.hitTest(_root.b10) && (_root.b10.moving == true)) {
_root.c();
_root.b10.gotoAndPlay("dead");
}
if (this.hitTest(_root.b11) && (_root.b11.moving == true)) {
_root.c();
_root.b11.gotoAndPlay("dead");
}
if (this.hitTest(_root.b12) && (_root.b12.moving == true)) {
_root.c();
_root.b12.gotoAndPlay("dead");
}
if (this.hitTest(_root.b13) && (_root.b13.moving == true)) {
_root.c();
_root.b13.gotoAndPlay("dead");
}
if (this.hitTest(_root.b14) && (_root.b14.moving == true)) {
_root.c();
_root.b14.gotoAndPlay("dead");
}
if (this.hitTest(_root.b15) && (_root.b15.moving == true)) {
_root.c();
_root.b15.gotoAndPlay("dead");
}
if (this.hitTest(_root.b16) && (_root.b16.moving == true)) {
_root.c();
_root.b16.gotoAndPlay("dead");
}
Symbol 184 MovieClip Frame 1
stop();
Symbol 184 MovieClip Frame 2
_root.rcyc();
Symbol 192 Button
on (release) {
coun = 0;
clearInterval(intervalID);
stopAllSounds();
gotoAndStop (63);
}
Symbol 205 MovieClip Frame 1
var ranker = _root.total;
if ((ranker > 0) && (ranker <= 100)) {
ranktext = "Shouldn't handle guns";
}
if ((ranker > 100) && (ranker <= 200)) {
ranktext = "Partially Blind";
}
if ((ranker > 200) && (ranker <= 300)) {
ranktext = "Amerature Shooter";
}
if ((ranker > 300) && (ranker <= 400)) {
ranktext = "Below Average";
}
if ((ranker > 400) && (ranker <= 500)) {
ranktext = "Decent shot";
}
if ((ranker > 500) && (ranker <= 600)) {
ranktext = "Helluva shot";
}
if ((ranker > 600) && (ranker <= 700)) {
ranktext = "Crazy Bunny Killin' Mofo";
}
if ((ranker > 700) && (ranker <= 800)) {
ranktext = "Damn, just...damn...You're good";
}
if ((ranker > 800) && (ranker <= 900)) {
ranktext = "Bunny Killing Master";
}
if (ranker > 1000) {
ranktext = "THE RABBIT ANTICHRIST";
}
Symbol 206 MovieClip Frame 121
this.stop();
Symbol 208 Button
on (release) {
getURL ("http://www.mfshotgun.com", "_blank");
}
Symbol 210 Button
on (release) {
stopAllSounds();
gotoAndStop (1);
}
Symbol 212 Button
on (press) {
_root.cred._visible = true;
}
on (release) {
_root.cred._visible = false;
}