Frame 1
unlockextras = false;
_root.money = 0;
_quality = "high";
qualitypref = "medium";
_root.greenbloodsplatoptions = false;
Stage.showMenu = false;
volume1 = 100;
qualitypref = "medium";
brightness = 7;
_root.gaysong = 0;
stop();
_root.bloodsplatoptions = true;
_root.i = 0;
_root.ii = 0;
bunnysonscreen = 0;
_root.darkness = new Sound();
_root.darkness.attachSound("darkness01");
_root.darkness.start(0, 99);
_root.darkness.setVolume(100);
Instance of Symbol 901 MovieClip "core" in Frame 1
onClipEvent (load) {
i = 0;
Mouse.hide();
}
onClipEvent (mouseDown) {
Mouse.hide();
}
onClipEvent (enterFrame) {
if (_root.bunnysonscreen <= 0) {
_root.bunnysonscreen = 0;
}
spawn = random(70);
if (spawn == 0) {
if (_root.bunnysonscreen == 0) {
i++;
_root.bunnyload.duplicateMovieClip("_root.bunnyload" + i, 1);
}
}
_root.bunnyload._x = -10000;
_root.bunnyload._visible = false;
}
Instance of Symbol 927 MovieClip in Frame 1
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (mouseDown) {
Mouse.hide();
}
Instance of Symbol 932 MovieClip "mouseTarget" in Frame 1
onClipEvent (enterFrame) {
if (_root.cursortype == 1) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 934 MovieClip in Frame 1
onClipEvent (enterFrame) {
_root.cursortype = 1;
}
Frame 2
_root.mouseTarget.duplicateMovieClip("_root.mousetargetnew" + _root.blackscreen, 10000000000);
var bunnyarray = new Array();
_root.pistol1lvl = 0;
_root.pistol2lvl = 0;
_root.pistol3lvl = 0;
_root.dualpistols1lvl = 0;
_root.dualpistols2lvl = 0;
_root.dualpistols3lvl = 0;
_root.uzi1lvl = 0;
_root.uzi2lvl = 0;
_root.uzi3lvl = 0;
_root.dualuzis1lvl = 0;
_root.dualuzis2lvl = 0;
_root.dualuzis3lvl = 0;
_root.grenade1lvl = 0;
_root.grenade2lvl = 0;
_root.grenade3lvl = 0;
_root.shotgun1lvl = 0;
_root.shotgun2lvl = 0;
_root.shotgun3lvl = 0;
_root.m41lvl = 0;
_root.m42lvl = 0;
_root.m43lvl = 0;
_root.bazooka1lvl = 0;
_root.bazooka2lvl = 0;
_root.bazooka3lvl = 0;
_root.rifleman1lvl = 0;
_root.builder1lvl = 0;
_root.aids1lvl = 0;
_root.anthrax1lvl = 0;
_root.house1lvl = 0;
_root.pistol1 = true;
_root.dualpistols1 = false;
_root.uzi1 = false;
_root.dualuzis1 = false;
_root.grenade1 = false;
_root.shotgun1 = false;
_root.m41 = false;
_root.bazooka1 = false;
_root.airstrike1 = false;
_root.money = 0;
_root.pause = false;
_root.housedead = false;
score = 0;
scoreproc = 0;
multiplyer = 0;
_root.weaponbox.score.score = score;
frosthouse = 500;
maxhouse = 500;
diedpos = 0;
myhit = 0;
bunnysonscreen = -7;
pistolreload = 12;
pistolreloadright = 0;
uziammo = 0;
uzireload = 0;
uzireloadright = 0;
grenadeammo = 0;
shotgunammo = 0;
shotgunreload = 0;
M4ammo = 0;
M4reload = 0;
bazookaammo = 0;
bazookareload = 0;
airstrikeammo = 0;
ii = 0;
iii = 0;
iiii = 0;
timesshot = 0;
shot = 0;
explosioning = false;
Instance of Symbol 936 MovieClip in Frame 2
onClipEvent (load) {
volumething = 100;
}
onClipEvent (enterFrame) {
volumething = volumething - 1;
if (volumething > 1) {
_root.darkness.setVolume(volumething);
} else {
_root.darkness.stop();
_root.darkness.setVolume(100);
}
}
Frame 5
_quality = "high";
stop();
levelno = 1;
Instance of Symbol 983 MovieClip in Frame 5
onClipEvent (load) {
if (_root.unlockextras == true) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.unlockextras == true) {
_visible = true;
} else {
_visible = false;
}
}
Frame 6
_quality = "high";
Instance of Symbol 1012 MovieClip in Frame 6
onClipEvent (load) {
gotoAndStop(_root.brightness + 1);
}
onClipEvent (enterFrame) {
gotoAndStop(_root.brightness + 1);
}
Instance of Symbol 1035 MovieClip in Frame 6
onClipEvent (load) {
gotoAndStop((_root.volume1 / 10) + 1);
}
onClipEvent (enterFrame) {
gotoAndStop((_root.volume1 / 10) + 1);
}
Instance of Symbol 1052 MovieClip in Frame 6
onClipEvent (load) {
if (_root.qualitypref == "high") {
gotoAndStop (1);
}
if (_root.qualitypref == "medium") {
gotoAndStop (2);
}
if (_root.qualitypref == "low") {
gotoAndStop (3);
}
}
onClipEvent (enterFrame) {
if (_root.qualitypref == "high") {
gotoAndStop (1);
}
if (_root.qualitypref == "medium") {
gotoAndStop (2);
}
if (_root.qualitypref == "low") {
gotoAndStop (3);
}
}
Instance of Symbol 1053 MovieClip in Frame 6
onClipEvent (load) {
if (_root.bloodsplatoptions == true) {
gotoAndStop (1);
}
if (_root.bloodsplatoptions == false) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_root.bloodsplatoptions == true) {
gotoAndStop (1);
}
if (_root.bloodsplatoptions == false) {
gotoAndStop (2);
}
}
Instance of Symbol 1055 MovieClip in Frame 6
onClipEvent (enterFrame) {
_quality = _root.qualitypref;
_root.arse.setVolume(_root.volume1);
_root.wind1.setVolume(_root.volume1);
}
Frame 7
_quality = "high";
Frame 8
_quality = "high";
Frame 9
_quality = "high";
Frame 14
_root.i = 0;
Frame 15
_root.i = 0;
_root.bunny._visible = false;
_root.bigbunny._visible = false;
_root.suicidebunny._visible = false;
_root.zombiebunny._visible = false;
_root.flyingbunny._visible = false;
_root.pregnantbunny._visible = false;
_root.fatbunny._visible = false;
_root.superfatbunny._visible = false;
_root.bunny._x = -10000;
_root.bigbunny._x = -10000;
_root.suicidebunny._x = -10000;
_root.zombiebunny._x = -10000;
_root.flyingbunny._x = -10000;
_root.pregnantbunny._x = -10000;
_root.fatbunny._x = -10000;
_root.superfatbunny._x = -10000;
_quality = _root.qualitypref;
overallscore = 0;
deaths = 0;
bunnyshere = -17.5;
money = 0;
pause = false;
housedead = false;
score = 0;
scoreproc = 0;
multiplyer = 0;
_root.weaponbox.score.score = score;
frosthouse = 500;
maxhouse = 500;
diedpos = 0;
myhit = 0;
bunnyson = -8;
bunnysonscreen = -8;
pistolreload = 12;
pistolreloadright = 0;
uzia = 0;
uzireload = 0;
uzireloadright = 0;
grenadea = 0;
shotguna = 0;
shotgunreload = 0;
M4a = 0;
M4reload = 0;
bazookaa = 0;
bazookareload = 0;
airstrikea = 0;
ii = 0;
iii = 0;
iiii = 0;
timesshot = 0;
shot = 0;
explosioning = false;
var bunnyarray = new Array();
_root.levelno = 1;
_root.pistol1lvl = 0;
_root.pistol2lvl = 0;
_root.pistol3lvl = 0;
_root.dualpistols1lvl = 0;
_root.dualpistols2lvl = 0;
_root.dualpistols3lvl = 0;
_root.uzi1lvl = 0;
_root.uzi2lvl = 0;
_root.uzi3lvl = 0;
_root.dualuzis1lvl = 0;
_root.dualuzis2lvl = 0;
_root.dualuzis3lvl = 0;
_root.grenade1lvl = 0;
_root.grenade2lvl = 0;
_root.grenade3lvl = 0;
_root.shotgun1lvl = 0;
_root.shotgun2lvl = 0;
_root.shotgun3lvl = 0;
_root.m41lvl = 0;
_root.m42lvl = 0;
_root.m43lvl = 0;
_root.bazooka1lvl = 0;
_root.bazooka2lvl = 0;
_root.bazooka3lvl = 0;
_root.rifleman1lvl = 0;
_root.builder1lvl = 0;
_root.aids1lvl = 0;
_root.anthrax1lvl = 0;
_root.house1lvl = 0;
_root.pistol1 = true;
_root.dualpistols1 = false;
_root.uzi1 = false;
_root.dualuzis1 = false;
_root.grenade1 = false;
_root.shotgun1 = false;
_root.m41 = false;
_root.bazooka1 = false;
Instance of Symbol 1247 MovieClip "rifl" in Frame 15
onClipEvent (enterFrame) {
gotoAndStop(_root.house1lvl + 1);
}
Instance of Symbol 1251 MovieClip "hitterblack" in Frame 15
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1692 MovieClip "Frosty" in Frame 15
onClipEvent (load) {
_root.bazookaap = 25;
_root.weapon = "pistol";
_root.weapno = 1;
_root.weap11 = 1;
_root.pressing = false;
}
onClipEvent (enterFrame) {
if (_root.grenadea > 0) {
_root.grenade1 = true;
}
if (_root.airstrikea > 0) {
_root.airstrike1 = true;
}
if (_root.waiting != true) {
if (Key.isDown(49) || (_root.weap11 == 1)) {
_root.weap11 = 0;
_root.weapno = 1;
_root.weapon = "pistol";
gotoAndStop ("pistol");
}
if (Key.isDown(50) || (_root.weap11 == 2)) {
if (_root.dualpistols1 == true) {
_root.weap11 = 0;
_root.weapno = 2;
_root.weapon = "dualpistols";
gotoAndStop ("dualpistols");
}
}
if (Key.isDown(51) || (_root.weap11 == 3)) {
if (_root.uzi1 == true) {
_root.weap11 = 0;
_root.weapno = 3;
_root.weapon = "uzi";
gotoAndStop ("uzi");
}
}
if (Key.isDown(52) || (_root.weap11 == 4)) {
if (_root.dualuzis1 == true) {
_root.weap11 = 0;
_root.weapno = 4;
_root.weapon = "dualuzis";
gotoAndStop ("dualuzis");
}
}
if (Key.isDown(53) || (_root.weap11 == 5)) {
if (_root.shotgun1 == true) {
_root.weap11 = 0;
_root.weapno = 5;
_root.weapon = "shotgun";
gotoAndStop ("shotgun");
}
}
if (Key.isDown(54) || (_root.weap11 == 6)) {
if (_root.m41 == true) {
_root.weap11 = 0;
_root.weapno = 6;
_root.weapon = "M4";
gotoAndStop ("M4");
}
}
if (Key.isDown(55) || (_root.weap11 == 7)) {
if (_root.bazooka1 == true) {
_root.weap11 = 0;
_root.weapno = 7;
_root.weapon = "bazooka";
gotoAndStop ("bazooka");
}
}
if (Key.isDown(56) || (_root.weap11 == 8)) {
if (_root.grenade1 == true) {
_root.weap11 = 0;
_root.weapno = 8;
_root.weapon = "grenade";
gotoAndStop ("grenade");
}
}
if (Key.isDown(57) || (_root.weap11 == 9)) {
if (_root.airstrike1 == true) {
_root.weap11 = 0;
_root.weapno = 9;
_root.weapon = "airstrike";
gotoAndStop ("airstrike");
}
}
}
if (_root.weapon == "pistol") {
_root.ap = 2 + _root.extraap;
}
if (_root.weapon == "dualpistols") {
_root.ap = 2 + _root.extraap;
}
if (_root.weapon == "uzi") {
_root.ap = 2.5 + _root.extraap;
}
if (_root.weapon == "dualuzis") {
if ((_root.uzireload != 0) and (_root.uzireloadright != 0)) {
_root.ap = 5 + _root.extraap;
}
if ((_root.uzireload != 0) and (_root.uzireloadright == 0)) {
_root.ap = 2.5 + (_root.extraap / 2);
}
if ((_root.uzireload == 0) and (_root.uzireloadright != 0)) {
_root.ap = 2.5 + (_root.extraap / 2);
}
}
if (_root.weapon == "grenade") {
_root.ap = 40 + _root.extraap;
}
if (_root.weapon == "shotgun") {
_root.ap = 12 + _root.extraap;
}
if (_root.weapon == "M4") {
_root.ap = 7 + _root.extraap;
}
if (_root.weapon == "bazooka") {
_root.ap = 0;
}
if (_root.weapon == "airstrike") {
_root.ap = 50 + _root.extraap;
}
}
Instance of Symbol 1795 MovieClip "bunny" in Frame 15
onClipEvent (load) {
_root.bunnyson = _root.bunnyson + 1;
score = 50;
ap = Math.round(2 * _root.statboost);
ii = 0;
bunnyadd = 1;
_root.bunnyshere = _root.bunnyshere + bunnyadd;
proximitycheck = random(215);
bloodsplatter._visible = false;
hp = Math.round(12 * _root.statboost);
hp = hp - (hp * (_root.anthrax1lvl * 0.08));
maxhp = hp;
colour = random(5);
me = _root.i;
_x = -30;
_y = (_root.spawnplace / 100);
speed = 3;
timer = 10;
}
onClipEvent (enterFrame) {
if (me != 0) {
if (_root.housedead) {
this.removeMovieClip();
}
Math.round(_x);
if (this._x >= 710) {
this.removeMovieClip();
}
if ((!dead) == true) {
if (_currentframe == 10) {
gotoAndPlay (1);
}
if (_currentframe == 115) {
gotoAndPlay (51);
}
if (this._x > (158 + proximitycheck)) {
if (poodeclare == true) {
gotoAndPlay ("attackhouse");
poodeclare = false;
}
} else {
if (Math.round((hp / maxhp) * 100) >= 50) {
speed = 3;
} else {
speed = 2.5 - (_root.aids1lvl / 5);
}
_x = (_x + (speed * _root.speedboost));
}
if (((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((_root.Frosty.zelda.arm.laser1.hitTest(this.hitter) || (_root.Frosty.zelda.arm.laser2.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser3.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser4.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser5.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser6.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser7.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser8.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser9.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser10.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser11.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser12.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser13.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser14.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser15.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser16.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser17.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser18.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser19.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser20.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser21.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser22.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser23.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser24.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser25.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser26.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser27.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser28.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser29.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser30.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser31.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser32.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser33.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser34.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser35.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser36.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser37.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser38.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser39.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser40.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser41.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser42.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser43.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser44.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser45.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser46.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser47.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser48.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser49.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser50.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser51.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser52.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser53.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser54.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser55.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser56.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser57.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser58.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser59.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser60.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser61.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser62.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser63.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser64.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser65.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser66.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser67.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser68.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser69.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser70.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser1.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser2.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser3.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser4.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser5.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser6.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser7.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser8.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser9.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser10.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser11.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser12.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser13.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser14.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser15.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser16.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser17.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser18.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser19.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser20.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser21.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser22.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser23.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser24.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser25.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser26.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser27.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser28.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser29.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser30.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser31.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser32.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser33.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser34.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser35.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser36.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser37.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser38.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser39.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser40.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser41.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser42.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser43.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser44.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser45.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser46.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser47.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser48.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser49.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser50.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser51.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser52.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser53.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser54.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser55.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser56.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser57.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser58.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser59.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser60.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser61.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser62.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser63.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser64.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser65.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser66.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser67.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser68.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser69.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser70.hitTest(this.hitter))) {
_root.bunnyarray[me] = _x;
shotatx = _x;
}
if (((((((((((_root.diedpos == shotatx) || (_root.hitterblack.hit1.hitTest(this.hitter))) || (_root.hitterblack.hit2.hitTest(this.hitter))) || (_root.hitterblack.hit3.hitTest(this.hitter))) || (_root.hitterblack.hit4.hitTest(this.hitter))) || (_root.hitterblack.hit5.hitTest(this.hitter))) || (_root.hitterblack.hit6.hitTest(this.hitter))) || (_root.hitterblack.hit7.hitTest(this.hitter))) || (_root.hitterblack.hit8.hitTest(this.hitter))) || (_root.bighit.hitTest(this.hitter))) || (riflehit == true)) {
if (_root.weapon == "bazooka") {
if (_root.explosioning == false) {
_root.iii = _root.iii + 1;
_root.grenadevisible = true;
_root.thisbunnyx = _x;
_root.thisbunnyy = _y;
_root.explosion2.duplicateMovieClip("_root.explosion2" + _root.iii, 100000 + _root.iii);
_root.explosioning = true;
}
}
hp = hp - _root.ap;
shotatx = 9999999 /* 0x98967F */;
_root.timesshot = _root.timesshot + 1;
if (hp <= 0) {
_root.bunnysonscreen = _root.bunnysonscreen - 1;
if (kill == 1) {
gotoAndPlay ("dead1");
} else {
gotoAndPlay ("dead2");
}
if (((((((_root.hitterblack.hit1.hitTest(this.hitter) || (_root.hitterblack.hit2.hitTest(this.hitter))) || (_root.hitterblack.hit3.hitTest(this.hitter))) || (_root.hitterblack.hit4.hitTest(this.hitter))) || (_root.hitterblack.hit5.hitTest(this.hitter))) || (_root.hitterblack.hit6.hitTest(this.hitter))) || (_root.hitterblack.hit7.hitTest(this.hitter))) || (_root.hitterblack.hit8.hitTest(this.hitter))) {
if (_root.hitterblack._x > _x) {
gotoAndPlay ("dead2");
} else {
gotoAndPlay ("dead1");
}
}
dead = true;
} else {
if (ii <= 7) {
if (_root.bloodsplatoptions == true) {
ii++;
_root.ii++;
_root.bloodsplatx1 = this._x;
_root.bloodsplaty1 = this._y;
_root.bloodsplatter1.duplicateMovieClip("_root.bloodsplatter1" + _root.ii, ii + random(50));
}
}
headshot = random(2);
if (headshot == 0) {
bloodeffecthead.gotoAndPlay(2);
headshot = 99;
} else if (headshot == 1) {
bloodeffectbody.gotoAndPlay(2);
headshot = 99;
}
}
}
}
if ((completedead == true) && (_alpha >= 0)) {
if (_alpha == 100) {
_root.bunnyshere = _root.bunnyshere - bunnyadd;
_root.deaths = _root.deaths + 1;
_root.bunnyson = _root.bunnyson - 1;
_root.bunnysleft1 = _root.bunnysleft1 - 1;
}
_alpha = (_alpha - 3);
}
if (_alpha <= 0) {
this.removeMovieClip();
}
}
if (me == 0) {
stop();
}
}
Instance of Symbol 1820 MovieClip "bigbunny" in Frame 15
onClipEvent (load) {
_root.bunnyson = _root.bunnyson + 1;
_root.deaths = _root.deaths + 1;
score = 120;
ap = Math.round(5 * _root.statboost);
ii = 0;
bunnyadd = 1.5;
_root.bunnyshere = _root.bunnyshere + bunnyadd;
proximitycheck = random(215);
bloodsplatter._visible = false;
hp = Math.round(22 * _root.statboost);
hp = hp - (hp * (_root.anthrax1lvl * 0.08));
maxhp = hp;
colour = random(5);
me = _root.i;
_x = -30;
_y = (_root.spawnplace / 100);
if (me > 10) {
me = me - 10;
}
speed = 3;
timer = 10;
}
onClipEvent (enterFrame) {
if (me != 0) {
if (_root.housedead) {
this.removeMovieClip();
}
Math.round(_x);
if (me > 10) {
me = me - 10;
}
if (this._x >= 710) {
this.removeMovieClip();
}
if ((!dead) == true) {
if (_currentframe == 10) {
gotoAndPlay (2);
}
if (_currentframe == 50) {
gotoAndPlay ("attackhouse");
}
if (this._x > (265 + (_y * 0.4))) {
if (poodeclare == true) {
gotoAndPlay ("attackhouse");
poodeclare = false;
}
} else {
if (Math.round((hp / maxhp) * 100) >= 40) {
speed = 4.5;
} else {
speed = 3.75 - (_root.aids1lvl / 2.5);
}
_x = (_x + (speed * _root.speedboost));
}
if (((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((_root.Frosty.zelda.arm.laser1.hitTest(this.hitter) || (_root.Frosty.zelda.arm.laser2.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser3.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser4.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser5.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser6.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser7.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser8.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser9.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser10.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser11.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser12.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser13.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser14.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser15.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser16.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser17.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser18.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser19.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser20.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser21.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser22.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser23.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser24.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser25.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser26.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser27.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser28.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser29.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser30.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser31.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser32.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser33.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser34.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser35.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser36.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser37.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser38.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser39.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser40.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser41.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser42.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser43.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser44.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser45.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser46.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser47.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser48.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser49.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser50.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser51.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser52.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser53.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser54.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser55.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser56.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser57.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser58.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser59.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser60.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser61.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser62.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser63.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser64.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser65.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser66.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser67.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser68.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser69.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser70.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser1.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser2.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser3.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser4.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser5.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser6.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser7.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser8.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser9.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser10.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser11.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser12.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser13.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser14.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser15.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser16.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser17.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser18.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser19.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser20.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser21.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser22.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser23.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser24.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser25.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser26.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser27.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser28.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser29.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser30.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser31.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser32.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser33.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser34.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser35.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser36.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser37.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser38.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser39.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser40.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser41.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser42.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser43.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser44.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser45.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser46.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser47.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser48.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser49.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser50.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser51.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser52.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser53.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser54.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser55.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser56.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser57.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser58.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser59.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser60.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser61.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser62.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser63.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser64.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser65.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser66.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser67.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser68.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser69.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser70.hitTest(this.hitter))) {
_root.bunnyarray[me] = _x;
shotatx = _x;
}
if (((((((((((_root.diedpos == shotatx) || (_root.hitterblack.hit1.hitTest(this.hitter))) || (_root.hitterblack.hit2.hitTest(this.hitter))) || (_root.hitterblack.hit3.hitTest(this.hitter))) || (_root.hitterblack.hit4.hitTest(this.hitter))) || (_root.hitterblack.hit5.hitTest(this.hitter))) || (_root.hitterblack.hit6.hitTest(this.hitter))) || (_root.hitterblack.hit7.hitTest(this.hitter))) || (_root.hitterblack.hit8.hitTest(this.hitter))) || (_root.bighit.hitTest(this.hitter))) || (riflehit == true)) {
if (_root.weapon == "bazooka") {
if (_root.explosioning == false) {
_root.iii = _root.iii + 1;
_root.grenadevisible = true;
_root.thisbunnyx = _x;
_root.thisbunnyy = _y;
_root.explosion2.duplicateMovieClip("_root.explosion2" + _root.iii, 100000 + _root.iii);
_root.explosioning = true;
}
}
hp = hp - _root.ap;
shotatx = 9999999 /* 0x98967F */;
_root.timesshot = _root.timesshot + 1;
if (hp <= 0) {
kill = random(2);
if (kill == 1) {
gotoAndPlay ("dead1");
} else {
gotoAndPlay ("dead2");
}
if (((((((_root.hitterblack.hit1.hitTest(this.hitter) || (_root.hitterblack.hit2.hitTest(this.hitter))) || (_root.hitterblack.hit3.hitTest(this.hitter))) || (_root.hitterblack.hit4.hitTest(this.hitter))) || (_root.hitterblack.hit5.hitTest(this.hitter))) || (_root.hitterblack.hit6.hitTest(this.hitter))) || (_root.hitterblack.hit7.hitTest(this.hitter))) || (_root.hitterblack.hit8.hitTest(this.hitter))) {
if (_root.hitterblack._x > _x) {
gotoAndPlay ("dead2");
} else {
gotoAndPlay ("dead1");
}
}
dead = true;
} else {
if (ii <= 7) {
if (_root.bloodsplatoptions == true) {
ii++;
_root.ii++;
_root.bloodsplatx2 = this._x;
_root.bloodsplaty2 = this._y;
_root.bloodsplatter2.duplicateMovieClip("_root.bloodsplatter2" + _root.ii, ii + random(50));
}
}
headshot = random(2);
if (headshot == 0) {
bloodeffecthead.gotoAndPlay(2);
headshot = 99;
} else if (headshot == 1) {
bloodeffectbody.gotoAndPlay(2);
headshot = 99;
}
}
}
}
if ((completedead == true) && (_alpha >= 0)) {
if (_alpha == 100) {
_root.deaths = _root.deaths + 1;
_root.bunnyshere = _root.bunnyshere - bunnyadd;
_root.bunnysleft1 = _root.bunnysleft1 - 1;
_root.bunnyson = _root.bunnyson - 1;
}
_alpha = (_alpha - 3);
}
if (_alpha <= 0) {
this.removeMovieClip();
}
}
if (me == 0) {
stop();
}
}
Instance of Symbol 1880 MovieClip "suicidebunny" in Frame 15
onClipEvent (load) {
_root.bunnyson = _root.bunnyson + 1;
IMDEAD = false;
score = 220;
ap = Math.round(15 * _root.statboost);
ii = 0;
bunnyadd = 1.5;
_root.bunnyshere = _root.bunnyshere + bunnyadd;
proximitycheck = random(215);
bloodsplatter._visible = false;
hp = Math.round(20 * _root.statboost);
hp = hp - (hp * (_root.anthrax1lvl * 0.08));
maxhp = hp;
colour = random(5);
me = _root.i;
_x = -30;
_y = (_root.spawnplace / 100);
if (me > 10) {
me = me - 10;
}
speed = 3;
timer = 10;
}
onClipEvent (enterFrame) {
if (me != 0) {
if (_root.housedead) {
this.removeMovieClip();
}
Math.round(_x);
if (me > 10) {
me = me - 10;
}
if (this._x >= 710) {
this.removeMovieClip();
}
if ((!dead) == true) {
if (_currentframe == 13) {
gotoAndPlay (2);
}
if (_currentframe == 50) {
gotoAndPlay ("attackhouse");
}
if (this._x > (285 + (_y * 0.4))) {
if (poodeclare == true) {
_root.frosthouse = _root.frosthouse - ap;
gotoAndPlay ("dead2");
bombexploding = true;
poodeclare = false;
_root.multiplyer = 0;
IMDEAD = true;
_root.houseattack = true;
}
} else {
if (Math.round((hp / maxhp) * 100) >= 40) {
speed = 4.5;
} else {
speed = 3.75 - (_root.aids1lvl / 2.5);
}
_x = (_x + (speed * _root.speedboost));
}
if (kill == 2) {
gotoAndPlay ("dead2");
bombexploding = true;
}
if (bombexploding != true) {
if (((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((_root.Frosty.zelda.arm.laser1.hitTest(this.hitter) || (_root.Frosty.zelda.arm.laser2.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser3.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser4.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser5.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser6.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser7.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser8.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser9.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser10.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser11.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser12.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser13.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser14.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser15.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser16.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser17.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser18.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser19.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser20.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser21.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser22.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser23.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser24.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser25.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser26.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser27.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser28.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser29.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser30.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser31.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser32.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser33.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser34.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser35.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser36.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser37.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser38.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser39.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser40.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser41.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser42.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser43.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser44.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser45.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser46.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser47.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser48.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser49.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser50.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser51.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser52.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser53.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser54.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser55.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser56.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser57.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser58.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser59.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser60.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser61.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser62.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser63.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser64.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser65.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser66.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser67.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser68.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser69.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser70.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser1.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser2.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser3.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser4.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser5.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser6.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser7.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser8.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser9.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser10.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser11.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser12.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser13.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser14.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser15.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser16.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser17.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser18.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser19.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser20.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser21.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser22.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser23.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser24.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser25.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser26.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser27.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser28.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser29.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser30.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser31.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser32.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser33.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser34.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser35.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser36.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser37.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser38.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser39.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser40.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser41.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser42.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser43.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser44.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser45.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser46.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser47.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser48.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser49.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser50.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser51.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser52.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser53.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser54.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser55.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser56.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser57.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser58.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser59.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser60.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser61.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser62.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser63.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser64.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser65.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser66.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser67.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser68.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser69.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser70.hitTest(this.hitter))) {
_root.bunnyarray[me] = _x;
shotatx = _x;
}
if (((((((((((_root.diedpos == shotatx) || (_root.hitterblack.hit1.hitTest(this.hitter))) || (_root.hitterblack.hit2.hitTest(this.hitter))) || (_root.hitterblack.hit3.hitTest(this.hitter))) || (_root.hitterblack.hit4.hitTest(this.hitter))) || (_root.hitterblack.hit5.hitTest(this.hitter))) || (_root.hitterblack.hit6.hitTest(this.hitter))) || (_root.hitterblack.hit7.hitTest(this.hitter))) || (_root.hitterblack.hit8.hitTest(this.hitter))) || (_root.bighit.hitTest(this.hitter))) || (riflehit == true)) {
if (_root.weapon == "bazooka") {
if (_root.explosioning == false) {
_root.iii = _root.iii + 1;
_root.grenadevisible = true;
_root.thisbunnyx = _x;
_root.thisbunnyy = _y;
_root.explosion2.duplicateMovieClip("_root.explosion2" + _root.iii, 100000 + _root.iii);
_root.explosioning = true;
}
}
hp = hp - _root.ap;
shotatx = 9999999 /* 0x98967F */;
_root.timesshot = _root.timesshot + 1;
if (hp <= 0) {
_root.multiplyer = _root.multiplyer + 1;
_root.scoreproc = _root.scoreproc + score;
if ((((((((_root.hitterblack.hit1.hitTest(this.hitter) || (_root.hitterblack.hit2.hitTest(this.hitter))) || (_root.hitterblack.hit3.hitTest(this.hitter))) || (_root.hitterblack.hit4.hitTest(this.hitter))) || (_root.hitterblack.hit5.hitTest(this.hitter))) || (_root.hitterblack.hit6.hitTest(this.hitter))) || (_root.hitterblack.hit7.hitTest(this.hitter))) || (_root.hitterblack.hit8.hitTest(this.hitter))) || (_root.bighit.hitTest(this.hitter))) {
gotoAndPlay ("dead1");
} else {
gotoAndPlay ("dead2");
bombexploding = true;
}
dead = true;
} else {
if (ii <= 7) {
if (_root.bloodsplatoptions == true) {
ii++;
_root.ii++;
_root.bloodsplatx3 = this._x;
_root.bloodsplaty3 = this._y;
_root.bloodsplatter3.duplicateMovieClip("_root.bloodsplatter3" + _root.ii, ii + random(50));
}
}
headshot = random(2);
if (headshot == 0) {
bloodeffecthead.gotoAndPlay(2);
headshot = 99;
} else if (headshot == 1) {
bloodeffectbody.gotoAndPlay(2);
headshot = 99;
}
}
}
}
}
if ((completedead == true) && (_alpha >= 0)) {
if (_alpha == 100) {
_root.deaths = _root.deaths + 1;
_root.bunnyshere = _root.bunnyshere - bunnyadd;
_root.bunnysleft1 = _root.bunnysleft1 - 1;
_root.bunnyson = _root.bunnyson - 1;
}
_alpha = (_alpha - 3);
}
if (_alpha <= 0) {
this.removeMovieClip();
}
}
if (me == 0) {
stop();
}
}
Instance of Symbol 1954 MovieClip "zombiebunny" in Frame 15
onClipEvent (load) {
_root.bunnyson = _root.bunnyson + 1;
score = 300;
ap = Math.round(10 * _root.statboost);
reversing = false;
ii = 0;
bunnyadd = 2;
_root.bunnyshere = _root.bunnyshere + bunnyadd;
proximitycheck = random(215);
bloodsplatter._visible = false;
hp = Math.round(28 * _root.statboost);
hp = hp - (hp * (_root.anthrax1lvl * 0.08));
maxhp = hp;
colour = random(5);
me = _root.i;
_x = -30;
_y = (_root.spawnplace / 100);
if (me > 10) {
me = me - 10;
}
speed = 3;
timer = 10;
}
onClipEvent (enterFrame) {
if (me != 0) {
if (_root.housedead) {
this.removeMovieClip();
}
_root.cocks = _x;
Math.round(_x);
if (me > 10) {
me = me - 10;
}
if (this._x >= 710) {
this.removeMovieClip();
}
if ((!dead) == true) {
if (_currentframe == 5) {
gotoAndPlay (2);
}
if (_currentframe == 41) {
gotoAndPlay ("reverse");
reversing = true;
}
if ((this._x > (265 + (_y * 0.4))) and (reversing == false)) {
if (attackingdeclare != true) {
gotoAndPlay ("attackhouse");
attackingdeclare = true;
_root.frosthouse = _root.frosthouse - ap;
_root.multiplyer = 0;
_root.houseattack = true;
}
} else if (reversing == false) {
if (Math.round((hp / maxhp) * 100) >= 40) {
speed = 5;
} else {
speed = 3.75 - (_root.aids1lvl / 2.5);
}
_x = (_x + (speed * _root.speedboost));
} else if (reversing == true) {
attackingdeclare = false;
if (Math.round((hp / maxhp) * 100) >= 40) {
speed = 3;
} else {
speed = 2;
}
_x = (_x - (speed * _root.speedboost));
if (this._x < 300) {
reversing = false;
gotoAndPlay (2);
}
}
if (((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((_root.Frosty.zelda.arm.laser1.hitTest(this.hitter) || (_root.Frosty.zelda.arm.laser2.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser3.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser4.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser5.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser6.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser7.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser8.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser9.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser10.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser11.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser12.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser13.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser14.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser15.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser16.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser17.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser18.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser19.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser20.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser21.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser22.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser23.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser24.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser25.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser26.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser27.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser28.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser29.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser30.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser31.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser32.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser33.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser34.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser35.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser36.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser37.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser38.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser39.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser40.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser41.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser42.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser43.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser44.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser45.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser46.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser47.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser48.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser49.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser50.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser51.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser52.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser53.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser54.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser55.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser56.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser57.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser58.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser59.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser60.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser61.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser62.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser63.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser64.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser65.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser66.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser67.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser68.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser69.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser70.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser1.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser2.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser3.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser4.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser5.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser6.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser7.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser8.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser9.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser10.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser11.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser12.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser13.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser14.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser15.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser16.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser17.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser18.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser19.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser20.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser21.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser22.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser23.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser24.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser25.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser26.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser27.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser28.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser29.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser30.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser31.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser32.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser33.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser34.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser35.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser36.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser37.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser38.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser39.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser40.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser41.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser42.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser43.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser44.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser45.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser46.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser47.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser48.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser49.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser50.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser51.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser52.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser53.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser54.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser55.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser56.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser57.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser58.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser59.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser60.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser61.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser62.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser63.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser64.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser65.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser66.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser67.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser68.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser69.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser70.hitTest(this.hitter))) {
_root.bunnyarray[me] = _x;
shotatx = _x;
}
if (((((((((((_root.diedpos == shotatx) || (_root.hitterblack.hit1.hitTest(this.hitter))) || (_root.hitterblack.hit2.hitTest(this.hitter))) || (_root.hitterblack.hit3.hitTest(this.hitter))) || (_root.hitterblack.hit4.hitTest(this.hitter))) || (_root.hitterblack.hit5.hitTest(this.hitter))) || (_root.hitterblack.hit6.hitTest(this.hitter))) || (_root.hitterblack.hit7.hitTest(this.hitter))) || (_root.hitterblack.hit8.hitTest(this.hitter))) || (_root.bighit.hitTest(this.hitter))) || (riflehit == true)) {
if (_root.weapon == "bazooka") {
if (_root.explosioning == false) {
_root.iii = _root.iii + 1;
_root.grenadevisible = true;
_root.thisbunnyx = _x;
_root.thisbunnyy = _y;
_root.explosion2.duplicateMovieClip("_root.explosion2" + _root.iii, 100000 + _root.iii);
_root.explosioning = true;
}
}
hp = hp - _root.ap;
shotatx = 9999999 /* 0x98967F */;
_root.timesshot = _root.timesshot + 1;
if (hp <= 0) {
kill = random(2);
if (kill == 1) {
gotoAndPlay ("dead1");
} else {
gotoAndPlay ("dead2");
}
if (((((((_root.hitterblack.hit1.hitTest(this.hitter) || (_root.hitterblack.hit2.hitTest(this.hitter))) || (_root.hitterblack.hit3.hitTest(this.hitter))) || (_root.hitterblack.hit4.hitTest(this.hitter))) || (_root.hitterblack.hit5.hitTest(this.hitter))) || (_root.hitterblack.hit6.hitTest(this.hitter))) || (_root.hitterblack.hit7.hitTest(this.hitter))) || (_root.hitterblack.hit8.hitTest(this.hitter))) {
if (_root.hitterblack._x > _x) {
gotoAndPlay ("dead2");
} else {
gotoAndPlay ("dead1");
}
}
dead = true;
} else {
if (ii <= 7) {
if (_root.bloodsplatoptions == true) {
ii++;
_root.ii++;
_root.bloodsplatx4 = this._x;
_root.bloodsplaty4 = this._y;
_root.bloodsplatter4.duplicateMovieClip("_root.bloodsplatter4" + _root.ii, ii + random(50));
}
}
headshot = random(2);
if (headshot == 0) {
bloodeffecthead.gotoAndPlay(2);
headshot = 99;
} else if (headshot == 1) {
bloodeffectbody.gotoAndPlay(2);
headshot = 99;
}
}
}
}
if ((completedead == true) && (_alpha >= 0)) {
if (_alpha == 100) {
_root.deaths = _root.deaths + 1;
_root.bunnyshere = _root.bunnyshere - bunnyadd;
_root.bunnysleft1 = _root.bunnysleft1 - 1;
_root.bunnyson = _root.bunnyson - 1;
}
_alpha = (_alpha - 3);
}
if (_alpha <= 0) {
this.removeMovieClip();
}
}
if (me == 0) {
stop();
}
}
Instance of Symbol 1965 MovieClip "bloodsplatter1" in Frame 15
onClipEvent (load) {
_x = _root.bloodsplatx1;
_alpha = (_alpha - random(30));
_y = _root.bloodsplaty1;
_y = (_y + random(7));
_height = (_height - 2);
_height = (_height + random(4));
_width = (_width + random(10));
timer = 2;
}
Instance of Symbol 1965 MovieClip "bloodsplatter2" in Frame 15
onClipEvent (load) {
_x = _root.bloodsplatx2;
_alpha = (_alpha - random(30));
_y = _root.bloodsplaty2;
_y = (_y + random(7));
_height = (_height - 2);
_height = (_height + random(4));
_width = (_width + random(10));
timer = 2;
}
Instance of Symbol 1965 MovieClip "bloodsplatter3" in Frame 15
onClipEvent (load) {
_x = _root.bloodsplatx3;
_alpha = (_alpha - random(30));
_y = _root.bloodsplaty3;
_y = (_y + random(7));
_height = (_height - 2);
_height = (_height + random(4));
_width = (_width + random(10));
timer = 2;
}
Instance of Symbol 1965 MovieClip "bloodsplatter4" in Frame 15
onClipEvent (load) {
_x = _root.bloodsplatx4;
_alpha = (_alpha - random(30));
_y = _root.bloodsplaty4;
_y = (_y + random(7));
_height = (_height - 2);
_height = (_height + random(4));
_width = (_width + random(10));
timer = 2;
}
Instance of Symbol 2040 MovieClip "flyingbunny" in Frame 15
onClipEvent (load) {
_root.bunnyson = _root.bunnyson + 1;
score = 500;
fall = 0;
poodeclare = false;
ap = Math.round(5 * _root.statboost);
ii = 0;
bunnyadd = 2.5;
_root.bunnyshere = _root.bunnyshere + bunnyadd;
proximitycheck = random(215);
bloodsplatter._visible = false;
hp = Math.round(30 * _root.statboost);
hp = hp - (hp * (_root.anthrax1lvl * 0.08));
maxhp = hp;
colour = random(5);
me = _root.i;
_x = -30;
_y = ((_root.spawnplace / 100) - 150);
if (me > 10) {
me = me - 10;
}
speed = 3;
timer = 10;
}
onClipEvent (enterFrame) {
if (me != 0) {
if (_root.housedead) {
this.removeMovieClip();
}
Math.round(_x);
if (me > 10) {
me = me - 10;
}
if (this._x >= 710) {
this.removeMovieClip();
}
if ((!dead) == true) {
if (_currentframe == 7) {
gotoAndPlay (2);
}
if (this.hitTest(_root.house)) {
if (poodeclare == false) {
gotoAndPlay ("attackhouse");
poodeclare = true;
}
}
if (sliding == true) {
if (this.hitTest(_root.wall)) {
sliding = false;
gotoAndPlay ("slidedown");
} else {
_y = (_y + fall);
fall = fall + 0.5;
}
}
if (Math.round((hp / maxhp) * 100) >= 40) {
speed = 5.5;
} else {
speed = 4.25 - (_root.aids1lvl / 2.75);
}
if (poodeclare == false) {
_x = (_x + (speed * _root.speedboost));
}
if (((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((_root.Frosty.zelda.arm.laser1.hitTest(this.hitter) || (_root.Frosty.zelda.arm.laser2.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser3.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser4.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser5.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser6.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser7.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser8.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser9.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser10.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser11.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser12.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser13.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser14.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser15.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser16.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser17.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser18.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser19.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser20.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser21.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser22.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser23.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser24.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser25.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser26.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser27.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser28.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser29.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser30.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser31.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser32.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser33.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser34.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser35.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser36.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser37.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser38.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser39.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser40.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser41.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser42.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser43.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser44.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser45.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser46.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser47.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser48.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser49.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser50.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser51.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser52.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser53.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser54.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser55.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser56.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser57.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser58.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser59.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser60.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser61.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser62.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser63.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser64.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser65.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser66.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser67.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser68.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser69.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser70.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser1.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser2.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser3.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser4.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser5.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser6.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser7.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser8.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser9.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser10.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser11.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser12.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser13.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser14.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser15.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser16.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser17.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser18.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser19.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser20.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser21.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser22.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser23.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser24.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser25.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser26.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser27.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser28.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser29.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser30.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser31.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser32.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser33.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser34.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser35.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser36.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser37.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser38.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser39.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser40.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser41.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser42.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser43.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser44.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser45.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser46.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser47.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser48.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser49.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser50.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser51.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser52.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser53.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser54.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser55.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser56.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser57.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser58.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser59.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser60.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser61.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser62.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser63.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser64.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser65.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser66.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser67.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser68.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser69.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser70.hitTest(this.hitter))) {
_root.bunnyarray[me] = _x;
shotatx = _x;
}
if (((((((((((_root.diedpos == shotatx) || (_root.hitterblack.hit1.hitTest(this.hitter))) || (_root.hitterblack.hit2.hitTest(this.hitter))) || (_root.hitterblack.hit3.hitTest(this.hitter))) || (_root.hitterblack.hit4.hitTest(this.hitter))) || (_root.hitterblack.hit5.hitTest(this.hitter))) || (_root.hitterblack.hit6.hitTest(this.hitter))) || (_root.hitterblack.hit7.hitTest(this.hitter))) || (_root.hitterblack.hit8.hitTest(this.hitter))) || (_root.bighit.hitTest(this.hitter))) || (riflehit == true)) {
if (_root.weapon == "bazooka") {
if (_root.explosioning == false) {
_root.iii = _root.iii + 1;
_root.grenadevisible = true;
_root.thisbunnyx = _x;
_root.thisbunnyy = _y;
_root.explosion2.duplicateMovieClip("_root.explosion2" + _root.iii, 100000 + _root.iii);
_root.explosioning = true;
}
}
hp = hp - _root.ap;
shotatx = 9999999 /* 0x98967F */;
_root.timesshot = _root.timesshot + 1;
if (hp <= 0) {
kill = random(2);
if (kill == 1) {
gotoAndPlay ("dead1");
} else {
gotoAndPlay ("dead2");
}
if (((((((_root.hitterblack.hit1.hitTest(this.hitter) || (_root.hitterblack.hit2.hitTest(this.hitter))) || (_root.hitterblack.hit3.hitTest(this.hitter))) || (_root.hitterblack.hit4.hitTest(this.hitter))) || (_root.hitterblack.hit5.hitTest(this.hitter))) || (_root.hitterblack.hit6.hitTest(this.hitter))) || (_root.hitterblack.hit7.hitTest(this.hitter))) || (_root.hitterblack.hit8.hitTest(this.hitter))) {
if (_root.hitterblack._x > _x) {
gotoAndPlay ("dead2");
} else {
gotoAndPlay ("dead1");
}
}
dead = true;
} else {
if (ii <= 7) {
if (_root.bloodsplatoptions == true) {
ii++;
_root.ii++;
_root.bloodsplatx5 = this._x;
_root.bloodsplaty5 = 350;
_root.bloodsplatter5.duplicateMovieClip("_root.bloodsplatter5" + _root.ii, ii + random(50));
}
}
headshot = random(2);
if (headshot == 0) {
bloodeffecthead.gotoAndPlay(2);
headshot = 99;
} else if (headshot == 1) {
bloodeffectbody.gotoAndPlay(2);
headshot = 99;
}
}
}
}
if ((completedead == true) && (_alpha >= 0)) {
if (_alpha == 100) {
_root.deaths = _root.deaths + 1;
_root.bunnyshere = _root.bunnyshere - bunnyadd;
_root.bunnysleft1 = _root.bunnysleft1 - 1;
_root.bunnyson = _root.bunnyson - 1;
}
_alpha = (_alpha - 3);
}
if (_alpha <= 0) {
this.removeMovieClip();
}
}
if (me == 0) {
stop();
}
}
Instance of Symbol 2049 MovieClip "bloodsplatter5" in Frame 15
onClipEvent (load) {
_x = _root.bloodsplatx5;
_alpha = (_alpha - random(30));
_y = _root.bloodsplaty5;
_y = (_y + random(10));
_height = (_height - 2);
_height = (_height + random(4));
_width = (_width + random(10));
timer = 2;
}
Instance of Symbol 2154 MovieClip "pregnantbunny" in Frame 15
onClipEvent (load) {
_root.bunnyson = _root.bunnyson + 1;
score = 1000;
ap = Math.round(8 * _root.statboost);
ii = 0;
bunnyadd = 3;
_root.bunnyshere = _root.bunnyshere + bunnyadd;
proximitycheck = random(150);
bloodsplatter._visible = false;
hp = Math.round(80 * _root.statboost);
hp = hp - (hp * (_root.anthrax1lvl * 0.08));
maxhp = hp;
colour = random(5);
me = _root.i;
_x = -30;
_y = (_root.spawnplace / 100);
if (me > 10) {
me = me - 10;
}
speed = 3;
timer = 10;
}
onClipEvent (enterFrame) {
if (me != 0) {
if (_root.housedead) {
this.removeMovieClip();
}
Math.round(_x);
if (me > 10) {
me = me - 10;
}
if (this._x >= 710) {
this.removeMovieClip();
}
if ((!dead) == true) {
if (_currentframe == 29) {
gotoAndPlay (1);
}
if (_currentframe == 126) {
bunnyshot = false;
gotoAndPlay (68);
}
if (this._x > (50 + proximitycheck)) {
if (poodeclare == true) {
gotoAndPlay ("attackhouse");
poodeclare = false;
}
} else if (crawl == true) {
if (Math.round((hp / maxhp) * 100) >= 40) {
speed = 2;
} else {
speed = 1.6 - (_root.aids1lvl / 8);
}
_x = (_x + (speed * _root.speedboost));
}
if (((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((_root.Frosty.zelda.arm.laser1.hitTest(this.hitter) || (_root.Frosty.zelda.arm.laser2.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser3.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser4.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser5.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser6.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser7.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser8.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser9.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser10.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser11.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser12.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser13.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser14.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser15.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser16.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser17.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser18.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser19.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser20.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser21.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser22.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser23.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser24.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser25.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser26.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser27.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser28.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser29.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser30.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser31.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser32.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser33.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser34.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser35.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser36.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser37.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser38.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser39.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser40.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser41.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser42.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser43.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser44.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser45.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser46.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser47.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser48.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser49.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser50.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser51.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser52.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser53.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser54.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser55.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser56.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser57.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser58.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser59.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser60.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser61.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser62.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser63.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser64.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser65.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser66.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser67.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser68.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser69.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser70.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser1.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser2.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser3.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser4.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser5.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser6.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser7.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser8.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser9.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser10.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser11.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser12.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser13.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser14.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser15.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser16.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser17.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser18.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser19.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser20.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser21.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser22.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser23.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser24.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser25.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser26.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser27.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser28.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser29.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser30.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser31.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser32.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser33.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser34.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser35.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser36.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser37.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser38.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser39.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser40.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser41.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser42.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser43.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser44.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser45.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser46.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser47.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser48.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser49.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser50.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser51.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser52.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser53.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser54.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser55.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser56.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser57.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser58.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser59.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser60.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser61.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser62.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser63.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser64.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser65.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser66.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser67.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser68.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser69.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser70.hitTest(this.hitter))) {
_root.bunnyarray[me] = _x;
shotatx = _x;
}
if (((((((((((_root.diedpos == shotatx) || (_root.hitterblack.hit1.hitTest(this.hitter))) || (_root.hitterblack.hit2.hitTest(this.hitter))) || (_root.hitterblack.hit3.hitTest(this.hitter))) || (_root.hitterblack.hit4.hitTest(this.hitter))) || (_root.hitterblack.hit5.hitTest(this.hitter))) || (_root.hitterblack.hit6.hitTest(this.hitter))) || (_root.hitterblack.hit7.hitTest(this.hitter))) || (_root.hitterblack.hit8.hitTest(this.hitter))) || (_root.bighit.hitTest(this.hitter))) || (riflehit == true)) {
if (_root.weapon == "bazooka") {
if (_root.explosioning == false) {
_root.iii = _root.iii + 1;
_root.grenadevisible = true;
_root.thisbunnyx = _x;
_root.thisbunnyy = _y;
_root.explosion2.duplicateMovieClip("_root.explosion2" + _root.iii, 100000 + _root.iii);
_root.explosioning = true;
}
}
hp = hp - _root.ap;
shotatx = 9999999 /* 0x98967F */;
_root.timesshot = _root.timesshot + 1;
if (hp <= 0) {
if (kill == 1) {
gotoAndPlay ("dead1");
} else {
gotoAndPlay ("dead2");
}
if (((((((_root.hitterblack.hit1.hitTest(this.hitter) || (_root.hitterblack.hit2.hitTest(this.hitter))) || (_root.hitterblack.hit3.hitTest(this.hitter))) || (_root.hitterblack.hit4.hitTest(this.hitter))) || (_root.hitterblack.hit5.hitTest(this.hitter))) || (_root.hitterblack.hit6.hitTest(this.hitter))) || (_root.hitterblack.hit7.hitTest(this.hitter))) || (_root.hitterblack.hit8.hitTest(this.hitter))) {
gotoAndPlay ("dead1");
}
dead = true;
} else {
if (ii <= 20) {
if (_root.bloodsplatoptions == true) {
ii++;
_root.ii++;
_root.bloodsplatx6 = this._x;
_root.bloodsplaty6 = this._y;
_root.bloodsplatter6.duplicateMovieClip("_root.bloodsplatter6" + _root.ii, ii + random(50));
}
}
headshot = random(2);
if (headshot == 0) {
bloodeffecthead.gotoAndPlay(2);
headshot = 99;
} else if (headshot == 1) {
bloodeffectbody.gotoAndPlay(2);
headshot = 99;
}
}
}
}
if ((completedead == true) && (_alpha >= 0)) {
if (_alpha == 100) {
_root.deaths = _root.deaths + 1;
_root.bunnyshere = _root.bunnyshere - bunnyadd;
_root.bunnysleft1 = _root.bunnysleft1 - 1;
_root.bunnyson = _root.bunnyson - 1;
}
_alpha = (_alpha - 3);
}
if (_alpha <= 0) {
this.removeMovieClip();
}
}
if (me == 0) {
stop();
}
}
Instance of Symbol 2162 MovieClip "bloodsplatter6" in Frame 15
onClipEvent (load) {
_x = _root.bloodsplatx6;
_alpha = (_alpha - random(30));
_y = (_root.bloodsplaty6 + 10);
_y = (_y + random(10));
_height = (_height - 2);
_height = (_height + random(4));
_width = (_width + random(10));
timer = 2;
}
Instance of Symbol 2277 MovieClip "fatbunny" in Frame 15
onClipEvent (load) {
_root.bunnyson = _root.bunnyson + 1;
score = 1500;
ap = Math.round(3 * _root.statboost);
ii = 0;
bunnyadd = 3;
_root.bunnyshere = _root.bunnyshere + bunnyadd;
proximitycheck = random(100);
bloodsplatter._visible = false;
hp = Math.round(80 * _root.statboost);
hp = hp - (hp * (_root.anthrax1lvl * 0.08));
maxhp = hp;
colour = random(5);
me = _root.i;
_x = -30;
_y = (_root.spawnplace / 100);
if (me > 10) {
me = me - 10;
}
speed = 3;
timer = 10;
}
onClipEvent (enterFrame) {
if (me != 0) {
if (_root.housedead) {
this.removeMovieClip();
}
Math.round(_x);
if (me > 10) {
me = me - 10;
}
if (this._x >= 710) {
this.removeMovieClip();
}
if ((!dead) == true) {
if (_currentframe == 18) {
gotoAndPlay (2);
}
if (_currentframe == 107) {
gotoAndPlay ("attackhouse");
}
if (this._x > (180 + proximitycheck)) {
if (poodeclare == true) {
gotoAndPlay ("attackhouse");
poodeclare = false;
}
} else {
if (Math.round((hp / maxhp) * 100) >= 40) {
speed = 3;
} else {
speed = 2.5 - (_root.aids1lvl / 4);
}
_x = (_x + (speed * _root.speedboost));
}
if (((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((_root.Frosty.zelda.arm.laser1.hitTest(this.hitter) || (_root.Frosty.zelda.arm.laser2.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser3.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser4.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser5.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser6.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser7.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser8.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser9.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser10.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser11.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser12.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser13.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser14.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser15.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser16.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser17.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser18.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser19.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser20.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser21.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser22.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser23.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser24.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser25.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser26.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser27.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser28.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser29.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser30.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser31.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser32.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser33.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser34.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser35.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser36.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser37.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser38.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser39.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser40.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser41.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser42.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser43.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser44.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser45.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser46.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser47.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser48.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser49.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser50.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser51.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser52.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser53.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser54.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser55.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser56.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser57.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser58.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser59.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser60.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser61.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser62.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser63.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser64.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser65.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser66.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser67.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser68.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser69.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser70.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser1.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser2.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser3.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser4.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser5.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser6.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser7.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser8.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser9.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser10.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser11.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser12.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser13.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser14.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser15.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser16.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser17.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser18.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser19.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser20.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser21.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser22.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser23.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser24.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser25.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser26.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser27.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser28.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser29.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser30.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser31.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser32.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser33.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser34.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser35.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser36.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser37.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser38.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser39.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser40.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser41.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser42.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser43.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser44.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser45.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser46.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser47.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser48.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser49.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser50.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser51.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser52.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser53.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser54.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser55.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser56.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser57.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser58.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser59.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser60.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser61.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser62.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser63.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser64.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser65.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser66.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser67.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser68.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser69.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser70.hitTest(this.hitter))) {
_root.bunnyarray[me] = _x;
shotatx = _x;
}
if (((((((((((_root.diedpos == shotatx) || (_root.hitterblack.hit1.hitTest(this.hitter))) || (_root.hitterblack.hit2.hitTest(this.hitter))) || (_root.hitterblack.hit3.hitTest(this.hitter))) || (_root.hitterblack.hit4.hitTest(this.hitter))) || (_root.hitterblack.hit5.hitTest(this.hitter))) || (_root.hitterblack.hit6.hitTest(this.hitter))) || (_root.hitterblack.hit7.hitTest(this.hitter))) || (_root.hitterblack.hit8.hitTest(this.hitter))) || (_root.bighit.hitTest(this.hitter))) || (riflehit == true)) {
if (_root.weapon == "bazooka") {
if (_root.explosioning == false) {
_root.iii = _root.iii + 1;
_root.grenadevisible = true;
_root.thisbunnyx = _x;
_root.thisbunnyy = _y;
_root.explosion2.duplicateMovieClip("_root.explosion2" + _root.iii, 100000 + _root.iii);
_root.explosioning = true;
}
}
hp = hp - _root.ap;
shotatx = 9999999 /* 0x98967F */;
_root.timesshot = _root.timesshot + 1;
if (hp <= 0) {
kill = random(2);
if (kill == 1) {
gotoAndPlay ("dead1");
} else {
gotoAndPlay ("dead2");
}
if (((((((_root.hitterblack.hit1.hitTest(this.hitter) || (_root.hitterblack.hit2.hitTest(this.hitter))) || (_root.hitterblack.hit3.hitTest(this.hitter))) || (_root.hitterblack.hit4.hitTest(this.hitter))) || (_root.hitterblack.hit5.hitTest(this.hitter))) || (_root.hitterblack.hit6.hitTest(this.hitter))) || (_root.hitterblack.hit7.hitTest(this.hitter))) || (_root.hitterblack.hit8.hitTest(this.hitter))) {
if (_root.hitterblack._x > _x) {
gotoAndPlay ("dead2");
} else {
gotoAndPlay ("dead1");
}
}
dead = true;
} else {
if (ii <= 20) {
if (_root.bloodsplatoptions == true) {
ii++;
_root.ii++;
_root.bloodsplatx2 = this._x;
_root.bloodsplaty2 = this._y;
_root.bloodsplatter2.duplicateMovieClip("_root.bloodsplatter2" + _root.ii, ii + random(50));
}
}
headshot = random(2);
if (headshot == 0) {
bloodeffecthead.gotoAndPlay(2);
headshot = 99;
} else if (headshot == 1) {
bloodeffectbody.gotoAndPlay(2);
headshot = 99;
}
}
}
}
if ((completedead == true) && (_alpha >= 0)) {
if (_alpha == 100) {
_root.deaths = _root.deaths + 1;
_root.bunnyshere = _root.bunnyshere - bunnyadd;
_root.bunnysleft1 = _root.bunnysleft1 - 1;
_root.bunnyson = _root.bunnyson - 1;
}
_alpha = (_alpha - 3);
}
if (_alpha <= 0) {
this.removeMovieClip();
}
}
if (me == 0) {
stop();
}
}
Instance of Symbol 2285 MovieClip "bloodsplatter7" in Frame 15
onClipEvent (load) {
_x = _root.bloodsplatx7;
_alpha = (_alpha - random(30));
_y = _root.bloodsplaty7;
_y = (_y + random(10));
_height = (_height - 2);
_height = (_height + random(4));
_width = (_width + random(10));
timer = 2;
}
Instance of Symbol 2308 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (!_root.housedead) {
if (_root.houseattack == true) {
_root.houseattack = false;
randomness = random(4);
if (randomness == 0) {
waittimer = 5;
}
}
waittimer = waittimer - 1;
if (_root.soundplaying == false) {
if (waittimer == 0) {
gotoAndPlay((40 * random(26)) + 2);
_root.soundplaying = true;
}
}
}
}
Instance of Symbol 2312 MovieClip in Frame 15
onClipEvent (enterFrame) {
if ((_root.builder1lvl > 0) and (!_root.pause)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 2277 MovieClip "superfatbunny" in Frame 15
onClipEvent (load) {
_root.bunnyson = _root.bunnyson + 1;
score = 100000 /* 0x0186A0 */;
ap = Math.round(5 * _root.statboost);
ii = 0;
bunnyadd = 3;
_root.bunnyshere = _root.bunnyshere + bunnyadd;
proximitycheck = random(100);
bloodsplatter._visible = false;
hp = Math.round(600 * _root.statboost);
hp = hp - (hp * (_root.anthrax1lvl * 0.08));
maxhp = hp;
colour = 5;
me = _root.i;
_x = -30;
_y = (_root.spawnplace / 100);
if (me > 10) {
me = me - 10;
}
speed = 3;
timer = 10;
}
onClipEvent (enterFrame) {
if (me != 0) {
if (_root.housedead) {
this.removeMovieClip();
}
Math.round(_x);
if (me > 10) {
me = me - 10;
}
if (this._x >= 710) {
this.removeMovieClip();
}
if ((!dead) == true) {
if (_currentframe == 18) {
gotoAndPlay (2);
}
if (_currentframe == 107) {
gotoAndPlay ("attackhouse");
}
if (this._x > (180 + proximitycheck)) {
if (poodeclare == true) {
gotoAndPlay ("attackhouse");
poodeclare = false;
}
} else {
if (Math.round((hp / maxhp) * 100) >= 40) {
speed = 2;
} else {
speed = 1.5 - (_root.aids1lvl / 5);
}
_x = (_x + (speed * _root.speedboost));
}
if (((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((_root.Frosty.zelda.arm.laser1.hitTest(this.hitter) || (_root.Frosty.zelda.arm.laser2.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser3.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser4.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser5.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser6.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser7.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser8.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser9.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser10.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser11.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser12.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser13.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser14.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser15.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser16.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser17.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser18.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser19.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser20.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser21.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser22.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser23.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser24.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser25.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser26.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser27.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser28.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser29.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser30.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser31.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser32.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser33.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser34.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser35.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser36.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser37.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser38.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser39.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser40.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser41.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser42.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser43.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser44.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser45.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser46.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser47.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser48.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser49.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser50.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser51.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser52.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser53.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser54.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser55.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser56.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser57.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser58.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser59.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser60.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser61.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser62.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser63.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser64.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser65.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser66.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser67.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser68.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser69.hitTest(this.hitter))) || (_root.Frosty.zelda.arm.laser70.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser1.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser2.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser3.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser4.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser5.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser6.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser7.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser8.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser9.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser10.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser11.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser12.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser13.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser14.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser15.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser16.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser17.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser18.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser19.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser20.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser21.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser22.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser23.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser24.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser25.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser26.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser27.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser28.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser29.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser30.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser31.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser32.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser33.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser34.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser35.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser36.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser37.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser38.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser39.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser40.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser41.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser42.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser43.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser44.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser45.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser46.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser47.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser48.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser49.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser50.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser51.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser52.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser53.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser54.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser55.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser56.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser57.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser58.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser59.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser60.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser61.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser62.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser63.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser64.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser65.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser66.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser67.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser68.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser69.hitTest(this.hitter))) || (_root.Frosty.zelda.armr.laser70.hitTest(this.hitter))) {
_root.bunnyarray[me] = _x;
shotatx = _x;
}
if (((((((((((_root.diedpos == shotatx) || (_root.hitterblack.hit1.hitTest(this.hitter))) || (_root.hitterblack.hit2.hitTest(this.hitter))) || (_root.hitterblack.hit3.hitTest(this.hitter))) || (_root.hitterblack.hit4.hitTest(this.hitter))) || (_root.hitterblack.hit5.hitTest(this.hitter))) || (_root.hitterblack.hit6.hitTest(this.hitter))) || (_root.hitterblack.hit7.hitTest(this.hitter))) || (_root.hitterblack.hit8.hitTest(this.hitter))) || (_root.bighit.hitTest(this.hitter))) || (riflehit == true)) {
if (_root.weapon == "bazooka") {
if (_root.explosioning == false) {
_root.iii = _root.iii + 1;
_root.grenadevisible = true;
_root.thisbunnyx = _x;
_root.thisbunnyy = _y;
_root.explosion2.duplicateMovieClip("_root.explosion2" + _root.iii, 100000 + _root.iii);
_root.explosioning = true;
}
}
hp = hp - _root.ap;
shotatx = 9999999 /* 0x98967F */;
_root.timesshot = _root.timesshot + 1;
if (hp <= 0) {
kill = random(2);
if (kill == 1) {
gotoAndPlay ("dead1");
} else {
gotoAndPlay ("dead2");
}
if (((((((_root.hitterblack.hit1.hitTest(this.hitter) || (_root.hitterblack.hit2.hitTest(this.hitter))) || (_root.hitterblack.hit3.hitTest(this.hitter))) || (_root.hitterblack.hit4.hitTest(this.hitter))) || (_root.hitterblack.hit5.hitTest(this.hitter))) || (_root.hitterblack.hit6.hitTest(this.hitter))) || (_root.hitterblack.hit7.hitTest(this.hitter))) || (_root.hitterblack.hit8.hitTest(this.hitter))) {
if (_root.hitterblack._x > _x) {
gotoAndPlay ("dead2");
} else {
gotoAndPlay ("dead1");
}
}
dead = true;
} else {
if (ii <= 20) {
if (_root.bloodsplatoptions == true) {
ii++;
_root.ii++;
_root.bloodsplatx2 = this._x;
_root.bloodsplaty2 = this._y;
_root.bloodsplatter2.duplicateMovieClip("_root.bloodsplatter2" + _root.ii, ii + random(50));
}
}
headshot = random(2);
if (headshot == 0) {
bloodeffecthead.gotoAndPlay(2);
headshot = 99;
} else if (headshot == 1) {
bloodeffectbody.gotoAndPlay(2);
headshot = 99;
}
}
}
}
if ((completedead == true) && (_alpha >= 0)) {
if (_alpha == 100) {
_root.deaths = _root.deaths + 1;
_root.bunnyshere = _root.bunnyshere - bunnyadd;
_root.bunnysleft1 = _root.bunnysleft1 - 1;
_root.bunnyson = _root.bunnyson - 1;
}
_alpha = (_alpha - 3);
}
if (_alpha <= 0) {
this.removeMovieClip();
}
}
if (me == 0) {
stop();
}
}
Instance of Symbol 2316 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (_root.cursortype == 1) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
this._x = _root._xmouse;
}
Instance of Symbol 2318 MovieClip "tank_mc" in Frame 15
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2320 MovieClip "darkness" in Frame 15
onClipEvent (enterFrame) {
_alpha = (100 - Math.round((_root.brightness / 15) * 100));
}
Instance of Symbol 2337 MovieClip "weaponbox" in Frame 15
onClipEvent (enterFrame) {
if (_root.weapon == "pistol") {
gotoAndStop ("pistol");
}
if (_root.weapon == "dualpistols") {
gotoAndStop ("dualpistols");
}
if (_root.weapon == "uzi") {
gotoAndStop ("uzi");
}
if (_root.weapon == "dualuzis") {
gotoAndStop ("dualuzis");
}
if (_root.weapon == "grenade") {
gotoAndStop ("grenade");
}
if (_root.weapon == "shotgun") {
gotoAndStop ("shotgun");
}
if (_root.weapon == "M4") {
gotoAndStop ("M4");
}
if (_root.weapon == "bazooka") {
gotoAndStop ("bazooka");
}
if (_root.weapon == "airstrike") {
gotoAndStop ("airstrike");
}
}
Instance of Symbol 2358 MovieClip "explosion" in Frame 15
onClipEvent (load) {
if (_root.iii != 0) {
if (_root.grenadevisible == true) {
_x = _root.myroot;
}
} else {
explosion.stop();
}
}
Instance of Symbol 2363 MovieClip "explosion2" in Frame 15
onClipEvent (load) {
if (_root.iii != 0) {
_y = _root.thisbunnyy;
_x = (_root.thisbunnyx - 30);
} else {
explosion.stop();
}
}
Instance of Symbol 2367 MovieClip "suicideexplosion" in Frame 15
onClipEvent (load) {
if (_root.iii != 0) {
_y = _root.thisbunnyy;
_x = (_root.thisbunnyx - 30);
} else {
explosion.stop();
}
}
Instance of Symbol 2368 MovieClip "grenade" in Frame 15
onClipEvent (load) {
timer = -2;
if (_root.switchgrenade == true) {
if (_root.iii != 0) {
if (_root.grenadevisible == true) {
if (_root.grenadeposition >= 372) {
_root.grenadeposition = 372;
}
if (_root.grenadeposition <= 44) {
_root.grenadeposition = 44;
}
_x = _root.grenadeposition;
timer = 10;
}
}
_rotation = _root.grenaderotation;
}
_root.switchgrenade = false;
_root.myroot = _x;
}
onClipEvent (enterFrame) {
if (timer == 0) {
_root.iii = _root.iii + 1;
_root.grenadevisible = true;
_root.explosion.duplicateMovieClip("_root.explosion" + _root.iii, 100000 + _root.iii);
}
if (timer == -1) {
_visible = false;
} else {
timer = timer - 1;
}
}
Instance of Symbol 2379 MovieClip "healthbar" in Frame 15
onClipEvent (enterFrame) {
percentage = Math.round((_root.frosthouse / _root.maxhouse) * 100);
if (percentage < 1) {
hp.gotoAndStop(1);
percentage = 0;
gotoAndStop (2);
}
househp = percentage + "%";
hp.gotoAndStop(percentage);
}
Instance of Symbol 2387 MovieClip "brightlight" in Frame 15
onClipEvent (load) {
if (_root.iiii == 0) {
stop();
} else {
gotoAndPlay (2);
}
if (cunt == true) {
this.removeMovieClip();
}
}
Instance of Symbol 2388 MovieClip "bighit" in Frame 15
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2494 MovieClip "youlose" in Frame 15
onClipEvent (load) {
if (_root.healthbar.percentage == 0) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_root.pressing == false) {
if (Key.isDown(84)) {
if (_root.weapno == 1) {
if (_root.dualpistols1 == true) {
_root.weap11 = 2;
} else if (_root.uzi1 == true) {
_root.weap11 = 3;
} else if (_root.dualuzis1 == true) {
_root.weap11 = 4;
} else if (_root.shotgun1 == true) {
_root.weap11 = 5;
} else if (_root.m41 == true) {
_root.weap11 = 6;
} else if (_root.bazooka1 == true) {
_root.weap11 = 7;
} else if (_root.grenade1 == true) {
_root.weap11 = 8;
} else if (_root.airstrike1 == true) {
_root.weap11 = 9;
}
} else if (_root.weapno == 2) {
if (_root.uzi1 == true) {
_root.weap11 = 3;
} else if (_root.dualuzis1 == true) {
_root.weap11 = 4;
} else if (_root.shotgun1 == true) {
_root.weap11 = 5;
} else if (_root.m41 == true) {
_root.weap11 = 6;
} else if (_root.bazooka1 == true) {
_root.weap11 = 7;
} else if (_root.grenade1 == true) {
_root.weap11 = 8;
} else if (_root.airstrike1 == true) {
_root.weap11 = 9;
}
} else if (_root.weapno == 3) {
if (_root.dualuzis1 == true) {
_root.weap11 = 4;
} else if (_root.shotgun1 == true) {
_root.weap11 = 5;
} else if (_root.m41 == true) {
_root.weap11 = 6;
} else if (_root.bazooka1 == true) {
_root.weap11 = 7;
} else if (_root.grenade1 == true) {
_root.weap11 = 8;
} else if (_root.airstrike1 == true) {
_root.weap11 = 9;
}
} else if (_root.weapno == 4) {
if (_root.shotgun1 == true) {
_root.weap11 = 5;
} else if (_root.m41 == true) {
_root.weap11 = 6;
} else if (_root.bazooka1 == true) {
_root.weap11 = 7;
} else if (_root.grenade1 == true) {
_root.weap11 = 8;
} else if (_root.airstrike1 == true) {
_root.weap11 = 9;
}
} else if (_root.weapno == 5) {
if (_root.m41 == true) {
_root.weap11 = 6;
} else if (_root.bazooka1 == true) {
_root.weap11 = 7;
} else if (_root.grenade1 == true) {
_root.weap11 = 8;
} else if (_root.airstrike1 == true) {
_root.weap11 = 9;
}
} else if (_root.weapno == 6) {
if (_root.bazooka1 == true) {
_root.weap11 = 7;
} else if (_root.grenade1 == true) {
_root.weap11 = 8;
} else if (_root.airstrike1 == true) {
_root.weap11 = 9;
}
} else if (_root.weapno == 7) {
if (_root.grenade1 == true) {
_root.weap11 = 8;
} else if (_root.airstrike1 == true) {
_root.weap11 = 9;
}
} else if (_root.weapno == 8) {
if (_root.airstrike1 == true) {
_root.weap11 = 9;
}
}
}
if (Key.isDown(69)) {
if (_root.weapno == 9) {
if (_root.grenade1 == true) {
_root.weap11 = 8;
} else if (_root.bazooka1 == true) {
_root.weap11 = 7;
} else if (_root.m41 == true) {
_root.weap11 = 6;
} else if (_root.shotgun1 == true) {
_root.weap11 = 5;
} else if (_root.dualuzis1 == true) {
_root.weap11 = 4;
} else if (_root.uzi1 == true) {
_root.weap11 = 3;
} else if (_root.dualpistols1 == true) {
_root.weap11 = 2;
} else if (_root.pistol1 == true) {
_root.weap11 = 1;
}
} else if (_root.weapno == 8) {
if (_root.bazooka1 == true) {
_root.weap11 = 7;
} else if (_root.m41 == true) {
_root.weap11 = 6;
} else if (_root.shotgun1 == true) {
_root.weap11 = 5;
} else if (_root.dualuzis1 == true) {
_root.weap11 = 4;
} else if (_root.uzi1 == true) {
_root.weap11 = 3;
} else if (_root.dualpistols1 == true) {
_root.weap11 = 2;
} else if (_root.pistol1 == true) {
_root.weap11 = 1;
}
} else if (_root.weapno == 7) {
if (_root.m41 == true) {
_root.weap11 = 6;
} else if (_root.shotgun1 == true) {
_root.weap11 = 5;
} else if (_root.dualuzis1 == true) {
_root.weap11 = 4;
} else if (_root.uzi1 == true) {
_root.weap11 = 3;
} else if (_root.dualpistols1 == true) {
_root.weap11 = 2;
} else if (_root.pistol1 == true) {
_root.weap11 = 1;
}
} else if (_root.weapno == 6) {
if (_root.shotgun1 == true) {
_root.weap11 = 5;
} else if (_root.dualuzis1 == true) {
_root.weap11 = 4;
} else if (_root.uzi1 == true) {
_root.weap11 = 3;
} else if (_root.dualpistols1 == true) {
_root.weap11 = 2;
} else if (_root.pistol1 == true) {
_root.weap11 = 1;
}
} else if (_root.weapno == 5) {
if (_root.dualuzis1 == true) {
_root.weap11 = 4;
} else if (_root.uzi1 == true) {
_root.weap11 = 3;
} else if (_root.dualpistols1 == true) {
_root.weap11 = 2;
} else if (_root.pistol1 == true) {
_root.weap11 = 1;
}
} else if (_root.weapno == 4) {
if (_root.uzi1 == true) {
_root.weap11 = 3;
} else if (_root.dualpistols1 == true) {
_root.weap11 = 2;
} else if (_root.pistol1 == true) {
_root.weap11 = 1;
}
} else if (_root.weapno == 3) {
if (_root.dualpistols1 == true) {
_root.weap11 = 2;
} else if (_root.pistol1 == true) {
_root.weap11 = 1;
}
} else if (_root.weapno == 2) {
_root.weap11 = 1;
}
}
}
if (Key.isDown(69) || (Key.isDown(84))) {
_root.pressing = true;
} else {
_root.pressing = false;
}
}
Instance of Symbol 2749 MovieClip "events" in Frame 15
onClipEvent (enterFrame) {
if (_root.frosthouse > _root.maxhouse) {
_root.frosthouse = _root.maxhouse;
}
if (_root.i > 10) {
_root.i = 1;
}
Math.round(_root.overallscore);
Math.round(_root.money);
_root.statboost = 1;
_root.speedboost = 1;
if (_root.levelno > 20) {
_root.statboost = 1.25;
_root.speedboost = 1.2;
} else if (_root.levelno >= 30) {
_root.statboost = 1.5;
_root.speedboost = 1.3;
} else if (_root.levelno >= 40) {
_root.statboost = 2;
_root.speedboost = 1.4;
} else if (_root.levelno >= 42) {
_root.statboost = 2.1;
} else if (_root.levelno >= 44) {
_root.statboost = 2.2;
} else if (_root.levelno >= 46) {
_root.statboost = 2.3;
} else if (_root.levelno >= 48) {
_root.statboost = 2.4;
} else if (_root.levelno >= 50) {
_root.statboost = 1.5;
}
}
Instance of Symbol 901 MovieClip "core" in Frame 15
onClipEvent (enterFrame) {
if (!_root.housedead) {
if (_root.bunnysonscreen <= 0) {
_root.bunnysonscreen = 0;
}
_root.weaponbox.score.score = "\u00A3" + _root.money;
if (_root.multiplyer == 0) {
_root.multiplying = 1;
}
if (_root.multiplyer == 4) {
_root.multiplying = 2;
}
if (_root.multiplyer == 8) {
_root.multiplying = 3;
}
_root.weaponbox.multiplyer.multiplyer = "x" + _root.multiplying;
if (_root.scoreproc != 0) {
_root.overallscore = _root.overallscore + (_root.scoreproc * _root.multiplying);
_root.score = _root.score + (_root.scoreproc * _root.multiplying);
_root.money = _root.money + (_root.scoreproc * _root.multiplying);
_root.roundmoney = _root.roundmoney + (_root.scoreproc * _root.multiplying);
_root.scoreflash = _root.scoreproc * _root.multiplying;
_root.scoreproc = 0;
randomness = random(4);
if (randomness == 0) {
waittimer = 10;
}
}
waittimer = waittimer - 1;
if (_root.soundplaying == false) {
if (waittimer == 0) {
gotoAndPlay((40 * random(14)) + 2);
_root.soundplaying = true;
}
}
}
_root.xmouse = _root._xmouse;
if ((_root._xmouse < 377) and (_root._xmouse > 43)) {
_root.mousepercent = 1 - ((((_xmouse / 410) * 100) - 15.3) / 100);
}
if (_root._xmouse >= 377) {
_root.mousepercent = 0.004;
}
if (_root._xmouse <= 43) {
_root.mousepercent = 0.826;
}
}
Instance of Symbol 934 MovieClip in Frame 16
onClipEvent (enterFrame) {
_root.cursortype = 1;
}
Frame 17
unlockextras = true;
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound1";
name1 = "SOUND 1";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound2";
name1 = "SOUND 2";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound3";
name1 = "SOUND 3";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound4";
name1 = "SOUND 4";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound5";
name1 = "SOUND 5";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound6";
name1 = "SOUND 6";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound7";
name1 = "SOUND 7";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound8";
name1 = "SOUND 8";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound9";
name1 = "SOUND 9";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound10";
name1 = "SOUND 10";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound11";
name1 = "SOUND 11";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound12";
name1 = "SOUND 12";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound13";
name1 = "SOUND 13";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound14";
name1 = "SOUND 14";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound15";
name1 = "SOUND 15";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound16";
name1 = "SOUND 16";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound17";
name1 = "SOUND 17";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound18";
name1 = "SOUND 18";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound19";
name1 = "SOUND 19";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound20";
name1 = "SOUND 20";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound21";
name1 = "SOUND 21";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound22";
name1 = "SOUND 22";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound23";
name1 = "SOUND 23";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound24";
name1 = "SOUND 24";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound25";
name1 = "SOUND 25";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound26";
name1 = "SOUND 26";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound27";
name1 = "SOUND 27";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound28";
name1 = "SOUND 28";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound29";
name1 = "SOUND 29";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound30";
name1 = "SOUND 30";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound31";
name1 = "SOUND 31";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound32";
name1 = "SOUND 32";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound33";
name1 = "SOUND 33";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound34";
name1 = "SOUND 34";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound35";
name1 = "SOUND 35";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound36";
name1 = "SOUND 36";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound37";
name1 = "SOUND 37";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound38";
name1 = "SOUND 38";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound39";
name1 = "SOUND 39";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound40";
name1 = "SOUND 40";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound41";
name1 = "SOUND 41";
}
Instance of Symbol 2757 MovieClip in Frame 18
onClipEvent (load) {
gunname = "sound42";
name1 = "SOUND 42";
}
Instance of Symbol 2764 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (_root.soundplay == true) {
if (_root.buyingdescription == "sound1") {
gotoAndStop (2);
}
if (_root.buyingdescription == "sound2") {
gotoAndStop (3);
}
if (_root.buyingdescription == "sound3") {
gotoAndStop (4);
}
if (_root.buyingdescription == "sound4") {
gotoAndStop (5);
}
if (_root.buyingdescription == "sound5") {
gotoAndStop (6);
}
if (_root.buyingdescription == "sound6") {
gotoAndStop (7);
}
if (_root.buyingdescription == "sound7") {
gotoAndStop (8);
}
if (_root.buyingdescription == "sound8") {
gotoAndStop (9);
}
if (_root.buyingdescription == "sound9") {
gotoAndStop (10);
}
if (_root.buyingdescription == "sound10") {
gotoAndStop (11);
}
if (_root.buyingdescription == "sound11") {
gotoAndStop (12);
}
if (_root.buyingdescription == "sound12") {
gotoAndStop (13);
}
if (_root.buyingdescription == "sound13") {
gotoAndStop (14);
}
if (_root.buyingdescription == "sound14") {
gotoAndStop (15);
}
if (_root.buyingdescription == "sound15") {
gotoAndStop (16);
}
if (_root.buyingdescription == "sound16") {
gotoAndStop (17);
}
if (_root.buyingdescription == "sound17") {
gotoAndStop (18);
}
if (_root.buyingdescription == "sound18") {
gotoAndStop (19);
}
if (_root.buyingdescription == "sound19") {
gotoAndStop (20);
}
if (_root.buyingdescription == "sound20") {
gotoAndStop (21);
}
if (_root.buyingdescription == "sound21") {
gotoAndStop (22);
}
if (_root.buyingdescription == "sound22") {
gotoAndStop (23);
}
if (_root.buyingdescription == "sound23") {
gotoAndStop (24);
}
if (_root.buyingdescription == "sound24") {
gotoAndStop (25);
}
if (_root.buyingdescription == "sound25") {
gotoAndStop (26);
}
if (_root.buyingdescription == "sound26") {
gotoAndStop (27);
}
if (_root.buyingdescription == "sound27") {
gotoAndStop (28);
}
if (_root.buyingdescription == "sound28") {
gotoAndStop (29);
}
if (_root.buyingdescription == "sound29") {
gotoAndStop (30);
}
if (_root.buyingdescription == "sound30") {
gotoAndStop (31);
}
if (_root.buyingdescription == "sound31") {
gotoAndStop (32);
}
if (_root.buyingdescription == "sound32") {
gotoAndStop (33);
}
if (_root.buyingdescription == "sound33") {
gotoAndStop (34);
}
if (_root.buyingdescription == "sound34") {
gotoAndStop (35);
}
if (_root.buyingdescription == "sound35") {
gotoAndStop (36);
}
if (_root.buyingdescription == "sound36") {
gotoAndStop (37);
}
if (_root.buyingdescription == "sound37") {
gotoAndStop (38);
}
if (_root.buyingdescription == "sound38") {
gotoAndStop (39);
}
if (_root.buyingdescription == "sound39") {
gotoAndStop (40);
}
if (_root.buyingdescription == "sound40") {
gotoAndStop (41);
}
if (_root.buyingdescription == "sound41") {
gotoAndStop (42);
}
if (_root.buyingdescription == "sound42") {
gotoAndStop (43);
}
_root.soundplay = false;
}
}
Instance of Symbol 2748 MovieClip in Frame 19
onClipEvent (load) {
if (_root.shoes == 5) {
gotoAndStop (1);
}
if (_root.shoes == 3) {
gotoAndStop (2);
}
if (_root.shoes == 2) {
gotoAndStop (3);
}
if (_root.shoes == 10) {
gotoAndStop (4);
}
if (_root.shoes == 1) {
gotoAndStop (5);
}
}
onClipEvent (enterFrame) {
if (_root.shoes == 5) {
gotoAndStop (1);
}
if (_root.shoes == 3) {
gotoAndStop (2);
}
if (_root.shoes == 2) {
gotoAndStop (3);
}
if (_root.shoes == 10) {
gotoAndStop (4);
}
if (_root.shoes == 1) {
gotoAndStop (5);
}
}
Instance of Symbol 1053 MovieClip in Frame 19
onClipEvent (load) {
if (_root.greenbloodsplatoptions == true) {
gotoAndStop (1);
}
if (_root.greenbloodsplatoptions == false) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_root.greenbloodsplatoptions == true) {
gotoAndStop (1);
}
if (_root.greenbloodsplatoptions == false) {
gotoAndStop (2);
}
}
Symbol 57 MovieClip Frame 1
stop();
Symbol 68 MovieClip Frame 1
stop();
Symbol 79 MovieClip Frame 1
stop();
Symbol 90 MovieClip Frame 1
stop();
Symbol 101 MovieClip Frame 1
stop();
Symbol 112 MovieClip Frame 1
stop();
Symbol 123 MovieClip Frame 1
stop();
Symbol 134 MovieClip Frame 1
stop();
Symbol 145 MovieClip Frame 1
stop();
Symbol 146 MovieClip Frame 1
stop();
Instance of Symbol 68 MovieClip in Symbol 146 MovieClip Frame 1
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 79 MovieClip in Symbol 146 MovieClip Frame 2
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 90 MovieClip in Symbol 146 MovieClip Frame 3
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 101 MovieClip in Symbol 146 MovieClip Frame 4
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 112 MovieClip in Symbol 146 MovieClip Frame 5
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 123 MovieClip in Symbol 146 MovieClip Frame 6
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 134 MovieClip in Symbol 146 MovieClip Frame 7
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 145 MovieClip in Symbol 146 MovieClip Frame 8
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Symbol 156 MovieClip Frame 1
stop();
Symbol 162 MovieClip Frame 1
stop();
Symbol 163 MovieClip Frame 1
stop();
Instance of Symbol 156 MovieClip in Symbol 163 MovieClip Frame 1
onClipEvent (load) {
if (_root.tiecol == 1) {
gotoAndStop (1);
}
if (_root.tiecol == 2) {
gotoAndStop (2);
}
if (_root.tiecol == 3) {
gotoAndStop (3);
}
if (_root.tiecol == 4) {
gotoAndStop (4);
}
if (_root.tiecol == 5) {
gotoAndStop (5);
}
if (_root.tiecol == 6) {
gotoAndStop (6);
}
if (_root.tiecol == 7) {
gotoAndStop (7);
}
if (_root.tiecol == 8) {
gotoAndStop (8);
}
if (_root.tiecol == 9) {
gotoAndStop (9);
}
if (_root.tiecol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 162 MovieClip in Symbol 163 MovieClip Frame 2
onClipEvent (load) {
if (_root.tiecol == 1) {
gotoAndStop (1);
}
if (_root.tiecol == 2) {
gotoAndStop (2);
}
if (_root.tiecol == 3) {
gotoAndStop (3);
}
if (_root.tiecol == 4) {
gotoAndStop (4);
}
if (_root.tiecol == 5) {
gotoAndStop (5);
}
if (_root.tiecol == 6) {
gotoAndStop (6);
}
if (_root.tiecol == 7) {
gotoAndStop (7);
}
if (_root.tiecol == 8) {
gotoAndStop (8);
}
if (_root.tiecol == 9) {
gotoAndStop (9);
}
if (_root.tiecol == 10) {
gotoAndStop (10);
}
}
Symbol 174 MovieClip Frame 1
stop();
Symbol 186 MovieClip Frame 1
stop();
Symbol 197 MovieClip Frame 1
stop();
Symbol 209 MovieClip Frame 1
stop();
Symbol 213 MovieClip Frame 1
stop();
Symbol 225 MovieClip Frame 1
stop();
Symbol 226 MovieClip Frame 1
stop();
Instance of Symbol 186 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 197 MovieClip in Symbol 226 MovieClip Frame 2
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 209 MovieClip in Symbol 226 MovieClip Frame 3
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 213 MovieClip in Symbol 226 MovieClip Frame 4
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 197 MovieClip in Symbol 226 MovieClip Frame 5
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 225 MovieClip in Symbol 226 MovieClip Frame 6
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Symbol 237 MovieClip Frame 1
stop();
Symbol 248 MovieClip Frame 1
stop();
Symbol 259 MovieClip Frame 1
stop();
Symbol 270 MovieClip Frame 1
stop();
Symbol 281 MovieClip Frame 1
stop();
Symbol 292 MovieClip Frame 1
stop();
Symbol 293 MovieClip Frame 1
stop();
Instance of Symbol 248 MovieClip in Symbol 293 MovieClip Frame 1
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 259 MovieClip in Symbol 293 MovieClip Frame 2
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 270 MovieClip in Symbol 293 MovieClip Frame 3
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Symbol 293 MovieClip Frame 4
stop();
Instance of Symbol 281 MovieClip in Symbol 293 MovieClip Frame 4
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 292 MovieClip in Symbol 293 MovieClip Frame 5
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Symbol 304 MovieClip Frame 1
stop();
Symbol 314 MovieClip Frame 1
stop();
Symbol 325 MovieClip Frame 1
stop();
Symbol 336 MovieClip Frame 1
stop();
Symbol 347 MovieClip Frame 1
stop();
Symbol 358 MovieClip Frame 1
stop();
Symbol 359 MovieClip Frame 1
stop();
Instance of Symbol 325 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 336 MovieClip in Symbol 359 MovieClip Frame 2
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 347 MovieClip in Symbol 359 MovieClip Frame 3
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 358 MovieClip in Symbol 359 MovieClip Frame 4
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Symbol 371 MovieClip Frame 1
stop();
Symbol 382 MovieClip Frame 1
stop();
Symbol 393 MovieClip Frame 1
stop();
Symbol 404 MovieClip Frame 1
stop();
Symbol 415 MovieClip Frame 1
stop();
Symbol 426 MovieClip Frame 1
stop();
Symbol 437 MovieClip Frame 1
stop();
Symbol 448 MovieClip Frame 1
stop();
Symbol 459 MovieClip Frame 1
stop();
Symbol 470 MovieClip Frame 1
stop();
Symbol 471 MovieClip Frame 1
stop();
Instance of Symbol 382 MovieClip in Symbol 471 MovieClip Frame 1
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 393 MovieClip in Symbol 471 MovieClip Frame 2
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 404 MovieClip in Symbol 471 MovieClip Frame 3
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 415 MovieClip in Symbol 471 MovieClip Frame 4
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 426 MovieClip in Symbol 471 MovieClip Frame 5
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 437 MovieClip in Symbol 471 MovieClip Frame 6
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 448 MovieClip in Symbol 471 MovieClip Frame 7
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 459 MovieClip in Symbol 471 MovieClip Frame 8
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 470 MovieClip in Symbol 471 MovieClip Frame 9
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Symbol 483 MovieClip Frame 1
stop();
Symbol 495 MovieClip Frame 1
stop();
Symbol 496 MovieClip Frame 1
stop();
Symbol 507 MovieClip Frame 1
stop();
Symbol 519 MovieClip Frame 1
stop();
Symbol 532 MovieClip Frame 1
stop();
Symbol 544 MovieClip Frame 1
stop();
Symbol 556 MovieClip Frame 1
stop();
Symbol 557 MovieClip Frame 1
stop();
Instance of Symbol 507 MovieClip in Symbol 557 MovieClip Frame 1
onClipEvent (load) {
if (_root.eyescol == 1) {
gotoAndStop (1);
}
if (_root.eyescol == 2) {
gotoAndStop (2);
}
if (_root.eyescol == 3) {
gotoAndStop (3);
}
if (_root.eyescol == 4) {
gotoAndStop (4);
}
if (_root.eyescol == 5) {
gotoAndStop (5);
}
if (_root.eyescol == 6) {
gotoAndStop (6);
}
if (_root.eyescol == 7) {
gotoAndStop (7);
}
if (_root.eyescol == 8) {
gotoAndStop (8);
}
if (_root.eyescol == 9) {
gotoAndStop (9);
}
if (_root.eyescol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 519 MovieClip in Symbol 557 MovieClip Frame 2
onClipEvent (load) {
if (_root.eyescol == 1) {
gotoAndStop (1);
}
if (_root.eyescol == 2) {
gotoAndStop (2);
}
if (_root.eyescol == 3) {
gotoAndStop (3);
}
if (_root.eyescol == 4) {
gotoAndStop (4);
}
if (_root.eyescol == 5) {
gotoAndStop (5);
}
if (_root.eyescol == 6) {
gotoAndStop (6);
}
if (_root.eyescol == 7) {
gotoAndStop (7);
}
if (_root.eyescol == 8) {
gotoAndStop (8);
}
if (_root.eyescol == 9) {
gotoAndStop (9);
}
if (_root.eyescol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 532 MovieClip in Symbol 557 MovieClip Frame 3
onClipEvent (load) {
if (_root.eyescol == 1) {
gotoAndStop (1);
}
if (_root.eyescol == 2) {
gotoAndStop (2);
}
if (_root.eyescol == 3) {
gotoAndStop (3);
}
if (_root.eyescol == 4) {
gotoAndStop (4);
}
if (_root.eyescol == 5) {
gotoAndStop (5);
}
if (_root.eyescol == 6) {
gotoAndStop (6);
}
if (_root.eyescol == 7) {
gotoAndStop (7);
}
if (_root.eyescol == 8) {
gotoAndStop (8);
}
if (_root.eyescol == 9) {
gotoAndStop (9);
}
if (_root.eyescol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 544 MovieClip in Symbol 557 MovieClip Frame 4
onClipEvent (load) {
if (_root.eyescol == 1) {
gotoAndStop (1);
}
if (_root.eyescol == 2) {
gotoAndStop (2);
}
if (_root.eyescol == 3) {
gotoAndStop (3);
}
if (_root.eyescol == 4) {
gotoAndStop (4);
}
if (_root.eyescol == 5) {
gotoAndStop (5);
}
if (_root.eyescol == 6) {
gotoAndStop (6);
}
if (_root.eyescol == 7) {
gotoAndStop (7);
}
if (_root.eyescol == 8) {
gotoAndStop (8);
}
if (_root.eyescol == 9) {
gotoAndStop (9);
}
if (_root.eyescol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 556 MovieClip in Symbol 557 MovieClip Frame 5
onClipEvent (load) {
if (_root.eyescol == 1) {
gotoAndStop (1);
}
if (_root.eyescol == 2) {
gotoAndStop (2);
}
if (_root.eyescol == 3) {
gotoAndStop (3);
}
if (_root.eyescol == 4) {
gotoAndStop (4);
}
if (_root.eyescol == 5) {
gotoAndStop (5);
}
if (_root.eyescol == 6) {
gotoAndStop (6);
}
if (_root.eyescol == 7) {
gotoAndStop (7);
}
if (_root.eyescol == 8) {
gotoAndStop (8);
}
if (_root.eyescol == 9) {
gotoAndStop (9);
}
if (_root.eyescol == 10) {
gotoAndStop (10);
}
}
Symbol 568 MovieClip Frame 1
stop();
Symbol 579 MovieClip Frame 1
stop();
Symbol 590 MovieClip Frame 1
stop();
Symbol 601 MovieClip Frame 1
stop();
Symbol 612 MovieClip Frame 1
stop();
Symbol 623 MovieClip Frame 1
stop();
Symbol 634 MovieClip Frame 1
stop();
Symbol 645 MovieClip Frame 1
stop();
Symbol 656 MovieClip Frame 1
stop();
Symbol 668 MovieClip Frame 1
stop();
Symbol 679 MovieClip Frame 1
stop();
Symbol 690 MovieClip Frame 1
stop();
Symbol 701 MovieClip Frame 1
stop();
Symbol 712 MovieClip Frame 1
stop();
Symbol 723 MovieClip Frame 1
stop();
Symbol 724 MovieClip Frame 1
stop();
Instance of Symbol 568 MovieClip "black" in Symbol 724 MovieClip Frame 1
onClipEvent (load) {
if (_root.haircol == 1) {
gotoAndStop (1);
}
if (_root.haircol == 2) {
gotoAndStop (2);
}
if (_root.haircol == 3) {
gotoAndStop (3);
}
if (_root.haircol == 4) {
gotoAndStop (4);
}
if (_root.haircol == 5) {
gotoAndStop (5);
}
if (_root.haircol == 6) {
gotoAndStop (6);
}
if (_root.haircol == 7) {
gotoAndStop (7);
}
if (_root.haircol == 8) {
gotoAndStop (8);
}
if (_root.haircol == 9) {
gotoAndStop (9);
}
if (_root.haircol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 579 MovieClip "ginger" in Symbol 724 MovieClip Frame 2
onClipEvent (load) {
if (_root.haircol == 1) {
gotoAndStop (1);
}
if (_root.haircol == 2) {
gotoAndStop (2);
}
if (_root.haircol == 3) {
gotoAndStop (3);
}
if (_root.haircol == 4) {
gotoAndStop (4);
}
if (_root.haircol == 5) {
gotoAndStop (5);
}
if (_root.haircol == 6) {
gotoAndStop (6);
}
if (_root.haircol == 7) {
gotoAndStop (7);
}
if (_root.haircol == 8) {
gotoAndStop (8);
}
if (_root.haircol == 9) {
gotoAndStop (9);
}
if (_root.haircol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 590 MovieClip "ginger" in Symbol 724 MovieClip Frame 4
onClipEvent (load) {
if (_root.haircol == 1) {
gotoAndStop (1);
}
if (_root.haircol == 2) {
gotoAndStop (2);
}
if (_root.haircol == 3) {
gotoAndStop (3);
}
if (_root.haircol == 4) {
gotoAndStop (4);
}
if (_root.haircol == 5) {
gotoAndStop (5);
}
if (_root.haircol == 6) {
gotoAndStop (6);
}
if (_root.haircol == 7) {
gotoAndStop (7);
}
if (_root.haircol == 8) {
gotoAndStop (8);
}
if (_root.haircol == 9) {
gotoAndStop (9);
}
if (_root.haircol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 601 MovieClip "ginger" in Symbol 724 MovieClip Frame 5
onClipEvent (load) {
if (_root.haircol == 1) {
gotoAndStop (1);
}
if (_root.haircol == 2) {
gotoAndStop (2);
}
if (_root.haircol == 3) {
gotoAndStop (3);
}
if (_root.haircol == 4) {
gotoAndStop (4);
}
if (_root.haircol == 5) {
gotoAndStop (5);
}
if (_root.haircol == 6) {
gotoAndStop (6);
}
if (_root.haircol == 7) {
gotoAndStop (7);
}
if (_root.haircol == 8) {
gotoAndStop (8);
}
if (_root.haircol == 9) {
gotoAndStop (9);
}
if (_root.haircol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 612 MovieClip "ginger" in Symbol 724 MovieClip Frame 6
onClipEvent (load) {
if (_root.haircol == 1) {
gotoAndStop (1);
}
if (_root.haircol == 2) {
gotoAndStop (2);
}
if (_root.haircol == 3) {
gotoAndStop (3);
}
if (_root.haircol == 4) {
gotoAndStop (4);
}
if (_root.haircol == 5) {
gotoAndStop (5);
}
if (_root.haircol == 6) {
gotoAndStop (6);
}
if (_root.haircol == 7) {
gotoAndStop (7);
}
if (_root.haircol == 8) {
gotoAndStop (8);
}
if (_root.haircol == 9) {
gotoAndStop (9);
}
if (_root.haircol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 623 MovieClip "ginger" in Symbol 724 MovieClip Frame 7
onClipEvent (load) {
if (_root.haircol == 1) {
gotoAndStop (1);
}
if (_root.haircol == 2) {
gotoAndStop (2);
}
if (_root.haircol == 3) {
gotoAndStop (3);
}
if (_root.haircol == 4) {
gotoAndStop (4);
}
if (_root.haircol == 5) {
gotoAndStop (5);
}
if (_root.haircol == 6) {
gotoAndStop (6);
}
if (_root.haircol == 7) {
gotoAndStop (7);
}
if (_root.haircol == 8) {
gotoAndStop (8);
}
if (_root.haircol == 9) {
gotoAndStop (9);
}
if (_root.haircol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 634 MovieClip "ginger" in Symbol 724 MovieClip Frame 8
onClipEvent (load) {
if (_root.haircol == 1) {
gotoAndStop (1);
}
if (_root.haircol == 2) {
gotoAndStop (2);
}
if (_root.haircol == 3) {
gotoAndStop (3);
}
if (_root.haircol == 4) {
gotoAndStop (4);
}
if (_root.haircol == 5) {
gotoAndStop (5);
}
if (_root.haircol == 6) {
gotoAndStop (6);
}
if (_root.haircol == 7) {
gotoAndStop (7);
}
if (_root.haircol == 8) {
gotoAndStop (8);
}
if (_root.haircol == 9) {
gotoAndStop (9);
}
if (_root.haircol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 645 MovieClip "ginger" in Symbol 724 MovieClip Frame 9
onClipEvent (load) {
if (_root.haircol == 1) {
gotoAndStop (1);
}
if (_root.haircol == 2) {
gotoAndStop (2);
}
if (_root.haircol == 3) {
gotoAndStop (3);
}
if (_root.haircol == 4) {
gotoAndStop (4);
}
if (_root.haircol == 5) {
gotoAndStop (5);
}
if (_root.haircol == 6) {
gotoAndStop (6);
}
if (_root.haircol == 7) {
gotoAndStop (7);
}
if (_root.haircol == 8) {
gotoAndStop (8);
}
if (_root.haircol == 9) {
gotoAndStop (9);
}
if (_root.haircol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 656 MovieClip "ginger" in Symbol 724 MovieClip Frame 10
onClipEvent (load) {
if (_root.haircol == 1) {
gotoAndStop (1);
}
if (_root.haircol == 2) {
gotoAndStop (2);
}
if (_root.haircol == 3) {
gotoAndStop (3);
}
if (_root.haircol == 4) {
gotoAndStop (4);
}
if (_root.haircol == 5) {
gotoAndStop (5);
}
if (_root.haircol == 6) {
gotoAndStop (6);
}
if (_root.haircol == 7) {
gotoAndStop (7);
}
if (_root.haircol == 8) {
gotoAndStop (8);
}
if (_root.haircol == 9) {
gotoAndStop (9);
}
if (_root.haircol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 668 MovieClip in Symbol 724 MovieClip Frame 11
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 679 MovieClip "ginger" in Symbol 724 MovieClip Frame 12
onClipEvent (load) {
if (_root.haircol == 1) {
gotoAndStop (1);
}
if (_root.haircol == 2) {
gotoAndStop (2);
}
if (_root.haircol == 3) {
gotoAndStop (3);
}
if (_root.haircol == 4) {
gotoAndStop (4);
}
if (_root.haircol == 5) {
gotoAndStop (5);
}
if (_root.haircol == 6) {
gotoAndStop (6);
}
if (_root.haircol == 7) {
gotoAndStop (7);
}
if (_root.haircol == 8) {
gotoAndStop (8);
}
if (_root.haircol == 9) {
gotoAndStop (9);
}
if (_root.haircol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 690 MovieClip "ginger" in Symbol 724 MovieClip Frame 13
onClipEvent (load) {
if (_root.haircol == 1) {
gotoAndStop (1);
}
if (_root.haircol == 2) {
gotoAndStop (2);
}
if (_root.haircol == 3) {
gotoAndStop (3);
}
if (_root.haircol == 4) {
gotoAndStop (4);
}
if (_root.haircol == 5) {
gotoAndStop (5);
}
if (_root.haircol == 6) {
gotoAndStop (6);
}
if (_root.haircol == 7) {
gotoAndStop (7);
}
if (_root.haircol == 8) {
gotoAndStop (8);
}
if (_root.haircol == 9) {
gotoAndStop (9);
}
if (_root.haircol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 701 MovieClip "ginger" in Symbol 724 MovieClip Frame 14
onClipEvent (load) {
if (_root.haircol == 1) {
gotoAndStop (1);
}
if (_root.haircol == 2) {
gotoAndStop (2);
}
if (_root.haircol == 3) {
gotoAndStop (3);
}
if (_root.haircol == 4) {
gotoAndStop (4);
}
if (_root.haircol == 5) {
gotoAndStop (5);
}
if (_root.haircol == 6) {
gotoAndStop (6);
}
if (_root.haircol == 7) {
gotoAndStop (7);
}
if (_root.haircol == 8) {
gotoAndStop (8);
}
if (_root.haircol == 9) {
gotoAndStop (9);
}
if (_root.haircol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 712 MovieClip "ginger" in Symbol 724 MovieClip Frame 15
onClipEvent (load) {
if (_root.haircol == 1) {
gotoAndStop (1);
}
if (_root.haircol == 2) {
gotoAndStop (2);
}
if (_root.haircol == 3) {
gotoAndStop (3);
}
if (_root.haircol == 4) {
gotoAndStop (4);
}
if (_root.haircol == 5) {
gotoAndStop (5);
}
if (_root.haircol == 6) {
gotoAndStop (6);
}
if (_root.haircol == 7) {
gotoAndStop (7);
}
if (_root.haircol == 8) {
gotoAndStop (8);
}
if (_root.haircol == 9) {
gotoAndStop (9);
}
if (_root.haircol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 723 MovieClip "ginger" in Symbol 724 MovieClip Frame 16
onClipEvent (load) {
if (_root.haircol == 1) {
gotoAndStop (1);
}
if (_root.haircol == 2) {
gotoAndStop (2);
}
if (_root.haircol == 3) {
gotoAndStop (3);
}
if (_root.haircol == 4) {
gotoAndStop (4);
}
if (_root.haircol == 5) {
gotoAndStop (5);
}
if (_root.haircol == 6) {
gotoAndStop (6);
}
if (_root.haircol == 7) {
gotoAndStop (7);
}
if (_root.haircol == 8) {
gotoAndStop (8);
}
if (_root.haircol == 9) {
gotoAndStop (9);
}
if (_root.haircol == 10) {
gotoAndStop (10);
}
}
Symbol 737 MovieClip Frame 1
stop();
Symbol 748 MovieClip Frame 1
stop();
Symbol 749 MovieClip Frame 1
stop();
Instance of Symbol 737 MovieClip in Symbol 749 MovieClip Frame 1
onClipEvent (load) {
if (_root.tiecol == 1) {
gotoAndStop (1);
}
if (_root.tiecol == 2) {
gotoAndStop (2);
}
if (_root.tiecol == 3) {
gotoAndStop (3);
}
if (_root.tiecol == 4) {
gotoAndStop (4);
}
if (_root.tiecol == 5) {
gotoAndStop (5);
}
if (_root.tiecol == 6) {
gotoAndStop (6);
}
if (_root.tiecol == 7) {
gotoAndStop (7);
}
if (_root.tiecol == 8) {
gotoAndStop (8);
}
if (_root.tiecol == 9) {
gotoAndStop (9);
}
if (_root.tiecol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 748 MovieClip in Symbol 749 MovieClip Frame 2
onClipEvent (load) {
if (_root.tiecol == 1) {
gotoAndStop (1);
}
if (_root.tiecol == 2) {
gotoAndStop (2);
}
if (_root.tiecol == 3) {
gotoAndStop (3);
}
if (_root.tiecol == 4) {
gotoAndStop (4);
}
if (_root.tiecol == 5) {
gotoAndStop (5);
}
if (_root.tiecol == 6) {
gotoAndStop (6);
}
if (_root.tiecol == 7) {
gotoAndStop (7);
}
if (_root.tiecol == 8) {
gotoAndStop (8);
}
if (_root.tiecol == 9) {
gotoAndStop (9);
}
if (_root.tiecol == 10) {
gotoAndStop (10);
}
}
Symbol 760 MovieClip Frame 1
stop();
Symbol 771 MovieClip Frame 1
stop();
Symbol 782 MovieClip Frame 1
stop();
Symbol 793 MovieClip Frame 1
stop();
Symbol 803 MovieClip Frame 1
stop();
Symbol 814 MovieClip Frame 1
stop();
Symbol 825 MovieClip Frame 1
stop();
Symbol 826 MovieClip Frame 1
stop();
Instance of Symbol 771 MovieClip in Symbol 826 MovieClip Frame 1
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 782 MovieClip in Symbol 826 MovieClip Frame 2
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 793 MovieClip in Symbol 826 MovieClip Frame 3
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Symbol 826 MovieClip Frame 4
stop();
Instance of Symbol 803 MovieClip in Symbol 826 MovieClip Frame 4
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 793 MovieClip in Symbol 826 MovieClip Frame 5
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 814 MovieClip in Symbol 826 MovieClip Frame 6
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 825 MovieClip in Symbol 826 MovieClip Frame 7
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Symbol 837 MovieClip Frame 1
stop();
Symbol 848 MovieClip Frame 1
stop();
Symbol 859 MovieClip Frame 1
stop();
Symbol 870 MovieClip Frame 1
stop();
Symbol 881 MovieClip Frame 1
stop();
Symbol 882 MovieClip Frame 1
stop();
Instance of Symbol 848 MovieClip in Symbol 882 MovieClip Frame 1
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 859 MovieClip in Symbol 882 MovieClip Frame 2
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 870 MovieClip in Symbol 882 MovieClip Frame 4
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 881 MovieClip in Symbol 882 MovieClip Frame 6
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 859 MovieClip in Symbol 882 MovieClip Frame 7
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 57 MovieClip in Symbol 883 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 146 MovieClip in Symbol 883 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 163 MovieClip in Symbol 883 MovieClip Frame 1
onClipEvent (load) {
if (_root.tie == 1) {
gotoAndStop (1);
}
if (_root.tie == 2) {
gotoAndStop (2);
}
if (_root.tie == 3) {
gotoAndStop (3);
}
if (_root.tie == 4) {
gotoAndStop (4);
}
if (_root.tie == 5) {
gotoAndStop (5);
}
if (_root.tie == 6) {
gotoAndStop (6);
}
if (_root.tie == 7) {
gotoAndStop (7);
}
if (_root.tie == 8) {
gotoAndStop (8);
}
if (_root.tie == 9) {
gotoAndStop (9);
}
if (_root.tie == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 174 MovieClip in Symbol 883 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 226 MovieClip in Symbol 883 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 237 MovieClip in Symbol 883 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 293 MovieClip in Symbol 883 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 237 MovieClip in Symbol 883 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 293 MovieClip in Symbol 883 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 304 MovieClip in Symbol 883 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 314 MovieClip in Symbol 883 MovieClip Frame 1
onClipEvent (load) {
if (_root.shoes == 1) {
gotoAndStop (1);
}
if (_root.shoes == 2) {
gotoAndStop (2);
}
if (_root.shoes == 3) {
gotoAndStop (3);
}
if (_root.shoes == 4) {
gotoAndStop (4);
}
if (_root.shoes == 5) {
gotoAndStop (5);
}
if (_root.shoes == 6) {
gotoAndStop (6);
}
if (_root.shoes == 7) {
gotoAndStop (7);
}
if (_root.shoes == 8) {
gotoAndStop (8);
}
if (_root.shoes == 9) {
gotoAndStop (9);
}
if (_root.shoes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 359 MovieClip in Symbol 883 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 304 MovieClip in Symbol 883 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 314 MovieClip in Symbol 883 MovieClip Frame 1
onClipEvent (load) {
if (_root.shoes == 1) {
gotoAndStop (1);
}
if (_root.shoes == 2) {
gotoAndStop (2);
}
if (_root.shoes == 3) {
gotoAndStop (3);
}
if (_root.shoes == 4) {
gotoAndStop (4);
}
if (_root.shoes == 5) {
gotoAndStop (5);
}
if (_root.shoes == 6) {
gotoAndStop (6);
}
if (_root.shoes == 7) {
gotoAndStop (7);
}
if (_root.shoes == 8) {
gotoAndStop (8);
}
if (_root.shoes == 9) {
gotoAndStop (9);
}
if (_root.shoes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 359 MovieClip in Symbol 883 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 371 MovieClip in Symbol 883 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 471 MovieClip in Symbol 883 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 483 MovieClip in Symbol 883 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 496 MovieClip in Symbol 883 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 557 MovieClip in Symbol 883 MovieClip Frame 1
onClipEvent (load) {
if (_root.eyes == 1) {
gotoAndStop (1);
}
if (_root.eyes == 2) {
gotoAndStop (2);
}
if (_root.eyes == 3) {
gotoAndStop (3);
}
if (_root.eyes == 4) {
gotoAndStop (4);
}
if (_root.eyes == 5) {
gotoAndStop (5);
}
if (_root.eyes == 6) {
gotoAndStop (6);
}
if (_root.eyes == 7) {
gotoAndStop (7);
}
if (_root.eyes == 8) {
gotoAndStop (8);
}
if (_root.eyes == 9) {
gotoAndStop (9);
}
if (_root.eyes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 724 MovieClip in Symbol 883 MovieClip Frame 1
onClipEvent (load) {
if (_root.hair == 1) {
gotoAndStop (1);
}
if (_root.hair == 2) {
gotoAndStop (2);
}
if (_root.hair == 3) {
gotoAndStop (3);
}
if (_root.hair == 4) {
gotoAndStop (4);
}
if (_root.hair == 5) {
gotoAndStop (5);
}
if (_root.hair == 6) {
gotoAndStop (6);
}
if (_root.hair == 7) {
gotoAndStop (7);
}
if (_root.hair == 8) {
gotoAndStop (8);
}
if (_root.hair == 9) {
gotoAndStop (9);
}
if (_root.hair == 10) {
gotoAndStop (10);
}
if (_root.torso == 7) {
gotoAndStop (11);
}
if (_root.hair == 11) {
gotoAndStop (12);
}
if (_root.hair == 12) {
gotoAndStop (13);
}
if (_root.hair == 13) {
gotoAndStop (14);
}
if (_root.hair == 14) {
gotoAndStop (15);
}
if (_root.hair == 15) {
gotoAndStop (16);
}
}
Instance of Symbol 749 MovieClip in Symbol 883 MovieClip Frame 1
onClipEvent (load) {
if (_root.tie == 1) {
gotoAndStop (1);
}
if (_root.tie == 2) {
gotoAndStop (2);
}
if (_root.tie == 3) {
gotoAndStop (3);
}
if (_root.tie == 4) {
gotoAndStop (4);
}
if (_root.tie == 5) {
gotoAndStop (5);
}
if (_root.tie == 6) {
gotoAndStop (6);
}
if (_root.tie == 7) {
gotoAndStop (7);
}
if (_root.tie == 8) {
gotoAndStop (8);
}
if (_root.tie == 9) {
gotoAndStop (9);
}
if (_root.tie == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 760 MovieClip in Symbol 883 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 826 MovieClip in Symbol 883 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 760 MovieClip in Symbol 883 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 826 MovieClip in Symbol 883 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 837 MovieClip in Symbol 883 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 883 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 837 MovieClip in Symbol 883 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 883 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Symbol 901 MovieClip Frame 1
_root.soundplaying = false;
stop();
Symbol 901 MovieClip Frame 41
gotoAndStop (1);
Symbol 901 MovieClip Frame 81
gotoAndStop (1);
Symbol 901 MovieClip Frame 121
gotoAndStop (1);
Symbol 901 MovieClip Frame 161
gotoAndStop (1);
Symbol 901 MovieClip Frame 201
gotoAndStop (1);
Symbol 901 MovieClip Frame 241
gotoAndStop (1);
Symbol 901 MovieClip Frame 281
gotoAndStop (1);
Symbol 901 MovieClip Frame 321
gotoAndStop (1);
Symbol 901 MovieClip Frame 361
gotoAndStop (1);
Symbol 901 MovieClip Frame 401
gotoAndStop (1);
Symbol 901 MovieClip Frame 441
gotoAndStop (1);
Symbol 901 MovieClip Frame 481
gotoAndStop (1);
Symbol 901 MovieClip Frame 521
gotoAndStop (1);
Symbol 901 MovieClip Frame 561
gotoAndStop (1);
Symbol 916 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop ("loaded");
}
Symbol 916 MovieClip Frame 2
gotoAndPlay (1);
Symbol 916 MovieClip Frame 3
_root.gotoAndStop(2);
Symbol 932 MovieClip Frame 1
stop();
Symbol 936 MovieClip Frame 120
_root.gotoAndStop(3);
stop();
Symbol 943 MovieClip Frame 1
_root.stopAllSounds();
Symbol 943 MovieClip Frame 298
_root.gotoAndStop(5);
Symbol 974 Button
on (press) {
gotoAndStop (8);
}
Symbol 978 Button
on (press) {
gotoAndStop (6);
}
Symbol 982 Button
on (press) {
_root.gotoAndStop("extras");
}
Symbol 987 MovieClip Frame 12
if (_root.gaysong == 0) {
_root.arse = new Sound();
_root.arse.attachSound("bass2");
_root.arse.start(0, 1000);
_root.gaysong = 1;
}
Symbol 987 MovieClip Frame 23
stop();
Symbol 993 Button
on (press) {
_root.brightness = _root.brightness + 1;
}
Symbol 996 Button
on (press) {
_root.brightness = _root.brightness - 1;
}
Symbol 1012 MovieClip Frame 1
stop();
Symbol 1015 Button
on (press) {
_root.qualitypref = "high";
}
Symbol 1018 Button
on (press) {
_root.qualitypref = "medium";
}
Symbol 1021 Button
on (press) {
_root.qualitypref = "low";
}
Symbol 1023 Button
on (press) {
_root.volume1 = _root.volume1 + 10;
}
Symbol 1025 Button
on (press) {
_root.volume1 = _root.volume1 - 10;
}
Symbol 1035 MovieClip Frame 1
stop();
Symbol 1047 Button
on (press) {
_root.bloodsplatoptions = true;
}
Symbol 1050 Button
on (press) {
_root.bloodsplatoptions = false;
}
Symbol 1052 MovieClip Frame 1
stop();
Symbol 1053 MovieClip Frame 1
stop();
Symbol 1059 Button
on (press) {
gotoAndStop (5);
}
Symbol 1065 Button
on (press) {
nextFrame();
}
Symbol 1080 Button
on (press) {
gotoAndStop (8);
}
Symbol 1116 MovieClip Frame 1
stop();
Symbol 1121 MovieClip Frame 1
stop();
Symbol 1140 MovieClip Frame 1
stop();
Instance of Symbol 1140 MovieClip in Symbol 1141 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_root.multiplyer + 1);
}
Symbol 1147 Button
on (press) {
gotoAndStop (9);
}
Symbol 1155 Button
on (press) {
gotoAndStop (10);
}
Symbol 1166 Button
on (press) {
gotoAndStop (11);
}
Symbol 1174 Button
on (press) {
gotoAndStop (12);
}
Symbol 1182 Button
on (press) {
gotoAndStop (13);
}
Symbol 1190 MovieClip Frame 1
stop();
Symbol 1190 MovieClip Frame 720
gotoAndPlay (1);
Symbol 1247 MovieClip Frame 1
_root.maxhouse = 100;
stop();
Symbol 1247 MovieClip Frame 2
_root.maxhouse = 140;
Symbol 1247 MovieClip Frame 3
_root.maxhouse = 180;
Symbol 1247 MovieClip Frame 4
_root.maxhouse = 220;
Symbol 1247 MovieClip Frame 5
_root.maxhouse = 260;
Symbol 1247 MovieClip Frame 6
_root.maxhouse = 300;
Symbol 1247 MovieClip Frame 7
_root.maxhouse = 340;
Symbol 1247 MovieClip Frame 8
_root.maxhouse = 380;
Symbol 1247 MovieClip Frame 9
_root.maxhouse = 440;
Symbol 1247 MovieClip Frame 10
_root.maxhouse = 500;
Symbol 1251 MovieClip Frame 1
stop();
Symbol 1252 MovieClip Frame 1
stop();
Instance of Symbol 771 MovieClip in Symbol 1252 MovieClip Frame 1
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 782 MovieClip in Symbol 1252 MovieClip Frame 2
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 793 MovieClip in Symbol 1252 MovieClip Frame 3
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Symbol 1252 MovieClip Frame 4
stop();
Instance of Symbol 803 MovieClip in Symbol 1252 MovieClip Frame 4
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 793 MovieClip in Symbol 1252 MovieClip Frame 5
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 814 MovieClip in Symbol 1252 MovieClip Frame 6
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 825 MovieClip in Symbol 1252 MovieClip Frame 7
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Symbol 1264 MovieClip Frame 1
stop();
Symbol 1275 MovieClip Frame 1
stop();
Symbol 1286 MovieClip Frame 1
stop();
Symbol 1297 MovieClip Frame 1
stop();
Symbol 1308 MovieClip Frame 1
stop();
Symbol 1319 MovieClip Frame 1
stop();
Symbol 1330 MovieClip Frame 1
stop();
Symbol 1341 MovieClip Frame 1
stop();
Symbol 1352 MovieClip Frame 1
stop();
Symbol 1353 MovieClip Frame 1
stop();
Instance of Symbol 1275 MovieClip in Symbol 1353 MovieClip Frame 1
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1286 MovieClip in Symbol 1353 MovieClip Frame 2
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1297 MovieClip in Symbol 1353 MovieClip Frame 3
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1308 MovieClip in Symbol 1353 MovieClip Frame 4
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1319 MovieClip in Symbol 1353 MovieClip Frame 5
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1330 MovieClip in Symbol 1353 MovieClip Frame 6
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1341 MovieClip in Symbol 1353 MovieClip Frame 7
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1352 MovieClip in Symbol 1353 MovieClip Frame 8
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Symbol 1354 MovieClip Frame 1
stop();
Instance of Symbol 156 MovieClip in Symbol 1354 MovieClip Frame 1
onClipEvent (load) {
if (_root.tiecol == 1) {
gotoAndStop (1);
}
if (_root.tiecol == 2) {
gotoAndStop (2);
}
if (_root.tiecol == 3) {
gotoAndStop (3);
}
if (_root.tiecol == 4) {
gotoAndStop (4);
}
if (_root.tiecol == 5) {
gotoAndStop (5);
}
if (_root.tiecol == 6) {
gotoAndStop (6);
}
if (_root.tiecol == 7) {
gotoAndStop (7);
}
if (_root.tiecol == 8) {
gotoAndStop (8);
}
if (_root.tiecol == 9) {
gotoAndStop (9);
}
if (_root.tiecol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 162 MovieClip in Symbol 1354 MovieClip Frame 2
onClipEvent (load) {
if (_root.tiecol == 1) {
gotoAndStop (1);
}
if (_root.tiecol == 2) {
gotoAndStop (2);
}
if (_root.tiecol == 3) {
gotoAndStop (3);
}
if (_root.tiecol == 4) {
gotoAndStop (4);
}
if (_root.tiecol == 5) {
gotoAndStop (5);
}
if (_root.tiecol == 6) {
gotoAndStop (6);
}
if (_root.tiecol == 7) {
gotoAndStop (7);
}
if (_root.tiecol == 8) {
gotoAndStop (8);
}
if (_root.tiecol == 9) {
gotoAndStop (9);
}
if (_root.tiecol == 10) {
gotoAndStop (10);
}
}
Symbol 1366 MovieClip Frame 1
stop();
Symbol 1369 MovieClip Frame 1
stop();
Symbol 1380 MovieClip Frame 1
stop();
Symbol 1381 MovieClip Frame 1
stop();
Instance of Symbol 186 MovieClip in Symbol 1381 MovieClip Frame 1
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 197 MovieClip in Symbol 1381 MovieClip Frame 2
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1366 MovieClip in Symbol 1381 MovieClip Frame 3
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1369 MovieClip in Symbol 1381 MovieClip Frame 4
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 197 MovieClip in Symbol 1381 MovieClip Frame 5
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1380 MovieClip in Symbol 1381 MovieClip Frame 6
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Symbol 1393 MovieClip Frame 1
stop();
Symbol 1404 MovieClip Frame 1
stop();
Symbol 1416 MovieClip Frame 1
stop();
Symbol 1427 MovieClip Frame 1
stop();
Symbol 1438 MovieClip Frame 1
stop();
Symbol 1450 MovieClip Frame 1
stop();
Symbol 1461 MovieClip Frame 1
stop();
Symbol 1462 MovieClip Frame 1
stop();
Instance of Symbol 1404 MovieClip in Symbol 1462 MovieClip Frame 1
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 393 MovieClip in Symbol 1462 MovieClip Frame 2
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1416 MovieClip in Symbol 1462 MovieClip Frame 3
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1427 MovieClip in Symbol 1462 MovieClip Frame 4
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1438 MovieClip in Symbol 1462 MovieClip Frame 5
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 437 MovieClip in Symbol 1462 MovieClip Frame 6
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1450 MovieClip in Symbol 1462 MovieClip Frame 7
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 459 MovieClip in Symbol 1462 MovieClip Frame 8
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1461 MovieClip in Symbol 1462 MovieClip Frame 9
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Symbol 1473 MovieClip Frame 1
stop();
Symbol 1485 MovieClip Frame 1
stop();
Symbol 1486 MovieClip Frame 1
stop();
Instance of Symbol 1485 MovieClip in Symbol 1486 MovieClip Frame 4
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Symbol 1498 MovieClip Frame 1
stop();
Symbol 1499 MovieClip Frame 1
stop();
Instance of Symbol 507 MovieClip in Symbol 1499 MovieClip Frame 1
onClipEvent (load) {
if (_root.eyescol == 1) {
gotoAndStop (1);
}
if (_root.eyescol == 2) {
gotoAndStop (2);
}
if (_root.eyescol == 3) {
gotoAndStop (3);
}
if (_root.eyescol == 4) {
gotoAndStop (4);
}
if (_root.eyescol == 5) {
gotoAndStop (5);
}
if (_root.eyescol == 6) {
gotoAndStop (6);
}
if (_root.eyescol == 7) {
gotoAndStop (7);
}
if (_root.eyescol == 8) {
gotoAndStop (8);
}
if (_root.eyescol == 9) {
gotoAndStop (9);
}
if (_root.eyescol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 519 MovieClip in Symbol 1499 MovieClip Frame 2
onClipEvent (load) {
if (_root.eyescol == 1) {
gotoAndStop (1);
}
if (_root.eyescol == 2) {
gotoAndStop (2);
}
if (_root.eyescol == 3) {
gotoAndStop (3);
}
if (_root.eyescol == 4) {
gotoAndStop (4);
}
if (_root.eyescol == 5) {
gotoAndStop (5);
}
if (_root.eyescol == 6) {
gotoAndStop (6);
}
if (_root.eyescol == 7) {
gotoAndStop (7);
}
if (_root.eyescol == 8) {
gotoAndStop (8);
}
if (_root.eyescol == 9) {
gotoAndStop (9);
}
if (_root.eyescol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 532 MovieClip in Symbol 1499 MovieClip Frame 3
onClipEvent (load) {
if (_root.eyescol == 1) {
gotoAndStop (1);
}
if (_root.eyescol == 2) {
gotoAndStop (2);
}
if (_root.eyescol == 3) {
gotoAndStop (3);
}
if (_root.eyescol == 4) {
gotoAndStop (4);
}
if (_root.eyescol == 5) {
gotoAndStop (5);
}
if (_root.eyescol == 6) {
gotoAndStop (6);
}
if (_root.eyescol == 7) {
gotoAndStop (7);
}
if (_root.eyescol == 8) {
gotoAndStop (8);
}
if (_root.eyescol == 9) {
gotoAndStop (9);
}
if (_root.eyescol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 544 MovieClip in Symbol 1499 MovieClip Frame 4
onClipEvent (load) {
if (_root.eyescol == 1) {
gotoAndStop (1);
}
if (_root.eyescol == 2) {
gotoAndStop (2);
}
if (_root.eyescol == 3) {
gotoAndStop (3);
}
if (_root.eyescol == 4) {
gotoAndStop (4);
}
if (_root.eyescol == 5) {
gotoAndStop (5);
}
if (_root.eyescol == 6) {
gotoAndStop (6);
}
if (_root.eyescol == 7) {
gotoAndStop (7);
}
if (_root.eyescol == 8) {
gotoAndStop (8);
}
if (_root.eyescol == 9) {
gotoAndStop (9);
}
if (_root.eyescol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1498 MovieClip in Symbol 1499 MovieClip Frame 5
onClipEvent (load) {
if (_root.eyescol == 1) {
gotoAndStop (1);
}
if (_root.eyescol == 2) {
gotoAndStop (2);
}
if (_root.eyescol == 3) {
gotoAndStop (3);
}
if (_root.eyescol == 4) {
gotoAndStop (4);
}
if (_root.eyescol == 5) {
gotoAndStop (5);
}
if (_root.eyescol == 6) {
gotoAndStop (6);
}
if (_root.eyescol == 7) {
gotoAndStop (7);
}
if (_root.eyescol == 8) {
gotoAndStop (8);
}
if (_root.eyescol == 9) {
gotoAndStop (9);
}
if (_root.eyescol == 10) {
gotoAndStop (10);
}
}
Symbol 1510 MovieClip Frame 1
stop();
Symbol 1521 MovieClip Frame 1
stop();
Symbol 1532 MovieClip Frame 1
stop();
Symbol 1543 MovieClip Frame 1
stop();
Symbol 1554 MovieClip Frame 1
stop();
Symbol 1565 MovieClip Frame 1
stop();
Symbol 1576 MovieClip Frame 1
stop();
Symbol 1587 MovieClip Frame 1
stop();
Symbol 1599 MovieClip Frame 1
stop();
Symbol 1600 MovieClip Frame 1
stop();
Instance of Symbol 1510 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) {
if (_root.haircol == 1) {
gotoAndStop (1);
}
if (_root.haircol == 2) {
gotoAndStop (2);
}
if (_root.haircol == 3) {
gotoAndStop (3);
}
if (_root.haircol == 4) {
gotoAndStop (4);
}
if (_root.haircol == 5) {
gotoAndStop (5);
}
if (_root.haircol == 6) {
gotoAndStop (6);
}
if (_root.haircol == 7) {
gotoAndStop (7);
}
if (_root.haircol == 8) {
gotoAndStop (8);
}
if (_root.haircol == 9) {
gotoAndStop (9);
}
if (_root.haircol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1521 MovieClip in Symbol 1600 MovieClip Frame 2
onClipEvent (load) {
if (_root.haircol == 1) {
gotoAndStop (1);
}
if (_root.haircol == 2) {
gotoAndStop (2);
}
if (_root.haircol == 3) {
gotoAndStop (3);
}
if (_root.haircol == 4) {
gotoAndStop (4);
}
if (_root.haircol == 5) {
gotoAndStop (5);
}
if (_root.haircol == 6) {
gotoAndStop (6);
}
if (_root.haircol == 7) {
gotoAndStop (7);
}
if (_root.haircol == 8) {
gotoAndStop (8);
}
if (_root.haircol == 9) {
gotoAndStop (9);
}
if (_root.haircol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1532 MovieClip in Symbol 1600 MovieClip Frame 4
onClipEvent (load) {
if (_root.haircol == 1) {
gotoAndStop (1);
}
if (_root.haircol == 2) {
gotoAndStop (2);
}
if (_root.haircol == 3) {
gotoAndStop (3);
}
if (_root.haircol == 4) {
gotoAndStop (4);
}
if (_root.haircol == 5) {
gotoAndStop (5);
}
if (_root.haircol == 6) {
gotoAndStop (6);
}
if (_root.haircol == 7) {
gotoAndStop (7);
}
if (_root.haircol == 8) {
gotoAndStop (8);
}
if (_root.haircol == 9) {
gotoAndStop (9);
}
if (_root.haircol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 601 MovieClip "ginger" in Symbol 1600 MovieClip Frame 5
onClipEvent (load) {
if (_root.haircol == 1) {
gotoAndStop (1);
}
if (_root.haircol == 2) {
gotoAndStop (2);
}
if (_root.haircol == 3) {
gotoAndStop (3);
}
if (_root.haircol == 4) {
gotoAndStop (4);
}
if (_root.haircol == 5) {
gotoAndStop (5);
}
if (_root.haircol == 6) {
gotoAndStop (6);
}
if (_root.haircol == 7) {
gotoAndStop (7);
}
if (_root.haircol == 8) {
gotoAndStop (8);
}
if (_root.haircol == 9) {
gotoAndStop (9);
}
if (_root.haircol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1543 MovieClip in Symbol 1600 MovieClip Frame 6
onClipEvent (load) {
if (_root.haircol == 1) {
gotoAndStop (1);
}
if (_root.haircol == 2) {
gotoAndStop (2);
}
if (_root.haircol == 3) {
gotoAndStop (3);
}
if (_root.haircol == 4) {
gotoAndStop (4);
}
if (_root.haircol == 5) {
gotoAndStop (5);
}
if (_root.haircol == 6) {
gotoAndStop (6);
}
if (_root.haircol == 7) {
gotoAndStop (7);
}
if (_root.haircol == 8) {
gotoAndStop (8);
}
if (_root.haircol == 9) {
gotoAndStop (9);
}
if (_root.haircol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1554 MovieClip in Symbol 1600 MovieClip Frame 7
onClipEvent (load) {
if (_root.haircol == 1) {
gotoAndStop (1);
}
if (_root.haircol == 2) {
gotoAndStop (2);
}
if (_root.haircol == 3) {
gotoAndStop (3);
}
if (_root.haircol == 4) {
gotoAndStop (4);
}
if (_root.haircol == 5) {
gotoAndStop (5);
}
if (_root.haircol == 6) {
gotoAndStop (6);
}
if (_root.haircol == 7) {
gotoAndStop (7);
}
if (_root.haircol == 8) {
gotoAndStop (8);
}
if (_root.haircol == 9) {
gotoAndStop (9);
}
if (_root.haircol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1565 MovieClip in Symbol 1600 MovieClip Frame 8
onClipEvent (load) {
if (_root.haircol == 1) {
gotoAndStop (1);
}
if (_root.haircol == 2) {
gotoAndStop (2);
}
if (_root.haircol == 3) {
gotoAndStop (3);
}
if (_root.haircol == 4) {
gotoAndStop (4);
}
if (_root.haircol == 5) {
gotoAndStop (5);
}
if (_root.haircol == 6) {
gotoAndStop (6);
}
if (_root.haircol == 7) {
gotoAndStop (7);
}
if (_root.haircol == 8) {
gotoAndStop (8);
}
if (_root.haircol == 9) {
gotoAndStop (9);
}
if (_root.haircol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1576 MovieClip in Symbol 1600 MovieClip Frame 9
onClipEvent (load) {
if (_root.haircol == 1) {
gotoAndStop (1);
}
if (_root.haircol == 2) {
gotoAndStop (2);
}
if (_root.haircol == 3) {
gotoAndStop (3);
}
if (_root.haircol == 4) {
gotoAndStop (4);
}
if (_root.haircol == 5) {
gotoAndStop (5);
}
if (_root.haircol == 6) {
gotoAndStop (6);
}
if (_root.haircol == 7) {
gotoAndStop (7);
}
if (_root.haircol == 8) {
gotoAndStop (8);
}
if (_root.haircol == 9) {
gotoAndStop (9);
}
if (_root.haircol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1587 MovieClip in Symbol 1600 MovieClip Frame 10
onClipEvent (load) {
if (_root.haircol == 1) {
gotoAndStop (1);
}
if (_root.haircol == 2) {
gotoAndStop (2);
}
if (_root.haircol == 3) {
gotoAndStop (3);
}
if (_root.haircol == 4) {
gotoAndStop (4);
}
if (_root.haircol == 5) {
gotoAndStop (5);
}
if (_root.haircol == 6) {
gotoAndStop (6);
}
if (_root.haircol == 7) {
gotoAndStop (7);
}
if (_root.haircol == 8) {
gotoAndStop (8);
}
if (_root.haircol == 9) {
gotoAndStop (9);
}
if (_root.haircol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1599 MovieClip in Symbol 1600 MovieClip Frame 11
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Symbol 1606 MovieClip Frame 1
stop();
Symbol 1615 MovieClip Frame 1
stop();
Instance of Symbol 1623 MovieClip in Symbol 1624 MovieClip Frame 1
onClipEvent (load) {
_parent._rotation = _parent._rotation + ((random(30) - 15) / 10);
}
Symbol 1628 MovieClip Frame 1
stop();
Symbol 1630 MovieClip Frame 1
_root.myhit = 0;
_parent.reloadingleft = false;
stop();
Instance of Symbol 760 MovieClip in Symbol 1630 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1252 MovieClip in Symbol 1630 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1615 MovieClip in Symbol 1630 MovieClip Frame 1
onClipEvent (load) {
if ((_root.weapon == "pistol") || (_root.weapon == "dualpistols")) {
gotoAndStop ("pistol");
}
if ((_root.weapon == "uzi") || (_root.weapon == "dualuzis")) {
gotoAndStop ("uzi");
}
if ((_root.weapon == "M4") || (_root.weapon == "M4")) {
gotoAndStop ("M4");
}
}
Instance of Symbol 837 MovieClip in Symbol 1630 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1630 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Symbol 1630 MovieClip Frame 2
_root.bunnyarray[1] = 0;
_root.bunnyarray[2] = 0;
_root.bunnyarray[3] = 0;
_root.bunnyarray[4] = 0;
_root.bunnyarray[5] = 0;
_root.bunnyarray[6] = 0;
_root.bunnyarray[7] = 0;
_root.bunnyarray[8] = 0;
_root.bunnyarray[9] = 0;
_root.bunnyarray[10] = 0;
winner = 0;
soundmixer = random(2);
Symbol 1630 MovieClip Frame 3
if (soundmixer == 0) {
if ((_root.weapon == "pistol") || (_root.weapon == "dualpistols")) {
_root.pistol = new Sound();
_root.pistol.attachSound("pistol 2");
_root.pistol.start(0, 1);
}
if ((_root.weapon == "uzi") || (_root.weapon == "dualuzis")) {
_root.uzi = new Sound();
_root.uzi.attachSound("uzi 4");
_root.uzi.start(0, 1);
}
}
if (soundmixer == 1) {
if ((_root.weapon == "pistol") || (_root.weapon == "dualpistols")) {
_root.pistol = new Sound();
_root.pistol.attachSound("pistol 2");
_root.pistol.start(0, 1);
}
if ((_root.weapon == "uzi") || (_root.weapon == "dualuzis")) {
_root.uzi = new Sound();
_root.uzi.attachSound("uzi 3");
_root.uzi.start(0, 1);
}
}
Symbol 1630 MovieClip Frame 4
winner = _root.bunnyarray[1];
if (_root.bunnyarray[2] > winner) {
winner = _root.bunnyarray[2];
}
if (_root.bunnyarray[3] > winner) {
winner = _root.bunnyarray[3];
}
if (_root.bunnyarray[4] > winner) {
winner = _root.bunnyarray[4];
}
if (_root.bunnyarray[5] > winner) {
winner = _root.bunnyarray[5];
}
if (_root.bunnyarray[6] > winner) {
winner = _root.bunnyarray[6];
}
if (_root.bunnyarray[7] > winner) {
winner = _root.bunnyarray[7];
}
if (_root.bunnyarray[8] > winner) {
winner = _root.bunnyarray[8];
}
if (_root.bunnyarray[9] > winner) {
winner = _root.bunnyarray[9];
}
if (_root.bunnyarray[10] > winner) {
winner = _root.bunnyarray[10];
}
_root.diedpos = winner;
soundmixer = random(2);
if (soundmixer == 0) {
sound.gotoAndStop(2);
}
if (soundmixer == 1) {
sound.gotoAndStop(3);
}
soundmixer = random(2);
if (soundmixer == 0) {
sound.gotoAndStop(2);
}
if (soundmixer == 1) {
sound.gotoAndStop(3);
}
Symbol 1630 MovieClip Frame 5
gotoAndStop (1);
Symbol 1630 MovieClip Frame 19
if (_parent.ammo >= _parent.clipsize) {
_parent.ammo = _parent.ammo - (_parent.clipsize - _parent.reloadleft);
_parent.reloadleft = _parent.reloadleft + (_parent.clipsize - _parent.reloadleft);
} else {
_parent.reloadleft = _parent.reloadleft + _parent.ammo;
_parent.ammo = 0;
}
Symbol 1632 MovieClip Frame 1
reloading = false;
stop();
Instance of Symbol 760 MovieClip in Symbol 1632 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1252 MovieClip in Symbol 1632 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 837 MovieClip in Symbol 1632 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1632 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1264 MovieClip in Symbol 1632 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1353 MovieClip in Symbol 1632 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1354 MovieClip in Symbol 1632 MovieClip Frame 1
onClipEvent (load) {
if (_root.tie == 1) {
gotoAndStop (1);
}
if (_root.tie == 2) {
gotoAndStop (2);
}
if (_root.tie == 3) {
gotoAndStop (3);
}
if (_root.tie == 4) {
gotoAndStop (4);
}
if (_root.tie == 5) {
gotoAndStop (5);
}
if (_root.tie == 6) {
gotoAndStop (6);
}
if (_root.tie == 7) {
gotoAndStop (7);
}
if (_root.tie == 8) {
gotoAndStop (8);
}
if (_root.tie == 9) {
gotoAndStop (9);
}
if (_root.tie == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 237 MovieClip in Symbol 1632 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 293 MovieClip in Symbol 1632 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 304 MovieClip in Symbol 1632 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 314 MovieClip in Symbol 1632 MovieClip Frame 1
onClipEvent (load) {
if (_root.shoes == 1) {
gotoAndStop (1);
}
if (_root.shoes == 2) {
gotoAndStop (2);
}
if (_root.shoes == 3) {
gotoAndStop (3);
}
if (_root.shoes == 4) {
gotoAndStop (4);
}
if (_root.shoes == 5) {
gotoAndStop (5);
}
if (_root.shoes == 6) {
gotoAndStop (6);
}
if (_root.shoes == 7) {
gotoAndStop (7);
}
if (_root.shoes == 8) {
gotoAndStop (8);
}
if (_root.shoes == 9) {
gotoAndStop (9);
}
if (_root.shoes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 359 MovieClip in Symbol 1632 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 174 MovieClip in Symbol 1632 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1381 MovieClip in Symbol 1632 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 237 MovieClip in Symbol 1632 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 293 MovieClip in Symbol 1632 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 304 MovieClip in Symbol 1632 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 314 MovieClip in Symbol 1632 MovieClip Frame 1
onClipEvent (load) {
if (_root.shoes == 1) {
gotoAndStop (1);
}
if (_root.shoes == 2) {
gotoAndStop (2);
}
if (_root.shoes == 3) {
gotoAndStop (3);
}
if (_root.shoes == 4) {
gotoAndStop (4);
}
if (_root.shoes == 5) {
gotoAndStop (5);
}
if (_root.shoes == 6) {
gotoAndStop (6);
}
if (_root.shoes == 7) {
gotoAndStop (7);
}
if (_root.shoes == 8) {
gotoAndStop (8);
}
if (_root.shoes == 9) {
gotoAndStop (9);
}
if (_root.shoes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 359 MovieClip in Symbol 1632 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1393 MovieClip in Symbol 1632 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1462 MovieClip in Symbol 1632 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1473 MovieClip in Symbol 1632 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1486 MovieClip in Symbol 1632 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1499 MovieClip in Symbol 1632 MovieClip Frame 1
onClipEvent (load) {
if (_root.eyes == 1) {
gotoAndStop (1);
}
if (_root.eyes == 2) {
gotoAndStop (2);
}
if (_root.eyes == 3) {
gotoAndStop (3);
}
if (_root.eyes == 4) {
gotoAndStop (4);
}
if (_root.eyes == 5) {
gotoAndStop (5);
}
if (_root.eyes == 6) {
gotoAndStop (6);
}
if (_root.eyes == 7) {
gotoAndStop (7);
}
if (_root.eyes == 8) {
gotoAndStop (8);
}
if (_root.eyes == 9) {
gotoAndStop (9);
}
if (_root.eyes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1600 MovieClip in Symbol 1632 MovieClip Frame 1
onClipEvent (load) {
if (_root.hair == 1) {
gotoAndStop (1);
}
if (_root.hair == 2) {
gotoAndStop (2);
}
if (_root.hair == 3) {
gotoAndStop (3);
}
if (_root.hair == 4) {
gotoAndStop (4);
}
if (_root.hair == 5) {
gotoAndStop (5);
}
if (_root.hair == 6) {
gotoAndStop (6);
}
if (_root.hair == 7) {
gotoAndStop (7);
}
if (_root.hair == 8) {
gotoAndStop (8);
}
if (_root.hair == 9) {
gotoAndStop (9);
}
if (_root.hair == 10) {
gotoAndStop (10);
}
if (_root.torso == 7) {
gotoAndStop (11);
}
}
Instance of Symbol 1606 MovieClip in Symbol 1632 MovieClip Frame 1
onClipEvent (load) {
if (_root.teeth == 1) {
gotoAndStop (1);
}
if (_root.teeth == 2) {
gotoAndStop (2);
}
if (_root.teeth == 3) {
gotoAndStop (3);
}
if (_root.teeth == 4) {
gotoAndStop (4);
}
if (_root.teeth == 5) {
gotoAndStop (5);
}
if (_root.teeth == 6) {
gotoAndStop (6);
}
if (_root.teeth == 7) {
gotoAndStop (7);
}
if (_root.teeth == 8) {
gotoAndStop (8);
}
if (_root.teeth == 9) {
gotoAndStop (9);
}
if (_root.teeth == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1606 MovieClip in Symbol 1632 MovieClip Frame 1
onClipEvent (load) {
if (_root.teeth == 1) {
gotoAndStop (1);
}
if (_root.teeth == 2) {
gotoAndStop (2);
}
if (_root.teeth == 3) {
gotoAndStop (3);
}
if (_root.teeth == 4) {
gotoAndStop (4);
}
if (_root.teeth == 5) {
gotoAndStop (5);
}
if (_root.teeth == 6) {
gotoAndStop (6);
}
if (_root.teeth == 7) {
gotoAndStop (7);
}
if (_root.teeth == 8) {
gotoAndStop (8);
}
if (_root.teeth == 9) {
gotoAndStop (9);
}
if (_root.teeth == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 749 MovieClip in Symbol 1632 MovieClip Frame 1
onClipEvent (load) {
if (_root.tie == 1) {
gotoAndStop (1);
}
if (_root.tie == 2) {
gotoAndStop (2);
}
if (_root.tie == 3) {
gotoAndStop (3);
}
if (_root.tie == 4) {
gotoAndStop (4);
}
if (_root.tie == 5) {
gotoAndStop (5);
}
if (_root.tie == 6) {
gotoAndStop (6);
}
if (_root.tie == 7) {
gotoAndStop (7);
}
if (_root.tie == 8) {
gotoAndStop (8);
}
if (_root.tie == 9) {
gotoAndStop (9);
}
if (_root.tie == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1630 MovieClip "arm" in Symbol 1632 MovieClip Frame 1
onClipEvent (enterFrame) {
mouse_x = _root.mouseTarget._x;
mouse_y = _root.mouseTarget._y;
xDistance = _root.mouseTarget._x - _root.tank_mc._x;
yDistance = (_root.mouseTarget._y - _root.tank_mc._y) + 23;
if (Number(xDistance) < 0) {
normalise = -1 * xDistance;
} else {
normalise = xDistance;
}
if (Number(yDistance) < 0) {
normalise = Number(normalise) + Number(-1 * yDistance);
} else {
normalise = Number(normalise) + Number(yDistance);
}
if ((Number(xDistance) >= 0) and (Number(yDistance) >= 0)) {
Turretdir = 270;
} else if ((Number(xDistance) <= 0) and (Number(yDistance) >= 0)) {
Turretdir = (Number(-90 * (xDistance / normalise)) + 90) + 180;
} else if ((Number(xDistance) <= 0) and (Number(yDistance) <= 0)) {
Turretdir = Number(-90 * (yDistance / normalise));
} else {
Turretdir = 90;
}
_rotation = Turretdir;
}
Instance of Symbol 760 MovieClip in Symbol 1632 MovieClip Frame 2
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1252 MovieClip in Symbol 1632 MovieClip Frame 2
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1615 MovieClip in Symbol 1632 MovieClip Frame 2
onClipEvent (load) {
if ((_root.weapon == "pistol") || (_root.weapon == "dualpistols")) {
gotoAndStop ("pistol");
}
if ((_root.weapon == "uzi") || (_root.weapon == "dualuzis")) {
gotoAndStop ("uzi");
}
if ((_root.weapon == "M4") || (_root.weapon == "M4")) {
gotoAndStop ("M4");
}
}
Instance of Symbol 837 MovieClip in Symbol 1632 MovieClip Frame 2
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1632 MovieClip Frame 2
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 837 MovieClip in Symbol 1632 MovieClip Frame 6
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1632 MovieClip Frame 6
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Symbol 1632 MovieClip Frame 11
if (ammo >= 12) {
ammo = ammo - (clipsize - reload);
reload = reload + (clipsize - reload);
} else {
reload = reload + ammo;
ammo = 0;
}
Instance of Symbol 837 MovieClip in Symbol 1632 MovieClip Frame 17
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1632 MovieClip Frame 17
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Symbol 1633 MovieClip Frame 1
_root.myhit = 0;
_parent.reloadingright = false;
stop();
Instance of Symbol 760 MovieClip in Symbol 1633 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1252 MovieClip in Symbol 1633 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1615 MovieClip in Symbol 1633 MovieClip Frame 1
onClipEvent (load) {
if ((_root.weapon == "pistol") || (_root.weapon == "dualpistols")) {
gotoAndStop ("pistol");
}
if ((_root.weapon == "uzi") || (_root.weapon == "dualuzis")) {
gotoAndStop ("uzi");
}
if ((_root.weapon == "M4") || (_root.weapon == "M4")) {
gotoAndStop ("M4");
}
}
Instance of Symbol 837 MovieClip in Symbol 1633 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1633 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Symbol 1633 MovieClip Frame 2
_root.bunnyarray[1] = 0;
_root.bunnyarray[2] = 0;
_root.bunnyarray[3] = 0;
_root.bunnyarray[4] = 0;
_root.bunnyarray[5] = 0;
_root.bunnyarray[6] = 0;
_root.bunnyarray[7] = 0;
_root.bunnyarray[8] = 0;
_root.bunnyarray[9] = 0;
_root.bunnyarray[10] = 0;
winner = 0;
soundmixer = random(2);
Symbol 1633 MovieClip Frame 3
if (soundmixer == 0) {
if ((_root.weapon == "pistol") || (_root.weapon == "dualpistols")) {
_root.pistol = new Sound();
_root.pistol.attachSound("pistol 2");
_root.pistol.start(0, 1);
}
if ((_root.weapon == "uzi") || (_root.weapon == "dualuzis")) {
_root.uzi = new Sound();
_root.uzi.attachSound("uzi 4");
_root.uzi.start(0, 1);
}
}
if (soundmixer == 1) {
if ((_root.weapon == "pistol") || (_root.weapon == "dualpistols")) {
_root.pistol = new Sound();
_root.pistol.attachSound("pistol 2");
_root.pistol.start(0, 1);
}
if ((_root.weapon == "uzi") || (_root.weapon == "dualuzis")) {
_root.uzi = new Sound();
_root.uzi.attachSound("uzi 3");
_root.uzi.start(0, 1);
}
}
Symbol 1633 MovieClip Frame 4
winner = _root.bunnyarray[1];
if (_root.bunnyarray[2] > winner) {
winner = _root.bunnyarray[2];
}
if (_root.bunnyarray[3] > winner) {
winner = _root.bunnyarray[3];
}
if (_root.bunnyarray[4] > winner) {
winner = _root.bunnyarray[4];
}
if (_root.bunnyarray[5] > winner) {
winner = _root.bunnyarray[5];
}
if (_root.bunnyarray[6] > winner) {
winner = _root.bunnyarray[6];
}
if (_root.bunnyarray[7] > winner) {
winner = _root.bunnyarray[7];
}
if (_root.bunnyarray[8] > winner) {
winner = _root.bunnyarray[8];
}
if (_root.bunnyarray[9] > winner) {
winner = _root.bunnyarray[9];
}
if (_root.bunnyarray[10] > winner) {
winner = _root.bunnyarray[10];
}
_root.diedpos = winner;
gotoAndStop (1);
soundmixer = random(2);
if (soundmixer == 0) {
sound.gotoAndStop(2);
}
if (soundmixer == 1) {
sound.gotoAndStop(3);
}
Symbol 1633 MovieClip Frame 19
if (_parent.ammo >= _parent.clipsize) {
_parent.ammo = _parent.ammo - (_parent.clipsize - _parent.reloadright);
_parent.reloadright = _parent.reloadright + (_parent.clipsize - _parent.reloadright);
} else {
_parent.reloadright = _parent.reloadright + _parent.ammo;
_parent.ammo = 0;
}
Symbol 1634 MovieClip Frame 1
reloading = false;
stop();
Instance of Symbol 1633 MovieClip "armr" in Symbol 1634 MovieClip Frame 1
onClipEvent (enterFrame) {
mouse_x = _root.mouseTarget._x;
mouse_y = _root.mouseTarget._y;
xDistance = _root.mouseTarget._x - _root.tank_mc._x;
yDistance = (_root.mouseTarget._y - _root.tank_mc._y) + 23;
if (Number(xDistance) < 0) {
normalise = -1 * xDistance;
} else {
normalise = xDistance;
}
if (Number(yDistance) < 0) {
normalise = Number(normalise) + Number(-1 * yDistance);
} else {
normalise = Number(normalise) + Number(yDistance);
}
if ((Number(xDistance) >= 0) and (Number(yDistance) >= 0)) {
Turretdir = 270;
} else if ((Number(xDistance) <= 0) and (Number(yDistance) >= 0)) {
Turretdir = (Number(-90 * (xDistance / normalise)) + 90) + 180;
} else if ((Number(xDistance) <= 0) and (Number(yDistance) <= 0)) {
Turretdir = Number(-90 * (yDistance / normalise));
} else {
Turretdir = 90;
}
_rotation = Turretdir;
}
Instance of Symbol 1264 MovieClip in Symbol 1634 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1353 MovieClip in Symbol 1634 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1354 MovieClip in Symbol 1634 MovieClip Frame 1
onClipEvent (load) {
if (_root.tie == 1) {
gotoAndStop (1);
}
if (_root.tie == 2) {
gotoAndStop (2);
}
if (_root.tie == 3) {
gotoAndStop (3);
}
if (_root.tie == 4) {
gotoAndStop (4);
}
if (_root.tie == 5) {
gotoAndStop (5);
}
if (_root.tie == 6) {
gotoAndStop (6);
}
if (_root.tie == 7) {
gotoAndStop (7);
}
if (_root.tie == 8) {
gotoAndStop (8);
}
if (_root.tie == 9) {
gotoAndStop (9);
}
if (_root.tie == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 237 MovieClip in Symbol 1634 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 293 MovieClip in Symbol 1634 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 304 MovieClip in Symbol 1634 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 314 MovieClip in Symbol 1634 MovieClip Frame 1
onClipEvent (load) {
if (_root.shoes == 1) {
gotoAndStop (1);
}
if (_root.shoes == 2) {
gotoAndStop (2);
}
if (_root.shoes == 3) {
gotoAndStop (3);
}
if (_root.shoes == 4) {
gotoAndStop (4);
}
if (_root.shoes == 5) {
gotoAndStop (5);
}
if (_root.shoes == 6) {
gotoAndStop (6);
}
if (_root.shoes == 7) {
gotoAndStop (7);
}
if (_root.shoes == 8) {
gotoAndStop (8);
}
if (_root.shoes == 9) {
gotoAndStop (9);
}
if (_root.shoes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 359 MovieClip in Symbol 1634 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 174 MovieClip in Symbol 1634 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1381 MovieClip in Symbol 1634 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 237 MovieClip in Symbol 1634 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 293 MovieClip in Symbol 1634 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 304 MovieClip in Symbol 1634 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 314 MovieClip in Symbol 1634 MovieClip Frame 1
onClipEvent (load) {
if (_root.shoes == 1) {
gotoAndStop (1);
}
if (_root.shoes == 2) {
gotoAndStop (2);
}
if (_root.shoes == 3) {
gotoAndStop (3);
}
if (_root.shoes == 4) {
gotoAndStop (4);
}
if (_root.shoes == 5) {
gotoAndStop (5);
}
if (_root.shoes == 6) {
gotoAndStop (6);
}
if (_root.shoes == 7) {
gotoAndStop (7);
}
if (_root.shoes == 8) {
gotoAndStop (8);
}
if (_root.shoes == 9) {
gotoAndStop (9);
}
if (_root.shoes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 359 MovieClip in Symbol 1634 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1393 MovieClip in Symbol 1634 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1462 MovieClip in Symbol 1634 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1473 MovieClip in Symbol 1634 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1486 MovieClip in Symbol 1634 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1499 MovieClip in Symbol 1634 MovieClip Frame 1
onClipEvent (load) {
if (_root.eyes == 1) {
gotoAndStop (1);
}
if (_root.eyes == 2) {
gotoAndStop (2);
}
if (_root.eyes == 3) {
gotoAndStop (3);
}
if (_root.eyes == 4) {
gotoAndStop (4);
}
if (_root.eyes == 5) {
gotoAndStop (5);
}
if (_root.eyes == 6) {
gotoAndStop (6);
}
if (_root.eyes == 7) {
gotoAndStop (7);
}
if (_root.eyes == 8) {
gotoAndStop (8);
}
if (_root.eyes == 9) {
gotoAndStop (9);
}
if (_root.eyes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1600 MovieClip in Symbol 1634 MovieClip Frame 1
onClipEvent (load) {
if (_root.hair == 1) {
gotoAndStop (1);
}
if (_root.hair == 2) {
gotoAndStop (2);
}
if (_root.hair == 3) {
gotoAndStop (3);
}
if (_root.hair == 4) {
gotoAndStop (4);
}
if (_root.hair == 5) {
gotoAndStop (5);
}
if (_root.hair == 6) {
gotoAndStop (6);
}
if (_root.hair == 7) {
gotoAndStop (7);
}
if (_root.hair == 8) {
gotoAndStop (8);
}
if (_root.hair == 9) {
gotoAndStop (9);
}
if (_root.hair == 10) {
gotoAndStop (10);
}
if (_root.torso == 7) {
gotoAndStop (11);
}
}
Instance of Symbol 1606 MovieClip in Symbol 1634 MovieClip Frame 1
onClipEvent (load) {
if (_root.teeth == 1) {
gotoAndStop (1);
}
if (_root.teeth == 2) {
gotoAndStop (2);
}
if (_root.teeth == 3) {
gotoAndStop (3);
}
if (_root.teeth == 4) {
gotoAndStop (4);
}
if (_root.teeth == 5) {
gotoAndStop (5);
}
if (_root.teeth == 6) {
gotoAndStop (6);
}
if (_root.teeth == 7) {
gotoAndStop (7);
}
if (_root.teeth == 8) {
gotoAndStop (8);
}
if (_root.teeth == 9) {
gotoAndStop (9);
}
if (_root.teeth == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1606 MovieClip in Symbol 1634 MovieClip Frame 1
onClipEvent (load) {
if (_root.teeth == 1) {
gotoAndStop (1);
}
if (_root.teeth == 2) {
gotoAndStop (2);
}
if (_root.teeth == 3) {
gotoAndStop (3);
}
if (_root.teeth == 4) {
gotoAndStop (4);
}
if (_root.teeth == 5) {
gotoAndStop (5);
}
if (_root.teeth == 6) {
gotoAndStop (6);
}
if (_root.teeth == 7) {
gotoAndStop (7);
}
if (_root.teeth == 8) {
gotoAndStop (8);
}
if (_root.teeth == 9) {
gotoAndStop (9);
}
if (_root.teeth == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 749 MovieClip in Symbol 1634 MovieClip Frame 1
onClipEvent (load) {
if (_root.tie == 1) {
gotoAndStop (1);
}
if (_root.tie == 2) {
gotoAndStop (2);
}
if (_root.tie == 3) {
gotoAndStop (3);
}
if (_root.tie == 4) {
gotoAndStop (4);
}
if (_root.tie == 5) {
gotoAndStop (5);
}
if (_root.tie == 6) {
gotoAndStop (6);
}
if (_root.tie == 7) {
gotoAndStop (7);
}
if (_root.tie == 8) {
gotoAndStop (8);
}
if (_root.tie == 9) {
gotoAndStop (9);
}
if (_root.tie == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1630 MovieClip "arm" in Symbol 1634 MovieClip Frame 1
onClipEvent (enterFrame) {
mouse_x = _root.mouseTarget._x;
mouse_y = _root.mouseTarget._y;
xDistance = _root.mouseTarget._x - _root.tank_mc._x;
yDistance = (_root.mouseTarget._y - _root.tank_mc._y) + 23;
if (Number(xDistance) < 0) {
normalise = -1 * xDistance;
} else {
normalise = xDistance;
}
if (Number(yDistance) < 0) {
normalise = Number(normalise) + Number(-1 * yDistance);
} else {
normalise = Number(normalise) + Number(yDistance);
}
if ((Number(xDistance) >= 0) and (Number(yDistance) >= 0)) {
Turretdir = 270;
} else if ((Number(xDistance) <= 0) and (Number(yDistance) >= 0)) {
Turretdir = (Number(-90 * (xDistance / normalise)) + 90) + 180;
} else if ((Number(xDistance) <= 0) and (Number(yDistance) <= 0)) {
Turretdir = Number(-90 * (yDistance / normalise));
} else {
Turretdir = 90;
}
_rotation = Turretdir;
}
Symbol 1635 MovieClip Frame 1
_root.myhit = 0;
_parent.reloading = false;
stop();
Instance of Symbol 760 MovieClip in Symbol 1635 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1252 MovieClip in Symbol 1635 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1615 MovieClip in Symbol 1635 MovieClip Frame 1
onClipEvent (load) {
if ((_root.weapon == "pistol") || (_root.weapon == "dualpistols")) {
gotoAndStop ("pistol");
}
if ((_root.weapon == "uzi") || (_root.weapon == "dualuzis")) {
gotoAndStop ("uzi");
}
if ((_root.weapon == "M4") || (_root.weapon == "M4")) {
gotoAndStop ("M4");
}
}
Instance of Symbol 837 MovieClip in Symbol 1635 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1635 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Symbol 1635 MovieClip Frame 2
_root.bunnyarray[1] = 0;
_root.bunnyarray[2] = 0;
_root.bunnyarray[3] = 0;
_root.bunnyarray[4] = 0;
_root.bunnyarray[5] = 0;
_root.bunnyarray[6] = 0;
_root.bunnyarray[7] = 0;
_root.bunnyarray[8] = 0;
_root.bunnyarray[9] = 0;
_root.bunnyarray[10] = 0;
winner = 0;
soundmixer = random(2);
Symbol 1635 MovieClip Frame 3
if (soundmixer == 0) {
if ((_root.weapon == "pistol") || (_root.weapon == "dualpistols")) {
_root.pistol = new Sound();
_root.pistol.attachSound("pistol 2");
_root.pistol.start(0, 1);
}
if ((_root.weapon == "uzi") || (_root.weapon == "dualuzis")) {
_root.uzi = new Sound();
_root.uzi.attachSound("uzi 4");
_root.uzi.start(0, 1);
}
}
if (soundmixer == 1) {
if ((_root.weapon == "pistol") || (_root.weapon == "dualpistols")) {
_root.pistol = new Sound();
_root.pistol.attachSound("pistol 2");
_root.pistol.start(0, 1);
}
if ((_root.weapon == "uzi") || (_root.weapon == "dualuzis")) {
_root.uzi = new Sound();
_root.uzi.attachSound("uzi 3");
_root.uzi.start(0, 1);
}
}
Symbol 1635 MovieClip Frame 4
winner = _root.bunnyarray[1];
if (_root.bunnyarray[2] > winner) {
winner = _root.bunnyarray[2];
}
if (_root.bunnyarray[3] > winner) {
winner = _root.bunnyarray[3];
}
if (_root.bunnyarray[4] > winner) {
winner = _root.bunnyarray[4];
}
if (_root.bunnyarray[5] > winner) {
winner = _root.bunnyarray[5];
}
if (_root.bunnyarray[6] > winner) {
winner = _root.bunnyarray[6];
}
if (_root.bunnyarray[7] > winner) {
winner = _root.bunnyarray[7];
}
if (_root.bunnyarray[8] > winner) {
winner = _root.bunnyarray[8];
}
if (_root.bunnyarray[9] > winner) {
winner = _root.bunnyarray[9];
}
if (_root.bunnyarray[10] > winner) {
winner = _root.bunnyarray[10];
}
_root.diedpos = winner;
gotoAndStop (1);
soundmixer = random(2);
if (soundmixer == 0) {
sound.gotoAndStop(2);
}
if (soundmixer == 1) {
sound.gotoAndStop(3);
}
soundmixer = random(2);
if (soundmixer == 0) {
sound.gotoAndStop(2);
}
if (soundmixer == 1) {
sound.gotoAndStop(3);
}
Symbol 1635 MovieClip Frame 14
if (_root.uzia >= _parent.clipsize) {
_root.uzia = _root.uzia - (_parent.clipsize - _root.uzireload);
_root.uzireload = _root.uzireload + (_parent.clipsize - _root.uzireload);
} else {
_root.uzireload = _root.uzireload + _root.uzia;
_root.uzia = 0;
}
Symbol 1637 MovieClip Frame 1
stop();
Symbol 1637 MovieClip Frame 5
hit1._visible = false;
hit2._visible = false;
hit3._visible = false;
hit4._visible = false;
hit5._visible = false;
hit6._visible = false;
hit7._visible = false;
hit8._visible = false;
hit9._visible = false;
hit10._visible = false;
hit11._visible = false;
hit12._visible = false;
hit13._visible = false;
hit14._visible = false;
hit15._visible = false;
hit16._visible = false;
hit17._visible = false;
hit18._visible = false;
hit19._visible = false;
hit20._visible = false;
hit21._visible = false;
hit22._visible = false;
hit23._visible = false;
hit24._visible = false;
hit25._visible = false;
hit26._visible = false;
hit27._visible = false;
hit28._visible = false;
hit29._visible = false;
hit30._visible = false;
hit31._visible = false;
hit32._visible = false;
hit33._visible = false;
hit34._visible = false;
hit35._visible = false;
hit36._visible = false;
hit37._visible = false;
hit38._visible = false;
hit39._visible = false;
hit40._visible = false;
hit41._visible = false;
hit42._visible = false;
hit43._visible = false;
hit44._visible = false;
hit45._visible = false;
hit46._visible = false;
hit47._visible = false;
hit48._visible = false;
hit49._visible = false;
hit50._visible = false;
hit51._visible = false;
hit52._visible = false;
hit53._visible = false;
hit54._visible = false;
hit55._visible = false;
hit56._visible = false;
hit57._visible = false;
hit58._visible = false;
hit59._visible = false;
hit60._visible = false;
hit61._visible = false;
hit62._visible = false;
hit63._visible = false;
hit64._visible = false;
hit65._visible = false;
hit66._visible = false;
hit67._visible = false;
hit68._visible = false;
hit69._visible = false;
hit70._visible = false;
if (_root.myhit == 0) {
hit1._visible = true;
hit2._visible = true;
hit3._visible = true;
hit4._visible = true;
hit5._visible = true;
hit6._visible = true;
hit7._visible = true;
hit8._visible = true;
hit9._visible = true;
hit10._visible = true;
hit11._visible = true;
hit12._visible = true;
hit13._visible = true;
hit14._visible = true;
hit15._visible = true;
hit16._visible = true;
hit17._visible = true;
hit18._visible = true;
hit19._visible = true;
hit20._visible = true;
hit21._visible = true;
hit22._visible = true;
hit23._visible = true;
hit24._visible = true;
hit25._visible = true;
hit26._visible = true;
hit27._visible = true;
hit28._visible = true;
hit29._visible = true;
hit30._visible = true;
hit31._visible = true;
hit32._visible = true;
hit33._visible = true;
hit34._visible = true;
hit35._visible = true;
hit36._visible = true;
hit37._visible = true;
hit38._visible = true;
hit39._visible = true;
hit40._visible = true;
hit41._visible = true;
hit42._visible = true;
hit43._visible = true;
hit44._visible = true;
hit45._visible = true;
hit46._visible = true;
hit47._visible = true;
hit48._visible = true;
hit49._visible = true;
hit50._visible = true;
hit51._visible = true;
hit52._visible = true;
hit53._visible = true;
hit54._visible = true;
hit55._visible = true;
hit56._visible = true;
hit57._visible = true;
hit58._visible = true;
hit59._visible = true;
hit60._visible = true;
hit61._visible = true;
hit62._visible = true;
hit63._visible = true;
hit64._visible = true;
hit65._visible = true;
hit66._visible = true;
hit67._visible = true;
hit68._visible = true;
hit69._visible = true;
hit70._visible = true;
}
if (_root.myhit > 1) {
hit1._visible = true;
}
if (_root.myhit > 2) {
hit2._visible = true;
}
if (_root.myhit > 3) {
hit3._visible = true;
}
if (_root.myhit > 4) {
hit4._visible = true;
}
if (_root.myhit > 5) {
hit5._visible = true;
}
if (_root.myhit > 6) {
hit6._visible = true;
}
if (_root.myhit > 7) {
hit7._visible = true;
}
if (_root.myhit > 8) {
hit8._visible = true;
}
if (_root.myhit > 9) {
hit9._visible = true;
}
if (_root.myhit > 10) {
hit10._visible = true;
}
if (_root.myhit > 11) {
hit11._visible = true;
}
if (_root.myhit > 12) {
hit12._visible = true;
}
if (_root.myhit > 13) {
hit13._visible = true;
}
if (_root.myhit > 14) {
hit14._visible = true;
}
if (_root.myhit > 15) {
hit15._visible = true;
}
if (_root.myhit > 16) {
hit16._visible = true;
}
if (_root.myhit > 17) {
hit17._visible = true;
}
if (_root.myhit > 18) {
hit18._visible = true;
}
if (_root.myhit > 19) {
hit19._visible = true;
}
if (_root.myhit > 20) {
hit20._visible = true;
}
if (_root.myhit > 21) {
hit21._visible = true;
}
if (_root.myhit > 22) {
hit22._visible = true;
}
if (_root.myhit > 23) {
hit23._visible = true;
}
if (_root.myhit > 24) {
hit24._visible = true;
}
if (_root.myhit > 25) {
hit25._visible = true;
}
if (_root.myhit > 26) {
hit26._visible = true;
}
if (_root.myhit > 27) {
hit27._visible = true;
}
if (_root.myhit > 28) {
hit28._visible = true;
}
if (_root.myhit > 29) {
hit29._visible = true;
}
if (_root.myhit > 30) {
hit30._visible = true;
}
if (_root.myhit > 31) {
hit31._visible = true;
}
if (_root.myhit > 32) {
hit32._visible = true;
}
if (_root.myhit > 33) {
hit33._visible = true;
}
if (_root.myhit > 34) {
hit34._visible = true;
}
if (_root.myhit > 35) {
hit35._visible = true;
}
if (_root.myhit > 36) {
hit36._visible = true;
}
if (_root.myhit > 37) {
hit37._visible = true;
}
if (_root.myhit > 38) {
hit38._visible = true;
}
if (_root.myhit > 39) {
hit39._visible = true;
}
if (_root.myhit > 40) {
hit40._visible = true;
}
if (_root.myhit > 41) {
hit41._visible = true;
}
if (_root.myhit > 42) {
hit42._visible = true;
}
if (_root.myhit > 43) {
hit43._visible = true;
}
if (_root.myhit > 44) {
hit44._visible = true;
}
if (_root.myhit > 45) {
hit45._visible = true;
}
if (_root.myhit > 46) {
hit46._visible = true;
}
if (_root.myhit > 47) {
hit47._visible = true;
}
if (_root.myhit > 48) {
hit48._visible = true;
}
if (_root.myhit > 49) {
hit49._visible = true;
}
if (_root.myhit > 50) {
hit50._visible = true;
}
if (_root.myhit > 51) {
hit51._visible = true;
}
if (_root.myhit > 52) {
hit52._visible = true;
}
if (_root.myhit > 53) {
hit53._visible = true;
}
if (_root.myhit > 54) {
hit54._visible = true;
}
if (_root.myhit > 55) {
hit55._visible = true;
}
if (_root.myhit > 56) {
hit56._visible = true;
}
if (_root.myhit > 57) {
hit57._visible = true;
}
if (_root.myhit > 58) {
hit58._visible = true;
}
if (_root.myhit > 59) {
hit59._visible = true;
}
if (_root.myhit > 60) {
hit60._visible = true;
}
if (_root.myhit > 61) {
hit61._visible = true;
}
if (_root.myhit > 62) {
hit62._visible = true;
}
if (_root.myhit > 63) {
hit63._visible = true;
}
if (_root.myhit > 64) {
hit64._visible = true;
}
if (_root.myhit > 65) {
hit65._visible = true;
}
if (_root.myhit > 66) {
hit66._visible = true;
}
if (_root.myhit > 67) {
hit67._visible = true;
}
if (_root.myhit > 68) {
hit68._visible = true;
}
if (_root.myhit > 69) {
hit69._visible = true;
}
if (_root.myhit > 70) {
hit70._visible = true;
}
Symbol 1638 MovieClip Frame 1
reloadingleft = false;
stop();
Instance of Symbol 760 MovieClip in Symbol 1638 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1252 MovieClip in Symbol 1638 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 837 MovieClip in Symbol 1638 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1638 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1264 MovieClip in Symbol 1638 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1353 MovieClip in Symbol 1638 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1354 MovieClip in Symbol 1638 MovieClip Frame 1
onClipEvent (load) {
if (_root.tie == 1) {
gotoAndStop (1);
}
if (_root.tie == 2) {
gotoAndStop (2);
}
if (_root.tie == 3) {
gotoAndStop (3);
}
if (_root.tie == 4) {
gotoAndStop (4);
}
if (_root.tie == 5) {
gotoAndStop (5);
}
if (_root.tie == 6) {
gotoAndStop (6);
}
if (_root.tie == 7) {
gotoAndStop (7);
}
if (_root.tie == 8) {
gotoAndStop (8);
}
if (_root.tie == 9) {
gotoAndStop (9);
}
if (_root.tie == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 237 MovieClip in Symbol 1638 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 293 MovieClip in Symbol 1638 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 304 MovieClip in Symbol 1638 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 314 MovieClip in Symbol 1638 MovieClip Frame 1
onClipEvent (load) {
if (_root.shoes == 1) {
gotoAndStop (1);
}
if (_root.shoes == 2) {
gotoAndStop (2);
}
if (_root.shoes == 3) {
gotoAndStop (3);
}
if (_root.shoes == 4) {
gotoAndStop (4);
}
if (_root.shoes == 5) {
gotoAndStop (5);
}
if (_root.shoes == 6) {
gotoAndStop (6);
}
if (_root.shoes == 7) {
gotoAndStop (7);
}
if (_root.shoes == 8) {
gotoAndStop (8);
}
if (_root.shoes == 9) {
gotoAndStop (9);
}
if (_root.shoes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 359 MovieClip in Symbol 1638 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 174 MovieClip in Symbol 1638 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1381 MovieClip in Symbol 1638 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 237 MovieClip in Symbol 1638 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 293 MovieClip in Symbol 1638 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 304 MovieClip in Symbol 1638 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 314 MovieClip in Symbol 1638 MovieClip Frame 1
onClipEvent (load) {
if (_root.shoes == 1) {
gotoAndStop (1);
}
if (_root.shoes == 2) {
gotoAndStop (2);
}
if (_root.shoes == 3) {
gotoAndStop (3);
}
if (_root.shoes == 4) {
gotoAndStop (4);
}
if (_root.shoes == 5) {
gotoAndStop (5);
}
if (_root.shoes == 6) {
gotoAndStop (6);
}
if (_root.shoes == 7) {
gotoAndStop (7);
}
if (_root.shoes == 8) {
gotoAndStop (8);
}
if (_root.shoes == 9) {
gotoAndStop (9);
}
if (_root.shoes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 359 MovieClip in Symbol 1638 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1393 MovieClip in Symbol 1638 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1462 MovieClip in Symbol 1638 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1473 MovieClip in Symbol 1638 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1486 MovieClip in Symbol 1638 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1499 MovieClip in Symbol 1638 MovieClip Frame 1
onClipEvent (load) {
if (_root.eyes == 1) {
gotoAndStop (1);
}
if (_root.eyes == 2) {
gotoAndStop (2);
}
if (_root.eyes == 3) {
gotoAndStop (3);
}
if (_root.eyes == 4) {
gotoAndStop (4);
}
if (_root.eyes == 5) {
gotoAndStop (5);
}
if (_root.eyes == 6) {
gotoAndStop (6);
}
if (_root.eyes == 7) {
gotoAndStop (7);
}
if (_root.eyes == 8) {
gotoAndStop (8);
}
if (_root.eyes == 9) {
gotoAndStop (9);
}
if (_root.eyes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1600 MovieClip in Symbol 1638 MovieClip Frame 1
onClipEvent (load) {
if (_root.hair == 1) {
gotoAndStop (1);
}
if (_root.hair == 2) {
gotoAndStop (2);
}
if (_root.hair == 3) {
gotoAndStop (3);
}
if (_root.hair == 4) {
gotoAndStop (4);
}
if (_root.hair == 5) {
gotoAndStop (5);
}
if (_root.hair == 6) {
gotoAndStop (6);
}
if (_root.hair == 7) {
gotoAndStop (7);
}
if (_root.hair == 8) {
gotoAndStop (8);
}
if (_root.hair == 9) {
gotoAndStop (9);
}
if (_root.hair == 10) {
gotoAndStop (10);
}
if (_root.torso == 7) {
gotoAndStop (11);
}
}
Instance of Symbol 1606 MovieClip in Symbol 1638 MovieClip Frame 1
onClipEvent (load) {
if (_root.teeth == 1) {
gotoAndStop (1);
}
if (_root.teeth == 2) {
gotoAndStop (2);
}
if (_root.teeth == 3) {
gotoAndStop (3);
}
if (_root.teeth == 4) {
gotoAndStop (4);
}
if (_root.teeth == 5) {
gotoAndStop (5);
}
if (_root.teeth == 6) {
gotoAndStop (6);
}
if (_root.teeth == 7) {
gotoAndStop (7);
}
if (_root.teeth == 8) {
gotoAndStop (8);
}
if (_root.teeth == 9) {
gotoAndStop (9);
}
if (_root.teeth == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1606 MovieClip in Symbol 1638 MovieClip Frame 1
onClipEvent (load) {
if (_root.teeth == 1) {
gotoAndStop (1);
}
if (_root.teeth == 2) {
gotoAndStop (2);
}
if (_root.teeth == 3) {
gotoAndStop (3);
}
if (_root.teeth == 4) {
gotoAndStop (4);
}
if (_root.teeth == 5) {
gotoAndStop (5);
}
if (_root.teeth == 6) {
gotoAndStop (6);
}
if (_root.teeth == 7) {
gotoAndStop (7);
}
if (_root.teeth == 8) {
gotoAndStop (8);
}
if (_root.teeth == 9) {
gotoAndStop (9);
}
if (_root.teeth == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 749 MovieClip in Symbol 1638 MovieClip Frame 1
onClipEvent (load) {
if (_root.tie == 1) {
gotoAndStop (1);
}
if (_root.tie == 2) {
gotoAndStop (2);
}
if (_root.tie == 3) {
gotoAndStop (3);
}
if (_root.tie == 4) {
gotoAndStop (4);
}
if (_root.tie == 5) {
gotoAndStop (5);
}
if (_root.tie == 6) {
gotoAndStop (6);
}
if (_root.tie == 7) {
gotoAndStop (7);
}
if (_root.tie == 8) {
gotoAndStop (8);
}
if (_root.tie == 9) {
gotoAndStop (9);
}
if (_root.tie == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1635 MovieClip "arm" in Symbol 1638 MovieClip Frame 1
onClipEvent (enterFrame) {
mouse_x = _root.mouseTarget._x;
mouse_y = _root.mouseTarget._y;
xDistance = _root.mouseTarget._x - _root.tank_mc._x;
yDistance = (_root.mouseTarget._y - _root.tank_mc._y) + 23;
if (Number(xDistance) < 0) {
normalise = -1 * xDistance;
} else {
normalise = xDistance;
}
if (Number(yDistance) < 0) {
normalise = Number(normalise) + Number(-1 * yDistance);
} else {
normalise = Number(normalise) + Number(yDistance);
}
if ((Number(xDistance) >= 0) and (Number(yDistance) >= 0)) {
Turretdir = 270;
} else if ((Number(xDistance) <= 0) and (Number(yDistance) >= 0)) {
Turretdir = (Number(-90 * (xDistance / normalise)) + 90) + 180;
} else if ((Number(xDistance) <= 0) and (Number(yDistance) <= 0)) {
Turretdir = Number(-90 * (yDistance / normalise));
} else {
Turretdir = 90;
}
_rotation = Turretdir;
}
Symbol 1638 MovieClip Frame 2
reloadingleft = true;
Instance of Symbol 760 MovieClip in Symbol 1638 MovieClip Frame 2
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1252 MovieClip in Symbol 1638 MovieClip Frame 2
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1615 MovieClip in Symbol 1638 MovieClip Frame 2
onClipEvent (load) {
if ((_root.weapon == "pistol") || (_root.weapon == "dualpistols")) {
gotoAndStop ("pistol");
}
if ((_root.weapon == "uzi") || (_root.weapon == "dualuzis")) {
gotoAndStop ("uzi");
}
if ((_root.weapon == "M4") || (_root.weapon == "M4")) {
gotoAndStop ("M4");
}
}
Instance of Symbol 837 MovieClip in Symbol 1638 MovieClip Frame 2
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1638 MovieClip Frame 2
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 837 MovieClip in Symbol 1638 MovieClip Frame 6
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1638 MovieClip Frame 6
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Symbol 1638 MovieClip Frame 10
if (_root.uzia >= clipsize) {
_root.uzia = _root.uzia - (clipsize - _root.uzireload);
_root.uzireload = _root.uzireload + (clipsize - _root.uzireload);
} else {
_root.uzireload = _root.uzireload + _root.uzia;
_root.uzia = 0;
}
Instance of Symbol 837 MovieClip in Symbol 1638 MovieClip Frame 17
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1638 MovieClip Frame 17
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Symbol 1638 MovieClip Frame 20
gotoAndStop (1);
Symbol 1639 MovieClip Frame 1
_root.myhit = 0;
_parent.reloadingright = false;
stop();
Instance of Symbol 760 MovieClip in Symbol 1639 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1252 MovieClip in Symbol 1639 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1615 MovieClip in Symbol 1639 MovieClip Frame 1
onClipEvent (load) {
if ((_root.weapon == "pistol") || (_root.weapon == "dualpistols")) {
gotoAndStop ("pistol");
}
if ((_root.weapon == "uzi") || (_root.weapon == "dualuzis")) {
gotoAndStop ("uzi");
}
if ((_root.weapon == "M4") || (_root.weapon == "M4")) {
gotoAndStop ("M4");
}
}
Instance of Symbol 837 MovieClip in Symbol 1639 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1639 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Symbol 1639 MovieClip Frame 2
_root.bunnyarray[1] = 0;
_root.bunnyarray[2] = 0;
_root.bunnyarray[3] = 0;
_root.bunnyarray[4] = 0;
_root.bunnyarray[5] = 0;
_root.bunnyarray[6] = 0;
_root.bunnyarray[7] = 0;
_root.bunnyarray[8] = 0;
_root.bunnyarray[9] = 0;
_root.bunnyarray[10] = 0;
winner = 0;
soundmixer = random(2);
Symbol 1639 MovieClip Frame 3
if (soundmixer == 0) {
if ((_root.weapon == "pistol") || (_root.weapon == "dualpistols")) {
_root.pistol = new Sound();
_root.pistol.attachSound("pistol 2");
_root.pistol.start(0, 1);
}
if ((_root.weapon == "uzi") || (_root.weapon == "dualuzis")) {
_root.uzi = new Sound();
_root.uzi.attachSound("uzi 4");
_root.uzi.start(0, 1);
}
}
if (soundmixer == 1) {
if ((_root.weapon == "pistol") || (_root.weapon == "dualpistols")) {
_root.pistol = new Sound();
_root.pistol.attachSound("pistol 2");
_root.pistol.start(0, 1);
}
if ((_root.weapon == "uzi") || (_root.weapon == "dualuzis")) {
_root.uzi = new Sound();
_root.uzi.attachSound("uzi 3");
_root.uzi.start(0, 1);
}
}
Symbol 1639 MovieClip Frame 4
winner = _root.bunnyarray[1];
if (_root.bunnyarray[2] > winner) {
winner = _root.bunnyarray[2];
}
if (_root.bunnyarray[3] > winner) {
winner = _root.bunnyarray[3];
}
if (_root.bunnyarray[4] > winner) {
winner = _root.bunnyarray[4];
}
if (_root.bunnyarray[5] > winner) {
winner = _root.bunnyarray[5];
}
if (_root.bunnyarray[6] > winner) {
winner = _root.bunnyarray[6];
}
if (_root.bunnyarray[7] > winner) {
winner = _root.bunnyarray[7];
}
if (_root.bunnyarray[8] > winner) {
winner = _root.bunnyarray[8];
}
if (_root.bunnyarray[9] > winner) {
winner = _root.bunnyarray[9];
}
if (_root.bunnyarray[10] > winner) {
winner = _root.bunnyarray[10];
}
_root.diedpos = winner;
gotoAndStop (1);
soundmixer = random(2);
if (soundmixer == 0) {
sound.gotoAndStop(2);
}
if (soundmixer == 1) {
sound.gotoAndStop(3);
}
Symbol 1639 MovieClip Frame 19
if (_root.uzia >= _parent.clipsize) {
_root.uzia = _root.uzia - (_parent.clipsize - _root.uzireloadright);
_root.uzireloadright = _root.uzireloadright + (_parent.clipsize - _root.uzireloadright);
} else {
_root.uzireloadright = _root.uzireloadright + _root.uzia;
_root.uzia = 0;
}
Symbol 1640 MovieClip Frame 1
_root.myhit = 0;
_parent.reloadingleft = false;
stop();
Instance of Symbol 760 MovieClip in Symbol 1640 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1252 MovieClip in Symbol 1640 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1615 MovieClip in Symbol 1640 MovieClip Frame 1
onClipEvent (load) {
if ((_root.weapon == "pistol") || (_root.weapon == "dualpistols")) {
gotoAndStop ("pistol");
}
if ((_root.weapon == "uzi") || (_root.weapon == "dualuzis")) {
gotoAndStop ("uzi");
}
if ((_root.weapon == "M4") || (_root.weapon == "M4")) {
gotoAndStop ("M4");
}
}
Instance of Symbol 837 MovieClip in Symbol 1640 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1640 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Symbol 1640 MovieClip Frame 2
_root.bunnyarray[1] = 0;
_root.bunnyarray[2] = 0;
_root.bunnyarray[3] = 0;
_root.bunnyarray[4] = 0;
_root.bunnyarray[5] = 0;
_root.bunnyarray[6] = 0;
_root.bunnyarray[7] = 0;
_root.bunnyarray[8] = 0;
_root.bunnyarray[9] = 0;
_root.bunnyarray[10] = 0;
winner = 0;
soundmixer = random(2);
Symbol 1640 MovieClip Frame 3
if (soundmixer == 0) {
if ((_root.weapon == "pistol") || (_root.weapon == "dualpistols")) {
_root.pistol = new Sound();
_root.pistol.attachSound("pistol 2");
_root.pistol.start(0, 1);
}
if ((_root.weapon == "uzi") || (_root.weapon == "dualuzis")) {
_root.uzi = new Sound();
_root.uzi.attachSound("uzi 4");
_root.uzi.start(0, 1);
}
}
if (soundmixer == 1) {
if ((_root.weapon == "pistol") || (_root.weapon == "dualpistols")) {
_root.pistol = new Sound();
_root.pistol.attachSound("pistol 2");
_root.pistol.start(0, 1);
}
if ((_root.weapon == "uzi") || (_root.weapon == "dualuzis")) {
_root.uzi = new Sound();
_root.uzi.attachSound("uzi 3");
_root.uzi.start(0, 1);
}
}
Symbol 1640 MovieClip Frame 4
winner = _root.bunnyarray[1];
if (_root.bunnyarray[2] > winner) {
winner = _root.bunnyarray[2];
}
if (_root.bunnyarray[3] > winner) {
winner = _root.bunnyarray[3];
}
if (_root.bunnyarray[4] > winner) {
winner = _root.bunnyarray[4];
}
if (_root.bunnyarray[5] > winner) {
winner = _root.bunnyarray[5];
}
if (_root.bunnyarray[6] > winner) {
winner = _root.bunnyarray[6];
}
if (_root.bunnyarray[7] > winner) {
winner = _root.bunnyarray[7];
}
if (_root.bunnyarray[8] > winner) {
winner = _root.bunnyarray[8];
}
if (_root.bunnyarray[9] > winner) {
winner = _root.bunnyarray[9];
}
if (_root.bunnyarray[10] > winner) {
winner = _root.bunnyarray[10];
}
_root.diedpos = winner;
gotoAndStop (1);
soundmixer = random(2);
if (soundmixer == 0) {
sound.gotoAndStop(2);
}
if (soundmixer == 1) {
sound.gotoAndStop(3);
}
soundmixer = random(2);
if (soundmixer == 0) {
sound.gotoAndStop(2);
}
if (soundmixer == 1) {
sound.gotoAndStop(3);
}
Symbol 1640 MovieClip Frame 19
if (_root.uzia >= _parent.clipsize) {
_root.uzia = _root.uzia - (_parent.clipsize - _root.uzireload);
_root.uzireload = _root.uzireload + (_parent.clipsize - _root.uzireload);
} else {
_root.uzireload = _root.uzireload + _root.uzia;
_root.uzia = 0;
}
Symbol 1641 MovieClip Frame 1
reloading = false;
stop();
Instance of Symbol 1639 MovieClip "armr" in Symbol 1641 MovieClip Frame 1
onClipEvent (enterFrame) {
mouse_x = _root.mouseTarget._x;
mouse_y = _root.mouseTarget._y;
xDistance = _root.mouseTarget._x - _root.tank_mc._x;
yDistance = (_root.mouseTarget._y - _root.tank_mc._y) + 23;
if (Number(xDistance) < 0) {
normalise = -1 * xDistance;
} else {
normalise = xDistance;
}
if (Number(yDistance) < 0) {
normalise = Number(normalise) + Number(-1 * yDistance);
} else {
normalise = Number(normalise) + Number(yDistance);
}
if ((Number(xDistance) >= 0) and (Number(yDistance) >= 0)) {
Turretdir = 270;
} else if ((Number(xDistance) <= 0) and (Number(yDistance) >= 0)) {
Turretdir = (Number(-90 * (xDistance / normalise)) + 90) + 180;
} else if ((Number(xDistance) <= 0) and (Number(yDistance) <= 0)) {
Turretdir = Number(-90 * (yDistance / normalise));
} else {
Turretdir = 90;
}
_rotation = Turretdir;
}
Instance of Symbol 1264 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1353 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1354 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (load) {
if (_root.tie == 1) {
gotoAndStop (1);
}
if (_root.tie == 2) {
gotoAndStop (2);
}
if (_root.tie == 3) {
gotoAndStop (3);
}
if (_root.tie == 4) {
gotoAndStop (4);
}
if (_root.tie == 5) {
gotoAndStop (5);
}
if (_root.tie == 6) {
gotoAndStop (6);
}
if (_root.tie == 7) {
gotoAndStop (7);
}
if (_root.tie == 8) {
gotoAndStop (8);
}
if (_root.tie == 9) {
gotoAndStop (9);
}
if (_root.tie == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 237 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 293 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 304 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 314 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (load) {
if (_root.shoes == 1) {
gotoAndStop (1);
}
if (_root.shoes == 2) {
gotoAndStop (2);
}
if (_root.shoes == 3) {
gotoAndStop (3);
}
if (_root.shoes == 4) {
gotoAndStop (4);
}
if (_root.shoes == 5) {
gotoAndStop (5);
}
if (_root.shoes == 6) {
gotoAndStop (6);
}
if (_root.shoes == 7) {
gotoAndStop (7);
}
if (_root.shoes == 8) {
gotoAndStop (8);
}
if (_root.shoes == 9) {
gotoAndStop (9);
}
if (_root.shoes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 359 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 174 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1381 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 237 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 293 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 304 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 314 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (load) {
if (_root.shoes == 1) {
gotoAndStop (1);
}
if (_root.shoes == 2) {
gotoAndStop (2);
}
if (_root.shoes == 3) {
gotoAndStop (3);
}
if (_root.shoes == 4) {
gotoAndStop (4);
}
if (_root.shoes == 5) {
gotoAndStop (5);
}
if (_root.shoes == 6) {
gotoAndStop (6);
}
if (_root.shoes == 7) {
gotoAndStop (7);
}
if (_root.shoes == 8) {
gotoAndStop (8);
}
if (_root.shoes == 9) {
gotoAndStop (9);
}
if (_root.shoes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 359 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1393 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1462 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1473 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1486 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1499 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (load) {
if (_root.eyes == 1) {
gotoAndStop (1);
}
if (_root.eyes == 2) {
gotoAndStop (2);
}
if (_root.eyes == 3) {
gotoAndStop (3);
}
if (_root.eyes == 4) {
gotoAndStop (4);
}
if (_root.eyes == 5) {
gotoAndStop (5);
}
if (_root.eyes == 6) {
gotoAndStop (6);
}
if (_root.eyes == 7) {
gotoAndStop (7);
}
if (_root.eyes == 8) {
gotoAndStop (8);
}
if (_root.eyes == 9) {
gotoAndStop (9);
}
if (_root.eyes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1600 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (load) {
if (_root.hair == 1) {
gotoAndStop (1);
}
if (_root.hair == 2) {
gotoAndStop (2);
}
if (_root.hair == 3) {
gotoAndStop (3);
}
if (_root.hair == 4) {
gotoAndStop (4);
}
if (_root.hair == 5) {
gotoAndStop (5);
}
if (_root.hair == 6) {
gotoAndStop (6);
}
if (_root.hair == 7) {
gotoAndStop (7);
}
if (_root.hair == 8) {
gotoAndStop (8);
}
if (_root.hair == 9) {
gotoAndStop (9);
}
if (_root.hair == 10) {
gotoAndStop (10);
}
if (_root.torso == 7) {
gotoAndStop (11);
}
}
Instance of Symbol 1606 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (load) {
if (_root.teeth == 1) {
gotoAndStop (1);
}
if (_root.teeth == 2) {
gotoAndStop (2);
}
if (_root.teeth == 3) {
gotoAndStop (3);
}
if (_root.teeth == 4) {
gotoAndStop (4);
}
if (_root.teeth == 5) {
gotoAndStop (5);
}
if (_root.teeth == 6) {
gotoAndStop (6);
}
if (_root.teeth == 7) {
gotoAndStop (7);
}
if (_root.teeth == 8) {
gotoAndStop (8);
}
if (_root.teeth == 9) {
gotoAndStop (9);
}
if (_root.teeth == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1606 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (load) {
if (_root.teeth == 1) {
gotoAndStop (1);
}
if (_root.teeth == 2) {
gotoAndStop (2);
}
if (_root.teeth == 3) {
gotoAndStop (3);
}
if (_root.teeth == 4) {
gotoAndStop (4);
}
if (_root.teeth == 5) {
gotoAndStop (5);
}
if (_root.teeth == 6) {
gotoAndStop (6);
}
if (_root.teeth == 7) {
gotoAndStop (7);
}
if (_root.teeth == 8) {
gotoAndStop (8);
}
if (_root.teeth == 9) {
gotoAndStop (9);
}
if (_root.teeth == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 749 MovieClip in Symbol 1641 MovieClip Frame 1
onClipEvent (load) {
if (_root.tie == 1) {
gotoAndStop (1);
}
if (_root.tie == 2) {
gotoAndStop (2);
}
if (_root.tie == 3) {
gotoAndStop (3);
}
if (_root.tie == 4) {
gotoAndStop (4);
}
if (_root.tie == 5) {
gotoAndStop (5);
}
if (_root.tie == 6) {
gotoAndStop (6);
}
if (_root.tie == 7) {
gotoAndStop (7);
}
if (_root.tie == 8) {
gotoAndStop (8);
}
if (_root.tie == 9) {
gotoAndStop (9);
}
if (_root.tie == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1640 MovieClip "arm" in Symbol 1641 MovieClip Frame 1
onClipEvent (enterFrame) {
mouse_x = _root.mouseTarget._x;
mouse_y = _root.mouseTarget._y;
xDistance = _root.mouseTarget._x - _root.tank_mc._x;
yDistance = (_root.mouseTarget._y - _root.tank_mc._y) + 23;
if (Number(xDistance) < 0) {
normalise = -1 * xDistance;
} else {
normalise = xDistance;
}
if (Number(yDistance) < 0) {
normalise = Number(normalise) + Number(-1 * yDistance);
} else {
normalise = Number(normalise) + Number(yDistance);
}
if ((Number(xDistance) >= 0) and (Number(yDistance) >= 0)) {
Turretdir = 270;
} else if ((Number(xDistance) <= 0) and (Number(yDistance) >= 0)) {
Turretdir = (Number(-90 * (xDistance / normalise)) + 90) + 180;
} else if ((Number(xDistance) <= 0) and (Number(yDistance) <= 0)) {
Turretdir = Number(-90 * (yDistance / normalise));
} else {
Turretdir = 90;
}
_rotation = Turretdir;
}
Symbol 1643 MovieClip Frame 1
stop();
Symbol 1644 MovieClip Frame 1
stop();
Symbol 1650 MovieClip Frame 1
stop();
Symbol 1652 MovieClip Frame 1
stop();
_root.waiting = false;
position = true;
Instance of Symbol 1644 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (enterFrame) {
if (ammo != 0) {
_visible = true;
position.gotoAndStop(1);
if ((_root.mousepercent < 0.826) || (_root.mousepercent > 0.004)) {
gotoAndStop(Math.round(_root.mousepercent * 500));
}
if (_root.mousepercent >= 0.826) {
gotoAndStop (406);
}
if (_root.mousepercent <= 0.004) {
gotoAndStop (1);
}
} else {
_visible = false;
}
}
Instance of Symbol 760 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1252 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 837 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1264 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1353 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1354 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (load) {
if (_root.tie == 1) {
gotoAndStop (1);
}
if (_root.tie == 2) {
gotoAndStop (2);
}
if (_root.tie == 3) {
gotoAndStop (3);
}
if (_root.tie == 4) {
gotoAndStop (4);
}
if (_root.tie == 5) {
gotoAndStop (5);
}
if (_root.tie == 6) {
gotoAndStop (6);
}
if (_root.tie == 7) {
gotoAndStop (7);
}
if (_root.tie == 8) {
gotoAndStop (8);
}
if (_root.tie == 9) {
gotoAndStop (9);
}
if (_root.tie == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 237 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 293 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 304 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 314 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (load) {
if (_root.shoes == 1) {
gotoAndStop (1);
}
if (_root.shoes == 2) {
gotoAndStop (2);
}
if (_root.shoes == 3) {
gotoAndStop (3);
}
if (_root.shoes == 4) {
gotoAndStop (4);
}
if (_root.shoes == 5) {
gotoAndStop (5);
}
if (_root.shoes == 6) {
gotoAndStop (6);
}
if (_root.shoes == 7) {
gotoAndStop (7);
}
if (_root.shoes == 8) {
gotoAndStop (8);
}
if (_root.shoes == 9) {
gotoAndStop (9);
}
if (_root.shoes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 359 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 174 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1381 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 237 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 293 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 304 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 314 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (load) {
if (_root.shoes == 1) {
gotoAndStop (1);
}
if (_root.shoes == 2) {
gotoAndStop (2);
}
if (_root.shoes == 3) {
gotoAndStop (3);
}
if (_root.shoes == 4) {
gotoAndStop (4);
}
if (_root.shoes == 5) {
gotoAndStop (5);
}
if (_root.shoes == 6) {
gotoAndStop (6);
}
if (_root.shoes == 7) {
gotoAndStop (7);
}
if (_root.shoes == 8) {
gotoAndStop (8);
}
if (_root.shoes == 9) {
gotoAndStop (9);
}
if (_root.shoes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 359 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1393 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1462 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1473 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1486 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1499 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (load) {
if (_root.eyes == 1) {
gotoAndStop (1);
}
if (_root.eyes == 2) {
gotoAndStop (2);
}
if (_root.eyes == 3) {
gotoAndStop (3);
}
if (_root.eyes == 4) {
gotoAndStop (4);
}
if (_root.eyes == 5) {
gotoAndStop (5);
}
if (_root.eyes == 6) {
gotoAndStop (6);
}
if (_root.eyes == 7) {
gotoAndStop (7);
}
if (_root.eyes == 8) {
gotoAndStop (8);
}
if (_root.eyes == 9) {
gotoAndStop (9);
}
if (_root.eyes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1600 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (load) {
if (_root.hair == 1) {
gotoAndStop (1);
}
if (_root.hair == 2) {
gotoAndStop (2);
}
if (_root.hair == 3) {
gotoAndStop (3);
}
if (_root.hair == 4) {
gotoAndStop (4);
}
if (_root.hair == 5) {
gotoAndStop (5);
}
if (_root.hair == 6) {
gotoAndStop (6);
}
if (_root.hair == 7) {
gotoAndStop (7);
}
if (_root.hair == 8) {
gotoAndStop (8);
}
if (_root.hair == 9) {
gotoAndStop (9);
}
if (_root.hair == 10) {
gotoAndStop (10);
}
if (_root.torso == 7) {
gotoAndStop (11);
}
}
Instance of Symbol 1606 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (load) {
if (_root.teeth == 1) {
gotoAndStop (1);
}
if (_root.teeth == 2) {
gotoAndStop (2);
}
if (_root.teeth == 3) {
gotoAndStop (3);
}
if (_root.teeth == 4) {
gotoAndStop (4);
}
if (_root.teeth == 5) {
gotoAndStop (5);
}
if (_root.teeth == 6) {
gotoAndStop (6);
}
if (_root.teeth == 7) {
gotoAndStop (7);
}
if (_root.teeth == 8) {
gotoAndStop (8);
}
if (_root.teeth == 9) {
gotoAndStop (9);
}
if (_root.teeth == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1606 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (load) {
if (_root.teeth == 1) {
gotoAndStop (1);
}
if (_root.teeth == 2) {
gotoAndStop (2);
}
if (_root.teeth == 3) {
gotoAndStop (3);
}
if (_root.teeth == 4) {
gotoAndStop (4);
}
if (_root.teeth == 5) {
gotoAndStop (5);
}
if (_root.teeth == 6) {
gotoAndStop (6);
}
if (_root.teeth == 7) {
gotoAndStop (7);
}
if (_root.teeth == 8) {
gotoAndStop (8);
}
if (_root.teeth == 9) {
gotoAndStop (9);
}
if (_root.teeth == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 749 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (load) {
if (_root.tie == 1) {
gotoAndStop (1);
}
if (_root.tie == 2) {
gotoAndStop (2);
}
if (_root.tie == 3) {
gotoAndStop (3);
}
if (_root.tie == 4) {
gotoAndStop (4);
}
if (_root.tie == 5) {
gotoAndStop (5);
}
if (_root.tie == 6) {
gotoAndStop (6);
}
if (_root.tie == 7) {
gotoAndStop (7);
}
if (_root.tie == 8) {
gotoAndStop (8);
}
if (_root.tie == 9) {
gotoAndStop (9);
}
if (_root.tie == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 760 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1252 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 837 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1650 MovieClip "grenade" in Symbol 1652 MovieClip Frame 2
onClipEvent (load) {
_root.grenadeposition = _root.xmouse;
speed = (_root.mousepercent * 115) + 46;
attack = 2;
gravity = -85;
wait = 0;
_visible = false;
timer = 30;
}
onClipEvent (enterFrame) {
_root.grenaderotation = _rotation;
if (_visible == true) {
Math.round(gravity);
Math.round(speed);
if (this.hitTest(_root.wall)) {
timer = timer - 1;
gravity = gravity * -0.3;
speed = speed * 0.6;
} else {
bollox = true;
}
_rotation = (_rotation - (speed / 3));
if ((speed < 2) and (speed > -2)) {
speed = 0;
}
if ((4 > gravity) and (gravity > -4)) {
gravity = 0;
this._visible = false;
_root.switchgrenade = true;
}
if (_visible == true) {
_y = (_y - gravity);
gravity = gravity + 9;
_x = (_x + speed);
speed = speed - 0.6;
}
if (_root.switchgrenade == true) {
_root.grenadevisible = false;
_root.gotoandstop1 = true;
_root.iii = _root.iii + 1;
_root.grenadevisible = true;
_root.grenade.duplicateMovieClip("_root.grenade" + _root.iii, 348 + _root.iii);
}
}
}
Instance of Symbol 837 MovieClip in Symbol 1652 MovieClip Frame 4
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1652 MovieClip Frame 4
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 837 MovieClip in Symbol 1652 MovieClip Frame 12
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1652 MovieClip Frame 12
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Symbol 1652 MovieClip Frame 17
grenade._visible = true;
Instance of Symbol 837 MovieClip in Symbol 1652 MovieClip Frame 17
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1652 MovieClip Frame 17
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Symbol 1652 MovieClip Frame 30
stop();
Symbol 1656 MovieClip Frame 1
_root.myhit = 0;
_parent.reloadingleft = false;
stop();
Instance of Symbol 760 MovieClip in Symbol 1656 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1252 MovieClip in Symbol 1656 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 837 MovieClip in Symbol 1656 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1656 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Symbol 1656 MovieClip Frame 2
_root.bunnyarray[1] = 0;
_root.bunnyarray[2] = 0;
_root.bunnyarray[3] = 0;
_root.bunnyarray[4] = 0;
_root.bunnyarray[5] = 0;
_root.bunnyarray[6] = 0;
_root.bunnyarray[7] = 0;
_root.bunnyarray[8] = 0;
_root.bunnyarray[9] = 0;
_root.bunnyarray[10] = 0;
winner = 0;
soundmixer = random(2);
Symbol 1656 MovieClip Frame 3
if (soundmixer == 0) {
_root.pistol = new Sound();
_root.pistol.attachSound("shotgun 1");
_root.pistol.start(0, 1);
}
if (soundmixer == 1) {
_root.pistol = new Sound();
_root.pistol.attachSound("shotgun 2");
_root.pistol.start(0, 1);
}
Symbol 1656 MovieClip Frame 4
winner = _root.bunnyarray[1];
if (_root.bunnyarray[2] > winner) {
winner = _root.bunnyarray[2];
}
if (_root.bunnyarray[3] > winner) {
winner = _root.bunnyarray[3];
}
if (_root.bunnyarray[4] > winner) {
winner = _root.bunnyarray[4];
}
if (_root.bunnyarray[5] > winner) {
winner = _root.bunnyarray[5];
}
if (_root.bunnyarray[6] > winner) {
winner = _root.bunnyarray[6];
}
if (_root.bunnyarray[7] > winner) {
winner = _root.bunnyarray[7];
}
if (_root.bunnyarray[8] > winner) {
winner = _root.bunnyarray[8];
}
if (_root.bunnyarray[9] > winner) {
winner = _root.bunnyarray[9];
}
if (_root.bunnyarray[10] > winner) {
winner = _root.bunnyarray[10];
}
_root.diedpos = winner;
gotoAndStop (1);
soundmixer = random(2);
if (soundmixer == 0) {
sound.gotoAndStop(2);
}
if (soundmixer == 1) {
sound.gotoAndStop(3);
}
soundmixer = random(2);
if (soundmixer == 0) {
sound.gotoAndStop(2);
}
if (soundmixer == 1) {
sound.gotoAndStop(3);
}
Symbol 1657 MovieClip Frame 1
reloading = false;
stop();
Instance of Symbol 1264 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1353 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1354 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (load) {
if (_root.tie == 1) {
gotoAndStop (1);
}
if (_root.tie == 2) {
gotoAndStop (2);
}
if (_root.tie == 3) {
gotoAndStop (3);
}
if (_root.tie == 4) {
gotoAndStop (4);
}
if (_root.tie == 5) {
gotoAndStop (5);
}
if (_root.tie == 6) {
gotoAndStop (6);
}
if (_root.tie == 7) {
gotoAndStop (7);
}
if (_root.tie == 8) {
gotoAndStop (8);
}
if (_root.tie == 9) {
gotoAndStop (9);
}
if (_root.tie == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 237 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 293 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 304 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 314 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (load) {
if (_root.shoes == 1) {
gotoAndStop (1);
}
if (_root.shoes == 2) {
gotoAndStop (2);
}
if (_root.shoes == 3) {
gotoAndStop (3);
}
if (_root.shoes == 4) {
gotoAndStop (4);
}
if (_root.shoes == 5) {
gotoAndStop (5);
}
if (_root.shoes == 6) {
gotoAndStop (6);
}
if (_root.shoes == 7) {
gotoAndStop (7);
}
if (_root.shoes == 8) {
gotoAndStop (8);
}
if (_root.shoes == 9) {
gotoAndStop (9);
}
if (_root.shoes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 359 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 174 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1381 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 237 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 293 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 304 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 314 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (load) {
if (_root.shoes == 1) {
gotoAndStop (1);
}
if (_root.shoes == 2) {
gotoAndStop (2);
}
if (_root.shoes == 3) {
gotoAndStop (3);
}
if (_root.shoes == 4) {
gotoAndStop (4);
}
if (_root.shoes == 5) {
gotoAndStop (5);
}
if (_root.shoes == 6) {
gotoAndStop (6);
}
if (_root.shoes == 7) {
gotoAndStop (7);
}
if (_root.shoes == 8) {
gotoAndStop (8);
}
if (_root.shoes == 9) {
gotoAndStop (9);
}
if (_root.shoes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 359 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1393 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1462 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1473 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1486 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1499 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (load) {
if (_root.eyes == 1) {
gotoAndStop (1);
}
if (_root.eyes == 2) {
gotoAndStop (2);
}
if (_root.eyes == 3) {
gotoAndStop (3);
}
if (_root.eyes == 4) {
gotoAndStop (4);
}
if (_root.eyes == 5) {
gotoAndStop (5);
}
if (_root.eyes == 6) {
gotoAndStop (6);
}
if (_root.eyes == 7) {
gotoAndStop (7);
}
if (_root.eyes == 8) {
gotoAndStop (8);
}
if (_root.eyes == 9) {
gotoAndStop (9);
}
if (_root.eyes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1600 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (load) {
if (_root.hair == 1) {
gotoAndStop (1);
}
if (_root.hair == 2) {
gotoAndStop (2);
}
if (_root.hair == 3) {
gotoAndStop (3);
}
if (_root.hair == 4) {
gotoAndStop (4);
}
if (_root.hair == 5) {
gotoAndStop (5);
}
if (_root.hair == 6) {
gotoAndStop (6);
}
if (_root.hair == 7) {
gotoAndStop (7);
}
if (_root.hair == 8) {
gotoAndStop (8);
}
if (_root.hair == 9) {
gotoAndStop (9);
}
if (_root.hair == 10) {
gotoAndStop (10);
}
if (_root.torso == 7) {
gotoAndStop (11);
}
}
Instance of Symbol 1606 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (load) {
if (_root.teeth == 1) {
gotoAndStop (1);
}
if (_root.teeth == 2) {
gotoAndStop (2);
}
if (_root.teeth == 3) {
gotoAndStop (3);
}
if (_root.teeth == 4) {
gotoAndStop (4);
}
if (_root.teeth == 5) {
gotoAndStop (5);
}
if (_root.teeth == 6) {
gotoAndStop (6);
}
if (_root.teeth == 7) {
gotoAndStop (7);
}
if (_root.teeth == 8) {
gotoAndStop (8);
}
if (_root.teeth == 9) {
gotoAndStop (9);
}
if (_root.teeth == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1606 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (load) {
if (_root.teeth == 1) {
gotoAndStop (1);
}
if (_root.teeth == 2) {
gotoAndStop (2);
}
if (_root.teeth == 3) {
gotoAndStop (3);
}
if (_root.teeth == 4) {
gotoAndStop (4);
}
if (_root.teeth == 5) {
gotoAndStop (5);
}
if (_root.teeth == 6) {
gotoAndStop (6);
}
if (_root.teeth == 7) {
gotoAndStop (7);
}
if (_root.teeth == 8) {
gotoAndStop (8);
}
if (_root.teeth == 9) {
gotoAndStop (9);
}
if (_root.teeth == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 749 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (load) {
if (_root.tie == 1) {
gotoAndStop (1);
}
if (_root.tie == 2) {
gotoAndStop (2);
}
if (_root.tie == 3) {
gotoAndStop (3);
}
if (_root.tie == 4) {
gotoAndStop (4);
}
if (_root.tie == 5) {
gotoAndStop (5);
}
if (_root.tie == 6) {
gotoAndStop (6);
}
if (_root.tie == 7) {
gotoAndStop (7);
}
if (_root.tie == 8) {
gotoAndStop (8);
}
if (_root.tie == 9) {
gotoAndStop (9);
}
if (_root.tie == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1656 MovieClip "arm" in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
mouse_x = _root.mouseTarget._x;
mouse_y = _root.mouseTarget._y;
xDistance = _root.mouseTarget._x - _root.tank_mc._x;
yDistance = (_root.mouseTarget._y - _root.tank_mc._y) + 23;
if (Number(xDistance) < 0) {
normalise = -1 * xDistance;
} else {
normalise = xDistance;
}
if (Number(yDistance) < 0) {
normalise = Number(normalise) + Number(-1 * yDistance);
} else {
normalise = Number(normalise) + Number(yDistance);
}
if ((Number(xDistance) >= 0) and (Number(yDistance) >= 0)) {
Turretdir = 270;
} else if ((Number(xDistance) <= 0) and (Number(yDistance) >= 0)) {
Turretdir = (Number(-90 * (xDistance / normalise)) + 90) + 180;
} else if ((Number(xDistance) <= 0) and (Number(yDistance) <= 0)) {
Turretdir = Number(-90 * (yDistance / normalise));
} else {
Turretdir = 90;
}
_rotation = Turretdir;
}
Instance of Symbol 760 MovieClip in Symbol 1657 MovieClip Frame 2
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1252 MovieClip in Symbol 1657 MovieClip Frame 2
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 837 MovieClip in Symbol 1657 MovieClip Frame 2
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1657 MovieClip Frame 2
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 760 MovieClip in Symbol 1657 MovieClip Frame 2
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1252 MovieClip in Symbol 1657 MovieClip Frame 2
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 837 MovieClip in Symbol 1657 MovieClip Frame 2
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1657 MovieClip Frame 2
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 837 MovieClip in Symbol 1657 MovieClip Frame 6
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1657 MovieClip Frame 6
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Symbol 1657 MovieClip Frame 11
if (_root.shotguna >= clipsize) {
_root.shotguna = _root.shotguna - (clipsize - _root.shotgunreload);
_root.shotgunreload = _root.shotgunreload + (clipsize - _root.shotgunreload);
} else {
_root.shotgunreload = _root.shotgunreload + _root.shotguna;
_root.shotguna = 0;
}
Instance of Symbol 837 MovieClip in Symbol 1657 MovieClip Frame 19
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1657 MovieClip Frame 19
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Symbol 1658 MovieClip Frame 1
_root.myhit = 0;
_parent.reloading = false;
stop();
Instance of Symbol 760 MovieClip in Symbol 1658 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1252 MovieClip in Symbol 1658 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1615 MovieClip in Symbol 1658 MovieClip Frame 1
onClipEvent (load) {
if ((_root.weapon == "pistol") || (_root.weapon == "dualpistols")) {
gotoAndStop ("pistol");
}
if ((_root.weapon == "uzi") || (_root.weapon == "dualuzis")) {
gotoAndStop ("uzi");
}
if ((_root.weapon == "M4") || (_root.weapon == "M4")) {
gotoAndStop ("M4");
}
}
Instance of Symbol 837 MovieClip in Symbol 1658 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1658 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Symbol 1658 MovieClip Frame 2
_root.bunnyarray[1] = 0;
_root.bunnyarray[2] = 0;
_root.bunnyarray[3] = 0;
_root.bunnyarray[4] = 0;
_root.bunnyarray[5] = 0;
_root.bunnyarray[6] = 0;
_root.bunnyarray[7] = 0;
_root.bunnyarray[8] = 0;
_root.bunnyarray[9] = 0;
_root.bunnyarray[10] = 0;
winner = 0;
soundmixer = random(2);
Symbol 1658 MovieClip Frame 3
if (soundmixer == 0) {
_root.uzi = new Sound();
_root.uzi.attachSound("machine gun 3");
_root.uzi.start(0, 1);
}
if (soundmixer == 1) {
_root.uzi = new Sound();
_root.uzi.attachSound("machine gun 4");
_root.uzi.start(0, 1);
}
Symbol 1658 MovieClip Frame 4
winner = _root.bunnyarray[1];
if (_root.bunnyarray[2] > winner) {
winner = _root.bunnyarray[2];
}
if (_root.bunnyarray[3] > winner) {
winner = _root.bunnyarray[3];
}
if (_root.bunnyarray[4] > winner) {
winner = _root.bunnyarray[4];
}
if (_root.bunnyarray[5] > winner) {
winner = _root.bunnyarray[5];
}
if (_root.bunnyarray[6] > winner) {
winner = _root.bunnyarray[6];
}
if (_root.bunnyarray[7] > winner) {
winner = _root.bunnyarray[7];
}
if (_root.bunnyarray[8] > winner) {
winner = _root.bunnyarray[8];
}
if (_root.bunnyarray[9] > winner) {
winner = _root.bunnyarray[9];
}
if (_root.bunnyarray[10] > winner) {
winner = _root.bunnyarray[10];
}
_root.diedpos = winner;
soundmixer = random(2);
if (soundmixer == 0) {
sound.gotoAndStop(2);
}
if (soundmixer == 1) {
sound.gotoAndStop(3);
}
soundmixer = random(2);
if (soundmixer == 0) {
sound.gotoAndStop(2);
}
if (soundmixer == 1) {
sound.gotoAndStop(3);
}
Symbol 1658 MovieClip Frame 5
gotoAndStop (1);
Symbol 1658 MovieClip Frame 14
if (_parent.ammo >= 30) {
_parent.ammo = _parent.ammo - (_parent.clipsize - _parent.reloadleft);
_parent.reloadleft = _parent.reloadleft + (_parent.clipsize - _parent.reloadleft);
} else {
_parent.reloadleft = _parent.reloadleft + _parent.ammo;
_parent.ammo = 0;
}
Symbol 1661 MovieClip Frame 1
reloading = false;
stop();
Instance of Symbol 760 MovieClip in Symbol 1661 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1252 MovieClip in Symbol 1661 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 837 MovieClip in Symbol 1661 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1661 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1264 MovieClip in Symbol 1661 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1353 MovieClip in Symbol 1661 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1354 MovieClip in Symbol 1661 MovieClip Frame 1
onClipEvent (load) {
if (_root.tie == 1) {
gotoAndStop (1);
}
if (_root.tie == 2) {
gotoAndStop (2);
}
if (_root.tie == 3) {
gotoAndStop (3);
}
if (_root.tie == 4) {
gotoAndStop (4);
}
if (_root.tie == 5) {
gotoAndStop (5);
}
if (_root.tie == 6) {
gotoAndStop (6);
}
if (_root.tie == 7) {
gotoAndStop (7);
}
if (_root.tie == 8) {
gotoAndStop (8);
}
if (_root.tie == 9) {
gotoAndStop (9);
}
if (_root.tie == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 237 MovieClip in Symbol 1661 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 293 MovieClip in Symbol 1661 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 304 MovieClip in Symbol 1661 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 314 MovieClip in Symbol 1661 MovieClip Frame 1
onClipEvent (load) {
if (_root.shoes == 1) {
gotoAndStop (1);
}
if (_root.shoes == 2) {
gotoAndStop (2);
}
if (_root.shoes == 3) {
gotoAndStop (3);
}
if (_root.shoes == 4) {
gotoAndStop (4);
}
if (_root.shoes == 5) {
gotoAndStop (5);
}
if (_root.shoes == 6) {
gotoAndStop (6);
}
if (_root.shoes == 7) {
gotoAndStop (7);
}
if (_root.shoes == 8) {
gotoAndStop (8);
}
if (_root.shoes == 9) {
gotoAndStop (9);
}
if (_root.shoes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 359 MovieClip in Symbol 1661 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 174 MovieClip in Symbol 1661 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1381 MovieClip in Symbol 1661 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 237 MovieClip in Symbol 1661 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 293 MovieClip in Symbol 1661 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 304 MovieClip in Symbol 1661 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 314 MovieClip in Symbol 1661 MovieClip Frame 1
onClipEvent (load) {
if (_root.shoes == 1) {
gotoAndStop (1);
}
if (_root.shoes == 2) {
gotoAndStop (2);
}
if (_root.shoes == 3) {
gotoAndStop (3);
}
if (_root.shoes == 4) {
gotoAndStop (4);
}
if (_root.shoes == 5) {
gotoAndStop (5);
}
if (_root.shoes == 6) {
gotoAndStop (6);
}
if (_root.shoes == 7) {
gotoAndStop (7);
}
if (_root.shoes == 8) {
gotoAndStop (8);
}
if (_root.shoes == 9) {
gotoAndStop (9);
}
if (_root.shoes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 359 MovieClip in Symbol 1661 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1393 MovieClip in Symbol 1661 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1462 MovieClip in Symbol 1661 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1473 MovieClip in Symbol 1661 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1486 MovieClip in Symbol 1661 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1499 MovieClip in Symbol 1661 MovieClip Frame 1
onClipEvent (load) {
if (_root.eyes == 1) {
gotoAndStop (1);
}
if (_root.eyes == 2) {
gotoAndStop (2);
}
if (_root.eyes == 3) {
gotoAndStop (3);
}
if (_root.eyes == 4) {
gotoAndStop (4);
}
if (_root.eyes == 5) {
gotoAndStop (5);
}
if (_root.eyes == 6) {
gotoAndStop (6);
}
if (_root.eyes == 7) {
gotoAndStop (7);
}
if (_root.eyes == 8) {
gotoAndStop (8);
}
if (_root.eyes == 9) {
gotoAndStop (9);
}
if (_root.eyes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1600 MovieClip in Symbol 1661 MovieClip Frame 1
onClipEvent (load) {
if (_root.hair == 1) {
gotoAndStop (1);
}
if (_root.hair == 2) {
gotoAndStop (2);
}
if (_root.hair == 3) {
gotoAndStop (3);
}
if (_root.hair == 4) {
gotoAndStop (4);
}
if (_root.hair == 5) {
gotoAndStop (5);
}
if (_root.hair == 6) {
gotoAndStop (6);
}
if (_root.hair == 7) {
gotoAndStop (7);
}
if (_root.hair == 8) {
gotoAndStop (8);
}
if (_root.hair == 9) {
gotoAndStop (9);
}
if (_root.hair == 10) {
gotoAndStop (10);
}
if (_root.torso == 7) {
gotoAndStop (11);
}
}
Instance of Symbol 1606 MovieClip in Symbol 1661 MovieClip Frame 1
onClipEvent (load) {
if (_root.teeth == 1) {
gotoAndStop (1);
}
if (_root.teeth == 2) {
gotoAndStop (2);
}
if (_root.teeth == 3) {
gotoAndStop (3);
}
if (_root.teeth == 4) {
gotoAndStop (4);
}
if (_root.teeth == 5) {
gotoAndStop (5);
}
if (_root.teeth == 6) {
gotoAndStop (6);
}
if (_root.teeth == 7) {
gotoAndStop (7);
}
if (_root.teeth == 8) {
gotoAndStop (8);
}
if (_root.teeth == 9) {
gotoAndStop (9);
}
if (_root.teeth == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1606 MovieClip in Symbol 1661 MovieClip Frame 1
onClipEvent (load) {
if (_root.teeth == 1) {
gotoAndStop (1);
}
if (_root.teeth == 2) {
gotoAndStop (2);
}
if (_root.teeth == 3) {
gotoAndStop (3);
}
if (_root.teeth == 4) {
gotoAndStop (4);
}
if (_root.teeth == 5) {
gotoAndStop (5);
}
if (_root.teeth == 6) {
gotoAndStop (6);
}
if (_root.teeth == 7) {
gotoAndStop (7);
}
if (_root.teeth == 8) {
gotoAndStop (8);
}
if (_root.teeth == 9) {
gotoAndStop (9);
}
if (_root.teeth == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 749 MovieClip in Symbol 1661 MovieClip Frame 1
onClipEvent (load) {
if (_root.tie == 1) {
gotoAndStop (1);
}
if (_root.tie == 2) {
gotoAndStop (2);
}
if (_root.tie == 3) {
gotoAndStop (3);
}
if (_root.tie == 4) {
gotoAndStop (4);
}
if (_root.tie == 5) {
gotoAndStop (5);
}
if (_root.tie == 6) {
gotoAndStop (6);
}
if (_root.tie == 7) {
gotoAndStop (7);
}
if (_root.tie == 8) {
gotoAndStop (8);
}
if (_root.tie == 9) {
gotoAndStop (9);
}
if (_root.tie == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1658 MovieClip "arm" in Symbol 1661 MovieClip Frame 1
onClipEvent (enterFrame) {
mouse_x = _root.mouseTarget._x;
mouse_y = _root.mouseTarget._y;
xDistance = _root.mouseTarget._x - _root.tank_mc._x;
yDistance = (_root.mouseTarget._y - _root.tank_mc._y) + 23;
if (Number(xDistance) < 0) {
normalise = -1 * xDistance;
} else {
normalise = xDistance;
}
if (Number(yDistance) < 0) {
normalise = Number(normalise) + Number(-1 * yDistance);
} else {
normalise = Number(normalise) + Number(yDistance);
}
if ((Number(xDistance) >= 0) and (Number(yDistance) >= 0)) {
Turretdir = 270;
} else if ((Number(xDistance) <= 0) and (Number(yDistance) >= 0)) {
Turretdir = (Number(-90 * (xDistance / normalise)) + 90) + 180;
} else if ((Number(xDistance) <= 0) and (Number(yDistance) <= 0)) {
Turretdir = Number(-90 * (yDistance / normalise));
} else {
Turretdir = 90;
}
_rotation = Turretdir;
}
Instance of Symbol 760 MovieClip in Symbol 1661 MovieClip Frame 2
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1252 MovieClip in Symbol 1661 MovieClip Frame 2
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 837 MovieClip in Symbol 1661 MovieClip Frame 2
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1661 MovieClip Frame 2
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 837 MovieClip in Symbol 1661 MovieClip Frame 6
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1661 MovieClip Frame 6
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 837 MovieClip in Symbol 1661 MovieClip Frame 8
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1661 MovieClip Frame 8
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 837 MovieClip in Symbol 1661 MovieClip Frame 9
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1661 MovieClip Frame 9
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 837 MovieClip in Symbol 1661 MovieClip Frame 9
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1661 MovieClip Frame 9
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 837 MovieClip in Symbol 1661 MovieClip Frame 14
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1661 MovieClip Frame 14
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Symbol 1661 MovieClip Frame 24
if (_root.M4a >= clipsize) {
_root.M4a = _root.M4a - (clipsize - _root.M4reload);
_root.M4reload = _root.M4reload + (clipsize - _root.M4reload);
} else {
_root.M4reload = _root.M4reload + _root.M4a;
_root.M4a = 0;
}
Instance of Symbol 837 MovieClip in Symbol 1661 MovieClip Frame 24
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1661 MovieClip Frame 24
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 837 MovieClip in Symbol 1661 MovieClip Frame 28
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1661 MovieClip Frame 28
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 837 MovieClip in Symbol 1661 MovieClip Frame 31
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1661 MovieClip Frame 31
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 837 MovieClip in Symbol 1661 MovieClip Frame 32
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1661 MovieClip Frame 32
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Symbol 1662 MovieClip Frame 1
stop();
Instance of Symbol 760 MovieClip in Symbol 1662 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1252 MovieClip in Symbol 1662 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 837 MovieClip in Symbol 1662 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1662 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Symbol 1675 MovieClip Frame 4
stop();
Symbol 1676 MovieClip Frame 1
firing = false;
_root.myhit = 0;
_parent.reloadingleft = false;
stop();
Instance of Symbol 760 MovieClip in Symbol 1676 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1252 MovieClip in Symbol 1676 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 837 MovieClip in Symbol 1676 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1676 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Symbol 1676 MovieClip Frame 2
firing = true;
_root.bunnyarray[1] = 0;
_root.bunnyarray[2] = 0;
_root.bunnyarray[3] = 0;
_root.bunnyarray[4] = 0;
_root.bunnyarray[5] = 0;
_root.bunnyarray[6] = 0;
_root.bunnyarray[7] = 0;
_root.bunnyarray[8] = 0;
_root.bunnyarray[9] = 0;
_root.bunnyarray[10] = 0;
winner = 0;
soundmixer = random(2);
Symbol 1676 MovieClip Frame 3
if (soundmixer == 0) {
_root.pistol = new Sound();
_root.pistol.attachSound("rocket 2");
_root.pistol.start(0, 1);
}
if (soundmixer == 1) {
_root.pistol = new Sound();
_root.pistol.attachSound("rocket 3");
_root.pistol.start(0, 1);
}
Symbol 1676 MovieClip Frame 4
soundmixer = random(2);
if (soundmixer == 0) {
sound.gotoAndStop(2);
}
if (soundmixer == 1) {
sound.gotoAndStop(3);
}
Symbol 1676 MovieClip Frame 7
winner = _root.bunnyarray[1];
if (_root.bunnyarray[2] > winner) {
winner = _root.bunnyarray[2];
}
if (_root.bunnyarray[3] > winner) {
winner = _root.bunnyarray[3];
}
if (_root.bunnyarray[4] > winner) {
winner = _root.bunnyarray[4];
}
if (_root.bunnyarray[5] > winner) {
winner = _root.bunnyarray[5];
}
if (_root.bunnyarray[6] > winner) {
winner = _root.bunnyarray[6];
}
if (_root.bunnyarray[7] > winner) {
winner = _root.bunnyarray[7];
}
if (_root.bunnyarray[8] > winner) {
winner = _root.bunnyarray[8];
}
if (_root.bunnyarray[9] > winner) {
winner = _root.bunnyarray[9];
}
if (_root.bunnyarray[10] > winner) {
winner = _root.bunnyarray[10];
}
_root.diedpos = winner;
Symbol 1676 MovieClip Frame 9
_parent.reloading = false;
Symbol 1679 MovieClip Frame 1
reloading = false;
stop();
Instance of Symbol 1662 MovieClip "armr" in Symbol 1679 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = _parent.arm._rotation;
}
Instance of Symbol 1264 MovieClip in Symbol 1679 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1353 MovieClip in Symbol 1679 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1354 MovieClip in Symbol 1679 MovieClip Frame 1
onClipEvent (load) {
if (_root.tie == 1) {
gotoAndStop (1);
}
if (_root.tie == 2) {
gotoAndStop (2);
}
if (_root.tie == 3) {
gotoAndStop (3);
}
if (_root.tie == 4) {
gotoAndStop (4);
}
if (_root.tie == 5) {
gotoAndStop (5);
}
if (_root.tie == 6) {
gotoAndStop (6);
}
if (_root.tie == 7) {
gotoAndStop (7);
}
if (_root.tie == 8) {
gotoAndStop (8);
}
if (_root.tie == 9) {
gotoAndStop (9);
}
if (_root.tie == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 237 MovieClip in Symbol 1679 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 293 MovieClip in Symbol 1679 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 304 MovieClip in Symbol 1679 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 314 MovieClip in Symbol 1679 MovieClip Frame 1
onClipEvent (load) {
if (_root.shoes == 1) {
gotoAndStop (1);
}
if (_root.shoes == 2) {
gotoAndStop (2);
}
if (_root.shoes == 3) {
gotoAndStop (3);
}
if (_root.shoes == 4) {
gotoAndStop (4);
}
if (_root.shoes == 5) {
gotoAndStop (5);
}
if (_root.shoes == 6) {
gotoAndStop (6);
}
if (_root.shoes == 7) {
gotoAndStop (7);
}
if (_root.shoes == 8) {
gotoAndStop (8);
}
if (_root.shoes == 9) {
gotoAndStop (9);
}
if (_root.shoes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 359 MovieClip in Symbol 1679 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 174 MovieClip in Symbol 1679 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1381 MovieClip in Symbol 1679 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 237 MovieClip in Symbol 1679 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 293 MovieClip in Symbol 1679 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 304 MovieClip in Symbol 1679 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 314 MovieClip in Symbol 1679 MovieClip Frame 1
onClipEvent (load) {
if (_root.shoes == 1) {
gotoAndStop (1);
}
if (_root.shoes == 2) {
gotoAndStop (2);
}
if (_root.shoes == 3) {
gotoAndStop (3);
}
if (_root.shoes == 4) {
gotoAndStop (4);
}
if (_root.shoes == 5) {
gotoAndStop (5);
}
if (_root.shoes == 6) {
gotoAndStop (6);
}
if (_root.shoes == 7) {
gotoAndStop (7);
}
if (_root.shoes == 8) {
gotoAndStop (8);
}
if (_root.shoes == 9) {
gotoAndStop (9);
}
if (_root.shoes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 359 MovieClip in Symbol 1679 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1393 MovieClip in Symbol 1679 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1462 MovieClip in Symbol 1679 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1473 MovieClip in Symbol 1679 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1486 MovieClip in Symbol 1679 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1499 MovieClip in Symbol 1679 MovieClip Frame 1
onClipEvent (load) {
if (_root.eyes == 1) {
gotoAndStop (1);
}
if (_root.eyes == 2) {
gotoAndStop (2);
}
if (_root.eyes == 3) {
gotoAndStop (3);
}
if (_root.eyes == 4) {
gotoAndStop (4);
}
if (_root.eyes == 5) {
gotoAndStop (5);
}
if (_root.eyes == 6) {
gotoAndStop (6);
}
if (_root.eyes == 7) {
gotoAndStop (7);
}
if (_root.eyes == 8) {
gotoAndStop (8);
}
if (_root.eyes == 9) {
gotoAndStop (9);
}
if (_root.eyes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1600 MovieClip in Symbol 1679 MovieClip Frame 1
onClipEvent (load) {
if (_root.hair == 1) {
gotoAndStop (1);
}
if (_root.hair == 2) {
gotoAndStop (2);
}
if (_root.hair == 3) {
gotoAndStop (3);
}
if (_root.hair == 4) {
gotoAndStop (4);
}
if (_root.hair == 5) {
gotoAndStop (5);
}
if (_root.hair == 6) {
gotoAndStop (6);
}
if (_root.hair == 7) {
gotoAndStop (7);
}
if (_root.hair == 8) {
gotoAndStop (8);
}
if (_root.hair == 9) {
gotoAndStop (9);
}
if (_root.hair == 10) {
gotoAndStop (10);
}
if (_root.torso == 7) {
gotoAndStop (11);
}
}
Instance of Symbol 1606 MovieClip in Symbol 1679 MovieClip Frame 1
onClipEvent (load) {
if (_root.teeth == 1) {
gotoAndStop (1);
}
if (_root.teeth == 2) {
gotoAndStop (2);
}
if (_root.teeth == 3) {
gotoAndStop (3);
}
if (_root.teeth == 4) {
gotoAndStop (4);
}
if (_root.teeth == 5) {
gotoAndStop (5);
}
if (_root.teeth == 6) {
gotoAndStop (6);
}
if (_root.teeth == 7) {
gotoAndStop (7);
}
if (_root.teeth == 8) {
gotoAndStop (8);
}
if (_root.teeth == 9) {
gotoAndStop (9);
}
if (_root.teeth == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1606 MovieClip in Symbol 1679 MovieClip Frame 1
onClipEvent (load) {
if (_root.teeth == 1) {
gotoAndStop (1);
}
if (_root.teeth == 2) {
gotoAndStop (2);
}
if (_root.teeth == 3) {
gotoAndStop (3);
}
if (_root.teeth == 4) {
gotoAndStop (4);
}
if (_root.teeth == 5) {
gotoAndStop (5);
}
if (_root.teeth == 6) {
gotoAndStop (6);
}
if (_root.teeth == 7) {
gotoAndStop (7);
}
if (_root.teeth == 8) {
gotoAndStop (8);
}
if (_root.teeth == 9) {
gotoAndStop (9);
}
if (_root.teeth == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 749 MovieClip in Symbol 1679 MovieClip Frame 1
onClipEvent (load) {
if (_root.tie == 1) {
gotoAndStop (1);
}
if (_root.tie == 2) {
gotoAndStop (2);
}
if (_root.tie == 3) {
gotoAndStop (3);
}
if (_root.tie == 4) {
gotoAndStop (4);
}
if (_root.tie == 5) {
gotoAndStop (5);
}
if (_root.tie == 6) {
gotoAndStop (6);
}
if (_root.tie == 7) {
gotoAndStop (7);
}
if (_root.tie == 8) {
gotoAndStop (8);
}
if (_root.tie == 9) {
gotoAndStop (9);
}
if (_root.tie == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1676 MovieClip "arm" in Symbol 1679 MovieClip Frame 1
onClipEvent (enterFrame) {
mouse_x = _root.mouseTarget._x;
mouse_y = _root.mouseTarget._y;
xDistance = _root.mouseTarget._x - _root.tank_mc._x;
yDistance = (_root.mouseTarget._y - _root.tank_mc._y) + 23;
if (Number(xDistance) < 0) {
normalise = -1 * xDistance;
} else {
normalise = xDistance;
}
if (Number(yDistance) < 0) {
normalise = Number(normalise) + Number(-1 * yDistance);
} else {
normalise = Number(normalise) + Number(yDistance);
}
if ((Number(xDistance) >= 0) and (Number(yDistance) >= 0)) {
Turretdir = 270;
} else if ((Number(xDistance) <= 0) and (Number(yDistance) >= 0)) {
Turretdir = (Number(-90 * (xDistance / normalise)) + 90) + 180;
} else if ((Number(xDistance) <= 0) and (Number(yDistance) <= 0)) {
Turretdir = Number(-90 * (yDistance / normalise));
} else {
Turretdir = 90;
}
if (firing != true) {
_rotation = Turretdir;
}
}
Instance of Symbol 760 MovieClip in Symbol 1679 MovieClip Frame 2
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1252 MovieClip in Symbol 1679 MovieClip Frame 2
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 837 MovieClip in Symbol 1679 MovieClip Frame 2
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1679 MovieClip Frame 2
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 760 MovieClip in Symbol 1679 MovieClip Frame 2
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1252 MovieClip in Symbol 1679 MovieClip Frame 2
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 837 MovieClip in Symbol 1679 MovieClip Frame 2
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1679 MovieClip Frame 2
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 837 MovieClip in Symbol 1679 MovieClip Frame 12
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1679 MovieClip Frame 12
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 837 MovieClip in Symbol 1679 MovieClip Frame 18
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1679 MovieClip Frame 18
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Symbol 1679 MovieClip Frame 21
_root.bazookareload = _root.bazookareload + 1;
_root.bazookaa = _root.bazookaa - 1;
Symbol 1679 MovieClip Frame 32
if (Key.isDown(82) and (_root.bazookareload != clipsize)) {
if ((!_root.bazookaa) == 0) {
gotoAndPlay (15);
reloading = true;
}
}
Symbol 1685 MovieClip Frame 1
stop();
Symbol 1685 MovieClip Frame 21
_root.soundplaying = false;
Symbol 1691 MovieClip Frame 1
reloading = false;
_root.waiting = false;
stop();
Instance of Symbol 760 MovieClip in Symbol 1691 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1252 MovieClip in Symbol 1691 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 837 MovieClip in Symbol 1691 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1691 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1264 MovieClip in Symbol 1691 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1353 MovieClip in Symbol 1691 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1354 MovieClip in Symbol 1691 MovieClip Frame 1
onClipEvent (load) {
if (_root.tie == 1) {
gotoAndStop (1);
}
if (_root.tie == 2) {
gotoAndStop (2);
}
if (_root.tie == 3) {
gotoAndStop (3);
}
if (_root.tie == 4) {
gotoAndStop (4);
}
if (_root.tie == 5) {
gotoAndStop (5);
}
if (_root.tie == 6) {
gotoAndStop (6);
}
if (_root.tie == 7) {
gotoAndStop (7);
}
if (_root.tie == 8) {
gotoAndStop (8);
}
if (_root.tie == 9) {
gotoAndStop (9);
}
if (_root.tie == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 237 MovieClip in Symbol 1691 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 293 MovieClip in Symbol 1691 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 304 MovieClip in Symbol 1691 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 314 MovieClip in Symbol 1691 MovieClip Frame 1
onClipEvent (load) {
if (_root.shoes == 1) {
gotoAndStop (1);
}
if (_root.shoes == 2) {
gotoAndStop (2);
}
if (_root.shoes == 3) {
gotoAndStop (3);
}
if (_root.shoes == 4) {
gotoAndStop (4);
}
if (_root.shoes == 5) {
gotoAndStop (5);
}
if (_root.shoes == 6) {
gotoAndStop (6);
}
if (_root.shoes == 7) {
gotoAndStop (7);
}
if (_root.shoes == 8) {
gotoAndStop (8);
}
if (_root.shoes == 9) {
gotoAndStop (9);
}
if (_root.shoes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 359 MovieClip in Symbol 1691 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 174 MovieClip in Symbol 1691 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1381 MovieClip in Symbol 1691 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 237 MovieClip in Symbol 1691 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 293 MovieClip in Symbol 1691 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 304 MovieClip in Symbol 1691 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 314 MovieClip in Symbol 1691 MovieClip Frame 1
onClipEvent (load) {
if (_root.shoes == 1) {
gotoAndStop (1);
}
if (_root.shoes == 2) {
gotoAndStop (2);
}
if (_root.shoes == 3) {
gotoAndStop (3);
}
if (_root.shoes == 4) {
gotoAndStop (4);
}
if (_root.shoes == 5) {
gotoAndStop (5);
}
if (_root.shoes == 6) {
gotoAndStop (6);
}
if (_root.shoes == 7) {
gotoAndStop (7);
}
if (_root.shoes == 8) {
gotoAndStop (8);
}
if (_root.shoes == 9) {
gotoAndStop (9);
}
if (_root.shoes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 359 MovieClip in Symbol 1691 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1393 MovieClip in Symbol 1691 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1462 MovieClip in Symbol 1691 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1473 MovieClip in Symbol 1691 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1486 MovieClip in Symbol 1691 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1499 MovieClip in Symbol 1691 MovieClip Frame 1
onClipEvent (load) {
if (_root.eyes == 1) {
gotoAndStop (1);
}
if (_root.eyes == 2) {
gotoAndStop (2);
}
if (_root.eyes == 3) {
gotoAndStop (3);
}
if (_root.eyes == 4) {
gotoAndStop (4);
}
if (_root.eyes == 5) {
gotoAndStop (5);
}
if (_root.eyes == 6) {
gotoAndStop (6);
}
if (_root.eyes == 7) {
gotoAndStop (7);
}
if (_root.eyes == 8) {
gotoAndStop (8);
}
if (_root.eyes == 9) {
gotoAndStop (9);
}
if (_root.eyes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1600 MovieClip in Symbol 1691 MovieClip Frame 1
onClipEvent (load) {
if (_root.hair == 1) {
gotoAndStop (1);
}
if (_root.hair == 2) {
gotoAndStop (2);
}
if (_root.hair == 3) {
gotoAndStop (3);
}
if (_root.hair == 4) {
gotoAndStop (4);
}
if (_root.hair == 5) {
gotoAndStop (5);
}
if (_root.hair == 6) {
gotoAndStop (6);
}
if (_root.hair == 7) {
gotoAndStop (7);
}
if (_root.hair == 8) {
gotoAndStop (8);
}
if (_root.hair == 9) {
gotoAndStop (9);
}
if (_root.hair == 10) {
gotoAndStop (10);
}
if (_root.torso == 7) {
gotoAndStop (11);
}
}
Instance of Symbol 1606 MovieClip in Symbol 1691 MovieClip Frame 1
onClipEvent (load) {
if (_root.teeth == 1) {
gotoAndStop (1);
}
if (_root.teeth == 2) {
gotoAndStop (2);
}
if (_root.teeth == 3) {
gotoAndStop (3);
}
if (_root.teeth == 4) {
gotoAndStop (4);
}
if (_root.teeth == 5) {
gotoAndStop (5);
}
if (_root.teeth == 6) {
gotoAndStop (6);
}
if (_root.teeth == 7) {
gotoAndStop (7);
}
if (_root.teeth == 8) {
gotoAndStop (8);
}
if (_root.teeth == 9) {
gotoAndStop (9);
}
if (_root.teeth == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1606 MovieClip in Symbol 1691 MovieClip Frame 1
onClipEvent (load) {
if (_root.teeth == 1) {
gotoAndStop (1);
}
if (_root.teeth == 2) {
gotoAndStop (2);
}
if (_root.teeth == 3) {
gotoAndStop (3);
}
if (_root.teeth == 4) {
gotoAndStop (4);
}
if (_root.teeth == 5) {
gotoAndStop (5);
}
if (_root.teeth == 6) {
gotoAndStop (6);
}
if (_root.teeth == 7) {
gotoAndStop (7);
}
if (_root.teeth == 8) {
gotoAndStop (8);
}
if (_root.teeth == 9) {
gotoAndStop (9);
}
if (_root.teeth == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 749 MovieClip in Symbol 1691 MovieClip Frame 1
onClipEvent (load) {
if (_root.tie == 1) {
gotoAndStop (1);
}
if (_root.tie == 2) {
gotoAndStop (2);
}
if (_root.tie == 3) {
gotoAndStop (3);
}
if (_root.tie == 4) {
gotoAndStop (4);
}
if (_root.tie == 5) {
gotoAndStop (5);
}
if (_root.tie == 6) {
gotoAndStop (6);
}
if (_root.tie == 7) {
gotoAndStop (7);
}
if (_root.tie == 8) {
gotoAndStop (8);
}
if (_root.tie == 9) {
gotoAndStop (9);
}
if (_root.tie == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 760 MovieClip in Symbol 1691 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1252 MovieClip in Symbol 1691 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 837 MovieClip in Symbol 1691 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 1691 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Symbol 1691 MovieClip Frame 2
soundplay = true;
Instance of Symbol 1685 MovieClip in Symbol 1691 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_parent.soundplay == true) {
if (_root.soundplaying == false) {
gotoAndPlay (2);
_root.soundplaying = true;
_parent.soundplay = false;
}
}
}
Symbol 1691 MovieClip Frame 53
memory_x = _root._x;
memoryweaponbox_x = _root.weaponbox._x;
Symbol 1691 MovieClip Frame 55
_root.iiii = _root.iiii + 1;
_root.brightlight.duplicateMovieClip("_root.brightlight" + _root.iiii, 10000000 + _root.iiii);
Symbol 1691 MovieClip Frame 71
_root._x = memory_x;
_root.weaponbox._x = memoryweaponbox_x;
Symbol 1691 MovieClip Frame 76
gotoAndStop (1);
Symbol 1692 MovieClip Frame 1
stop();
Instance of Symbol 1632 MovieClip "zelda" in Symbol 1692 MovieClip Frame 1
onClipEvent (load) {
_root.weapon = "pistol";
ammo = _root.pistola;
delaytime = 0.2;
waittimer = 0;
reloading = false;
reload = _root.pistolreload;
clipsize1 = 12;
}
onClipEvent (mouseDown) {
if (!_root.pause) {
if (waittimer < 0) {
if ((!reload) == 0) {
if ((!reloading) == true) {
waittimer = delaytime * 24;
arm.gotoAndPlay(2);
_root.shot = _root.shot + 1;
reload = reload - 1;
}
} else if ((reloading == false) and (reload == 0)) {
if (ammo != 0) {
gotoAndPlay ("reload");
reloading = true;
}
}
}
}
}
onClipEvent (enterFrame) {
clipsize = clipsize1 + (_root.pistol1lvl * 3);
_root.extraap = 0.4 * _root.pistol3lvl;
_root.pistolreload = reload;
_root.pistola = ammo;
if (!_root.pause) {
ammo = 100;
if ((Key.isDown(82) and ((!reloading) == true)) and (reload != clipsize)) {
if (ammo != 0) {
gotoAndPlay ("reload");
reloading = true;
}
}
if (waittimer < 0) {
_root.death = false;
}
waittimer = waittimer - 1;
}
}
Instance of Symbol 1634 MovieClip "zelda" in Symbol 1692 MovieClip Frame 2
onClipEvent (load) {
_root.weapon = "dualpistols";
lefty = true;
righty = false;
ammo = _root.pistola;
delaytime = 0.1;
waittimer = 0;
clipsize1 = 12;
reloadright = _root.pistolreloadright;
reloadleft = _root.pistolreload;
}
onClipEvent (mouseDown) {
if (!_root.pause) {
if (waittimer < 0) {
if ((!reloadleft) == 0) {
if ((!reloadingleft) == true) {
if (lefty == true) {
arm.gotoAndPlay(2);
reloadleft = reloadleft - 1;
waittimer = delaytime * 24;
_root.shot = _root.shot + 1;
}
}
} else if ((reloadingleft == false) and (reloadleft == 0)) {
if (ammo != 0) {
reloadingleft = true;
arm.gotoAndPlay(9);
}
}
if ((!reloadright) == 0) {
if ((!reloadingright) == true) {
if (righty == true) {
armr.gotoAndPlay(2);
reloadright = reloadright - 1;
waittimer = delaytime * 24;
_root.shot = _root.shot + 1;
}
}
} else if ((reloadingright == false) and (reloadright == 0)) {
if (ammo != 0) {
reloadingright = true;
armr.gotoAndPlay(9);
}
}
}
if (lefty == true) {
lefty = false;
righty = true;
} else if (righty == true) {
lefty = true;
righty = false;
}
}
}
onClipEvent (enterFrame) {
clipsize = clipsize1 + (_root.dualpistols1lvl * 3);
_root.extraap = 0.4 * _root.dualpistols3lvl;
_root.pistola = ammo;
_root.pistolreloadright = reloadright;
_root.pistolreload = reloadleft;
if (!_root.pause) {
ammo = 100;
if (((Key.isDown(82) and ((!reloadingleft) == true)) and ((!reloadingright) == true)) and ((reloadright != clipsize) || (reloadleft != clipsize))) {
if (ammo != 0) {
arm.gotoAndPlay(9);
armr.gotoAndPlay(9);
reloadingright = true;
reloadingleft = true;
}
}
if (waittimer < 0) {
_root.death = false;
}
waittimer = waittimer - 1;
}
}
Instance of Symbol 1638 MovieClip "zelda" in Symbol 1692 MovieClip Frame 3
onClipEvent (load) {
_root.weapon = "uzi";
delaytime = 0.15;
waittimer = 0;
clipsize1 = 30;
reloading = false;
}
onClipEvent (mouseDown) {
shoot = true;
}
onClipEvent (mouseUp) {
shoot = false;
}
onClipEvent (enterFrame) {
clipsize = clipsize1 + (_root.uzi1lvl * 6);
_root.extraap = 0.5 * _root.uzi3lvl;
if (!_root.pause) {
if (shoot == true) {
if (waittimer < 0) {
if (_root.uzireload != 0) {
if (reloading == false) {
arm.gotoAndPlay(2);
_root.uzireload = _root.uzireload - 1;
waittimer = delaytime * 24;
_root.shot = _root.shot + 1;
}
} else if ((reloading == false) and (_root.uzireload == 0)) {
if (_root.uzia != 0) {
arm.gotoAndPlay(9);
reloading = true;
}
}
}
}
if ((Key.isDown(82) and (reloading == false)) and (_root.uzireload != clipsize)) {
if ((!_root.uzia) == 0) {
arm.gotoAndPlay(9);
reloading = true;
}
}
if (waittimer < 0) {
_root.death = false;
}
waittimer = waittimer - 1;
}
}
Instance of Symbol 1641 MovieClip "zelda" in Symbol 1692 MovieClip Frame 4
onClipEvent (load) {
_root.weapon = "dualuzis";
lefty = true;
righty = false;
delaytime = 0.15;
waittimer = 0;
clipsize1 = 30;
}
onClipEvent (mouseDown) {
shoot = true;
}
onClipEvent (mouseUp) {
shoot = false;
}
onClipEvent (enterFrame) {
clipsize = clipsize1 + (_root.dualuzis1lvl * 6);
_root.extraap = _root.dualuzis3lvl;
if (!_root.pause) {
if (shoot == true) {
if (waittimer < 0) {
if ((!_root.uzireload) == 0) {
if ((!reloadingleft) == true) {
if (lefty == true) {
arm.gotoAndPlay(2);
_root.uzireload = _root.uzireload - 1;
waittimer = delaytime * 24;
lefty = false;
righty = true;
_root.shot = _root.shot + 1;
}
}
} else if ((reloadingleft == false) and (_root.uzireload == 0)) {
if (_root.uzia != 0) {
reloadingleft = true;
arm.gotoAndPlay(9);
} else if (_root.uzireload == 0) {
lefty = false;
righty = true;
}
}
if ((!_root.uzireloadright) == 0) {
if ((!reloadingright) == true) {
if (righty == true) {
armr.gotoAndPlay(2);
_root.uzireloadright = _root.uzireloadright - 1;
waittimer = delaytime * 24;
lefty = true;
righty = false;
_root.shot = _root.shot + 1;
}
}
} else if ((reloadingright == false) and (_root.uzireloadright == 0)) {
if (_root.uzia != 0) {
reloadingright = true;
armr.gotoAndPlay(9);
} else if (_root.uzireloadright == 0) {
lefty = true;
righty = false;
}
}
}
}
if (((Key.isDown(82) and ((!reloadingleft) == true)) and ((!reloadingright) == true)) and ((_root.uzireloadright != clipsize) || (_root.uzireload != clipsize))) {
if (_root.uzia != 0) {
arm.gotoAndPlay(9);
armr.gotoAndPlay(9);
reloadingright = true;
reloadingleft = true;
}
}
if (waittimer < 0) {
_root.death = false;
}
waittimer = waittimer - 1;
}
}
Instance of Symbol 1652 MovieClip "zelda" in Symbol 1692 MovieClip Frame 5
onClipEvent (load) {
_root.gotoandstop1 = false;
_root.weapon = "grenade";
delaytime = 0.3;
waittimer = 0;
reloading = false;
}
onClipEvent (mouseDown) {
if (!_root.pause) {
if (_root.waiting != true) {
if (_root.grenadea != 0) {
_root.grenadeshot = _root.grenadeshot + 1;
_root.grenadea = _root.grenadea - 1;
mouserecording = _root._xmouse;
gotoAndPlay (2);
_root.waiting = true;
}
}
}
}
onClipEvent (enterFrame) {
_root.extraap = 2 * _root.grenade3lvl;
if (!_root.pause) {
if (_root.gotoandstop1 == true) {
gotoAndStop (1);
_root.gotoandstop1 = false;
}
}
}
Instance of Symbol 1657 MovieClip "zelda" in Symbol 1692 MovieClip Frame 6
onClipEvent (load) {
_root.weapon = "shotgun";
delaytime = 0.3;
waittimer = 0;
reloading = false;
clipsize1 = 6;
}
onClipEvent (mouseDown) {
if (!_root.pause) {
if (waittimer < 0) {
if (_root.shotgunreload != 0) {
if (reloading != true) {
waittimer = delaytime * 24;
arm.gotoAndPlay(2);
_root.shot = _root.shot + 1;
_root.shotgunreload = _root.shotgunreload - 1;
}
} else if ((reloading == false) and (_root.shotgunreload == 0)) {
if (_root.shotguna != 0) {
gotoAndPlay ("reload");
reloading = true;
}
}
}
}
}
onClipEvent (enterFrame) {
clipsize = clipsize1 + Math.round(_root.shotgun1lvl * 1.2);
_root.extraap = 1.2 * _root.shotgun3lvl;
if (!_root.pause) {
if ((Key.isDown(82) and ((!reloading) == true)) and (_root.shotgunreload != clipsize)) {
if ((!_root.shotguna) == 0) {
gotoAndPlay ("reload");
reloading = true;
}
}
if (waittimer < 0) {
_root.death = false;
}
waittimer = waittimer - 1;
}
}
Instance of Symbol 1661 MovieClip "zelda" in Symbol 1692 MovieClip Frame 7
onClipEvent (load) {
_root.weapon = "M4";
delaytime = 0.2;
waittimer = 0;
reloading = false;
clipsize1 = 32;
}
onClipEvent (mouseDown) {
if (!_root.pause) {
shoot = true;
}
}
onClipEvent (mouseUp) {
if (!_root.pause) {
shoot = false;
}
}
onClipEvent (enterFrame) {
clipsize = clipsize1 + Math.round(_root.m41lvl * 6.4);
_root.extraap = _root.m43lvl;
if (!_root.pause) {
if (shoot == true) {
waittimer = waittimer - 1;
if (waittimer < 0) {
if (_root.M4reload != 0) {
if (reloading == false) {
waittimer = delaytime * 24;
arm.gotoAndPlay(2);
_root.shot = _root.shot + 1;
_root.M4reload = _root.M4reload - 1;
}
} else if ((reloading == false) and (_root.M4reload == 0)) {
if (_root.M4a != 0) {
gotoAndPlay ("reload");
reloading = true;
}
}
}
}
if ((Key.isDown(82) and ((!reloading) == true)) and (_root.M4reload != clipsize)) {
if ((!_root.M4a) == 0) {
gotoAndPlay ("reload");
reloading = true;
}
}
if (waittimer < 0) {
_root.death = false;
}
}
}
Instance of Symbol 1679 MovieClip "zelda" in Symbol 1692 MovieClip Frame 8
onClipEvent (load) {
_root.weapon = "bazooka";
delaytime = 0.8;
waittimer = 0;
reloading = false;
clipsize1 = 6;
}
onClipEvent (mouseDown) {
if (!_root.pause) {
if (waittimer <= 0) {
if (arm.firing != true) {
if (_root.bazookareload != 0) {
if (reloading != true) {
waittimer = delaytime * 24;
arm.gotoAndPlay(2);
armr.gotoAndPlay(2);
_root.shot = _root.shot + 1;
_root.bazookareload = _root.bazookareload - 1;
reloading = true;
}
} else if ((reloading == false) and (_root.bazookareload == 0)) {
if (_root.bazookaa != 0) {
gotoAndPlay ("reload");
reloading = true;
}
}
}
}
}
}
onClipEvent (enterFrame) {
clipsize = clipsize1 + Math.round(_root.bazooka1lvl * 1.2);
_root.extraap = 2 * _root.bazooka3lvl;
if (!_root.pause) {
if ((Key.isDown(82) and ((!reloading) == true)) and (_root.bazookareload != clipsize)) {
if ((!_root.bazookaa) == 0) {
gotoAndPlay ("reload");
reloading = true;
}
}
if (waittimer < 0) {
_root.death = false;
}
waittimer = waittimer - 1;
}
}
Instance of Symbol 1691 MovieClip "zelda" in Symbol 1692 MovieClip Frame 9
onClipEvent (load) {
_root.weapon = "airstrike";
delaytime = 0.3;
waittimer = 0;
reloading = false;
_root.mousesize = 0;
enlarge = false;
}
onClipEvent (mouseDown) {
if (!_root.pause) {
enlarge = true;
}
}
onClipEvent (mouseUp) {
if (!_root.pause) {
enlarge = false;
}
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.waiting != true) {
if (reloading != true) {
if (_root.airstrikea != 0) {
if (enlarge == true) {
_root.mousesize = 0;
_root.shot = _root.shot + 1;
_root.airstrikea = _root.airstrikea - 1;
gotoAndPlay (2);
_root.waiting = true;
}
}
}
}
}
}
Symbol 1700 MovieClip Frame 1
stop();
Symbol 1707 MovieClip Frame 1
stop();
Symbol 1713 MovieClip Frame 1
stop();
Symbol 1723 MovieClip Frame 1
stop();
Symbol 1723 MovieClip Frame 10
gotoAndStop (1);
Symbol 1732 MovieClip Frame 1
stop();
Symbol 1732 MovieClip Frame 10
gotoAndStop (1);
Symbol 1740 MovieClip Frame 1
stop();
Symbol 1747 MovieClip Frame 1
_root.frosthouse = _root.frosthouse - _parent._parent.ap;
_root.multiplyer = 0;
_root.houseattack = true;
Symbol 1747 MovieClip Frame 3
stop();
Symbol 1748 MovieClip Frame 1
stop();
Symbol 1756 MovieClip Frame 1
stop();
Symbol 1793 MovieClip Frame 1
stop();
Symbol 1795 MovieClip Frame 1
poodeclare = true;
kill = 1;
pooing = false;
Instance of Symbol 1700 MovieClip in Symbol 1795 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1795 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1707 MovieClip in Symbol 1795 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1795 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1795 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1713 MovieClip in Symbol 1795 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Symbol 1795 MovieClip Frame 2
poodeclare = false;
Symbol 1795 MovieClip Frame 5
kill = 2;
Symbol 1795 MovieClip Frame 9
poodeclare = true;
kill = 1;
Symbol 1795 MovieClip Frame 12
kill = 1;
Instance of Symbol 1700 MovieClip in Symbol 1795 MovieClip Frame 12
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1795 MovieClip Frame 12
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1707 MovieClip in Symbol 1795 MovieClip Frame 12
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1795 MovieClip Frame 12
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1795 MovieClip Frame 12
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1713 MovieClip in Symbol 1795 MovieClip Frame 12
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Symbol 1795 MovieClip Frame 13
kill = 1;
Instance of Symbol 1707 MovieClip in Symbol 1795 MovieClip Frame 14
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1795 MovieClip Frame 14
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1795 MovieClip Frame 14
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1795 MovieClip Frame 14
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1740 MovieClip in Symbol 1795 MovieClip Frame 14
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1795 MovieClip Frame 16
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1795 MovieClip Frame 16
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1707 MovieClip in Symbol 1795 MovieClip Frame 16
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1795 MovieClip Frame 16
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1713 MovieClip in Symbol 1795 MovieClip Frame 16
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Symbol 1795 MovieClip Frame 70
pooing = true;
Instance of Symbol 1748 MovieClip "poo" in Symbol 1795 MovieClip Frame 70
onClipEvent (load) {
_visible = false;
speed = 15;
gravity = 10;
}
onClipEvent (enterFrame) {
if (_alpha <= 0) {
this.removeMovieClip();
if ((!_parent.dead) == true) {
_parent.gotoAndPlay(47);
}
}
if (this.hitTest(_root.house)) {
_root.house.hp = _root.house.hp - attack;
gotoAndStop (2);
_alpha = (_alpha - 5);
} else if (_visible == true) {
_y = (_y - gravity);
gravity = gravity - 0.5;
_x = (_x + speed);
speed = speed - 0.1;
}
}
Symbol 1795 MovieClip Frame 71
poo._visible = true;
Symbol 1795 MovieClip Frame 117
_root.scoreproc = _root.scoreproc + score;
_root.multiplyer = _root.multiplyer + 1;
pooing = false;
Instance of Symbol 1700 MovieClip in Symbol 1795 MovieClip Frame 117
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1795 MovieClip Frame 117
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1707 MovieClip in Symbol 1795 MovieClip Frame 117
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1795 MovieClip Frame 117
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1795 MovieClip Frame 117
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1713 MovieClip in Symbol 1795 MovieClip Frame 117
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1756 MovieClip in Symbol 1795 MovieClip Frame 119
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1713 MovieClip in Symbol 1795 MovieClip Frame 120
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Symbol 1795 MovieClip Frame 162
completedead = true;
stop();
Symbol 1795 MovieClip Frame 164
_root.bunnysonscreen = _root.bunnysonscreen - 1;
_root.scoreproc = _root.scoreproc + score;
_root.multiplyer = _root.multiplyer + 1;
pooing = false;
Instance of Symbol 1700 MovieClip in Symbol 1795 MovieClip Frame 164
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1795 MovieClip Frame 164
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1707 MovieClip in Symbol 1795 MovieClip Frame 164
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1795 MovieClip Frame 164
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1795 MovieClip Frame 164
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1713 MovieClip in Symbol 1795 MovieClip Frame 164
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1793 MovieClip in Symbol 1795 MovieClip Frame 200
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Symbol 1795 MovieClip Frame 233
completedead = true;
stop();
Symbol 1820 MovieClip Frame 1
poodeclare = true;
Instance of Symbol 1700 MovieClip in Symbol 1820 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1820 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1707 MovieClip in Symbol 1820 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1820 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1820 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1713 MovieClip in Symbol 1820 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Symbol 1820 MovieClip Frame 2
poodeclare = false;
Symbol 1820 MovieClip Frame 9
poodeclare = true;
Instance of Symbol 1700 MovieClip in Symbol 1820 MovieClip Frame 12
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1820 MovieClip Frame 12
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1707 MovieClip in Symbol 1820 MovieClip Frame 12
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1820 MovieClip Frame 12
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1820 MovieClip Frame 12
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1713 MovieClip in Symbol 1820 MovieClip Frame 12
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Symbol 1820 MovieClip Frame 31
_root.frosthouse = _root.frosthouse - ap;
_root.multiplyer = 0;
_root.houseattack = true;
Symbol 1820 MovieClip Frame 55
_root.bunnysonscreen = _root.bunnysonscreen - 1;
_root.scoreproc = _root.scoreproc + score;
_root.multiplyer = _root.multiplyer + 1;
Instance of Symbol 1700 MovieClip in Symbol 1820 MovieClip Frame 55
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1820 MovieClip Frame 55
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1707 MovieClip in Symbol 1820 MovieClip Frame 55
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1820 MovieClip Frame 55
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1713 MovieClip in Symbol 1820 MovieClip Frame 55
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1820 MovieClip Frame 55
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Symbol 1820 MovieClip Frame 98
completedead = true;
stop();
Symbol 1820 MovieClip Frame 100
_root.bunnysonscreen = _root.bunnysonscreen - 1;
_root.scoreproc = _root.scoreproc + score;
_root.multiplyer = _root.multiplyer + 1;
Instance of Symbol 1700 MovieClip in Symbol 1820 MovieClip Frame 100
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1820 MovieClip Frame 100
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1707 MovieClip in Symbol 1820 MovieClip Frame 100
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1820 MovieClip Frame 100
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1713 MovieClip in Symbol 1820 MovieClip Frame 100
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1820 MovieClip Frame 100
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Symbol 1820 MovieClip Frame 141
completedead = true;
stop();
Symbol 1822 MovieClip Frame 1
stop();
Symbol 1838 MovieClip Frame 1
stop();
Symbol 1847 MovieClip Frame 1
stop();
Symbol 1847 MovieClip Frame 10
gotoAndStop (1);
Symbol 1856 MovieClip Frame 1
stop();
Symbol 1856 MovieClip Frame 10
gotoAndStop (1);
Symbol 1873 MovieClip Frame 4
stop();
Symbol 1880 MovieClip Frame 1
poodeclare = true;
Instance of Symbol 1700 MovieClip in Symbol 1880 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1880 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1822 MovieClip in Symbol 1880 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1880 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1880 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1838 MovieClip in Symbol 1880 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Symbol 1880 MovieClip Frame 2
poodeclare = false;
Symbol 1880 MovieClip Frame 11
poodeclare = true;
Instance of Symbol 1700 MovieClip in Symbol 1880 MovieClip Frame 19
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1880 MovieClip Frame 19
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1822 MovieClip in Symbol 1880 MovieClip Frame 19
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1880 MovieClip Frame 19
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1880 MovieClip Frame 19
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1838 MovieClip in Symbol 1880 MovieClip Frame 19
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Symbol 1880 MovieClip Frame 62
_root.bunnysonscreen = _root.bunnysonscreen - 1;
Instance of Symbol 1700 MovieClip in Symbol 1880 MovieClip Frame 62
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1880 MovieClip Frame 62
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1822 MovieClip in Symbol 1880 MovieClip Frame 62
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1880 MovieClip Frame 62
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1838 MovieClip in Symbol 1880 MovieClip Frame 62
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1880 MovieClip Frame 62
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Symbol 1880 MovieClip Frame 103
completedead = true;
stop();
Symbol 1880 MovieClip Frame 107
_root.iii = _root.iii + 1;
_root.thisbunnyx = _x;
_root.thisbunnyy = _y;
_root.suicideexplosion.duplicateMovieClip("_root.suicideexplosion" + _root.iii, 100000 + _root.iii);
_root.bunnysonscreen = _root.bunnysonscreen - 1;
_root.explosioning = true;
Instance of Symbol 1700 MovieClip in Symbol 1880 MovieClip Frame 107
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1880 MovieClip Frame 107
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1822 MovieClip in Symbol 1880 MovieClip Frame 107
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1880 MovieClip Frame 107
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1838 MovieClip in Symbol 1880 MovieClip Frame 107
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1700 MovieClip in Symbol 1880 MovieClip Frame 107
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1873 MovieClip "bloodsplatter" in Symbol 1880 MovieClip Frame 110
onClipEvent (load) {
_y = (_y + random(7));
_height = (_height - 2);
_height = (_height + random(4));
_width = (_width + random(10));
timer = 40;
}
Symbol 1880 MovieClip Frame 145
completedead = true;
stop();
Symbol 1885 MovieClip Frame 1
stop();
Symbol 1889 MovieClip Frame 1
stop();
Symbol 1897 MovieClip Frame 1
stop();
Symbol 1906 MovieClip Frame 1
stop();
Symbol 1906 MovieClip Frame 10
gotoAndStop (1);
Symbol 1915 MovieClip Frame 1
stop();
Symbol 1915 MovieClip Frame 10
gotoAndStop (1);
Instance of Symbol 1885 MovieClip in Symbol 1954 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1885 MovieClip in Symbol 1954 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1889 MovieClip in Symbol 1954 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1885 MovieClip in Symbol 1954 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1885 MovieClip in Symbol 1954 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1897 MovieClip in Symbol 1954 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Symbol 1954 MovieClip Frame 8
reversing = false;
Instance of Symbol 1885 MovieClip in Symbol 1954 MovieClip Frame 8
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1885 MovieClip in Symbol 1954 MovieClip Frame 8
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1889 MovieClip in Symbol 1954 MovieClip Frame 8
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1885 MovieClip in Symbol 1954 MovieClip Frame 8
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1885 MovieClip in Symbol 1954 MovieClip Frame 8
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1897 MovieClip in Symbol 1954 MovieClip Frame 8
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Symbol 1954 MovieClip Frame 25
reversing = true;
Symbol 1954 MovieClip Frame 60
_root.bunnysonscreen = _root.bunnysonscreen - 1;
_root.scoreproc = _root.scoreproc + score;
_root.multiplyer = _root.multiplyer + 1;
Instance of Symbol 1885 MovieClip in Symbol 1954 MovieClip Frame 60
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1885 MovieClip in Symbol 1954 MovieClip Frame 60
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1889 MovieClip in Symbol 1954 MovieClip Frame 60
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1885 MovieClip in Symbol 1954 MovieClip Frame 60
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1897 MovieClip in Symbol 1954 MovieClip Frame 60
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1885 MovieClip in Symbol 1954 MovieClip Frame 60
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Symbol 1954 MovieClip Frame 99
completedead = true;
stop();
Symbol 1954 MovieClip Frame 105
_root.bunnysonscreen = _root.bunnysonscreen - 1;
_root.scoreproc = _root.scoreproc + score;
_root.multiplyer = _root.multiplyer + 1;
Instance of Symbol 1885 MovieClip in Symbol 1954 MovieClip Frame 105
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1885 MovieClip in Symbol 1954 MovieClip Frame 105
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1889 MovieClip in Symbol 1954 MovieClip Frame 105
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1885 MovieClip in Symbol 1954 MovieClip Frame 105
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1897 MovieClip in Symbol 1954 MovieClip Frame 105
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1885 MovieClip in Symbol 1954 MovieClip Frame 105
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Symbol 1954 MovieClip Frame 138
completedead = true;
stop();
Symbol 1965 MovieClip Frame 2
if (_root.greenbloodsplatoptions == true) {
gotoAndPlay (28);
}
Symbol 1965 MovieClip Frame 26
stop();
this.removeMovieClip();
Symbol 1965 MovieClip Frame 52
stop();
this.removeMovieClip();
Symbol 1968 MovieClip Frame 1
stop();
Symbol 1975 MovieClip Frame 1
stop();
Symbol 1984 MovieClip Frame 1
stop();
Symbol 1984 MovieClip Frame 10
gotoAndStop (1);
Symbol 1993 MovieClip Frame 1
stop();
Symbol 1993 MovieClip Frame 10
gotoAndStop (1);
Symbol 2004 MovieClip Frame 1
stop();
Symbol 2010 MovieClip Frame 1
stop();
Symbol 2023 MovieClip Frame 5
stop();
Symbol 2024 MovieClip Frame 1
stop();
ii = 0;
Instance of Symbol 1968 MovieClip in Symbol 2024 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent._parent.colour + 1);
}
Instance of Symbol 2004 MovieClip in Symbol 2024 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent._parent.colour + 1);
}
Instance of Symbol 1975 MovieClip in Symbol 2024 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent._parent.colour + 1);
}
Instance of Symbol 1968 MovieClip in Symbol 2024 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent._parent.colour + 1);
}
Instance of Symbol 2017 MovieClip "hit" in Symbol 2024 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 2023 MovieClip "bloodsplatter" in Symbol 2024 MovieClip Frame 2
onClipEvent (load) {
_rotation = (_rotation - _parent.totalrotation);
_alpha = (_alpha - random(30));
_height = (_height + random(3));
_width = (_width + random(10));
}
Symbol 2027 MovieClip Frame 1
stop();
ii = 0;
Instance of Symbol 1968 MovieClip in Symbol 2027 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent._parent.colour + 1);
}
Instance of Symbol 2010 MovieClip in Symbol 2027 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent._parent.colour + 1);
}
Instance of Symbol 1968 MovieClip in Symbol 2027 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent._parent.colour + 1);
}
Instance of Symbol 2017 MovieClip "hit" in Symbol 2027 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 2023 MovieClip "bloodsplatter" in Symbol 2027 MovieClip Frame 2
onClipEvent (load) {
_rotation = (_rotation + _parent.totalrotation);
_alpha = (_alpha - random(30));
_height = (_height + random(3));
_width = (_width + random(10));
}
Symbol 2038 MovieClip Frame 5
stop();
Instance of Symbol 1968 MovieClip in Symbol 2039 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent._parent.colour + 1);
}
Instance of Symbol 1968 MovieClip in Symbol 2039 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent._parent.colour + 1);
}
Instance of Symbol 1707 MovieClip in Symbol 2039 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent._parent.colour + 1);
}
Instance of Symbol 1968 MovieClip in Symbol 2039 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent._parent.colour + 1);
}
Instance of Symbol 1968 MovieClip in Symbol 2039 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent._parent.colour + 1);
}
Instance of Symbol 1975 MovieClip in Symbol 2039 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent._parent.colour + 1);
}
Instance of Symbol 2017 MovieClip "hit" in Symbol 2039 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 2039 MovieClip Frame 7
stop();
Instance of Symbol 1968 MovieClip in Symbol 2039 MovieClip Frame 9
onClipEvent (load) {
gotoAndStop(_parent._parent._parent.colour + 1);
}
Symbol 2039 MovieClip Frame 12
stop();
Instance of Symbol 2038 MovieClip "bloodsplatter" in Symbol 2039 MovieClip Frame 12
onClipEvent (load) {
_rotation = (_rotation - _parent.totalrotation);
_alpha = (_alpha - random(30));
_y = (_y + random(7));
_height = (_height - 2);
_height = (_height + random(4));
_width = (_width + random(10));
}
Instance of Symbol 1968 MovieClip in Symbol 2040 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1968 MovieClip in Symbol 2040 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1707 MovieClip in Symbol 2040 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1968 MovieClip in Symbol 2040 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1975 MovieClip in Symbol 2040 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1968 MovieClip in Symbol 2040 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1968 MovieClip in Symbol 2040 MovieClip Frame 9
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1968 MovieClip in Symbol 2040 MovieClip Frame 9
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1707 MovieClip in Symbol 2040 MovieClip Frame 9
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1968 MovieClip in Symbol 2040 MovieClip Frame 9
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1975 MovieClip in Symbol 2040 MovieClip Frame 9
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1968 MovieClip in Symbol 2040 MovieClip Frame 9
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Symbol 2040 MovieClip Frame 10
_root.bunnysonscreen = _root.bunnysonscreen - 1;
Symbol 2040 MovieClip Frame 12
_root.frosthouse = _root.frosthouse - ap;
_root.multiplyer = 0;
_root.houseattack = true;
Symbol 2040 MovieClip Frame 13
stop();
sliding = true;
Symbol 2040 MovieClip Frame 49
completedead = true;
stop();
Symbol 2040 MovieClip Frame 51
_root.bunnysonscreen = _root.bunnysonscreen - 1;
_root.scoreproc = _root.scoreproc + score;
_root.multiplyer = _root.multiplyer + 1;
Instance of Symbol 1968 MovieClip in Symbol 2040 MovieClip Frame 51
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1968 MovieClip in Symbol 2040 MovieClip Frame 51
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1707 MovieClip in Symbol 2040 MovieClip Frame 51
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1968 MovieClip in Symbol 2040 MovieClip Frame 51
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1975 MovieClip in Symbol 2040 MovieClip Frame 51
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 1968 MovieClip in Symbol 2040 MovieClip Frame 51
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2004 MovieClip in Symbol 2040 MovieClip Frame 53
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2010 MovieClip in Symbol 2040 MovieClip Frame 53
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2024 MovieClip in Symbol 2040 MovieClip Frame 58
onClipEvent (load) {
fallspeed = 5;
rotationspeed = 30;
movespeed = 2;
totalrotation = 0;
}
onClipEvent (enterFrame) {
_parent.rotationinnit = _rotation;
if (this.hit.hitTest(_root.floor1)) {
gotoAndStop (2);
_parent.gotoAndStop(60);
} else {
_x = (_x + movespeed);
movespeed = movespeed - 0.2;
_rotation = (_rotation + rotationspeed);
totalrotation = totalrotation + rotationspeed;
rotationspeed = rotationspeed + 1;
_y = (_y + fallspeed);
fallspeed = fallspeed + 2;
}
}
Instance of Symbol 2027 MovieClip in Symbol 2040 MovieClip Frame 58
onClipEvent (load) {
fallspeed = 5;
rotationspeed = 30;
movespeed = 2;
totalrotation = 0;
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.floor1)) {
gotoAndStop (2);
} else {
_x = (_x - movespeed);
movespeed = movespeed - 0.2;
_rotation = (_rotation - rotationspeed);
totalrotation = totalrotation + rotationspeed;
rotationspeed = rotationspeed - 1;
_y = (_y + fallspeed);
fallspeed = fallspeed + 2;
}
}
Symbol 2040 MovieClip Frame 59
stop();
Symbol 2040 MovieClip Frame 60
stop();
Instance of Symbol 2030 MovieClip in Symbol 2040 MovieClip Frame 60
onClipEvent (load) {
timer = 30;
_visible = false;
}
onClipEvent (enterFrame) {
timer = timer - 1;
if (timer < 0) {
_parent.completedead = true;
_parent.stop();
timer = 10000;
}
}
Instance of Symbol 2039 MovieClip in Symbol 2040 MovieClip Frame 61
onClipEvent (load) {
fallspeed = 5;
movespeed = 2;
rotationspeed = 8;
hitme = false;
}
onClipEvent (enterFrame) {
_parent.rotationinnit = _rotation;
if (hitme == false) {
if (this.hit.hitTest(_root.floor1)) {
gotoAndPlay ("dead");
_rotation = 90;
hitme = true;
} else {
_x = (_x + movespeed);
movespeed = movespeed - 0.2;
if (_rotation <= 90) {
_rotation = (_rotation + rotationspeed);
} else {
_rotation = 90;
}
_y = (_y + fallspeed);
fallspeed = fallspeed + 2;
}
}
}
Symbol 2040 MovieClip Frame 62
_root.bunnysonscreen = _root.bunnysonscreen - 1;
_root.scoreproc = _root.scoreproc + score;
_root.multiplyer = _root.multiplyer + 1;
Symbol 2040 MovieClip Frame 90
completedead = true;
stop();
Symbol 2049 MovieClip Frame 2
if (_root.greenbloodsplatoptions == true) {
gotoAndPlay (32);
}
Symbol 2049 MovieClip Frame 30
stop();
this.removeMovieClip();
Symbol 2049 MovieClip Frame 60
stop();
this.removeMovieClip();
Symbol 2050 MovieClip Frame 1
stop();
Symbol 2057 MovieClip Frame 1
stop();
Symbol 2065 MovieClip Frame 1
stop();
Symbol 2075 MovieClip Frame 1
stop();
Symbol 2075 MovieClip Frame 10
gotoAndStop (1);
Symbol 2084 MovieClip Frame 1
stop();
Symbol 2084 MovieClip Frame 10
gotoAndStop (1);
Instance of Symbol 2097 MovieClip in Symbol 2104 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
sound = random(2);
gotoAndStop(sound + 2);
}
Symbol 2104 MovieClip Frame 7
stop();
_parent.exploded = true;
Symbol 2105 MovieClip Frame 1
stop();
Symbol 2105 MovieClip Frame 65
_root.frosthouse = _root.frosthouse - _parent.ap;
_root.multiplyer = 0;
_root.houseattack = true;
stop();
Symbol 2154 MovieClip Frame 1
poodeclare = true;
bunnyshot = false;
kill = 1;
poodeclare = true;
crawl = true;
Instance of Symbol 2050 MovieClip in Symbol 2154 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2050 MovieClip in Symbol 2154 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2057 MovieClip in Symbol 2154 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2050 MovieClip in Symbol 2154 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2050 MovieClip in Symbol 2154 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2065 MovieClip in Symbol 2154 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Symbol 2154 MovieClip Frame 2
poodeclare = false;
Symbol 2154 MovieClip Frame 3
poodeclare = false;
Symbol 2154 MovieClip Frame 22
poodeclare = true;
crawl = false;
Instance of Symbol 2050 MovieClip in Symbol 2154 MovieClip Frame 34
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2050 MovieClip in Symbol 2154 MovieClip Frame 34
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2057 MovieClip in Symbol 2154 MovieClip Frame 34
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2050 MovieClip in Symbol 2154 MovieClip Frame 34
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2050 MovieClip in Symbol 2154 MovieClip Frame 34
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2065 MovieClip in Symbol 2154 MovieClip Frame 34
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Symbol 2154 MovieClip Frame 43
kill = 0;
Instance of Symbol 2050 MovieClip in Symbol 2154 MovieClip Frame 49
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Symbol 2154 MovieClip Frame 82
bunnyshot = true;
Instance of Symbol 2105 MovieClip "pinkbunny" in Symbol 2154 MovieClip Frame 82
onClipEvent (load) {
speed = 20;
gravity = 9;
}
onClipEvent (enterFrame) {
if (_alpha <= 0) {
exploded = false;
this.removeMovieClip();
}
if (this.hitTest(_root.house)) {
_rotation = 0;
gotoAndStop (65);
if (exploded == true) {
_alpha = (_alpha - 5);
}
} else if (_visible == true) {
gotoAndStop (1);
_rotation = (_rotation + speed);
_y = (_y - gravity);
gravity = gravity - 0.5;
_x = (_x + speed);
speed = speed - 0.1;
}
}
Symbol 2154 MovieClip Frame 128
if (bunnyshot == false) {
pinkbunny._visible = false;
}
_root.bunnysonscreen = _root.bunnysonscreen - 1;
_root.scoreproc = _root.scoreproc + score;
_root.multiplyer = _root.multiplyer + 1;
Instance of Symbol 2050 MovieClip in Symbol 2154 MovieClip Frame 128
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2050 MovieClip in Symbol 2154 MovieClip Frame 128
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2057 MovieClip in Symbol 2154 MovieClip Frame 128
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2050 MovieClip in Symbol 2154 MovieClip Frame 128
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2050 MovieClip in Symbol 2154 MovieClip Frame 128
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2065 MovieClip in Symbol 2154 MovieClip Frame 128
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Symbol 2154 MovieClip Frame 189
completedead = true;
stop();
Symbol 2154 MovieClip Frame 191
if (bunnyshot == false) {
pinkbunny._visible = false;
}
_root.bunnysonscreen = _root.bunnysonscreen - 1;
_root.scoreproc = _root.scoreproc + score;
_root.multiplyer = _root.multiplyer + 1;
Instance of Symbol 2050 MovieClip in Symbol 2154 MovieClip Frame 191
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2050 MovieClip in Symbol 2154 MovieClip Frame 191
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2057 MovieClip in Symbol 2154 MovieClip Frame 191
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2050 MovieClip in Symbol 2154 MovieClip Frame 191
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2065 MovieClip in Symbol 2154 MovieClip Frame 191
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2050 MovieClip in Symbol 2154 MovieClip Frame 191
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2057 MovieClip in Symbol 2154 MovieClip Frame 193
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Symbol 2154 MovieClip Frame 284
completedead = true;
stop();
Symbol 2162 MovieClip Frame 2
if (_root.greenbloodsplatoptions == true) {
gotoAndPlay (28);
}
Symbol 2162 MovieClip Frame 26
stop();
this.removeMovieClip();
Symbol 2162 MovieClip Frame 52
stop();
this.removeMovieClip();
Symbol 2170 MovieClip Frame 1
stop();
Symbol 2177 MovieClip Frame 1
stop();
Symbol 2185 MovieClip Frame 1
stop();
Symbol 2193 MovieClip Frame 1
stop();
Symbol 2203 MovieClip Frame 1
stop();
Symbol 2203 MovieClip Frame 10
gotoAndStop (1);
Symbol 2212 MovieClip Frame 1
stop();
Symbol 2212 MovieClip Frame 10
gotoAndStop (1);
Symbol 2277 MovieClip Frame 1
poodeclare = true;
Instance of Symbol 2170 MovieClip in Symbol 2277 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2177 MovieClip in Symbol 2277 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2185 MovieClip in Symbol 2277 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2170 MovieClip in Symbol 2277 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2177 MovieClip in Symbol 2277 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2193 MovieClip in Symbol 2277 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Symbol 2277 MovieClip Frame 2
poodeclare = false;
Symbol 2277 MovieClip Frame 9
poodeclare = true;
Instance of Symbol 2170 MovieClip in Symbol 2277 MovieClip Frame 19
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2177 MovieClip in Symbol 2277 MovieClip Frame 19
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2185 MovieClip in Symbol 2277 MovieClip Frame 19
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2177 MovieClip in Symbol 2277 MovieClip Frame 19
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2170 MovieClip in Symbol 2277 MovieClip Frame 19
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2193 MovieClip in Symbol 2277 MovieClip Frame 19
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Symbol 2277 MovieClip Frame 55
_root.multiplyer = 0;
_root.frosthouse = _root.frosthouse - ap;
Instance of Symbol 2219 MovieClip in Symbol 2277 MovieClip Frame 55
onClipEvent (load) {
_width = (_width + (416.9 - (180 + _parent.proximitycheck)));
}
Instance of Symbol 2219 MovieClip in Symbol 2277 MovieClip Frame 55
onClipEvent (load) {
_width = (_width + (416.9 - (180 + _parent.proximitycheck)));
}
Instance of Symbol 2225 MovieClip in Symbol 2277 MovieClip Frame 55
onClipEvent (load) {
_x = (_x + (416.9 - (180 + _parent.proximitycheck)));
}
Symbol 2277 MovieClip Frame 57
_root.multiplyer = 0;
_root.frosthouse = _root.frosthouse - ap;
Symbol 2277 MovieClip Frame 59
_root.multiplyer = 0;
_root.frosthouse = _root.frosthouse - ap;
Symbol 2277 MovieClip Frame 61
_root.multiplyer = 0;
_root.frosthouse = _root.frosthouse - ap;
Symbol 2277 MovieClip Frame 63
_root.multiplyer = 0;
_root.frosthouse = _root.frosthouse - ap;
Symbol 2277 MovieClip Frame 65
_root.houseattack = true;
_root.multiplyer = 0;
_root.frosthouse = _root.frosthouse - ap;
Symbol 2277 MovieClip Frame 67
_root.multiplyer = 0;
_root.frosthouse = _root.frosthouse - ap;
Symbol 2277 MovieClip Frame 69
_root.multiplyer = 0;
_root.frosthouse = _root.frosthouse - ap;
Instance of Symbol 2219 MovieClip in Symbol 2277 MovieClip Frame 70
onClipEvent (load) {
_width = (_width + (416.9 - (180 + _parent.proximitycheck)));
}
onClipEvent (enterFrame) {
_height = (_height * 0.6);
_alpha = (_alpha - 35);
}
Instance of Symbol 2219 MovieClip in Symbol 2277 MovieClip Frame 70
onClipEvent (load) {
_width = (_width + (416.9 - (180 + _parent.proximitycheck)));
}
onClipEvent (enterFrame) {
_height = (_height * 0.5);
_alpha = (_alpha - 25);
}
Symbol 2277 MovieClip Frame 109
_root.bunnysonscreen = _root.bunnysonscreen - 1;
_root.scoreproc = _root.scoreproc + score;
_root.multiplyer = _root.multiplyer + 1;
Instance of Symbol 2170 MovieClip in Symbol 2277 MovieClip Frame 109
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2177 MovieClip in Symbol 2277 MovieClip Frame 109
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2185 MovieClip in Symbol 2277 MovieClip Frame 109
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2177 MovieClip in Symbol 2277 MovieClip Frame 109
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2170 MovieClip in Symbol 2277 MovieClip Frame 109
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2193 MovieClip in Symbol 2277 MovieClip Frame 109
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Symbol 2277 MovieClip Frame 154
completedead = true;
stop();
Symbol 2277 MovieClip Frame 156
_root.bunnysonscreen = _root.bunnysonscreen - 1;
_root.scoreproc = _root.scoreproc + score;
_root.multiplyer = _root.multiplyer + 1;
Instance of Symbol 2170 MovieClip in Symbol 2277 MovieClip Frame 156
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2177 MovieClip in Symbol 2277 MovieClip Frame 156
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2185 MovieClip in Symbol 2277 MovieClip Frame 156
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2177 MovieClip in Symbol 2277 MovieClip Frame 156
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2170 MovieClip in Symbol 2277 MovieClip Frame 156
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Instance of Symbol 2193 MovieClip in Symbol 2277 MovieClip Frame 156
onClipEvent (load) {
gotoAndStop(_parent.colour + 1);
}
Symbol 2277 MovieClip Frame 198
completedead = true;
stop();
Symbol 2285 MovieClip Frame 2
if (_root.greenbloodsplatoptions == true) {
gotoAndPlay (28);
}
Symbol 2285 MovieClip Frame 26
stop();
this.removeMovieClip();
Symbol 2285 MovieClip Frame 52
stop();
this.removeMovieClip();
Symbol 2308 MovieClip Frame 1
_root.soundplaying = false;
stop();
Symbol 2308 MovieClip Frame 41
gotoAndStop (1);
Symbol 2308 MovieClip Frame 81
gotoAndStop (1);
Symbol 2308 MovieClip Frame 121
gotoAndStop (1);
Symbol 2308 MovieClip Frame 161
gotoAndStop (1);
Symbol 2308 MovieClip Frame 201
gotoAndStop (1);
Symbol 2308 MovieClip Frame 241
gotoAndStop (1);
Symbol 2308 MovieClip Frame 281
gotoAndStop (1);
Symbol 2308 MovieClip Frame 321
gotoAndStop (1);
Symbol 2308 MovieClip Frame 361
gotoAndStop (1);
Symbol 2308 MovieClip Frame 401
gotoAndStop (1);
Symbol 2308 MovieClip Frame 441
gotoAndStop (1);
Symbol 2308 MovieClip Frame 481
gotoAndStop (1);
Symbol 2308 MovieClip Frame 521
gotoAndStop (1);
Symbol 2308 MovieClip Frame 561
gotoAndStop (1);
Symbol 2308 MovieClip Frame 601
gotoAndStop (1);
Symbol 2308 MovieClip Frame 641
gotoAndStop (1);
Symbol 2308 MovieClip Frame 681
gotoAndStop (1);
Symbol 2308 MovieClip Frame 721
gotoAndStop (1);
Symbol 2308 MovieClip Frame 761
gotoAndStop (1);
Symbol 2308 MovieClip Frame 801
gotoAndStop (1);
Symbol 2308 MovieClip Frame 841
gotoAndStop (1);
Symbol 2308 MovieClip Frame 881
gotoAndStop (1);
Symbol 2308 MovieClip Frame 921
gotoAndStop (1);
Symbol 2308 MovieClip Frame 961
gotoAndStop (1);
Symbol 2308 MovieClip Frame 1001
gotoAndStop (1);
Symbol 2308 MovieClip Frame 1041
gotoAndStop (1);
Symbol 2308 MovieClip Frame 1081
gotoAndStop (1);
Symbol 2312 MovieClip Frame 1
stop();
Instance of Symbol 2311 MovieClip in Symbol 2312 MovieClip Frame 2
onClipEvent (load) {
delay = 12;
}
onClipEvent (enterFrame) {
delay = delay - 1;
if (delay == 0) {
_root.frosthouse = _root.frosthouse + (0.2 * _root.builder1lvl);
delay = 12;
}
}
Symbol 2316 MovieClip Frame 1
stop();
Symbol 2322 MovieClip Frame 1
stop();
Symbol 2323 MovieClip Frame 1
stop();
Symbol 2337 MovieClip Frame 1
stop();
Instance of Symbol 2322 MovieClip "numbers" in Symbol 2337 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_root.pistolreload + 1);
}
Instance of Symbol 2323 MovieClip "numbers" in Symbol 2337 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop (1101);
}
Instance of Symbol 2325 MovieClip "score" in Symbol 2337 MovieClip Frame 1
onClipEvent (enterFrame) {
score = "\u00A3" + _root.money;
}
Instance of Symbol 2322 MovieClip "numbers" in Symbol 2337 MovieClip Frame 2
onClipEvent (enterFrame) {
gotoAndStop(_root.pistolreload + 1);
}
Instance of Symbol 2322 MovieClip "numbers" in Symbol 2337 MovieClip Frame 2
onClipEvent (enterFrame) {
gotoAndStop(_root.pistolreloadright + 1);
}
Instance of Symbol 2323 MovieClip "numbers" in Symbol 2337 MovieClip Frame 2
onClipEvent (enterFrame) {
gotoAndStop (1101);
}
Instance of Symbol 2322 MovieClip "numbers" in Symbol 2337 MovieClip Frame 3
onClipEvent (enterFrame) {
gotoAndStop(_root.uzireload + 1);
}
Instance of Symbol 2323 MovieClip "numbers" in Symbol 2337 MovieClip Frame 3
onClipEvent (enterFrame) {
gotoAndStop(_root.uzia + 1);
}
Instance of Symbol 2322 MovieClip "numbers" in Symbol 2337 MovieClip Frame 4
onClipEvent (enterFrame) {
gotoAndStop(_root.uzireload + 1);
}
Instance of Symbol 2322 MovieClip "numbers" in Symbol 2337 MovieClip Frame 4
onClipEvent (enterFrame) {
gotoAndStop(_root.uzireloadright + 1);
}
Instance of Symbol 2322 MovieClip "numbers" in Symbol 2337 MovieClip Frame 5
onClipEvent (enterFrame) {
gotoAndStop(_root.grenadea + 1);
}
Instance of Symbol 2322 MovieClip "numbers" in Symbol 2337 MovieClip Frame 6
onClipEvent (enterFrame) {
gotoAndStop(_root.shotgunreload + 1);
}
Instance of Symbol 2323 MovieClip "numbers" in Symbol 2337 MovieClip Frame 6
onClipEvent (enterFrame) {
gotoAndStop(_root.shotguna + 1);
}
Instance of Symbol 2322 MovieClip "numbers" in Symbol 2337 MovieClip Frame 7
onClipEvent (enterFrame) {
gotoAndStop(_root.M4reload + 1);
}
Instance of Symbol 2323 MovieClip "numbers" in Symbol 2337 MovieClip Frame 7
onClipEvent (enterFrame) {
gotoAndStop(_root.M4a + 1);
}
Instance of Symbol 2322 MovieClip "numbers" in Symbol 2337 MovieClip Frame 8
onClipEvent (enterFrame) {
gotoAndStop(_root.bazookareload + 1);
}
Instance of Symbol 2323 MovieClip "numbers" in Symbol 2337 MovieClip Frame 8
onClipEvent (enterFrame) {
gotoAndStop(_root.bazookaa + 1);
}
Instance of Symbol 2322 MovieClip "numbers" in Symbol 2337 MovieClip Frame 9
onClipEvent (enterFrame) {
gotoAndStop(_root.airstrikea + 1);
}
Symbol 2357 MovieClip Frame 3
_root.hitterblack._x = _parent._x;
_root.hitterblack._y = _parent._y;
Symbol 2357 MovieClip Frame 4
_root.hitterblack._x = -1000;
_root.hitterblack._y = -1000;
Symbol 2357 MovieClip Frame 19
_root.explosioning = false;
Symbol 2357 MovieClip Frame 39
stop();
_parent.removeMovieClip();
Symbol 2357 MovieClip Frame 40
_root.weaponbox._x = _root.weaponbox._x - 1;
_root._x = _root._x + 1;
Symbol 2357 MovieClip Frame 41
_root.weaponbox._x = _root.weaponbox._x + 1;
_root._x = _root._x - 1;
Symbol 2357 MovieClip Frame 42
_root.weaponbox._x = _root.weaponbox._x - 1;
_root._x = _root._x + 1;
Symbol 2357 MovieClip Frame 43
_root.weaponbox._x = _root.weaponbox._x - 1;
_root._x = _root._x + 1;
Symbol 2357 MovieClip Frame 44
_root.weaponbox._x = _root.weaponbox._x + 1;
_root._x = _root._x - 1;
Symbol 2357 MovieClip Frame 45
_root.weaponbox._x = _root.weaponbox._x + 1;
_root._x = _root._x - 1;
Symbol 2357 MovieClip Frame 46
_root.weaponbox._x = _root.weaponbox._x - 2;
_root._x = _root._x + 2;
Symbol 2357 MovieClip Frame 47
_root.weaponbox._x = _root.weaponbox._x - 2;
_root._x = _root._x + 2;
Symbol 2357 MovieClip Frame 48
_root.weaponbox._x = _root.weaponbox._x + 2;
_root._x = _root._x - 2;
Symbol 2357 MovieClip Frame 49
_root.weaponbox._x = _root.weaponbox._x + 2;
_root._x = _root._x - 2;
Symbol 2357 MovieClip Frame 50
_root.weaponbox._x = _root.weaponbox._x - 1;
_root._x = _root._x + 1;
Symbol 2357 MovieClip Frame 51
_root.weaponbox._x = _root.weaponbox._x - 1;
_root._x = _root._x + 1;
Symbol 2357 MovieClip Frame 52
_root.weaponbox._x = _root.weaponbox._x + 1;
_root._x = _root._x - 1;
Symbol 2357 MovieClip Frame 53
_root.weaponbox._x = _root.weaponbox._x + 1;
_root._x = _root._x - 1;
Symbol 2357 MovieClip Frame 54
_root.weaponbox._x = _root.weaponbox._x - 1;
_root._x = _root._x + 1;
Symbol 2357 MovieClip Frame 55
_root.weaponbox._x = _root.weaponbox._x + 1;
_root._x = _root._x - 1;
Symbol 2362 MovieClip Frame 2
_root.grenadevisible = false;
_root.gotoandstop1 = true;
Symbol 2362 MovieClip Frame 3
_root.ap = _root.bazookaap + _root.extraap;
_root.hitterblack._x = _parent._x;
_root.hitterblack._y = _parent._y;
Symbol 2362 MovieClip Frame 4
_root.hitterblack._x = -1000;
_root.hitterblack._y = -1000;
_root.ap = 0;
Symbol 2362 MovieClip Frame 19
_root.explosioning = false;
Symbol 2362 MovieClip Frame 39
stop();
_parent.removeMovieClip();
Symbol 2362 MovieClip Frame 40
_root.weaponbox._x = _root.weaponbox._x - 1;
_root._x = _root._x + 1;
Symbol 2362 MovieClip Frame 41
_root.weaponbox._x = _root.weaponbox._x + 1;
_root._x = _root._x - 1;
Symbol 2362 MovieClip Frame 42
_root.weaponbox._x = _root.weaponbox._x - 1;
_root._x = _root._x + 1;
Symbol 2362 MovieClip Frame 43
_root.weaponbox._x = _root.weaponbox._x - 1;
_root._x = _root._x + 1;
Symbol 2362 MovieClip Frame 44
_root.weaponbox._x = _root.weaponbox._x + 1;
_root._x = _root._x - 1;
Symbol 2362 MovieClip Frame 45
_root.weaponbox._x = _root.weaponbox._x + 1;
_root._x = _root._x - 1;
Symbol 2362 MovieClip Frame 46
_root.weaponbox._x = _root.weaponbox._x - 2;
_root._x = _root._x + 2;
Symbol 2362 MovieClip Frame 47
_root.weaponbox._x = _root.weaponbox._x - 2;
_root._x = _root._x + 2;
Symbol 2362 MovieClip Frame 48
_root.weaponbox._x = _root.weaponbox._x + 2;
_root._x = _root._x - 2;
Symbol 2362 MovieClip Frame 49
_root.weaponbox._x = _root.weaponbox._x + 2;
_root._x = _root._x - 2;
Symbol 2362 MovieClip Frame 50
_root.weaponbox._x = _root.weaponbox._x - 1;
_root._x = _root._x + 1;
Symbol 2362 MovieClip Frame 51
_root.weaponbox._x = _root.weaponbox._x - 1;
_root._x = _root._x + 1;
Symbol 2362 MovieClip Frame 52
_root.weaponbox._x = _root.weaponbox._x + 1;
_root._x = _root._x - 1;
Symbol 2362 MovieClip Frame 53
_root.weaponbox._x = _root.weaponbox._x + 1;
_root._x = _root._x - 1;
Symbol 2362 MovieClip Frame 54
_root.weaponbox._x = _root.weaponbox._x - 1;
_root._x = _root._x + 1;
Symbol 2362 MovieClip Frame 55
_root.weaponbox._x = _root.weaponbox._x + 1;
_root._x = _root._x - 1;
Symbol 2366 MovieClip Frame 2
_root.hitterblack.gotoAndStop(2);
Symbol 2366 MovieClip Frame 3
_root.hitterblack._x = _parent._x;
_root.hitterblack._y = _parent._y;
_root.ap = 25;
Symbol 2366 MovieClip Frame 4
_root.hitterblack._x = -1000;
_root.hitterblack.gotoAndStop(1);
Symbol 2366 MovieClip Frame 19
_root.explosioning = false;
Symbol 2366 MovieClip Frame 39
stop();
_parent.removeMovieClip();
Symbol 2366 MovieClip Frame 40
_root.weaponbox._x = _root.weaponbox._x - 1;
_root._x = _root._x + 1;
Symbol 2366 MovieClip Frame 41
_root.weaponbox._x = _root.weaponbox._x + 1;
_root._x = _root._x - 1;
Symbol 2366 MovieClip Frame 42
_root.weaponbox._x = _root.weaponbox._x - 1;
_root._x = _root._x + 1;
Symbol 2366 MovieClip Frame 43
_root.weaponbox._x = _root.weaponbox._x - 1;
_root._x = _root._x + 1;
Symbol 2366 MovieClip Frame 44
_root.weaponbox._x = _root.weaponbox._x + 1;
_root._x = _root._x - 1;
Symbol 2366 MovieClip Frame 45
_root.weaponbox._x = _root.weaponbox._x + 1;
_root._x = _root._x - 1;
Symbol 2366 MovieClip Frame 46
_root.weaponbox._x = _root.weaponbox._x - 2;
_root._x = _root._x + 2;
Symbol 2366 MovieClip Frame 47
_root.weaponbox._x = _root.weaponbox._x - 2;
_root._x = _root._x + 2;
Symbol 2366 MovieClip Frame 48
_root.weaponbox._x = _root.weaponbox._x + 2;
_root._x = _root._x - 2;
Symbol 2366 MovieClip Frame 49
_root.weaponbox._x = _root.weaponbox._x + 2;
_root._x = _root._x - 2;
Symbol 2366 MovieClip Frame 50
_root.weaponbox._x = _root.weaponbox._x - 1;
_root._x = _root._x + 1;
Symbol 2366 MovieClip Frame 51
_root.weaponbox._x = _root.weaponbox._x - 1;
_root._x = _root._x + 1;
Symbol 2366 MovieClip Frame 52
_root.weaponbox._x = _root.weaponbox._x + 1;
_root._x = _root._x - 1;
Symbol 2366 MovieClip Frame 53
_root.weaponbox._x = _root.weaponbox._x + 1;
_root._x = _root._x - 1;
Symbol 2366 MovieClip Frame 54
_root.weaponbox._x = _root.weaponbox._x - 1;
_root._x = _root._x + 1;
Symbol 2366 MovieClip Frame 55
_root.weaponbox._x = _root.weaponbox._x + 1;
_root._x = _root._x - 1;
Symbol 2368 MovieClip Frame 1
stop();
Symbol 2374 MovieClip Frame 1
stop();
Symbol 2379 MovieClip Frame 1
stop();
Symbol 2379 MovieClip Frame 2
_root.youlose.duplicateMovieClip("_root.youlosecopy", 100000000);
Symbol 2385 MovieClip Frame 1
_root.weaponbox._x = _root.weaponbox._x - 1;
_root._x = _root._x + 1;
Symbol 2385 MovieClip Frame 2
_root.weaponbox._x = _root.weaponbox._x + 1;
_root._x = _root._x - 1;
Symbol 2385 MovieClip Frame 3
_root.weaponbox._x = _root.weaponbox._x - 1;
_root._x = _root._x + 1;
Symbol 2385 MovieClip Frame 4
_root.weaponbox._x = _root.weaponbox._x - 1;
_root._x = _root._x + 1;
Symbol 2385 MovieClip Frame 5
_root.weaponbox._x = _root.weaponbox._x + 1;
_root._x = _root._x - 1;
Symbol 2385 MovieClip Frame 6
_root.weaponbox._x = _root.weaponbox._x + 1;
_root._x = _root._x - 1;
Symbol 2385 MovieClip Frame 7
_root.weaponbox._x = _root.weaponbox._x - 2;
_root._x = _root._x + 2;
Symbol 2385 MovieClip Frame 8
_root.weaponbox._x = _root.weaponbox._x - 2;
_root._x = _root._x + 2;
Symbol 2385 MovieClip Frame 9
_root.weaponbox._x = _root.weaponbox._x + 2;
_root._x = _root._x - 2;
Symbol 2385 MovieClip Frame 10
_root.weaponbox._x = _root.weaponbox._x + 2;
_root._x = _root._x - 2;
Symbol 2385 MovieClip Frame 11
_root.weaponbox._x = _root.weaponbox._x - 1;
_root._x = _root._x + 1;
Symbol 2385 MovieClip Frame 12
_root.weaponbox._x = _root.weaponbox._x - 1;
_root._x = _root._x + 1;
Symbol 2385 MovieClip Frame 13
_root.weaponbox._x = _root.weaponbox._x + 1;
_root._x = _root._x - 1;
Symbol 2385 MovieClip Frame 14
_root.weaponbox._x = _root.weaponbox._x + 1;
_root._x = _root._x - 1;
Symbol 2385 MovieClip Frame 15
_root.weaponbox._x = _root.weaponbox._x - 1;
_root._x = _root._x + 1;
Symbol 2385 MovieClip Frame 16
_root.weaponbox._x = _root.weaponbox._x + 1;
_root._x = _root._x - 1;
Symbol 2385 MovieClip Frame 39
stop();
Symbol 2387 MovieClip Frame 1
memory_x = _root._x;
memoryweaponbox_x = _root.weaponbox._x;
Symbol 2387 MovieClip Frame 4
_root.bighit._x = 300;
Symbol 2387 MovieClip Frame 5
_root.bighit._x = 2000;
Symbol 2387 MovieClip Frame 15
_root._x = memory_x;
_root.weaponbox._x = memoryweaponbox_x;
Symbol 2387 MovieClip Frame 35
this.removeMovieClip();
stop();
cunt = true;
Symbol 2392 MovieClip Frame 1
stop();
Symbol 2394 MovieClip Frame 1
stop();
Symbol 2395 MovieClip Frame 1
stop();
Symbol 2396 MovieClip Frame 1
stop();
Symbol 2397 MovieClip Frame 1
stop();
Symbol 2398 MovieClip Frame 1
stop();
Symbol 2399 MovieClip Frame 1
stop();
Symbol 2400 MovieClip Frame 1
stop();
Instance of Symbol 2394 MovieClip in Symbol 2400 MovieClip Frame 1
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2395 MovieClip in Symbol 2400 MovieClip Frame 2
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2396 MovieClip in Symbol 2400 MovieClip Frame 3
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Symbol 2400 MovieClip Frame 4
stop();
Instance of Symbol 2397 MovieClip in Symbol 2400 MovieClip Frame 4
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2396 MovieClip in Symbol 2400 MovieClip Frame 5
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2398 MovieClip in Symbol 2400 MovieClip Frame 6
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2399 MovieClip in Symbol 2400 MovieClip Frame 7
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Symbol 2402 MovieClip Frame 1
stop();
Symbol 2404 MovieClip Frame 1
stop();
Symbol 2405 MovieClip Frame 1
stop();
Symbol 2406 MovieClip Frame 1
stop();
Symbol 2407 MovieClip Frame 1
stop();
Symbol 2408 MovieClip Frame 1
stop();
Instance of Symbol 2404 MovieClip in Symbol 2408 MovieClip Frame 1
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2405 MovieClip in Symbol 2408 MovieClip Frame 2
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2406 MovieClip in Symbol 2408 MovieClip Frame 4
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2407 MovieClip in Symbol 2408 MovieClip Frame 6
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2405 MovieClip in Symbol 2408 MovieClip Frame 7
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Symbol 2410 MovieClip Frame 1
stop();
Symbol 2413 MovieClip Frame 1
stop();
Symbol 2415 MovieClip Frame 1
stop();
Symbol 2416 MovieClip Frame 1
stop();
Symbol 2418 MovieClip Frame 1
stop();
Symbol 2419 MovieClip Frame 1
stop();
Symbol 2420 MovieClip Frame 1
stop();
Symbol 2421 MovieClip Frame 1
stop();
Instance of Symbol 2415 MovieClip in Symbol 2421 MovieClip Frame 1
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2416 MovieClip in Symbol 2421 MovieClip Frame 2
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2418 MovieClip in Symbol 2421 MovieClip Frame 3
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Symbol 2421 MovieClip Frame 4
stop();
Instance of Symbol 2419 MovieClip in Symbol 2421 MovieClip Frame 4
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2420 MovieClip in Symbol 2421 MovieClip Frame 5
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Symbol 2432 MovieClip Frame 1
stop();
Symbol 2434 MovieClip Frame 1
stop();
Symbol 2436 MovieClip Frame 1
stop();
Symbol 2437 MovieClip Frame 1
stop();
Symbol 2447 MovieClip Frame 1
stop();
Symbol 2448 MovieClip Frame 1
stop();
Symbol 2449 MovieClip Frame 1
stop();
Instance of Symbol 2436 MovieClip in Symbol 2449 MovieClip Frame 1
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2437 MovieClip in Symbol 2449 MovieClip Frame 2
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2447 MovieClip in Symbol 2449 MovieClip Frame 3
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2448 MovieClip in Symbol 2449 MovieClip Frame 4
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Symbol 2451 MovieClip Frame 1
stop();
Symbol 2453 MovieClip Frame 1
stop();
Symbol 2455 MovieClip Frame 1
stop();
Symbol 2466 MovieClip Frame 1
stop();
Symbol 2467 MovieClip Frame 1
stop();
Symbol 2469 MovieClip Frame 1
stop();
Symbol 2470 MovieClip Frame 1
stop();
Instance of Symbol 2453 MovieClip in Symbol 2470 MovieClip Frame 1
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2455 MovieClip in Symbol 2470 MovieClip Frame 2
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2466 MovieClip in Symbol 2470 MovieClip Frame 3
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2467 MovieClip in Symbol 2470 MovieClip Frame 4
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2455 MovieClip in Symbol 2470 MovieClip Frame 5
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2469 MovieClip in Symbol 2470 MovieClip Frame 6
onClipEvent (load) {
if (_root.pantscol == 1) {
gotoAndStop (1);
}
if (_root.pantscol == 2) {
gotoAndStop (2);
}
if (_root.pantscol == 3) {
gotoAndStop (3);
}
if (_root.pantscol == 4) {
gotoAndStop (4);
}
if (_root.pantscol == 5) {
gotoAndStop (5);
}
if (_root.pantscol == 6) {
gotoAndStop (6);
}
if (_root.pantscol == 7) {
gotoAndStop (7);
}
if (_root.pantscol == 8) {
gotoAndStop (8);
}
if (_root.pantscol == 9) {
gotoAndStop (9);
}
if (_root.pantscol == 10) {
gotoAndStop (10);
}
}
Symbol 2472 MovieClip Frame 1
stop();
Symbol 2475 MovieClip Frame 1
stop();
Symbol 2476 MovieClip Frame 1
stop();
Instance of Symbol 2475 MovieClip in Symbol 2476 MovieClip Frame 4
onClipEvent (load) {
if (_root.torsocol == 1) {
gotoAndStop (1);
}
if (_root.torsocol == 2) {
gotoAndStop (2);
}
if (_root.torsocol == 3) {
gotoAndStop (3);
}
if (_root.torsocol == 4) {
gotoAndStop (4);
}
if (_root.torsocol == 5) {
gotoAndStop (5);
}
if (_root.torsocol == 6) {
gotoAndStop (6);
}
if (_root.torsocol == 7) {
gotoAndStop (7);
}
if (_root.torsocol == 8) {
gotoAndStop (8);
}
if (_root.torsocol == 9) {
gotoAndStop (9);
}
if (_root.torsocol == 10) {
gotoAndStop (10);
}
}
Symbol 2480 MovieClip Frame 1
stop();
Symbol 2484 MovieClip Frame 1
stop();
Symbol 2485 MovieClip Frame 1
stop();
Symbol 2486 MovieClip Frame 1
stop();
Instance of Symbol 2484 MovieClip in Symbol 2486 MovieClip Frame 1
onClipEvent (load) {
if (_root.tiecol == 1) {
gotoAndStop (1);
}
if (_root.tiecol == 2) {
gotoAndStop (2);
}
if (_root.tiecol == 3) {
gotoAndStop (3);
}
if (_root.tiecol == 4) {
gotoAndStop (4);
}
if (_root.tiecol == 5) {
gotoAndStop (5);
}
if (_root.tiecol == 6) {
gotoAndStop (6);
}
if (_root.tiecol == 7) {
gotoAndStop (7);
}
if (_root.tiecol == 8) {
gotoAndStop (8);
}
if (_root.tiecol == 9) {
gotoAndStop (9);
}
if (_root.tiecol == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2485 MovieClip in Symbol 2486 MovieClip Frame 2
onClipEvent (load) {
if (_root.tiecol == 1) {
gotoAndStop (1);
}
if (_root.tiecol == 2) {
gotoAndStop (2);
}
if (_root.tiecol == 3) {
gotoAndStop (3);
}
if (_root.tiecol == 4) {
gotoAndStop (4);
}
if (_root.tiecol == 5) {
gotoAndStop (5);
}
if (_root.tiecol == 6) {
gotoAndStop (6);
}
if (_root.tiecol == 7) {
gotoAndStop (7);
}
if (_root.tiecol == 8) {
gotoAndStop (8);
}
if (_root.tiecol == 9) {
gotoAndStop (9);
}
if (_root.tiecol == 10) {
gotoAndStop (10);
}
}
Symbol 2492 Button
on (press) {
_root.gotoAndStop(5);
gotoAndStop (153);
}
Symbol 2493 MovieClip Frame 1
_root.pause = true;
Symbol 2493 MovieClip Frame 29
_root.wind.stop();
_root.wind.setVolume(100);
Symbol 2493 MovieClip Frame 30
_root.housedead = true;
_root.bunnysonscreen = 0;
Symbol 2493 MovieClip Frame 83
_root.visible = false;
_root.youlose.visible = true;
Instance of Symbol 2392 MovieClip in Symbol 2493 MovieClip Frame 83
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2400 MovieClip in Symbol 2493 MovieClip Frame 83
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2402 MovieClip in Symbol 2493 MovieClip Frame 83
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2408 MovieClip in Symbol 2493 MovieClip Frame 83
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2410 MovieClip in Symbol 2493 MovieClip Frame 83
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2413 MovieClip in Symbol 2493 MovieClip Frame 83
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2421 MovieClip in Symbol 2493 MovieClip Frame 83
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2432 MovieClip in Symbol 2493 MovieClip Frame 83
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2434 MovieClip in Symbol 2493 MovieClip Frame 83
onClipEvent (load) {
if (_root.shoes == 1) {
gotoAndStop (1);
}
if (_root.shoes == 2) {
gotoAndStop (2);
}
if (_root.shoes == 3) {
gotoAndStop (3);
}
if (_root.shoes == 4) {
gotoAndStop (4);
}
if (_root.shoes == 5) {
gotoAndStop (5);
}
if (_root.shoes == 6) {
gotoAndStop (6);
}
if (_root.shoes == 7) {
gotoAndStop (7);
}
if (_root.shoes == 8) {
gotoAndStop (8);
}
if (_root.shoes == 9) {
gotoAndStop (9);
}
if (_root.shoes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2449 MovieClip in Symbol 2493 MovieClip Frame 83
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2451 MovieClip in Symbol 2493 MovieClip Frame 83
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2470 MovieClip in Symbol 2493 MovieClip Frame 83
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2413 MovieClip in Symbol 2493 MovieClip Frame 83
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2421 MovieClip in Symbol 2493 MovieClip Frame 83
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2432 MovieClip in Symbol 2493 MovieClip Frame 83
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2434 MovieClip in Symbol 2493 MovieClip Frame 83
onClipEvent (load) {
if (_root.shoes == 1) {
gotoAndStop (1);
}
if (_root.shoes == 2) {
gotoAndStop (2);
}
if (_root.shoes == 3) {
gotoAndStop (3);
}
if (_root.shoes == 4) {
gotoAndStop (4);
}
if (_root.shoes == 5) {
gotoAndStop (5);
}
if (_root.shoes == 6) {
gotoAndStop (6);
}
if (_root.shoes == 7) {
gotoAndStop (7);
}
if (_root.shoes == 8) {
gotoAndStop (8);
}
if (_root.shoes == 9) {
gotoAndStop (9);
}
if (_root.shoes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2449 MovieClip in Symbol 2493 MovieClip Frame 83
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2472 MovieClip in Symbol 2493 MovieClip Frame 83
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2476 MovieClip in Symbol 2493 MovieClip Frame 83
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2480 MovieClip in Symbol 2493 MovieClip Frame 83
onClipEvent (load) {
if (_root.teeth == 1) {
gotoAndStop (1);
}
if (_root.teeth == 2) {
gotoAndStop (2);
}
if (_root.teeth == 3) {
gotoAndStop (3);
}
if (_root.teeth == 4) {
gotoAndStop (4);
}
if (_root.teeth == 5) {
gotoAndStop (5);
}
if (_root.teeth == 6) {
gotoAndStop (6);
}
if (_root.teeth == 7) {
gotoAndStop (7);
}
if (_root.teeth == 8) {
gotoAndStop (8);
}
if (_root.teeth == 9) {
gotoAndStop (9);
}
if (_root.teeth == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2480 MovieClip in Symbol 2493 MovieClip Frame 83
onClipEvent (load) {
if (_root.teeth == 1) {
gotoAndStop (1);
}
if (_root.teeth == 2) {
gotoAndStop (2);
}
if (_root.teeth == 3) {
gotoAndStop (3);
}
if (_root.teeth == 4) {
gotoAndStop (4);
}
if (_root.teeth == 5) {
gotoAndStop (5);
}
if (_root.teeth == 6) {
gotoAndStop (6);
}
if (_root.teeth == 7) {
gotoAndStop (7);
}
if (_root.teeth == 8) {
gotoAndStop (8);
}
if (_root.teeth == 9) {
gotoAndStop (9);
}
if (_root.teeth == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2486 MovieClip in Symbol 2493 MovieClip Frame 83
onClipEvent (load) {
if (_root.tie == 1) {
gotoAndStop (1);
}
if (_root.tie == 2) {
gotoAndStop (2);
}
if (_root.tie == 3) {
gotoAndStop (3);
}
if (_root.tie == 4) {
gotoAndStop (4);
}
if (_root.tie == 5) {
gotoAndStop (5);
}
if (_root.tie == 6) {
gotoAndStop (6);
}
if (_root.tie == 7) {
gotoAndStop (7);
}
if (_root.tie == 8) {
gotoAndStop (8);
}
if (_root.tie == 9) {
gotoAndStop (9);
}
if (_root.tie == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2392 MovieClip in Symbol 2493 MovieClip Frame 83
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2400 MovieClip in Symbol 2493 MovieClip Frame 83
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2402 MovieClip in Symbol 2493 MovieClip Frame 83
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 2408 MovieClip in Symbol 2493 MovieClip Frame 83
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Symbol 2493 MovieClip Frame 137
_root.visible = true;
Symbol 2493 MovieClip Frame 152
stop();
Symbol 2494 MovieClip Frame 1
stop();
Instance of Symbol 2493 MovieClip in Symbol 2494 MovieClip Frame 2
onClipEvent (load) {
gotoAndPlay (1);
}
Symbol 2500 MovieClip Frame 60
_parent.gotoAndStop(2);
stop();
Symbol 2501 MovieClip Frame 1
_root.roundtimer = 960;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 1
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(80);
if (spawn == 0) {
if (_root.bunnyshere < 1) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
_root.bunny.duplicateMovieClip("bunny" + _root.i, _root.spawnplace);
}
}
}
}
}
Symbol 2501 MovieClip Frame 2
_root.roundtimer = 1080;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(50);
if (spawn == 0) {
if (_root.bunnyshere < 1) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
_root.bunny.duplicateMovieClip("bunny" + _root.i, _root.spawnplace);
}
}
}
}
}
Symbol 2501 MovieClip Frame 3
_root.roundtimer = 1080;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 3
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(100);
if (spawn == 0) {
if (_root.bunnyshere < 2) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
_root.bunny.duplicateMovieClip("bunny" + _root.i, _root.spawnplace);
}
}
}
}
}
Symbol 2501 MovieClip Frame 4
_root.roundtimer = 1200;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 4
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(70);
if (spawn == 0) {
if (_root.bunnyshere < 2) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
_root.bunny.duplicateMovieClip("bunny" + _root.i, _root.spawnplace);
}
}
}
}
}
Symbol 2501 MovieClip Frame 5
_root.roundtimer = 960;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 5
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(80);
if (spawn == 0) {
if (_root.bunnyshere < 2) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(5);
if (typeofbunny < 4) {
_root.bunny.duplicateMovieClip("bunny" + _root.i, _root.spawnplace);
}
if (typeofbunny == 4) {
_root.bigbunny.duplicateMovieClip("bigbunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 6
_root.roundtimer = 1080;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 6
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(100);
if (spawn == 0) {
if (_root.bunnyshere < 2) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(3);
if (typeofbunny < 2) {
_root.bunny.duplicateMovieClip("bunny" + _root.i, _root.spawnplace);
}
if (typeofbunny == 2) {
_root.bigbunny.duplicateMovieClip("bigbunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 7
_root.roundtimer = 1080;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 7
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(80);
if (spawn == 0) {
if (_root.bunnyshere < 2) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(2);
if (typeofbunny == 1) {
_root.bunny.duplicateMovieClip("bunny" + _root.i, _root.spawnplace);
}
if (typeofbunny == 0) {
_root.bigbunny.duplicateMovieClip("bigbunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 8
_root.roundtimer = 960;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 8
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(100);
if (spawn == 0) {
if (_root.bunnyshere < 3) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(3);
if (typeofbunny < 2) {
_root.bunny.duplicateMovieClip("bunny" + _root.i, _root.spawnplace);
}
if (typeofbunny == 2) {
_root.bigbunny.duplicateMovieClip("bigbunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 9
_root.roundtimer = 1080;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 9
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(70);
if (spawn == 0) {
if (_root.bunnyshere < 3) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(3);
if (typeofbunny < 2) {
_root.bunny.duplicateMovieClip("bunny" + _root.i, _root.spawnplace);
}
if (typeofbunny == 2) {
_root.bigbunny.duplicateMovieClip("bigbunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 10
_root.roundtimer = 1080;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 10
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(90);
if (spawn == 0) {
if (_root.bunnyshere < 3) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(6);
if ((typeofbunny == 0) || (typeofbunny == 1)) {
_root.bunny.duplicateMovieClip("bunny" + _root.i, _root.spawnplace);
}
if (((typeofbunny == 2) || (typeofbunny == 3)) || (typeofbunny == 4)) {
_root.bigbunny.duplicateMovieClip("bigbunny" + _root.i, _root.spawnplace);
}
if (typeofbunny == 5) {
_root.suicidebunny.duplicateMovieClip("suicidebunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 11
_root.roundtimer = 960;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 11
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(70);
if (spawn == 0) {
if (_root.bunnyshere < 3) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(7);
if (typeofbunny == 0) {
_root.bunny.duplicateMovieClip("bunny" + _root.i, _root.spawnplace);
}
if ((((typeofbunny == 1) || (typeofbunny == 2)) || (typeofbunny == 3)) || (typeofbunny == 4)) {
_root.bigbunny.duplicateMovieClip("bigbunny" + _root.i, _root.spawnplace);
}
if (typeofbunny > 4) {
_root.suicidebunny.duplicateMovieClip("suicidebunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 12
_root.roundtimer = 960;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 12
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(60);
if (spawn == 0) {
if (_root.bunnyshere < 3) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(9);
if (typeofbunny == 0) {
_root.bunny.duplicateMovieClip("bunny" + _root.i, _root.spawnplace);
}
if ((((typeofbunny == 1) || (typeofbunny == 2)) || (typeofbunny == 3)) || (typeofbunny == 4)) {
_root.bigbunny.duplicateMovieClip("bigbunny" + _root.i, _root.spawnplace);
}
if (typeofbunny > 4) {
_root.suicidebunny.duplicateMovieClip("suicidebunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 13
_root.roundtimer = 1080;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 13
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(60);
if (spawn == 0) {
if (_root.bunnyshere < 4) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(2);
if (typeofbunny == 0) {
_root.bigbunny.duplicateMovieClip("bigbunny" + _root.i, _root.spawnplace);
}
if (typeofbunny == 1) {
_root.suicidebunny.duplicateMovieClip("suicidebunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 14
_root.roundtimer = 1200;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 14
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(70);
if (spawn == 0) {
if (_root.bunnyshere < 4) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
_root.suicidebunny.duplicateMovieClip("suicidebunny" + _root.i, _root.spawnplace);
}
}
}
}
}
Symbol 2501 MovieClip Frame 15
_root.roundtimer = 1200;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 15
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(80);
if (spawn == 0) {
if (_root.bunnyshere < 4) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(6);
if ((typeofbunny == 0) || (typeofbunny == 1)) {
_root.bigbunny.duplicateMovieClip("bigbunny" + _root.i, _root.spawnplace);
}
if (((typeofbunny == 2) || (typeofbunny == 3)) || (typeofbunny == 4)) {
_root.suicidebunny.duplicateMovieClip("suicidebunny" + _root.i, _root.spawnplace);
}
if (typeofbunny == 5) {
_root.zombiebunny.duplicateMovieClip("zombiebunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 16
_root.roundtimer = 1200;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 16
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(50);
if (spawn == 0) {
if (_root.bunnyshere < 4) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(5);
if (typeofbunny == 0) {
_root.bigbunny.duplicateMovieClip("bigbunny" + _root.i, _root.spawnplace);
}
if ((typeofbunny == 1) || (typeofbunny == 2)) {
_root.suicidebunny.duplicateMovieClip("suicidebunny" + _root.i, _root.spawnplace);
}
if ((typeofbunny == 3) || (typeofbunny == 4)) {
_root.zombiebunny.duplicateMovieClip("zombiebunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 17
_root.roundtimer = 1200;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 17
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(60);
if (spawn == 0) {
if (_root.bunnyshere < 4) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(8);
if (typeofbunny == 0) {
_root.bigbunny.duplicateMovieClip("bigbunny" + _root.i, _root.spawnplace);
}
if (((typeofbunny == 1) || (typeofbunny == 2)) || (typeofbunny == 3)) {
_root.suicidebunny.duplicateMovieClip("suicidebunny" + _root.i, _root.spawnplace);
}
if ((((typeofbunny == 4) || (typeofbunny == 5)) || (typeofbunny == 6)) || (typeofbunny == 7)) {
_root.zombiebunny.duplicateMovieClip("zombiebunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 18
_root.roundtimer = 1200;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 18
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(80);
if (spawn == 0) {
if (_root.bunnyshere < 4.5) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(10);
if (typeofbunny == 0) {
_root.bigbunny.duplicateMovieClip("bigbunny" + _root.i, _root.spawnplace);
}
if (((typeofbunny == 1) || (typeofbunny == 2)) || (typeofbunny == 3)) {
_root.suicidebunny.duplicateMovieClip("suicidebunny" + _root.i, _root.spawnplace);
}
if (typeofbunny > 3) {
_root.zombiebunny.duplicateMovieClip("zombiebunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 19
_root.roundtimer = 1200;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 19
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(100);
if (spawn == 0) {
if (_root.bunnyshere < 4.5) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(2);
if (typeofbunny == 0) {
_root.suicidebunny.duplicateMovieClip("suicidebunny" + _root.i, _root.spawnplace);
}
if (typeofbunny == 1) {
_root.zombiebunny.duplicateMovieClip("zombiebunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 20
_root.roundtimer = 1200;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 20
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(80);
if (spawn == 0) {
if (_root.bunnyshere < 5) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
_root.flyingbunny.duplicateMovieClip("flyingbunny" + _root.i, _root.spawnplace);
}
}
}
}
}
Symbol 2501 MovieClip Frame 21
_root.roundtimer = 1200;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 21
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(90);
if (spawn == 0) {
if (_root.bunnyshere < 5) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(6);
if ((typeofbunny == 0) || (typeofbunny == 1)) {
_root.suicidebunny.duplicateMovieClip("suicidebunny" + _root.i, _root.spawnplace);
}
if (((typeofbunny == 2) || (typeofbunny == 3)) || (typeofbunny == 4)) {
_root.zombiebunny.duplicateMovieClip("zombiebunny" + _root.i, _root.spawnplace);
}
if (typeofbunny == 5) {
_root.flyingbunny.duplicateMovieClip("flyingbunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 22
_root.roundtimer = 1200;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 22
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(70);
if (spawn == 0) {
if (_root.bunnyshere < 5) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(6);
if (typeofbunny == 0) {
_root.suicidebunny.duplicateMovieClip("suicidebunny" + _root.i, _root.spawnplace);
}
if (((typeofbunny == 1) || (typeofbunny == 2)) || (typeofbunny == 3)) {
_root.zombiebunny.duplicateMovieClip("zombiebunny" + _root.i, _root.spawnplace);
}
if ((typeofbunny == 4) || (typeofbunny == 5)) {
_root.flyingbunny.duplicateMovieClip("flyingbunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 23
_root.roundtimer = 1080;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 23
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(100);
if (spawn == 0) {
if (_root.bunnyshere < 6) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(6);
if (typeofbunny == 0) {
_root.suicidebunny.duplicateMovieClip("suicidebunny" + _root.i, _root.spawnplace);
}
if ((typeofbunny == 1) || (typeofbunny == 2)) {
_root.zombiebunny.duplicateMovieClip("zombiebunny" + _root.i, _root.spawnplace);
}
if (typeofbunny > 2) {
_root.flyingbunny.duplicateMovieClip("flyingbunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 24
_root.roundtimer = 1200;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 24
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(80);
if (spawn == 0) {
if (_root.bunnyshere < 6) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(9);
if ((((typeofbunny == 0) || (typeofbunny == 1)) || (typeofbunny == 2)) || (typeofbunny == 3)) {
_root.suicidebunny.duplicateMovieClip("suicidebunny" + _root.i, _root.spawnplace);
}
if ((typeofbunny == 4) || (typeofbunny == 5)) {
_root.zombiebunny.duplicateMovieClip("zombiebunny" + _root.i, _root.spawnplace);
}
if (typeofbunny > 5) {
_root.flyingbunny.duplicateMovieClip("flyingbunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 25
_root.roundtimer = 1200;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 25
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(30);
if (spawn == 0) {
if (_root.bunnyshere < 3) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
_root.pregnantbunny.duplicateMovieClip("pregnantbunny" + _root.i, _root.spawnplace);
}
}
}
}
}
Symbol 2501 MovieClip Frame 26
_root.roundtimer = 1200;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 26
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(100);
if (spawn == 0) {
if (_root.bunnyshere < 5) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(7);
if ((typeofbunny == 0) || (typeofbunny == 1)) {
_root.zombiebunny.duplicateMovieClip("zombiebunny" + _root.i, _root.spawnplace);
}
if (((typeofbunny == 2) || (typeofbunny == 3)) || (typeofbunny == 4)) {
_root.flyingbunny.duplicateMovieClip("flyingbunny" + _root.i, _root.spawnplace);
}
if (typeofbunny > 4) {
_root.pregnantbunny.duplicateMovieClip("pregnantbunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 27
_root.roundtimer = 1200;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 27
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(80);
if (spawn == 0) {
if (_root.bunnyshere < 5) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(5);
if (typeofbunny == 0) {
_root.zombiebunny.duplicateMovieClip("zombiebunny" + _root.i, _root.spawnplace);
}
if ((typeofbunny == 1) || (typeofbunny == 2)) {
_root.flyingbunny.duplicateMovieClip("flyingbunny" + _root.i, _root.spawnplace);
}
if (typeofbunny > 2) {
_root.pregnantbunny.duplicateMovieClip("pregnantbunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 28
_root.roundtimer = 1200;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 28
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(80);
if (spawn == 0) {
if (_root.bunnyshere < 6) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(6);
if (typeofbunny == 0) {
_root.zombiebunny.duplicateMovieClip("zombiebunny" + _root.i, _root.spawnplace);
}
if ((typeofbunny == 1) || (typeofbunny == 2)) {
_root.flyingbunny.duplicateMovieClip("flyingbunny" + _root.i, _root.spawnplace);
}
if (typeofbunny > 2) {
_root.pregnantbunny.duplicateMovieClip("pregnantbunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 29
_root.roundtimer = 1200;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 29
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(70);
if (spawn == 0) {
if (_root.bunnyshere < 6) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(3);
if (typeofbunny == 0) {
_root.flyingbunny.duplicateMovieClip("flyingbunny" + _root.i, _root.spawnplace);
}
if (typeofbunny > 0) {
_root.pregnantbunny.duplicateMovieClip("pregnantbunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 30
_root.roundtimer = 1200;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 30
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(30);
if (spawn == 0) {
if (_root.bunnyshere < 3) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
_root.fatbunny.duplicateMovieClip("fatbunny" + _root.i, _root.spawnplace);
}
}
}
}
}
Symbol 2501 MovieClip Frame 31
_root.roundtimer = 1200;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 31
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(100);
if (spawn == 0) {
if (_root.bunnyshere < 6) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(7);
if (typeofbunny == 0) {
_root.flyingbunny.duplicateMovieClip("flyingbunny" + _root.i, _root.spawnplace);
}
if (((typeofbunny == 1) || (typeofbunny == 2)) || (typeofbunny == 3)) {
_root.pregnantbunny.duplicateMovieClip("pregnantbunny" + _root.i, _root.spawnplace);
}
if (typeofbunny == 4) {
_root.fatbunny.duplicateMovieClip("fatbunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 32
_root.roundtimer = 1200;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 32
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(90);
if (spawn == 0) {
if (_root.bunnyshere < 6) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(5);
if (typeofbunny == 0) {
_root.flyingbunny.duplicateMovieClip("flyingbunny" + _root.i, _root.spawnplace);
}
if ((typeofbunny == 1) || (typeofbunny == 2)) {
_root.pregnantbunny.duplicateMovieClip("pregnantbunny" + _root.i, _root.spawnplace);
}
if ((typeofbunny == 3) || (typeofbunny == 4)) {
_root.fatbunny.duplicateMovieClip("fatbunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 33
_root.roundtimer = 1200;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 33
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(80);
if (spawn == 0) {
if (_root.bunnyshere < 6) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(7);
if (typeofbunny == 0) {
_root.flyingbunny.duplicateMovieClip("flyingbunny" + _root.i, _root.spawnplace);
}
if (((typeofbunny == 1) || (typeofbunny == 2)) || (typeofbunny == 3)) {
_root.pregnantbunny.duplicateMovieClip("pregnantbunny" + _root.i, _root.spawnplace);
}
if (((typeofbunny == 4) || (typeofbunny == 5)) || (typeofbunny == 6)) {
_root.fatbunny.duplicateMovieClip("fatbunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 34
_root.roundtimer = 1440;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 34
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(70);
if (spawn == 0) {
if (_root.bunnyshere < 6) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(2);
if (typeofbunny == 0) {
_root.pregnantbunny.duplicateMovieClip("pregnantbunny" + _root.i, _root.spawnplace);
}
if (typeofbunny == 1) {
_root.fatbunny.duplicateMovieClip("fatbunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 35
_root.roundtimer = 1440;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 35
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(100);
if (spawn == 0) {
if (_root.bunnyshere < 9) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(3);
if (typeofbunny == 0) {
_root.pregnantbunny.duplicateMovieClip("pregnantbunny" + _root.i, _root.spawnplace);
}
if ((typeofbunny == 1) || (typeofbunny == 2)) {
_root.fatbunny.duplicateMovieClip("fatbunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 36
_root.roundtimer = 1680;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 36
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(80);
if (spawn == 0) {
if (_root.bunnyshere < 6) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(15);
if (typeofbunny == 0) {
_root.bunny.duplicateMovieClip("bunny" + _root.i, _root.spawnplace);
}
if (typeofbunny == 1) {
_root.bigbunny.duplicateMovieClip("bigbunny" + _root.i, _root.spawnplace);
}
if ((typeofbunny == 2) || (typeofbunny == 3)) {
_root.suicidebunny.duplicateMovieClip("suicidebunny" + _root.i, _root.spawnplace);
}
if ((typeofbunny == 4) || (typeofbunny == 5)) {
_root.zombiebunny.duplicateMovieClip("zombiebunny" + _root.i, _root.spawnplace);
}
if (((typeofbunny == 6) || (typeofbunny == 7)) || (typeofbunny == 8)) {
_root.flyingbunny.duplicateMovieClip("flyingbunny" + _root.i, _root.spawnplace);
}
if (((typeofbunny == 9) || (typeofbunny == 10)) || (typeofbunny == 11)) {
_root.pregnantbunny.duplicateMovieClip("pregnantbunny" + _root.i, _root.spawnplace);
}
if (((typeofbunny == 12) || (typeofbunny == 13)) || (typeofbunny == 14)) {
_root.fatbunny.duplicateMovieClip("fatbunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 37
_root.roundtimer = 1800;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 37
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(80);
if (spawn == 0) {
if (_root.bunnyshere < 6) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(23);
if (typeofbunny == 0) {
_root.bunny.duplicateMovieClip("bunny" + _root.i, _root.spawnplace);
}
if ((typeofbunny == 1) || (typeofbunny == 2)) {
_root.bigbunny.duplicateMovieClip("bigbunny" + _root.i, _root.spawnplace);
}
if (((typeofbunny == 3) || (typeofbunny == 4)) || (typeofbunny == 5)) {
_root.suicidebunny.duplicateMovieClip("suicidebunny" + _root.i, _root.spawnplace);
}
if (((typeofbunny == 6) || (typeofbunny == 7)) || (typeofbunny == 8)) {
_root.zombiebunny.duplicateMovieClip("zombiebunny" + _root.i, _root.spawnplace);
}
if ((((typeofbunny == 9) || (typeofbunny == 10)) || (typeofbunny == 11)) || (typeofbunny == 12)) {
_root.flyingbunny.duplicateMovieClip("flyingbunny" + _root.i, _root.spawnplace);
}
if (((((typeofbunny == 13) || (typeofbunny == 14)) || (typeofbunny == 15)) || (typeofbunny == 16)) || (typeofbunny == 17)) {
_root.pregnantbunny.duplicateMovieClip("pregnantbunny" + _root.i, _root.spawnplace);
}
if (((((typeofbunny == 18) || (typeofbunny == 19)) || (typeofbunny == 20)) || (typeofbunny == 21)) || (typeofbunny == 22)) {
_root.fatbunny.duplicateMovieClip("fatbunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 38
_root.roundtimer = 1920;
Symbol 2501 MovieClip Frame 39
_root.roundtimer = 2040;
Symbol 2501 MovieClip Frame 40
_root.roundtimer = 2160;
Symbol 2501 MovieClip Frame 41
_root.roundtimer = 1440;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 41
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(80);
if (spawn == 0) {
if (_root.bunnyshere < 7) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(20) + 3;
if (((typeofbunny == 3) || (typeofbunny == 4)) || (typeofbunny == 5)) {
_root.suicidebunny.duplicateMovieClip("suicidebunny" + _root.i, _root.spawnplace);
}
if (((typeofbunny == 6) || (typeofbunny == 7)) || (typeofbunny == 8)) {
_root.zombiebunny.duplicateMovieClip("zombiebunny" + _root.i, _root.spawnplace);
}
if ((((typeofbunny == 9) || (typeofbunny == 10)) || (typeofbunny == 11)) || (typeofbunny == 12)) {
_root.flyingbunny.duplicateMovieClip("flyingbunny" + _root.i, _root.spawnplace);
}
if (((((typeofbunny == 13) || (typeofbunny == 14)) || (typeofbunny == 15)) || (typeofbunny == 16)) || (typeofbunny == 17)) {
_root.pregnantbunny.duplicateMovieClip("pregnantbunny" + _root.i, _root.spawnplace);
}
if (((((typeofbunny == 18) || (typeofbunny == 19)) || (typeofbunny == 20)) || (typeofbunny == 21)) || (typeofbunny == 22)) {
_root.fatbunny.duplicateMovieClip("fatbunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 42
_root.roundtimer = 1440;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 42
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(60);
if (spawn == 0) {
if (_root.bunnyshere < 6) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(20) + 3;
if (((typeofbunny == 3) || (typeofbunny == 4)) || (typeofbunny == 5)) {
_root.suicidebunny.duplicateMovieClip("suicidebunny" + _root.i, _root.spawnplace);
}
if (((typeofbunny == 6) || (typeofbunny == 7)) || (typeofbunny == 8)) {
_root.zombiebunny.duplicateMovieClip("zombiebunny" + _root.i, _root.spawnplace);
}
if ((((typeofbunny == 9) || (typeofbunny == 10)) || (typeofbunny == 11)) || (typeofbunny == 12)) {
_root.flyingbunny.duplicateMovieClip("flyingbunny" + _root.i, _root.spawnplace);
}
if (((((typeofbunny == 13) || (typeofbunny == 14)) || (typeofbunny == 15)) || (typeofbunny == 16)) || (typeofbunny == 17)) {
_root.pregnantbunny.duplicateMovieClip("pregnantbunny" + _root.i, _root.spawnplace);
}
if (((((typeofbunny == 18) || (typeofbunny == 19)) || (typeofbunny == 20)) || (typeofbunny == 21)) || (typeofbunny == 22)) {
_root.fatbunny.duplicateMovieClip("fatbunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 43
_root.roundtimer = 1440;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 43
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(80);
if (spawn == 0) {
if (_root.bunnyshere < 7) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(21) + 3;
if ((typeofbunny == 3) || (typeofbunny == 4)) {
_root.suicidebunny.duplicateMovieClip("suicidebunny" + _root.i, _root.spawnplace);
}
if ((((typeofbunny == 6) || (typeofbunny == 7)) || (typeofbunny == 8)) || (typeofbunny == 5)) {
_root.zombiebunny.duplicateMovieClip("zombiebunny" + _root.i, _root.spawnplace);
}
if (((typeofbunny == 9) || (typeofbunny == 10)) || (typeofbunny == 11)) {
_root.flyingbunny.duplicateMovieClip("flyingbunny" + _root.i, _root.spawnplace);
}
if ((((((typeofbunny == 13) || (typeofbunny == 14)) || (typeofbunny == 15)) || (typeofbunny == 16)) || (typeofbunny == 17)) || (typeofbunny == 12)) {
_root.pregnantbunny.duplicateMovieClip("pregnantbunny" + _root.i, _root.spawnplace);
}
if ((((((typeofbunny == 18) || (typeofbunny == 19)) || (typeofbunny == 20)) || (typeofbunny == 21)) || (typeofbunny == 22)) || (typeofbunny == 23)) {
_root.fatbunny.duplicateMovieClip("fatbunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 44
_root.roundtimer = 1440;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 44
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(80);
if (spawn == 0) {
if (_root.bunnyshere < 7) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(21) + 3;
if (typeofbunny == 3) {
_root.suicidebunny.duplicateMovieClip("suicidebunny" + _root.i, _root.spawnplace);
}
if (((typeofbunny == 6) || (typeofbunny == 7)) || (typeofbunny == 8)) {
_root.zombiebunny.duplicateMovieClip("zombiebunny" + _root.i, _root.spawnplace);
}
if ((((typeofbunny == 9) || (typeofbunny == 10)) || (typeofbunny == 11)) || (typeofbunny == 5)) {
_root.flyingbunny.duplicateMovieClip("flyingbunny" + _root.i, _root.spawnplace);
}
if ((((((typeofbunny == 13) || (typeofbunny == 14)) || (typeofbunny == 15)) || (typeofbunny == 16)) || (typeofbunny == 17)) || (typeofbunny == 12)) {
_root.pregnantbunny.duplicateMovieClip("pregnantbunny" + _root.i, _root.spawnplace);
}
if (((((((typeofbunny == 18) || (typeofbunny == 19)) || (typeofbunny == 20)) || (typeofbunny == 21)) || (typeofbunny == 22)) || (typeofbunny == 23)) || (typeofbunny == 4)) {
_root.fatbunny.duplicateMovieClip("fatbunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 45
_root.roundtimer = 1440;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 45
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(80);
if (spawn == 0) {
if (_root.bunnyshere < 7) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(17);
if (typeofbunny == 0) {
_root.suicidebunny.duplicateMovieClip("suicidebunny" + _root.i, _root.spawnplace);
}
if ((typeofbunny == 1) || (typeofbunny == 2)) {
_root.zombiebunny.duplicateMovieClip("zombiebunny" + _root.i, _root.spawnplace);
}
if (((typeofbunny == 3) || (typeofbunny == 4)) || (typeofbunny == 5)) {
_root.flyingbunny.duplicateMovieClip("flyingbunny" + _root.i, _root.spawnplace);
}
if (((((typeofbunny == 6) || (typeofbunny == 7)) || (typeofbunny == 8)) || (typeofbunny == 9)) || (typeofbunny == 10)) {
_root.pregnantbunny.duplicateMovieClip("pregnantbunny" + _root.i, _root.spawnplace);
}
if (typeofbunny > 10) {
_root.fatbunny.duplicateMovieClip("fatbunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 46
_root.roundtimer = 1440;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 46
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(80);
if (spawn == 0) {
if (_root.bunnyshere < 8) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(18);
if (typeofbunny == 1) {
_root.zombiebunny.duplicateMovieClip("zombiebunny" + _root.i, _root.spawnplace);
}
if (((((typeofbunny == 3) || (typeofbunny == 4)) || (typeofbunny == 2)) || (typeofbunny == 5)) || (typeofbunny == 0)) {
_root.flyingbunny.duplicateMovieClip("flyingbunny" + _root.i, _root.spawnplace);
}
if (((((typeofbunny == 6) || (typeofbunny == 7)) || (typeofbunny == 8)) || (typeofbunny == 9)) || (typeofbunny == 10)) {
_root.pregnantbunny.duplicateMovieClip("pregnantbunny" + _root.i, _root.spawnplace);
}
if (typeofbunny > 10) {
_root.fatbunny.duplicateMovieClip("fatbunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 47
_root.roundtimer = 1440;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 47
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(70);
if (spawn == 0) {
if (_root.bunnyshere < 8) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(14);
if (((typeofbunny == 0) || (typeofbunny == 1)) || (typeofbunny == 2)) {
_root.flyingbunny.duplicateMovieClip("flyingbunny" + _root.i, _root.spawnplace);
}
if (((((typeofbunny == 3) || (typeofbunny == 4)) || (typeofbunny == 5)) || (typeofbunny == 6)) || (typeofbunny == 7)) {
_root.pregnantbunny.duplicateMovieClip("pregnantbunny" + _root.i, _root.spawnplace);
}
if (typeofbunny > 7) {
_root.fatbunny.duplicateMovieClip("fatbunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 48
_root.roundtimer = 1440;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 48
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(70);
if (spawn == 0) {
if (_root.bunnyshere < 8) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(10);
if ((typeofbunny == 0) || (typeofbunny == 1)) {
_root.flyingbunny.duplicateMovieClip("flyingbunny" + _root.i, _root.spawnplace);
}
if (((typeofbunny == 2) || (typeofbunny == 3)) || (typeofbunny == 4)) {
_root.pregnantbunny.duplicateMovieClip("pregnantbunny" + _root.i, _root.spawnplace);
}
if (typeofbunny > 4) {
_root.fatbunny.duplicateMovieClip("fatbunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 49
_root.roundtimer = 1440;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 49
onClipEvent (enterFrame) {
_root.roundtimer = _root.roundtimer - 1;
if (_root.roundtimer > 0) {
if (!_root.housedead) {
spawn = random(60);
if (spawn == 0) {
if (_root.bunnyshere < 12) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
typeofbunny = random(2);
if (typeofbunny == 0) {
_root.pregnantbunny.duplicateMovieClip("pregnantbunny" + _root.i, _root.spawnplace);
}
if (typeofbunny == 1) {
_root.fatbunny.duplicateMovieClip("fatbunny" + _root.i, _root.spawnplace);
}
}
}
}
}
}
Symbol 2501 MovieClip Frame 50
_root.roundtimer = -1;
Instance of Symbol 901 MovieClip "core" in Symbol 2501 MovieClip Frame 50
onClipEvent (load) {
_root.spawnplace = 28900 + random(12600);
_root.i++;
_root.superfatbunny.duplicateMovieClip("superfatbunny" + _root.i, _root.spawnplace);
}
Symbol 2518 MovieClip Frame 1
stop();
Symbol 2524 Button
on (press) {
gotoAndStop (57);
}
Symbol 2525 Button
on (press) {
_parent.gotoAndStop("extras");
}
Symbol 2532 Button
on (press) {
if (_root.money >= _root.priceofitem) {
_parent.messagebox.gotoAndStop(2);
} else {
_parent.messagebox.gotoAndStop(3);
}
}
Symbol 2534 Button
on (press) {
_parent._parent.gotoAndStop(57);
}
Symbol 2536 Button
on (press) {
_parent.nextFrame();
}
Symbol 2540 Button
on (press) {
_parent.cost = 2000;
_parent.description = "Dual Pistols - Press 2 to select";
_root.buyingdescription = "Dual Pistols";
}
Symbol 2543 Button
on (press) {
_parent.cost = 7000;
_parent.description = "Uzi - Press 3 to select";
_root.buyingdescription = "Uzi";
}
Symbol 2546 Button
on (press) {
_parent.cost = 20000;
_parent.description = "Shotgun - Press 5 to select";
_root.buyingdescription = "Shotgun";
}
Symbol 2548 Button
on (press) {
_parent.cost = 40000;
_parent.description = "M4 Automatic Rifle - Press 6 to select";
_root.buyingdescription = "M4";
}
Symbol 2550 Button
on (press) {
_parent.cost = 60000;
_parent.description = "Bazooka - Press 7 to select";
_root.buyingdescription = "Bazooka";
}
Symbol 2552 Button
on (press) {
_parent.cost = 7000;
_parent.description = "Dual Uzis - Press 4 to select";
_root.buyingdescription = "Dual Uzis";
}
Instance of Symbol 2541 MovieClip in Symbol 2554 MovieClip Frame 1
onClipEvent (load) {
if (_root.dualpistols1 == true) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.dualpistols1 == true) {
_visible = false;
} else {
_visible = true;
}
if (_root.buyingdescription == "Dual Pistols") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 2544 MovieClip in Symbol 2554 MovieClip Frame 1
onClipEvent (load) {
if (_root.uzi1 == true) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.uzi1 == true) {
_visible = false;
} else {
_visible = true;
}
if (_root.buyingdescription == "Uzi") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 2547 MovieClip in Symbol 2554 MovieClip Frame 1
onClipEvent (load) {
if (_root.shotgun1 == true) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.shotgun1 == true) {
_visible = false;
} else {
_visible = true;
}
if (_root.buyingdescription == "Shotgun") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 2549 MovieClip in Symbol 2554 MovieClip Frame 1
onClipEvent (load) {
if (_root.m41 == true) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.m41 == true) {
_visible = false;
} else {
_visible = true;
}
if (_root.buyingdescription == "M4") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 2551 MovieClip in Symbol 2554 MovieClip Frame 1
onClipEvent (load) {
if (_root.bazooka1 == true) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.bazooka1 == true) {
_visible = false;
} else {
_visible = true;
}
if (_root.buyingdescription == "Bazooka") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 2553 MovieClip in Symbol 2554 MovieClip Frame 1
onClipEvent (load) {
if (_root.dualuzis1 == true) {
_visible = false;
} else if (_root.uzi1 == true) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.dualuzis1 == true) {
_visible = false;
} else if (_root.uzi1 == true) {
_visible = true;
} else {
_visible = false;
}
if (_root.buyingdescription == "Dual Uzis") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Symbol 2556 Button
on (press) {
gotoAndStop (1);
}
Symbol 2558 Button
on (press) {
gotoAndStop (2);
}
Symbol 2561 Button
on (press) {
gotoAndStop (3);
}
Symbol 2564 Button
on (press) {
gotoAndStop (4);
}
Symbol 2583 Button
on (press) {
soundthing.gotoAndPlay(2);
if (_root.buyingdescription == "Dual Pistols") {
_root.dualpistols1 = true;
_root.money = _root.money - _root.priceofitem;
_root.pistolrright = 12;
_root.pistolreload = 12;
_root.weap11 = 2;
}
if (_root.buyingdescription == "Uzi") {
_root.uzi1 = true;
_root.money = _root.money - _root.priceofitem;
_root.uzia = 120;
_root.uzireload = 30;
_root.weap11 = 3;
}
if (_root.buyingdescription == "Dual Uzis") {
_root.dualuzis1 = true;
_root.money = _root.money - _root.priceofitem;
_root.uzireload = 30;
_root.uzireloadright = 30;
_root.weap11 = 4;
}
if (_root.buyingdescription == "Grenade") {
_root.grenade1 = true;
_root.money = _root.money - _root.priceofitem;
_root.grenadea = _root.grenadea + 1;
_root.weap11 = 8;
}
if (_root.buyingdescription == "Shotgun") {
_root.shotgun1 = true;
_root.money = _root.money - _root.priceofitem;
_root.shotgunreload = 6;
_root.shotguna = 30;
_root.weap11 = 5;
}
if (_root.buyingdescription == "M4") {
_root.m41 = true;
_root.money = _root.money - _root.priceofitem;
_root.M4reload = 32;
_root.M4a = 96;
_root.weap11 = 6;
}
if (_root.buyingdescription == "Bazooka") {
_root.bazooka1 = true;
_root.money = _root.money - _root.priceofitem;
_root.bazookareload = 6;
_root.bazookaa = 12;
_root.weap11 = 7;
}
if (_root.buyingdescription == "Airstrike") {
_root.airstrike1 = true;
_root.money = _root.money - _root.priceofitem;
_root.airstrikea = 1;
_root.weap11 = 9;
}
if (_root.buyingdescription == "Uziammo") {
_root.uzia = _root.uzia + 60;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "Grenadeammo") {
_root.grenadea = _root.grenadea + 5;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "Shotgunammo") {
_root.shotguna = _root.shotguna + 12;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "M4ammo") {
_root.M4a = _root.M4a + 64;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "Bazookaammo") {
_root.bazookaa = _root.bazookaa + 12;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "Airstrikeammo") {
_root.airstrikea = _root.airstrikea + 1;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "pistol1") {
_root.pistol1lvl = _root.pistol1lvl + 1;
_root.dualpistols1lvl = _root.dualpistols1lvl + 1;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "pistol2") {
_root.pistol2lvl = _root.pistol2lvl + 1;
_root.dualpistols2lvl = _root.dualpistols2lvl + 1;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "pistol3") {
_root.pistol3lvl = _root.pistol3lvl + 1;
_root.dualpistols3lvl = _root.dualpistols3lvl + 1;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "dualpistols1") {
_root.dualpistols1lvl = _root.dualpistols1lvl + 1;
_root.pistol1lvl = _root.pistol1lvl + 1;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "dualpistols2") {
_root.dualpistols2lvl = _root.dualpistols2lvl + 1;
_root.pistol2lvl = _root.pistol2lvl + 1;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "dualpistols3") {
_root.dualpistols3lvl = _root.dualpistols3lvl + 1;
_root.pistol3lvl = _root.pistol3lvl + 1;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "uzi1") {
_root.uzi1lvl = _root.uzi1lvl + 1;
_root.dualuzis1lvl = _root.dualuzis1lvl + 1;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "uzi2") {
_root.uzi2lvl = _root.uzi2lvl + 1;
_root.dualuzis2lvl = _root.dualuzis2lvl + 1;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "uzi3") {
_root.uzi3lvl = _root.uzi3lvl + 1;
_root.dualuzis3lvl = _root.dualuzis3lvl + 1;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "dualuzis1") {
_root.uzi1lvl = _root.uzi1lvl + 1;
_root.dualuzis1lvl = _root.dualuzis1lvl + 1;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "dualuzis2") {
_root.uzi2lvl = _root.uzi2lvl + 1;
_root.dualuzis2lvl = _root.dualuzis2lvl + 1;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "dualuzis3") {
_root.uzi3lvl = _root.uzi3lvl + 1;
_root.dualuzis3lvl = _root.dualuzis3lvl + 1;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "grenade1") {
_root.grenade1lvl = _root.grenade1lvl + 1;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "grenade2") {
_root.grenade2lvl = _root.grenade2lvl + 1;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "grenade3") {
_root.grenade3lvl = _root.grenade3lvl + 1;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "shotgun1") {
_root.shotgun1lvl = _root.shotgun1lvl + 1;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "shotgun2") {
_root.shotgun2lvl = _root.shotgun2lvl + 1;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "shotgun3") {
_root.shotgun3lvl = _root.shotgun3lvl + 1;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "m41") {
_root.m41lvl = _root.m41lvl + 1;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "m42") {
_root.m42lvl = _root.m42lvl + 1;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "m43") {
_root.m43lvl = _root.m43lvl + 1;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "bazooka1") {
_root.bazooka1lvl = _root.bazooka1lvl + 1;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "bazooka2") {
_root.bazooka2lvl = _root.bazooka2lvl + 1;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "bazooka3") {
_root.bazooka3lvl = _root.bazooka3lvl + 1;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "rifleman1") {
_root.rifleman1lvl = _root.rifleman1lvl + 1;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "builder1") {
_root.builder1lvl = _root.builder1lvl + 1;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "anthrax1") {
_root.anthrax1lvl = _root.anthrax1lvl + 1;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "aids1") {
_root.aids1lvl = _root.aids1lvl + 1;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "repairhouse0") {
_root.frosthouse = _root.frosthouse + 10;
_root.money = _root.money - _root.priceofitem;
if (_root.frosthouse > _root.maxhouse) {
_root.frosthouse = _root.maxhouse;
}
}
if (_root.buyingdescription == "repairhouse1") {
_root.frosthouse = _root.frosthouse + 50;
_root.money = _root.money - _root.priceofitem;
if (_root.frosthouse > _root.maxhouse) {
_root.frosthouse = _root.maxhouse;
}
}
if (_root.buyingdescription == "repairhouse2") {
_root.frosthouse = _root.frosthouse + 200;
_root.money = _root.money - _root.priceofitem;
if (_root.frosthouse > _root.maxhouse) {
_root.frosthouse = _root.maxhouse;
}
}
if (_root.buyingdescription == "repairhouse3") {
_root.frosthouse = _root.maxhouse;
_root.money = _root.money - _root.priceofitem;
}
if (_root.buyingdescription == "house1") {
_root.house1lvl = _root.house1lvl + 1;
_root.money = _root.money - _root.priceofitem;
}
_root.buyingdescription = " ";
gotoAndStop (1);
_root.kaching.start(0, 1);
}
Symbol 2589 Button
on (press) {
gotoAndStop (1);
}
Symbol 2591 MovieClip Frame 1
stop();
Symbol 2597 Button
on (press) {
gotoAndStop (1);
}
Symbol 2600 MovieClip Frame 1
stop();
_root.priceofitem = 0;
_root.buyingdescription = " ";
if (_parent.frame == 1) {
_parent.weapons.description = "No weapon is selected";
_parent.weapons.cost = 0;
_parent.price.description = "No weapon is selected";
_parent.price.price = "\u00A30";
}
if (_parent.frame == 2) {
_parent.weapons.description = "No weapon ammo is selected";
_parent.weapons.cost = 0;
_parent.price.description = "No weapon ammo is selected";
_parent.price.price = "\u00A30";
}
if (_parent.frame == 3) {
_parent.weapons.description = "No weapon upgrade is selected";
_parent.weapons.cost = 0;
_parent.price.description = "No weapon upgrade is selected";
_parent.price.price = "\u00A30";
}
if (_parent.frame == 4) {
_parent.weapons.description = "No general upgrade is selected";
_parent.weapons.cost = 0;
_parent.price.description = "No general upgrade is selected";
_parent.price.price = "\u00A30";
}
Symbol 2602 Button
on (press) {
_root.money = 100000 /* 0x0186A0 */;
}
Symbol 2604 Button
on (press) {
_parent.cost = 1000;
_parent.description = "Two uzi rounds (60 bullets)";
_root.buyingdescription = "Uziammo";
}
Symbol 2606 Button
on (press) {
_parent.cost = 2000;
_parent.description = "Five grenades - Press 8 to select";
_root.buyingdescription = "Grenadeammo";
}
Symbol 2608 Button
on (press) {
_parent.cost = 1200;
_parent.description = "Two shotgun rounds (12 shells)";
_root.buyingdescription = "Shotgunammo";
}
Symbol 2610 Button
on (press) {
_parent.cost = 2000;
_parent.description = "Two M4 rounds (64 shells)";
_root.buyingdescription = "M4ammo";
}
Symbol 2612 Button
on (press) {
_parent.cost = 5000;
_parent.description = "Two bazooka rounds (12 rockets)";
_root.buyingdescription = "Bazookaammo";
}
Symbol 2614 Button
on (press) {
_parent.cost = 5000;
_parent.description = "One airstrike - Press 9 to select";
_root.buyingdescription = "Airstrikeammo";
}
Instance of Symbol 2605 MovieClip in Symbol 2616 MovieClip Frame 1
onClipEvent (load) {
if (_root.uzi1 == true) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.uzi1 == true) {
_visible = true;
} else {
_visible = false;
}
if (_root.buyingdescription == "Uziammo") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 2607 MovieClip in Symbol 2616 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.buyingdescription == "Grenadeammo") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 2609 MovieClip in Symbol 2616 MovieClip Frame 1
onClipEvent (load) {
if (_root.shotgun1 == true) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.shotgun1 == true) {
_visible = true;
} else {
_visible = false;
}
if (_root.buyingdescription == "Shotgunammo") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 2611 MovieClip in Symbol 2616 MovieClip Frame 1
onClipEvent (load) {
if (_root.m41 == true) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.m41 == true) {
_visible = true;
} else {
_visible = false;
}
if (_root.buyingdescription == "M4ammo") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 2613 MovieClip in Symbol 2616 MovieClip Frame 1
onClipEvent (load) {
if (_root.bazooka1 == true) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.bazooka1 == true) {
_visible = true;
} else {
_visible = false;
}
if (_root.buyingdescription == "Bazookaammo") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 2615 MovieClip "airstrike" in Symbol 2616 MovieClip Frame 1
onClipEvent (load) {
if (_root.airstrikea >= 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.airstrikea >= 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.buyingdescription == "Airstrikeammo") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Symbol 2632 Button
on (press) {
_root.priceofitem = cost * (level + 1);
_root.buyingdescription = gunname;
_parent.price.price = "\u00A3" + _root.priceofitem;
_parent.price.description = descrip;
}
Symbol 2640 MovieClip Frame 1
stop();
Instance of Symbol 2633 MovieClip in Symbol 2640 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.buyingdescription == _parent.gunname) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.buyingdescription == _parent.gunname) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 2666 Button
on (press) {
_root.priceofitem = cost + (level * 3500);
_root.buyingdescription = gunname;
_parent.price.price = "\u00A3" + _root.priceofitem;
_parent.price.description = descrip;
}
Symbol 2677 MovieClip Frame 1
stop();
Instance of Symbol 2633 MovieClip in Symbol 2677 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.buyingdescription == _parent.gunname) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.buyingdescription == _parent.gunname) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 2680 MovieClip Frame 1
stop();
Instance of Symbol 2633 MovieClip in Symbol 2680 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.buyingdescription == _parent.gunname) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.buyingdescription == _parent.gunname) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 2681 Button
on (press) {
_root.priceofitem = cost;
_root.buyingdescription = gunname;
_parent.price.price = "\u00A3" + _root.priceofitem;
_parent.price.description = descrip;
}
Symbol 2682 MovieClip Frame 1
stop();
Instance of Symbol 2633 MovieClip in Symbol 2682 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.buyingdescription == _parent.gunname) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.buyingdescription == _parent.gunname) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 2709 MovieClip Frame 1
_root.buyingdescription = " ";
frame = 1;
stop();
Instance of Symbol 2533 MovieClip "buybutton" in Symbol 2709 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (_root.buyingdescription == " ") {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 2535 MovieClip in Symbol 2709 MovieClip Frame 1
onClipEvent (load) {
_visible = true;
}
onClipEvent (enterFrame) {
if (_root.buyingdescription == " ") {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2554 MovieClip "weapons" in Symbol 2709 MovieClip Frame 1
onClipEvent (load) {
cost = 0;
description = "No weapon is selected";
}
onClipEvent (enterFrame) {
_parent.price.price = "\u00A3" + cost;
_root.priceofitem = cost;
_parent.price.description = description;
}
Instance of Symbol 2600 MovieClip "messagebox" in Symbol 2709 MovieClip Frame 1
onClipEvent (enterFrame) {
_parent.moneyamount = "\u00A3" + _root.money;
}
Symbol 2709 MovieClip Frame 2
_root.buyingdescription = " ";
frame = 2;
Instance of Symbol 2616 MovieClip "weapons" in Symbol 2709 MovieClip Frame 2
onClipEvent (load) {
cost = 0;
description = "No weapon ammo is selected";
_parent.price.price = "\u00A3" + cost;
_root.priceofitem = cost;
_parent.price.description = description;
_parent.uziammo.uziammo = _root.uzia;
_parent.shotgunammo.shotgunammo = _root.shotguna;
_parent.grenadeammo.grenadeammo = _root.grenadea;
_parent.m4ammo.m4ammo = _root.M4a;
_parent.bazookaammo.bazookaammo = _root.bazookaa;
_parent.airstrikeammo.airstrikeammo = _root.airstrikea;
}
onClipEvent (enterFrame) {
_parent.price.price = "\u00A3" + cost;
_root.priceofitem = cost;
_parent.price.description = description;
_parent.uziammo.uziammo = _root.uzia;
_parent.shotgunammo.shotgunammo = _root.shotguna;
_parent.grenadeammo.grenadeammo = _root.grenadea;
_parent.m4ammo.m4ammo = _root.M4a;
_parent.bazookaammo.bazookaammo = _root.bazookaa;
_parent.airstrikeammo.airstrikeammo = _root.airstrikea;
}
Instance of Symbol 2618 MovieClip "m4ammo" in Symbol 2709 MovieClip Frame 2
onClipEvent (load) {
if (_root.m41 == true) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.m41 == true) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2620 MovieClip "bazookaammo" in Symbol 2709 MovieClip Frame 2
onClipEvent (load) {
if (_root.bazooka1 == true) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.bazooka1 == true) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2622 MovieClip "airstrikeammo" in Symbol 2709 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_parent.weapons.airstrike._visible == false) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 2626 MovieClip "shotgunammo" in Symbol 2709 MovieClip Frame 2
onClipEvent (load) {
if (_root.shotgun1 == true) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.shotgun1 == true) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2628 MovieClip "uziammo" in Symbol 2709 MovieClip Frame 2
onClipEvent (load) {
if (_root.uzi1 == true) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.uzi1 == true) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 2709 MovieClip Frame 3
_root.buyingdescription = " ";
frame = 3;
Instance of Symbol 2630 MovieClip in Symbol 2709 MovieClip Frame 3
/* no clip actions */
Instance of Symbol 2640 MovieClip "pistol1" in Symbol 2709 MovieClip Frame 3
onClipEvent (load) {
gunname = "pistol1";
descrip = "Upgrade the pistol's clip capacity";
}
onClipEvent (enterFrame) {
cost = 500;
level = _root.pistol1lvl;
gotoAndStop(_root.pistol1lvl + 1);
levelcount = level;
}
Instance of Symbol 2640 MovieClip in Symbol 2709 MovieClip Frame 3
onClipEvent (load) {
gunname = "dualpistols1";
descrip = "Upgrade the dual pistols' clip capacity";
}
onClipEvent (enterFrame) {
cost = 500;
level = _root.dualpistols1lvl;
gotoAndStop(_root.dualpistols1lvl + 1);
levelcount = level;
}
onClipEvent (load) {
if (_root.dualpistols1 == true) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.dualpistols1 == true) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2640 MovieClip in Symbol 2709 MovieClip Frame 3
onClipEvent (load) {
gunname = "uzi1";
descrip = "Upgrade the uzi's clip capacity";
}
onClipEvent (enterFrame) {
cost = 700;
level = _root.uzi1lvl;
gotoAndStop(_root.uzi1lvl + 1);
levelcount = level;
}
onClipEvent (load) {
if (_root.uzi1 == true) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.uzi1 == true) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2640 MovieClip in Symbol 2709 MovieClip Frame 3
onClipEvent (load) {
gunname = "dualuzis1";
descrip = "Upgrade the dual uzis' clip capacity";
}
onClipEvent (enterFrame) {
cost = 700;
level = _root.dualuzis1lvl;
gotoAndStop(_root.dualuzis1lvl + 1);
levelcount = level;
}
onClipEvent (load) {
if (_root.dualuzis1 == true) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.dualuzis1 == true) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2640 MovieClip in Symbol 2709 MovieClip Frame 3
onClipEvent (load) {
gunname = "shotgun1";
descrip = "Upgrade the shotgun's clip capacity";
}
onClipEvent (enterFrame) {
cost = 800;
level = _root.shotgun1lvl;
gotoAndStop(_root.shotgun1lvl + 1);
levelcount = level;
}
onClipEvent (load) {
if (_root.shotgun1 == true) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.shotgun1 == true) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2640 MovieClip in Symbol 2709 MovieClip Frame 3
onClipEvent (load) {
gunname = "m41";
descrip = "Upgrade the M4's clip capacity";
}
onClipEvent (enterFrame) {
cost = 1000;
level = _root.m41lvl;
gotoAndStop(_root.m41lvl + 1);
levelcount = level;
}
onClipEvent (load) {
if (_root.m41 == true) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.m41 == true) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2640 MovieClip in Symbol 2709 MovieClip Frame 3
onClipEvent (load) {
gunname = "bazooka1";
descrip = "Upgrade the bazooka's clip capacity";
}
onClipEvent (enterFrame) {
cost = 1400;
level = _root.bazooka1lvl;
gotoAndStop(_root.bazooka1lvl + 1);
levelcount = level;
}
onClipEvent (load) {
if (_root.bazooka1 == true) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.bazooka1 == true) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2640 MovieClip in Symbol 2709 MovieClip Frame 3
onClipEvent (load) {
gunname = "pistol3";
descrip = "Upgrade the pistol's damage";
}
onClipEvent (enterFrame) {
cost = 1000;
level = _root.pistol3lvl;
gotoAndStop(_root.pistol3lvl + 1);
levelcount = level;
}
Instance of Symbol 2640 MovieClip in Symbol 2709 MovieClip Frame 3
onClipEvent (load) {
gunname = "dualpistols3";
descrip = "Upgrade the dual pistols' damage";
}
onClipEvent (enterFrame) {
cost = 1000;
level = _root.dualpistols3lvl;
gotoAndStop(_root.dualpistols3lvl + 1);
levelcount = level;
}
onClipEvent (load) {
if (_root.dualpistols1 == true) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.dualpistols1 == true) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2640 MovieClip in Symbol 2709 MovieClip Frame 3
onClipEvent (load) {
gunname = "uzi3";
descrip = "Upgrade the uzi's damage";
}
onClipEvent (enterFrame) {
cost = 1300;
level = _root.uzi3lvl;
gotoAndStop(_root.uzi3lvl + 1);
levelcount = level;
}
onClipEvent (load) {
if (_root.uzi1 == true) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.uzi1 == true) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2640 MovieClip in Symbol 2709 MovieClip Frame 3
onClipEvent (load) {
gunname = "dualuzis3";
descrip = "Upgrade the dual uzis' damage";
}
onClipEvent (enterFrame) {
cost = 1300;
level = _root.dualuzis3lvl;
gotoAndStop(_root.dualuzis3lvl + 1);
levelcount = level;
}
onClipEvent (load) {
if (_root.dualuzis1 == true) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.dualuzis1 == true) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2640 MovieClip in Symbol 2709 MovieClip Frame 3
onClipEvent (load) {
gunname = "grenade3";
descrip = "Upgrade the grenade's damage";
}
onClipEvent (enterFrame) {
cost = 1500;
level = _root.grenade3lvl;
gotoAndStop(_root.grenade3lvl + 1);
levelcount = level;
}
Instance of Symbol 2640 MovieClip in Symbol 2709 MovieClip Frame 3
onClipEvent (load) {
gunname = "shotgun3";
descrip = "Upgrade the shotgun's damage";
}
onClipEvent (enterFrame) {
cost = 1800;
level = _root.shotgun3lvl;
gotoAndStop(_root.shotgun3lvl + 1);
levelcount = level;
}
onClipEvent (load) {
if (_root.shotgun1 == true) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.shotgun1 == true) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2640 MovieClip in Symbol 2709 MovieClip Frame 3
onClipEvent (load) {
gunname = "m43";
descrip = "Upgrade the M4's damage";
}
onClipEvent (enterFrame) {
cost = 2100;
level = _root.m43lvl;
gotoAndStop(_root.m43lvl + 1);
levelcount = level;
}
onClipEvent (load) {
if (_root.m41 == true) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.m41 == true) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2640 MovieClip in Symbol 2709 MovieClip Frame 3
onClipEvent (load) {
gunname = "bazooka3";
descrip = "Upgrade the bazooka's damage";
}
onClipEvent (enterFrame) {
cost = 2500;
level = _root.bazooka3lvl;
gotoAndStop(_root.bazooka3lvl + 1);
levelcount = level;
}
onClipEvent (load) {
if (_root.bazooka1 == true) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.bazooka1 == true) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2569 MovieClip "price" in Symbol 2709 MovieClip Frame 3
onClipEvent (load) {
price = "\u00A30";
description = "No weapon upgrade is selected";
}
Instance of Symbol 2646 MovieClip in Symbol 2709 MovieClip Frame 3
onClipEvent (load) {
if (_root.dualpistols1 == true) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.dualpistols1 == true) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2648 MovieClip in Symbol 2709 MovieClip Frame 3
onClipEvent (load) {
if (_root.uzi1 == true) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.uzi1 == true) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2650 MovieClip in Symbol 2709 MovieClip Frame 3
onClipEvent (load) {
if (_root.dualuzis1 == true) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.dualuzis1 == true) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2654 MovieClip in Symbol 2709 MovieClip Frame 3
onClipEvent (load) {
if (_root.shotgun1 == true) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.shotgun1 == true) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2656 MovieClip in Symbol 2709 MovieClip Frame 3
onClipEvent (load) {
if (_root.m41 == true) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.m41 == true) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2658 MovieClip in Symbol 2709 MovieClip Frame 3
onClipEvent (load) {
if (_root.bazooka1 == true) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.bazooka1 == true) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 2709 MovieClip Frame 4
_root.buyingdescription = " ";
frame = 4;
Instance of Symbol 2664 MovieClip in Symbol 2709 MovieClip Frame 4
onClipEvent (load) {
cost = 0;
description = "No weapon upgrade is selected";
}
Instance of Symbol 2677 MovieClip in Symbol 2709 MovieClip Frame 4
onClipEvent (load) {
level = _root.house1lvl;
gotoAndStop(_root.house1lvl + 1);
levelcount = level;
gunname = "house1";
descrip = "Upgrade the house's maximum HP";
}
onClipEvent (enterFrame) {
cost = 5000;
level = _root.house1lvl;
gotoAndStop(_root.house1lvl + 1);
levelcount = level;
}
Instance of Symbol 2680 MovieClip in Symbol 2709 MovieClip Frame 4
onClipEvent (load) {
level = _root.builder1lvl;
gotoAndStop(_root.builder1lvl + 1);
levelcount = level;
gunname = "builder1";
if (level == 0) {
descrip = "Repairs the house over time";
} else {
descrip = "Upgrade the builder's abilities";
}
}
onClipEvent (enterFrame) {
cost = 5000;
level = _root.builder1lvl;
gotoAndStop(_root.builder1lvl + 1);
levelcount = level;
}
Instance of Symbol 2680 MovieClip in Symbol 2709 MovieClip Frame 4
onClipEvent (load) {
level = _root.anthrax1lvl;
gotoAndStop(_root.anthrax1lvl + 1);
levelcount = level;
gunname = "anthrax1";
if (level == 0) {
descrip = "Reduces all rabbits' maximum health";
} else {
descrip = "Upgrade the strength of the anthrax disease";
}
}
onClipEvent (enterFrame) {
cost = 4500;
level = _root.anthrax1lvl;
gotoAndStop(_root.anthrax1lvl + 1);
levelcount = level;
}
Instance of Symbol 2680 MovieClip in Symbol 2709 MovieClip Frame 4
onClipEvent (load) {
level = _root.aids1lvl;
gotoAndStop(_root.aids1lvl + 1);
levelcount = level;
gunname = "aids1";
if (level == 0) {
descrip = "Rabbits become much slower when injured";
} else {
descrip = "Upgrade the strength of the aids disease";
}
}
onClipEvent (enterFrame) {
cost = 4500;
level = _root.aids1lvl;
gotoAndStop(_root.aids1lvl + 1);
levelcount = level;
}
Instance of Symbol 2682 MovieClip in Symbol 2709 MovieClip Frame 4
onClipEvent (load) {
gunname = "repairhouse1";
descrip = "Adds 50 HP to your house";
if (_root.frosthouse == _root.maxhouse) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
cost = 250;
if (_root.frosthouse == _root.maxhouse) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 2682 MovieClip in Symbol 2709 MovieClip Frame 4
onClipEvent (load) {
gunname = "repairhouse2";
descrip = "Adds 200 HP to your house";
if (_root.frosthouse == _root.maxhouse) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
cost = 1000;
if (_root.frosthouse == _root.maxhouse) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 2569 MovieClip "price" in Symbol 2709 MovieClip Frame 4
onClipEvent (load) {
price = "\u00A30";
description = "No general upgrade is selected";
}
Instance of Symbol 2379 MovieClip "healthbar" in Symbol 2709 MovieClip Frame 4
onClipEvent (load) {
percentage = Math.round((_root.frosthouse / _root.maxhouse) * 100);
househp = percentage + "%";
hp.gotoAndStop(percentage);
}
onClipEvent (enterFrame) {
percentage = Math.round((_root.frosthouse / _root.maxhouse) * 100);
if (percentage < 1) {
hp.gotoAndStop(1);
percentage = 0;
gotoAndStop (2);
}
househp = percentage + "%";
hp.gotoAndStop(percentage);
}
Instance of Symbol 2700 MovieClip in Symbol 2709 MovieClip Frame 4
onClipEvent (enterFrame) {
hp = (Math.round(_root.frosthouse) + "/") + _root.maxhouse;
}
Instance of Symbol 2682 MovieClip in Symbol 2709 MovieClip Frame 4
onClipEvent (load) {
gunname = "repairhouse0";
descrip = "Adds 10 HP to your house";
if (_root.frosthouse == _root.maxhouse) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
cost = 50;
if (_root.frosthouse == _root.maxhouse) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Symbol 2720 MovieClip Frame 1
stop();
Symbol 2721 Button
on (press) {
gotoAndStop (1);
}
Symbol 2722 Button
on (press) {
prevFrame();
}
Symbol 2723 Button
on (press) {
gotoAndStop (54);
}
Symbol 2730 Button
on (press) {
_root.greenbloodsplatoptions = true;
}
Symbol 2731 Button
on (press) {
_root.greenbloodsplatoptions = false;
}
Symbol 2734 Button
on (press) {
_root.torsocol = 9;
_root.torso = 7;
_root.pantscol = 10;
_root.pants = 1;
_root.shoes = 5;
_root.tie = 3;
_root.tiecol = 1;
_root.skin = 5;
_root.haircol = 2;
_root.hair = 1;
}
Symbol 2737 Button
on (press) {
_root.torsocol = 4;
_root.torso = 1;
_root.pantscol = 7;
_root.pants = 1;
_root.shoes = 3;
_root.tie = 1;
_root.tiecol = 5;
_root.skin = 1;
_root.haircol = 1;
_root.hair = 1;
}
Symbol 2740 Button
on (press) {
_root.torsocol = 1;
_root.torso = 1;
_root.pantscol = 1;
_root.pants = 1;
_root.shoes = 1;
_root.tie = 1;
_root.tiecol = 1;
_root.skin = 1;
_root.haircol = 1;
_root.hair = 1;
}
Symbol 2743 Button
on (press) {
_root.torsocol = 2;
_root.torso = 4;
_root.pantscol = 1;
_root.pants = 2;
_root.shoes = 2;
_root.tie = 2;
_root.tiecol = 1;
_root.skin = 8;
_root.hair = 7;
_root.haircol = 1;
}
Symbol 2746 Button
on (press) {
_root.torsocol = 10;
_root.torso = 10;
_root.pantscol = 8;
_root.pants = 5;
_root.shoes = 10;
_root.tie = 3;
_root.tiecol = 1;
_root.skin = 10;
_root.hair = 3;
_root.haircol = 1;
}
Symbol 2748 MovieClip Frame 1
stop();
Symbol 2749 MovieClip Frame 1
_root.pause = true;
_root.cursortype = 2;
_quality = _root.qualitypref;
_root.visible = true;
_root.roundmoney = 0;
stop();
Instance of Symbol 2497 MovieClip in Symbol 2749 MovieClip Frame 1
onClipEvent (load) {
volumething = _root.volume1;
}
onClipEvent (enterFrame) {
if (volumething > 0) {
volumething = volumething - 5;
_root.arse.setVolume(volumething);
} else {
_root.arse.setVolume(0);
}
}
Instance of Symbol 2500 MovieClip "levelno" in Symbol 2749 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (1);
level = "LEVEL " + _root.levelno;
}
Symbol 2749 MovieClip Frame 2
_root.pause = false;
core.gotoAndStop(_root.levelno);
_root.frames1 = 0;
_root.multiply1 = 0;
_root.housedead = false;
_root.arse.stop();
_root.wind = new Sound();
if (_root.levelno < 10) {
_root.wind.attachSound("wind01");
}
if (_root.levelno > 9) {
_root.wind.attachSound("wind02");
}
if (_root.levelno > 24) {
_root.wind.attachSound("wind03");
}
_root.wind.start(0, 1000);
_root.wind.setVolume(0);
Instance of Symbol 2497 MovieClip in Symbol 2749 MovieClip Frame 2
onClipEvent (load) {
volumething = 0;
}
onClipEvent (enterFrame) {
volumething = volumething + 5;
if (volumething < _root.volume1) {
_root.wind.setVolume(volumething);
} else {
_root.wind.setVolume(_root.volume1);
}
}
Instance of Symbol 2501 MovieClip "core" in Symbol 2749 MovieClip Frame 2
onClipEvent (enterFrame) {
if (!_root.housedead) {
_root.cursortype = 2;
} else {
_root.cursortype = 1;
}
_root.frames1 = _root.frames1 + 1;
_root.multiply1 = _root.multiply1 + _root.multiplying;
_root.avmultiplyer = Math.round((_root.multiply1 / _root.frames1) * 100) / 100;
if (_root.roundtimer < 0) {
if (_root.bunnyson < 1) {
_parent.gotoAndPlay(3);
}
}
}
Symbol 2749 MovieClip Frame 3
_root.pause = true;
Instance of Symbol 2497 MovieClip in Symbol 2749 MovieClip Frame 3
onClipEvent (load) {
volumething = _root.volume1;
}
onClipEvent (enterFrame) {
volumething = volumething - (_root.volume1 / 50);
if (volumething > 1) {
_root.wind.setVolume(volumething);
} else {
_root.wind.setVolume(_root.volume1);
}
}
Symbol 2749 MovieClip Frame 51
_root.wind.stop();
Symbol 2749 MovieClip Frame 53
_root.levelno = _root.levelno + 1;
_root.arse.start(0, 1000);
Instance of Symbol 2497 MovieClip in Symbol 2749 MovieClip Frame 53
onClipEvent (enterFrame) {
_root.arse.setVolume(_root.volume1);
_root.wind1.setVolume(_root.volume1);
}
Symbol 2749 MovieClip Frame 54
_quality = "low";
_root.cursortype = 1;
stop();
title1 = "YOU'VE COMPLETED LEVEL " + (_root.levelno - 1);
shots = _root.shot;
deaths = _root.deaths;
money = "\u00A3" + _root.overallscore;
money1 = "\u00A3" + _root.money;
_root.housedead = true;
_root.bunnyshere = 0;
_root.bunnysonscreen = 0;
_root.visible = false;
_root.events.visible = true;
Instance of Symbol 2518 MovieClip "exp1" in Symbol 2749 MovieClip Frame 54
onClipEvent (load) {
_root.avmultiplyer = Math.round((_root.multiply1 / _root.frames1) * 10) / 10;
exp = "x" + _root.avmultiplyer;
gotoAndStop(Math.round((_root.avmultiplyer - 1) * 50));
}
Instance of Symbol 2526 MovieClip in Symbol 2749 MovieClip Frame 54
onClipEvent (load) {
if (_root.unlockextras == true) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.unlockextras == true) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 2749 MovieClip Frame 55
_quality = "low";
stop();
Symbol 2749 MovieClip Frame 56
_quality = _root.qualitypref;
stop();
if (_root.levelno == 40) {
thing.gotoAndStop(2);
} else if (_root.levelno == 50) {
thing.gotoAndStop(3);
} else if (_root.levelno == 51) {
gotoAndStop (1);
_root.gotoAndStop("end");
} else {
gotoAndStop (1);
}
Instance of Symbol 1012 MovieClip in Symbol 2749 MovieClip Frame 57
onClipEvent (load) {
gotoAndStop(_root.brightness + 1);
}
onClipEvent (enterFrame) {
gotoAndStop(_root.brightness + 1);
}
Instance of Symbol 1035 MovieClip in Symbol 2749 MovieClip Frame 57
onClipEvent (load) {
gotoAndStop((_root.volume1 / 10) + 1);
}
onClipEvent (enterFrame) {
gotoAndStop((_root.volume1 / 10) + 1);
}
Instance of Symbol 1052 MovieClip in Symbol 2749 MovieClip Frame 57
onClipEvent (load) {
if (_root.qualitypref == "high") {
gotoAndStop (1);
}
if (_root.qualitypref == "medium") {
gotoAndStop (2);
}
if (_root.qualitypref == "low") {
gotoAndStop (3);
}
}
onClipEvent (enterFrame) {
if (_root.qualitypref == "high") {
gotoAndStop (1);
}
if (_root.qualitypref == "medium") {
gotoAndStop (2);
}
if (_root.qualitypref == "low") {
gotoAndStop (3);
}
}
Instance of Symbol 1053 MovieClip in Symbol 2749 MovieClip Frame 57
onClipEvent (load) {
if (_root.bloodsplatoptions == true) {
gotoAndStop (1);
}
if (_root.bloodsplatoptions == false) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_root.bloodsplatoptions == true) {
gotoAndStop (1);
}
if (_root.bloodsplatoptions == false) {
gotoAndStop (2);
}
}
Instance of Symbol 2725 MovieClip in Symbol 2749 MovieClip Frame 57
onClipEvent (enterFrame) {
_quality = _root.qualitypref;
}
Instance of Symbol 2748 MovieClip in Symbol 2749 MovieClip Frame 58
onClipEvent (load) {
if (_root.shoes == 5) {
gotoAndStop (1);
}
if (_root.shoes == 3) {
gotoAndStop (2);
}
if (_root.shoes == 2) {
gotoAndStop (3);
}
if (_root.shoes == 10) {
gotoAndStop (4);
}
if (_root.shoes == 1) {
gotoAndStop (5);
}
}
onClipEvent (enterFrame) {
if (_root.shoes == 5) {
gotoAndStop (1);
}
if (_root.shoes == 3) {
gotoAndStop (2);
}
if (_root.shoes == 2) {
gotoAndStop (3);
}
if (_root.shoes == 10) {
gotoAndStop (4);
}
if (_root.shoes == 1) {
gotoAndStop (5);
}
}
Instance of Symbol 1053 MovieClip in Symbol 2749 MovieClip Frame 58
onClipEvent (load) {
if (_root.greenbloodsplatoptions == true) {
gotoAndStop (1);
}
if (_root.greenbloodsplatoptions == false) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_root.greenbloodsplatoptions == true) {
gotoAndStop (1);
}
if (_root.greenbloodsplatoptions == false) {
gotoAndStop (2);
}
}
Symbol 2750 Button
on (press) {
nextFrame();
nextFrame();
}
Instance of Symbol 760 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1252 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 837 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1264 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1353 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1354 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (load) {
if (_root.tie == 1) {
gotoAndStop (1);
}
if (_root.tie == 2) {
gotoAndStop (2);
}
if (_root.tie == 3) {
gotoAndStop (3);
}
if (_root.tie == 4) {
gotoAndStop (4);
}
if (_root.tie == 5) {
gotoAndStop (5);
}
if (_root.tie == 6) {
gotoAndStop (6);
}
if (_root.tie == 7) {
gotoAndStop (7);
}
if (_root.tie == 8) {
gotoAndStop (8);
}
if (_root.tie == 9) {
gotoAndStop (9);
}
if (_root.tie == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 237 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 293 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 304 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 314 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (load) {
if (_root.shoes == 1) {
gotoAndStop (1);
}
if (_root.shoes == 2) {
gotoAndStop (2);
}
if (_root.shoes == 3) {
gotoAndStop (3);
}
if (_root.shoes == 4) {
gotoAndStop (4);
}
if (_root.shoes == 5) {
gotoAndStop (5);
}
if (_root.shoes == 6) {
gotoAndStop (6);
}
if (_root.shoes == 7) {
gotoAndStop (7);
}
if (_root.shoes == 8) {
gotoAndStop (8);
}
if (_root.shoes == 9) {
gotoAndStop (9);
}
if (_root.shoes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 359 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 174 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1381 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 237 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 293 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 304 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 314 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (load) {
if (_root.shoes == 1) {
gotoAndStop (1);
}
if (_root.shoes == 2) {
gotoAndStop (2);
}
if (_root.shoes == 3) {
gotoAndStop (3);
}
if (_root.shoes == 4) {
gotoAndStop (4);
}
if (_root.shoes == 5) {
gotoAndStop (5);
}
if (_root.shoes == 6) {
gotoAndStop (6);
}
if (_root.shoes == 7) {
gotoAndStop (7);
}
if (_root.shoes == 8) {
gotoAndStop (8);
}
if (_root.shoes == 9) {
gotoAndStop (9);
}
if (_root.shoes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 359 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (load) {
if (_root.pants == 1) {
gotoAndStop (1);
}
if (_root.pants == 2) {
gotoAndStop (2);
}
if (_root.pants == 3) {
gotoAndStop (3);
}
if (_root.pants == 4) {
gotoAndStop (4);
}
if (_root.pants == 5) {
gotoAndStop (5);
}
if (_root.pants == 6) {
gotoAndStop (6);
}
if (_root.pants == 7) {
gotoAndStop (7);
}
if (_root.pants == 8) {
gotoAndStop (8);
}
if (_root.pants == 9) {
gotoAndStop (9);
}
if (_root.pants == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1393 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1462 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1473 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1486 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1499 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (load) {
if (_root.eyes == 1) {
gotoAndStop (1);
}
if (_root.eyes == 2) {
gotoAndStop (2);
}
if (_root.eyes == 3) {
gotoAndStop (3);
}
if (_root.eyes == 4) {
gotoAndStop (4);
}
if (_root.eyes == 5) {
gotoAndStop (5);
}
if (_root.eyes == 6) {
gotoAndStop (6);
}
if (_root.eyes == 7) {
gotoAndStop (7);
}
if (_root.eyes == 8) {
gotoAndStop (8);
}
if (_root.eyes == 9) {
gotoAndStop (9);
}
if (_root.eyes == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1600 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (load) {
if (_root.hair == 1) {
gotoAndStop (1);
}
if (_root.hair == 2) {
gotoAndStop (2);
}
if (_root.hair == 3) {
gotoAndStop (3);
}
if (_root.hair == 4) {
gotoAndStop (4);
}
if (_root.hair == 5) {
gotoAndStop (5);
}
if (_root.hair == 6) {
gotoAndStop (6);
}
if (_root.hair == 7) {
gotoAndStop (7);
}
if (_root.hair == 8) {
gotoAndStop (8);
}
if (_root.hair == 9) {
gotoAndStop (9);
}
if (_root.hair == 10) {
gotoAndStop (10);
}
if (_root.torso == 7) {
gotoAndStop (11);
}
}
Instance of Symbol 1606 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (load) {
if (_root.teeth == 1) {
gotoAndStop (1);
}
if (_root.teeth == 2) {
gotoAndStop (2);
}
if (_root.teeth == 3) {
gotoAndStop (3);
}
if (_root.teeth == 4) {
gotoAndStop (4);
}
if (_root.teeth == 5) {
gotoAndStop (5);
}
if (_root.teeth == 6) {
gotoAndStop (6);
}
if (_root.teeth == 7) {
gotoAndStop (7);
}
if (_root.teeth == 8) {
gotoAndStop (8);
}
if (_root.teeth == 9) {
gotoAndStop (9);
}
if (_root.teeth == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1606 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (load) {
if (_root.teeth == 1) {
gotoAndStop (1);
}
if (_root.teeth == 2) {
gotoAndStop (2);
}
if (_root.teeth == 3) {
gotoAndStop (3);
}
if (_root.teeth == 4) {
gotoAndStop (4);
}
if (_root.teeth == 5) {
gotoAndStop (5);
}
if (_root.teeth == 6) {
gotoAndStop (6);
}
if (_root.teeth == 7) {
gotoAndStop (7);
}
if (_root.teeth == 8) {
gotoAndStop (8);
}
if (_root.teeth == 9) {
gotoAndStop (9);
}
if (_root.teeth == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 749 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (load) {
if (_root.tie == 1) {
gotoAndStop (1);
}
if (_root.tie == 2) {
gotoAndStop (2);
}
if (_root.tie == 3) {
gotoAndStop (3);
}
if (_root.tie == 4) {
gotoAndStop (4);
}
if (_root.tie == 5) {
gotoAndStop (5);
}
if (_root.tie == 6) {
gotoAndStop (6);
}
if (_root.tie == 7) {
gotoAndStop (7);
}
if (_root.tie == 8) {
gotoAndStop (8);
}
if (_root.tie == 9) {
gotoAndStop (9);
}
if (_root.tie == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 760 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 1252 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 837 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (load) {
if (_root.skin == 1) {
gotoAndStop (1);
}
if (_root.skin == 2) {
gotoAndStop (2);
}
if (_root.skin == 3) {
gotoAndStop (3);
}
if (_root.skin == 4) {
gotoAndStop (4);
}
if (_root.skin == 5) {
gotoAndStop (5);
}
if (_root.skin == 6) {
gotoAndStop (6);
}
if (_root.skin == 7) {
gotoAndStop (7);
}
if (_root.skin == 8) {
gotoAndStop (8);
}
if (_root.skin == 9) {
gotoAndStop (9);
}
if (_root.skin == 10) {
gotoAndStop (10);
}
}
Instance of Symbol 882 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (load) {
if (_root.torso == 1) {
gotoAndStop (1);
}
if (_root.torso == 2) {
gotoAndStop (2);
}
if (_root.torso == 3) {
gotoAndStop (3);
}
if (_root.torso == 4) {
gotoAndStop (4);
}
if (_root.torso == 5) {
gotoAndStop (5);
}
if (_root.torso == 6) {
gotoAndStop (6);
}
if (_root.torso == 7) {
gotoAndStop (7);
}
if (_root.torso == 8) {
gotoAndStop (8);
}
if (_root.torso == 9) {
gotoAndStop (9);
}
if (_root.torso == 10) {
gotoAndStop (10);
}
}
Symbol 2754 Button
on (press) {
gotoAndStop (5);
}
Symbol 2755 Button
on (press) {
_root.buyingdescription = gunname;
_root.soundplay = true;
}
Symbol 2757 MovieClip Frame 1
stop();
Instance of Symbol 2633 MovieClip in Symbol 2757 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.buyingdescription == _parent.gunname) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.buyingdescription == _parent.gunname) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 2764 MovieClip Frame 1
stop();
Symbol 2770 Button
on (press) {
gotoAndStop (18);
}