Frame 1
Stage.showMenu = false;
_root.suddendeath = 0;
Frame 2
stopAllSounds();
Frame 3
stop();
Frame 4
stop();
Frame 5
stop();
Frame 6
stop();
Frame 7
_root.score = 0;
_root.fives = 0;
_root.whistle = 0;
_root.arrows = 0;
attachMovie("Level 60", "lev60", getNextHighestDepth(), {_x:270, _y:200});
Frame 22
if (_root.pausegame == false) {
if (_root.score < 20) {
attachMovie("Level 1", "lev01", getNextHighestDepth(), {_x:-50, _y:-50});
gotoAndPlay ("start1");
}
}
Frame 27
if (_root.pausegame == false) {
if (_root.score < 50) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy < 5) {
attachMovie("Level 1", "lev01", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 2a", "lev02a", getNextHighestDepth(), {_x:-50, _y:-50});
}
} else if (_root.score < 90) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy < 3) {
attachMovie("Level 1", "lev01", getNextHighestDepth(), {_x:-50, _y:-50});
} else if (_root.makeenemy < 5) {
attachMovie("Level 3", "lev03", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 2a", "lev02a", getNextHighestDepth(), {_x:-50, _y:-50});
}
} else if (_root.score < 140) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy < 3) {
attachMovie("Level 1", "lev01", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 3", "lev03", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 4", "lev04", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 2a", "lev02a", getNextHighestDepth(), {_x:-50, _y:-50});
}
} else if (_root.score < 200) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 1", "lev01", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 2a", "lev02a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 3", "lev03", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 4", "lev04", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 5", "lev05", getNextHighestDepth(), {_x:-50, _y:-50});
}
}
}
if (score < 200) {
gotoAndPlay ("start1");
} else {
gotoAndPlay ("boss1");
}
Frame 28
stop();
attachMovie("Level 24", "lev24", getNextHighestDepth(), {_x:270, _y:475});
Frame 29
play();
Frame 51
if (_root.pausegame == false) {
if (_root.fives == 0) {
_root.makefive = 1 + Math.floor(Math.random() * _root.lev60.damage);
if ((_root.makefive > 20) or (_root.makefive == 10)) {
attachMovie("5-Vote", "5vote", getNextHighestDepth(), {_x:-50, _y:-50});
_root.fives = 1;
}
}
}
Frame 58
if (_root.pausegame == false) {
if (_root.score < 350) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 2a", "lev02a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 3", "lev03", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 4", "lev04", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 5", "lev05", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 6", "lev06", getNextHighestDepth(), {_x:-50, _y:-50});
}
} else if (_root.score < 400) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 2a", "lev02a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 4", "lev04", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 5", "lev05", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 6", "lev06", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 7", "lev07", getNextHighestDepth(), {_x:-50, _y:-50});
}
} else if (_root.score < 475) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 8a", "lev08a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 4", "lev04", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 5", "lev05", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 6", "lev06", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 7", "lev07", getNextHighestDepth(), {_x:-50, _y:-50});
}
} else if (_root.score < 530) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 8a", "lev08a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 9", "lev09", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 5", "lev05", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 6", "lev06", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 7", "lev07", getNextHighestDepth(), {_x:-50, _y:-50});
}
} else if (_root.score < 600) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 8a", "lev08a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 9", "lev09", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 10", "lev10", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 6", "lev06", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 7", "lev07", getNextHighestDepth(), {_x:-50, _y:-50});
}
}
}
if (score < 600) {
gotoAndPlay ("start2");
} else {
gotoAndPlay ("boss2");
}
Frame 59
stop();
attachMovie("Level 33a", "lev33a", getNextHighestDepth(), {_x:270, _y:475});
Frame 60
play();
stopAllSounds();
Frame 62
play();
Frame 75
if (_root.pausegame == false) {
if (_root.fives == 0) {
_root.makefive = 1 + Math.floor(Math.random() * _root.lev60.damage);
if ((_root.makefive > 20) or (_root.makefive == 10)) {
attachMovie("5-Vote", "5vote", getNextHighestDepth(), {_x:-50, _y:-50});
_root.fives = 1;
}
}
}
Frame 88
if (_root.pausegame == false) {
if (_root.score < 880) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 7", "lev07", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 8a", "lev08a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 9", "lev09", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 10", "lev10", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 11", "lev11", getNextHighestDepth(), {_x:-50, _y:-50});
}
} else if (_root.score < 960) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 7", "lev07", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 8a", "lev08a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 12", "lev12", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 10", "lev10", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 11", "lev11", getNextHighestDepth(), {_x:-50, _y:-50});
}
}
}
if (score < 960) {
gotoAndPlay ("start3");
}
Frame 98
if (_root.pausegame == false) {
if (_root.score < 1040) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 7", "lev07", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 8a", "lev08a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 12", "lev12", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 13", "lev13", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 11", "lev11", getNextHighestDepth(), {_x:-50, _y:-50});
}
} else if (_root.score < 1120) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 7", "lev07", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 14a", "lev14a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 12", "lev12", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 13", "lev13", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 11", "lev11", getNextHighestDepth(), {_x:-50, _y:-50});
}
} else if (_root.score < 1200) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 15", "lev15", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 14a", "lev14a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 12", "lev12", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 13", "lev13", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 11", "lev11", getNextHighestDepth(), {_x:-50, _y:-50});
}
}
}
if (score < 1200) {
gotoAndPlay ("start3");
} else {
gotoAndPlay ("boss3");
}
Frame 99
stop();
attachMovie("Level 29", "lev29", getNextHighestDepth(), {_x:270, _y:475});
Frame 100
play();
if (_root.whistle == -1) {
_root.whistle = 0;
}
Frame 121
if (_root.pausegame == false) {
if (_root.fives == 0) {
_root.makefive = 1 + Math.floor(Math.random() * _root.lev60.damage);
if ((_root.makefive > 20) or (_root.makefive == 10)) {
attachMovie("5-Vote", "5vote", getNextHighestDepth(), {_x:-50, _y:-50});
_root.fives = 1;
}
}
if (_root.whistle == 0) {
var counter = 0;
for (i in _root) {
if (_root[i] instanceof MovieClip) {
counter = counter + 1;
}
}
_root.makewhistle = 1 + Math.floor(Math.random() * counter);
if ((counter > 4) and (_root.makewhistle > (counter - 2))) {
attachMovie("Deity", "deity", getNextHighestDepth(), {_x:-50, _y:-50});
_root.whistle = 1;
}
}
}
Frame 135
if (_root.pausegame == false) {
if (_root.score < 1600) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 11", "lev11", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 12", "lev12", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 14a", "lev14a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 15", "lev15", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 16", "lev16", getNextHighestDepth(), {_x:-50, _y:-50});
}
} else if (_root.score < 1700) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 11", "lev11", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 17", "lev17", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 14a", "lev14a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 15", "lev15", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 16", "lev16", getNextHighestDepth(), {_x:-50, _y:-50});
}
}
}
if (score < 1700) {
gotoAndPlay ("start4");
}
Frame 145
if (_root.pausegame == false) {
if (_root.score < 1800) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 11", "lev11", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 17", "lev17", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 18a", "lev18a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 15", "lev15", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 16", "lev16", getNextHighestDepth(), {_x:-50, _y:-50});
}
} else if (_root.score < 1900) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 19", "lev19", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 17", "lev17", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 18a", "lev18a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 15", "lev15", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 16", "lev16", getNextHighestDepth(), {_x:-50, _y:-50});
}
}
}
if (score < 1900) {
gotoAndPlay ("start4");
}
Frame 155
if (_root.pausegame == false) {
if (score < 2000) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 19", "lev19", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 17", "lev17", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 18a", "lev18a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 20", "lev20", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 16", "lev16", getNextHighestDepth(), {_x:-50, _y:-50});
}
}
}
if (score < 2000) {
gotoAndPlay ("start4");
} else {
gotoAndPlay ("boss4");
}
Frame 156
stop();
attachMovie("Level 34a", "lev34a", getNextHighestDepth(), {_x:270, _y:500});
Frame 157
play();
stopAllSounds();
if (_root.whistle == -1) {
_root.whistle = 0;
}
Frame 159
play();
if (_root.whistle == -1) {
_root.whistle = 0;
}
Frame 179
if (_root.pausegame == false) {
if (_root.fives == 0) {
_root.makefive = 1 + Math.floor(Math.random() * _root.lev60.damage);
if ((_root.makefive > 20) or (_root.makefive == 10)) {
attachMovie("5-Vote", "5vote", getNextHighestDepth(), {_x:-50, _y:-50});
_root.fives = 1;
}
}
if (_root.whistle == 0) {
var counter = 0;
for (i in _root) {
if (_root[i] instanceof MovieClip) {
counter = counter + 1;
}
}
_root.makewhistle = 1 + Math.floor(Math.random() * counter);
if ((counter > 4) and (_root.makewhistle > (counter - 2))) {
attachMovie("Deity", "deity", getNextHighestDepth(), {_x:-50, _y:-50});
_root.whistle = 1;
}
}
}
Frame 200
if (_root.pausegame == false) {
if (_root.score < 2600) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 21", "lev21", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 17", "lev17", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 18a", "lev18a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 20", "lev20", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 16", "lev16", getNextHighestDepth(), {_x:-50, _y:-50});
}
} else if (_root.score < 2700) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 21", "lev21", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 17", "lev17", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 22a", "lev22a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 20", "lev20", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 16", "lev16", getNextHighestDepth(), {_x:-50, _y:-50});
}
} else if (_root.score < 2800) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 21", "lev21", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 23", "lev23", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 22a", "lev22a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 20", "lev20", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 16", "lev16", getNextHighestDepth(), {_x:-50, _y:-50});
}
} else if (_root.score < 2900) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 21", "lev21", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 23", "lev23", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 22a", "lev22a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 20", "lev20", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 25", "lev25", getNextHighestDepth(), {_x:-50, _y:-50});
}
} else if (_root.score < 3000) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 21", "lev21", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 23", "lev23", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 22a", "lev22a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 26", "lev26", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 25", "lev25", getNextHighestDepth(), {_x:-50, _y:-50});
}
}
}
if (_root.score < 3000) {
gotoAndPlay ("start5");
} else {
gotoAndPlay ("boss5");
}
Frame 201
stop();
attachMovie("Level 46", "lev46", getNextHighestDepth(), {_x:270, _y:450});
Frame 202
play();
if (_root.whistle == -1) {
_root.whistle = 0;
}
Frame 227
if (_root.pausegame == false) {
if (_root.fives == 0) {
_root.makefive = 1 + Math.floor(Math.random() * _root.lev60.damage);
if ((_root.makefive > 20) or (_root.makefive == 10)) {
attachMovie("5-Vote", "5vote", getNextHighestDepth(), {_x:-50, _y:-50});
_root.fives = 1;
}
}
if (_root.whistle == 0) {
var counter = 0;
for (i in _root) {
if (_root[i] instanceof MovieClip) {
counter = counter + 1;
}
}
_root.makewhistle = 1 + Math.floor(Math.random() * counter);
if ((counter > 4) and (_root.makewhistle > (counter - 2))) {
attachMovie("Deity", "deity", getNextHighestDepth(), {_x:-50, _y:-50});
_root.whistle = 1;
}
}
}
Frame 245
if (_root.pausegame == false) {
if (_root.score < 3600) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 21", "lev21", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 22a", "lev22a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 23", "lev23", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 27", "lev27", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 26", "lev26", getNextHighestDepth(), {_x:-50, _y:-50});
}
} else if (_root.score < 3700) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 21", "lev21", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 22a", "lev22a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 23", "lev23", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 27", "lev27", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 28", "lev28", getNextHighestDepth(), {_x:-50, _y:-50});
}
} else if (_root.score < 3800) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 30", "lev30", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 22a", "lev22a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 23", "lev23", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 27", "lev27", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 28", "lev28", getNextHighestDepth(), {_x:-50, _y:-50});
}
}
}
if (_root.score < 3800) {
gotoAndPlay ("start6");
}
Frame 262
if (_root.pausegame == false) {
if (_root.score < 3900) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 30", "lev30", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 31a", "lev31a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 23", "lev23", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 27", "lev27", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 28", "lev28", getNextHighestDepth(), {_x:-50, _y:-50});
}
} else if (_root.score < 4000) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 30", "lev30", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 31a", "lev31a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 32", "lev32", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 27", "lev27", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 28", "lev28", getNextHighestDepth(), {_x:-50, _y:-50});
}
}
}
if (_root.score < 4000) {
gotoAndPlay ("start6");
} else {
gotoAndPlay ("boss6");
}
Frame 263
stop();
attachMovie("Level 44", "lev44", getNextHighestDepth(), {_x:-50, _y:-120});
Frame 264
play();
stopAllSounds();
if (_root.whistle == -1) {
_root.whistle = 0;
}
Frame 266
play();
if (_root.whistle == -1) {
_root.whistle = 0;
}
Frame 320
if (_root.pausegame == false) {
if (_root.fives == 0) {
_root.makefive = 1 + Math.floor(Math.random() * _root.lev60.damage);
if ((_root.makefive > 20) or (_root.makefive == 10)) {
attachMovie("5-Vote", "5vote", getNextHighestDepth(), {_x:-50, _y:-50});
_root.fives = 1;
}
}
if (_root.whistle == 0) {
var counter = 0;
for (i in _root) {
if (_root[i] instanceof MovieClip) {
counter = counter + 1;
}
}
_root.makewhistle = 1 + Math.floor(Math.random() * counter);
if ((counter > 4) and (_root.makewhistle > (counter - 2))) {
attachMovie("Deity", "deity", getNextHighestDepth(), {_x:-50, _y:-50});
_root.whistle = 1;
}
}
}
Frame 338
if (_root.pausegame == false) {
if (_root.score < 5000) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 30", "lev30", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 31a", "lev31a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 32", "lev32", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 35", "lev35", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 28", "lev28", getNextHighestDepth(), {_x:-50, _y:-50});
}
} else if (_root.score < 5250) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 30", "lev30", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 36a", "lev36a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 32", "lev32", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 35", "lev35", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 28", "lev28", getNextHighestDepth(), {_x:-50, _y:-50});
}
}
}
if (_root.score < 5250) {
gotoAndPlay ("start7");
}
Frame 348
if (_root.pausegame == false) {
if (_root.score < 5500) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 30", "lev30", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 36a", "lev36a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 32", "lev32", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 35", "lev35", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 37", "lev37", getNextHighestDepth(), {_x:-50, _y:-50});
}
} else if (_root.score < 5750) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 38", "lev38", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 36a", "lev36a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 32", "lev32", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 35", "lev35", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 37", "lev37", getNextHighestDepth(), {_x:-50, _y:-50});
}
} else if (_root.score < 6000) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 38", "lev38", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 36a", "lev36a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 39", "lev39", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 35", "lev35", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 37", "lev37", getNextHighestDepth(), {_x:-50, _y:-50});
}
}
}
if (_root.score < 6000) {
gotoAndPlay ("start7");
} else {
gotoAndPlay ("boss7");
}
Frame 349
stop();
attachMovie("Level 47", "lev47", getNextHighestDepth(), {_x:270, _y:500});
Frame 350
play();
if (_root.whistle == -1) {
_root.whistle = 0;
}
Frame 405
if (_root.pausegame == false) {
if (_root.fives == 0) {
_root.makefive = 1 + Math.floor(Math.random() * _root.lev60.damage);
if ((_root.makefive > 20) or (_root.makefive == 10)) {
attachMovie("5-Vote", "5vote", getNextHighestDepth(), {_x:-50, _y:-50});
_root.fives = 1;
}
}
if (_root.whistle == 0) {
var counter = 0;
for (i in _root) {
if (_root[i] instanceof MovieClip) {
counter = counter + 1;
}
}
_root.makewhistle = 1 + Math.floor(Math.random() * counter);
if ((counter > 6) and (_root.makewhistle > (counter - 2))) {
attachMovie("Deity", "deity", getNextHighestDepth(), {_x:-50, _y:-50});
_root.whistle = 1;
}
}
}
Frame 425
if (_root.pausegame == false) {
if (_root.score < 7300) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 38", "lev38", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 40a", "lev40a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 39", "lev39", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 35", "lev35", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 37", "lev37", getNextHighestDepth(), {_x:-50, _y:-50});
}
} else if (_root.score < 7600) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 38", "lev38", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 40a", "lev40a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 39", "lev39", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 41", "lev41", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 37", "lev37", getNextHighestDepth(), {_x:-50, _y:-50});
}
} else if (_root.score < 7900) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 38", "lev38", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 40a", "lev40a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 39", "lev39", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 41", "lev41", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 42", "lev42", getNextHighestDepth(), {_x:-50, _y:-50});
}
} else if (_root.score < 8200) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 38", "lev38", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 40a", "lev40a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 43", "lev43", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 41", "lev41", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 42", "lev42", getNextHighestDepth(), {_x:-50, _y:-50});
}
} else if (_root.score < 8500) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 45", "lev45", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 40a", "lev40a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 43", "lev43", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 41", "lev41", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 42", "lev42", getNextHighestDepth(), {_x:-50, _y:-50});
}
}
}
if (_root.score < 8500) {
gotoAndPlay ("start8");
} else {
gotoAndPlay ("boss8");
}
Frame 426
stop();
attachMovie("Level 57", "lev57", getNextHighestDepth(), {_x:-100, _y:500});
Frame 427
play();
stopAllSounds();
if (_root.whistle == -1) {
_root.whistle = 0;
}
Frame 429
play();
if (_root.whistle == -1) {
_root.whistle = 0;
}
Frame 495
if (_root.pausegame == false) {
if (_root.fives == 0) {
_root.makefive = 1 + Math.floor(Math.random() * _root.lev60.damage);
if ((_root.makefive > 20) or (_root.makefive == 10)) {
attachMovie("5-Vote", "5vote", getNextHighestDepth(), {_x:-50, _y:-50});
_root.fives = 1;
}
}
if (_root.whistle == 0) {
var counter = 0;
for (i in _root) {
if (_root[i] instanceof MovieClip) {
counter = counter + 1;
}
}
_root.makewhistle = 1 + Math.floor(Math.random() * counter);
if ((counter > 6) and (_root.makewhistle > (counter - 2))) {
attachMovie("Deity", "deity", getNextHighestDepth(), {_x:-50, _y:-50});
_root.whistle = 1;
}
}
}
Frame 520
if (_root.pausegame == false) {
if (_root.score < 10400) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 45", "lev45", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 40a", "lev40a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
attachMovie("Level 43", "lev43", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 48", "lev48", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 42", "lev42", getNextHighestDepth(), {_x:-50, _y:-50});
}
} else if (_root.score < 10800) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 45", "lev45", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 40a", "lev40a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
if (_root.arrows == 0) {
attachMovie("Level 49", "lev49", getNextHighestDepth(), {_x:-100, _y:500});
_root.arrows = 1;
} else {
attachMovie("Level 43", "lev43", getNextHighestDepth(), {_x:-50, _y:-50});
}
}
if (_root.makeenemy == 4) {
attachMovie("Level 48", "lev48", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 42", "lev42", getNextHighestDepth(), {_x:-50, _y:-50});
}
} else if (_root.score < 11200) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 45", "lev45", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 50a", "lev50a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
if (_root.arrows == 0) {
attachMovie("Level 49", "lev49", getNextHighestDepth(), {_x:-100, _y:500});
_root.arrows = 1;
} else {
attachMovie("Level 43", "lev43", getNextHighestDepth(), {_x:-50, _y:-50});
}
}
if (_root.makeenemy == 4) {
attachMovie("Level 48", "lev48", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 42", "lev42", getNextHighestDepth(), {_x:-50, _y:-50});
}
} else if (_root.score < 11600) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 45", "lev45", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 50a", "lev50a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
if (_root.arrows == 0) {
attachMovie("Level 49", "lev49", getNextHighestDepth(), {_x:-100, _y:500});
_root.arrows = 1;
} else {
attachMovie("Level 43", "lev43", getNextHighestDepth(), {_x:-50, _y:-50});
}
}
if (_root.makeenemy == 4) {
attachMovie("Level 48", "lev48", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 51", "lev51", getNextHighestDepth(), {_x:-50, _y:-50});
}
} else if (_root.score < 12000) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 52", "lev52", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 50a", "lev50a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
if (_root.arrows == 0) {
attachMovie("Level 49", "lev49", getNextHighestDepth(), {_x:-100, _y:500});
_root.arrows = 1;
} else {
attachMovie("Level 43", "lev43", getNextHighestDepth(), {_x:-50, _y:-50});
}
}
if (_root.makeenemy == 4) {
attachMovie("Level 48", "lev48", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 51", "lev51", getNextHighestDepth(), {_x:-50, _y:-50});
}
}
}
if (_root.score < 12000) {
gotoAndPlay ("start9");
} else {
gotoAndPlay ("boss9");
}
Frame 521
stop();
attachMovie("Level 58", "lev58", getNextHighestDepth(), {_x:-150, _y:550});
Frame 522
play();
if (_root.whistle == -1) {
_root.whistle = 0;
}
Frame 582
if (_root.pausegame == false) {
if (_root.fives == 0) {
_root.makefive = 1 + Math.floor(Math.random() * _root.lev60.damage);
if ((_root.makefive > 20) or (_root.makefive == 10)) {
attachMovie("5-Vote", "5vote", getNextHighestDepth(), {_x:-50, _y:-50});
_root.fives = 1;
}
}
if (_root.whistle == 0) {
var counter = 0;
for (i in _root) {
if (_root[i] instanceof MovieClip) {
counter = counter + 1;
}
}
_root.makewhistle = 1 + Math.floor(Math.random() * counter);
if ((counter > 6) and (_root.makewhistle > (counter - 2))) {
attachMovie("Deity", "deity", getNextHighestDepth(), {_x:-50, _y:-50});
_root.whistle = 1;
}
}
}
Frame 622
if (_root.pausegame == false) {
if (_root.score < 15000) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 52", "lev52", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 50a", "lev50a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
if (_root.arrows == 0) {
attachMovie("Level 49", "lev49", getNextHighestDepth(), {_x:-100, _y:500});
_root.arrows = 1;
} else {
attachMovie("Level 48", "lev48", getNextHighestDepth(), {_x:-50, _y:-50});
}
}
if (_root.makeenemy == 4) {
attachMovie("Level 53", "lev53", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 51", "lev51", getNextHighestDepth(), {_x:-50, _y:-50});
}
} else if (_root.score < 15500) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 52", "lev52", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 50a", "lev50a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
if (_root.arrows == 0) {
attachMovie("Level 49", "lev49", getNextHighestDepth(), {_x:-100, _y:500});
_root.arrows = 1;
} else {
attachMovie("Level 48", "lev48", getNextHighestDepth(), {_x:-50, _y:-50});
}
}
if (_root.makeenemy == 4) {
attachMovie("Level 53", "lev53", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 54", "lev54", getNextHighestDepth(), {_x:-50, _y:-50});
}
} else if (_root.score < 16000) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 52", "lev52", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 55a", "lev55a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
if (_root.arrows == 0) {
attachMovie("Level 49", "lev49", getNextHighestDepth(), {_x:-100, _y:500});
_root.arrows = 1;
} else {
attachMovie("Level 48", "lev48", getNextHighestDepth(), {_x:-50, _y:-50});
}
}
if (_root.makeenemy == 4) {
attachMovie("Level 53", "lev53", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 54", "lev54", getNextHighestDepth(), {_x:-50, _y:-50});
}
} else if (_root.score < 16500) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 56", "lev56", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 55a", "lev55a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
if (_root.arrows == 0) {
attachMovie("Level 49", "lev49", getNextHighestDepth(), {_x:-100, _y:500});
_root.arrows = 1;
} else {
attachMovie("Level 48", "lev48", getNextHighestDepth(), {_x:-50, _y:-50});
}
}
if (_root.makeenemy == 4) {
attachMovie("Level 53", "lev53", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 54", "lev54", getNextHighestDepth(), {_x:-50, _y:-50});
}
}
}
if (_root.score < 16500) {
gotoAndPlay ("start10");
}
Frame 652
if (_root.pausegame == false) {
if (_root.score < 17000) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 56", "lev56", getNextHighestDepth(), {_x:-50, _y:-50});
attachMovie("Level 56", "lev56", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 55a", "lev55a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
if (_root.arrows == 0) {
attachMovie("Level 49", "lev49", getNextHighestDepth(), {_x:-100, _y:500});
_root.arrows = 1;
} else {
attachMovie("Level 48", "lev48", getNextHighestDepth(), {_x:-50, _y:-50});
}
attachMovie("Level 50a", "lev50a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 53", "lev53", getNextHighestDepth(), {_x:-50, _y:-50});
attachMovie("Level 50a", "lev50a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 54", "lev54", getNextHighestDepth(), {_x:-50, _y:-50});
attachMovie("Level 54", "lev54", getNextHighestDepth(), {_x:-50, _y:-50});
}
}
}
if (_root.score < 17000) {
gotoAndPlay ("start10");
} else {
gotoAndPlay ("boss10");
}
Frame 653
stop();
attachMovie("Level 59", "lev59", getNextHighestDepth(), {_x:-150, _y:550});
Frame 654
play();
Frame 664
if (_root.pausegame == false) {
_root.makeenemy = 1 + Math.floor(Math.random() * 5);
if (_root.makeenemy == 1) {
attachMovie("Level 56", "lev56", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 2) {
attachMovie("Level 55a", "lev55a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 3) {
if (_root.arrows == 0) {
attachMovie("Level 49", "lev49", getNextHighestDepth(), {_x:-100, _y:500});
_root.arrows = 1;
} else {
attachMovie("Level 48", "lev48", getNextHighestDepth(), {_x:-50, _y:-50});
}
attachMovie("Level 50a", "lev50a", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 4) {
attachMovie("Level 53", "lev53", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeenemy == 5) {
attachMovie("Level 54", "lev54", getNextHighestDepth(), {_x:-50, _y:-50});
}
}
gotoAndPlay ("start11");
Frame 665
stopAllSounds();
_root.pausegame = false;
for (checkobj in _root) {
if (_root[checkobj] instanceof MovieClip) {
swapDepths(checkobj);
removeMovieClip(checkobj);
} else {
gotoAndStop ("end");
}
}
Frame 666
gotoAndPlay ("gameover");
Instance of Symbol 4 MovieClip in Symbol 5 MovieClip [Level 60] Frame 1
onClipEvent (load) {
_root.pausegame = false;
_root.a = 0;
}
onClipEvent (enterFrame) {
_root.a = _root.a - 1;
if (_root.a < 0) {
_root.a = 0;
}
if (_root.a == 0) {
if (Key.isDown(32)) {
if (_root.pausegame == false) {
_root.pausegame = true;
_root.a = 10;
_root.attachMovie("PAUSED", pauseclip, _root.getNextHighestDepth(), {_x:270, _y:200});
} else if (_root.pausegame == true) {
_root.pausegame = false;
_root.a = 10;
}
}
}
}
onClipEvent (load) {
if (_root.suddendeath == 0) {
_parent.damage = 0;
_parent.health = 100;
} else {
_parent.damage = 99;
_parent.health = 1;
}
}
onClipEvent (enterFrame) {
if ((_parent.health > (100 - _parent.damage)) and (_root.pausegame == false)) {
_parent.health = _parent.health - 1;
}
if ((_parent.health < (100 - _parent.damage)) and (_root.pausegame == false)) {
_parent.health = _parent.health + 1;
}
if (_parent.damage > 100) {
_parent.damage = 100;
}
if (_parent.health < 1) {
_root.gotoAndPlay("gameover");
_parent.removeMovieClip(this);
}
}
Instance of Symbol 8 MovieClip in Symbol 9 MovieClip [Level 3] Frame 1
onClipEvent (load) {
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 75);
_root.xMove = Math.round(_root.xChange / 75);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 90;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 1;
_parent.swapDepths(1);
removeMovieClip(_parent);
}
} else {
stop();
}
}
on (press) {
if (_root.pausegame == false) {
_root.score = _root.score + 2;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
Instance of Symbol 11 MovieClip in Symbol 12 MovieClip [0-Vote] Frame 1
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 50);
_root.xMove = Math.round(_root.xChange / 50);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 1;
_parent.swapDepths(1);
removeMovieClip(_parent);
}
}
}
Instance of Symbol 15 MovieClip in Symbol 16 MovieClip [Level 1] Frame 1
onClipEvent (load) {
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 270;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 1;
_parent.swapDepths(1);
removeMovieClip(_parent);
}
}
}
on (press) {
if (_root.pausegame == false) {
_root.score = _root.score + 1;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
Instance of Symbol 19 MovieClip in Symbol 20 MovieClip [Level 14c] Frame 1
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 80);
_root.xMove = Math.round(_root.xChange / 80);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = _parent._rotation - 18;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 3;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
if (_root.pausegame == false) {
_root.score = _root.score + 2;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
Instance of Symbol 23 MovieClip in Symbol 24 MovieClip [Level 8b] Frame 1
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_parent.yMove = (200 - _parent._y) / 100;
_parent.xMove = (270 - _parent._x) / 100;
_parent._y = _parent._y + _parent.yMove;
_parent._x = _parent._x + _parent.xMove;
_parent._rotation = _parent._rotation - 18;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 2;
_parent._y = _parent._y - (_root.yMove * 15);
_parent._x = _parent._x - (_root.xMove * 15);
}
}
}
on (press) {
if (_root.pausegame == false) {
_root.score = _root.score + 2;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
Instance of Symbol 27 MovieClip in Symbol 28 MovieClip [Level 2b] Frame 1
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_parent.yMove = (200 - _parent._y) / 150;
_parent.xMove = (270 - _parent._x) / 150;
_parent._y = _parent._y + _parent.yMove;
_parent._x = _parent._x + _parent.xMove;
_parent._rotation = _parent._rotation + 18;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 1;
_parent.swapDepths(1);
removeMovieClip(_parent);
}
}
}
on (press) {
if (_root.pausegame == false) {
_root.score = _root.score + 1;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
Instance of Symbol 31 MovieClip in Symbol 32 MovieClip [Level 33d] Frame 1
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_parent._y = _parent._y - 1;
_parent._rotation = _parent._rotation + 18;
if (_parent._x < 220) {
_parent._x = _parent._x + 1;
}
if (_parent._x > 320) {
_parent._x = _parent._x - 1;
}
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 1;
_parent._y = _parent._y + 30;
}
}
}
on (press) {
if (_root.pausegame == false) {
if (_root.piecesgone == 7) {
_root.score = _root.score + 200;
_root.nextFrame();
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.piecesgone < 7) {
_root.piecesgone = _root.piecesgone + 1;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
Instance of Symbol 31 MovieClip in Symbol 33 MovieClip [Level 33c] Frame 1
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_parent._y = _parent._y - 1;
_parent._rotation = _parent._rotation + 18;
if (_parent._x < 220) {
_parent._x = _parent._x + 1;
}
if (_parent._x > 320) {
_parent._x = _parent._x - 1;
}
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 2;
_parent._y = _parent._y + 30;
}
}
}
on (press) {
if (_root.pausegame == false) {
_root.attachMovie("Level 33d", "lev33d", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y});
_root.attachMovie("Level 33d", "lev33d", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y});
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
Instance of Symbol 31 MovieClip in Symbol 34 MovieClip [Level 33b] Frame 1
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_parent._y = _parent._y - 1.5;
_parent._rotation = _parent._rotation + 18;
if (_parent._x < 220) {
_parent._x = _parent._x + 1;
}
if (_parent._x > 320) {
_parent._x = _parent._x - 1;
}
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 4;
_parent._y = _parent._y + 30;
}
}
}
on (press) {
if (_root.pausegame == false) {
_root.attachMovie("Level 33c", "lev33c", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y});
_root.attachMovie("Level 33c", "lev33c", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y});
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
Instance of Symbol 37 MovieClip in Symbol 38 MovieClip [Level 34d] Frame 1
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_parent._y = _parent._y - 0.5;
_parent._rotation = _parent._rotation + 18;
if (_parent._x < 220) {
_parent._x = _parent._x + 1;
}
if (_parent._x > 320) {
_parent._x = _parent._x - 1;
}
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 1;
_parent._y = _parent._y + 30;
}
}
}
on (press) {
if (_root.pausegame == false) {
if (_root.piecesgone == 26) {
_root.score = _root.score + 500;
_root.nextFrame();
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.piecesgone < 26) {
_root.piecesgone = _root.piecesgone + 1;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
Instance of Symbol 37 MovieClip in Symbol 39 MovieClip [Level 34c] Frame 1
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_parent._y = _parent._y - 0.5;
_parent._rotation = _parent._rotation + 18;
if (_parent._x < 220) {
_parent._x = _parent._x + 1;
}
if (_parent._x > 320) {
_parent._x = _parent._x - 1;
}
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 3;
_parent._y = _parent._y + 30;
}
}
}
on (press) {
if (_root.pausegame == false) {
_root.attachMovie("Level 34d", "lev34d", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y});
_root.attachMovie("Level 34d", "lev34d", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y});
_root.attachMovie("Level 34d", "lev34d", _root.getNextHighestDepth(), {_x:_parent._x, _y:_parent._y - 20});
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
Instance of Symbol 37 MovieClip in Symbol 40 MovieClip [Level 34b] Frame 1
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_parent._y = _parent._y - 1;
_parent._rotation = _parent._rotation + 18;
if (_parent._x < 220) {
_parent._x = _parent._x + 1;
}
if (_parent._x > 320) {
_parent._x = _parent._x - 1;
}
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 6;
_parent._y = _parent._y + 30;
}
}
}
on (press) {
if (_root.pausegame == false) {
_root.attachMovie("Level 34c", "lev34c", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y});
_root.attachMovie("Level 34c", "lev34c", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y});
_root.attachMovie("Level 34c", "lev34c", _root.getNextHighestDepth(), {_x:_parent._x, _y:_parent._y - 20});
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
Instance of Symbol 37 MovieClip in Symbol 41 MovieClip [Level 34a] Frame 1
onClipEvent (load) {
_root.piecesgone = 0;
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_parent._y = _parent._y - 1;
_parent._rotation = _parent._rotation + 18;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 12;
_parent._y = _parent._y + 30;
}
}
}
on (press) {
if (_root.pausegame == false) {
_root.attachMovie("Level 34b", "lev34b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y});
_root.attachMovie("Level 34b", "lev34b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y});
_root.attachMovie("Level 34b", "lev34b", _root.getNextHighestDepth(), {_x:_parent._x, _y:_parent._y - 20});
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
Instance of Symbol 31 MovieClip in Symbol 42 MovieClip [Level 33a] Frame 1
onClipEvent (load) {
_root.piecesgone = 0;
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_parent._y = _parent._y - 3;
_parent._rotation = _parent._rotation + 18;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 8;
_parent._y = _parent._y + 30;
}
}
}
on (press) {
if (_root.pausegame == false) {
_root.attachMovie("Level 33b", "lev33b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y});
_root.attachMovie("Level 33b", "lev33b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y});
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
Instance of Symbol 19 MovieClip in Symbol 43 MovieClip [Level 14b] Frame 1
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 90);
_root.xMove = Math.round(_root.xChange / 90);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = _parent._rotation - 18;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 7;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
if (_root.pausegame == false) {
if ((_parent._x < 270) or (_parent._y < 200)) {
_root.attachMovie("Level 14c", "lev14c", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y + 20});
}
if ((_parent._x > 270) or (_parent._y < 200)) {
_root.attachMovie("Level 14c", "lev14c", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y + 20});
}
if ((_parent._x < 270) or (_parent._y > 200)) {
_root.attachMovie("Level 14c", "lev14c", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y - 20});
}
if ((_parent._x > 270) or (_parent._y > 200)) {
_root.attachMovie("Level 14c", "lev14c", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y - 20});
}
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
Instance of Symbol 46 MovieClip in Symbol 47 MovieClip [Level 55c] Frame 1
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 120);
_root.xMove = Math.round(_root.xChange / 120);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 90;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 5;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
if (_root.pausegame == false) {
_root.score = _root.score + 5;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
Instance of Symbol 46 MovieClip in Symbol 48 MovieClip [Level 55b] Frame 1
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 120);
_root.xMove = Math.round(_root.xChange / 120);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 90;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 10;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
if (_root.pausegame == false) {
_root.attachMovie("Level 55c", "lev55c", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y + 20});
_root.attachMovie("Level 55c", "lev55c", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y + 20});
_root.attachMovie("Level 55c", "lev55c", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y - 20});
_root.attachMovie("Level 55c", "lev55c", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y - 20});
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
Instance of Symbol 46 MovieClip in Symbol 49 MovieClip [Level 55a] Frame 1
onClipEvent (load) {
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 120);
_root.xMove = Math.round(_root.xChange / 120);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 90;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 25;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
if (_root.pausegame == false) {
_root.attachMovie("Level 55b", "lev55b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y + 20});
_root.attachMovie("Level 55b", "lev55b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y + 20});
_root.attachMovie("Level 55b", "lev55b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y - 20});
_root.attachMovie("Level 55b", "lev55b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y - 20});
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
Instance of Symbol 19 MovieClip in Symbol 50 MovieClip [Level 14a] Frame 1
onClipEvent (load) {
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = _parent._rotation - 18;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 15;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
if (_root.pausegame == false) {
if ((_parent._x < 270) or (_parent._y < 200)) {
_root.attachMovie("Level 14b", "lev14b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y + 20});
}
if ((_parent._x > 270) or (_parent._y < 200)) {
_root.attachMovie("Level 14b", "lev14b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y + 20});
}
if ((_parent._x < 270) or (_parent._y > 200)) {
_root.attachMovie("Level 14b", "lev14b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y - 20});
}
if ((_parent._x > 270) or (_parent._y > 200)) {
_root.attachMovie("Level 14b", "lev14b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y - 20});
}
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
Instance of Symbol 53 MovieClip in Symbol 54 MovieClip [Level 50a] Frame 1
onClipEvent (load) {
_parent.damage = 50;
_width = 25;
_height = 25;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 120);
_root.xMove = Math.round(_root.xChange / 120);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = _parent._rotation + 18;
if (_parent.damage > 0) {
_parent.damage = _parent.damage - 1;
_width = (_width + 1);
_height = (_height + 1);
}
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 10;
_parent._y = _parent._y - (_root.yMove * 30);
_parent._x = _parent._x - (_root.xMove * 30);
}
if (_parent.damage < 1) {
_root.attachMovie("Level 50b", "lev50b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y + 20});
_root.attachMovie("Level 50b", "lev50b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y + 20});
_root.attachMovie("Level 50b", "lev50b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y - 20});
_root.attachMovie("Level 50b", "lev50b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y - 20});
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
if (_root.pausegame == false) {
_parent.damage = _parent.damage - 1;
}
}
Instance of Symbol 57 MovieClip in Symbol 58 MovieClip [Level 36a] Frame 1
onClipEvent (load) {
_parent.damage = 50;
_width = 25;
_height = 25;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 120);
_root.xMove = Math.round(_root.xChange / 120);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = _parent._rotation + 18;
if (_parent.damage > 0) {
_parent.damage = _parent.damage - 1;
_width = (_width + 1);
_height = (_height + 1);
}
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 10;
_parent._y = _parent._y - (_root.yMove * 30);
_parent._x = _parent._x - (_root.xMove * 30);
}
if (_parent.damage < 1) {
_root.attachMovie("Level 36b", "lev36b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y + 20});
_root.attachMovie("Level 36b", "lev36b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y + 20});
_root.attachMovie("Level 36b", "lev36b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y - 20});
_root.attachMovie("Level 36b", "lev36b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y - 20});
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
if (_root.pausegame == false) {
_parent.damage = _parent.damage - 1;
}
}
Instance of Symbol 61 MovieClip in Symbol 62 MovieClip [Level 31a] Frame 1
onClipEvent (load) {
_parent.damage = 50;
_width = 25;
_height = 25;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 120);
_root.xMove = Math.round(_root.xChange / 120);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = _parent._rotation - 18;
if (_parent.damage > 0) {
_parent.damage = _parent.damage - 1;
_width = (_width + 1);
_height = (_height + 1);
}
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 10;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_parent.damage < 1) {
_root.attachMovie("Level 31b", "lev31b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y + 20});
_root.attachMovie("Level 31b", "lev31b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y + 20});
_root.attachMovie("Level 31b", "lev31b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y - 20});
_root.attachMovie("Level 31b", "lev31b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y - 20});
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
if (_root.pausegame == false) {
_parent.damage = _parent.damage - 1;
}
}
Instance of Symbol 65 MovieClip in Symbol 66 MovieClip [Level 22a] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 120);
_root.xMove = Math.round(_root.xChange / 120);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = _parent._rotation + 18;
if (_parent.attacked == 1) {
_parent.damage = _parent.damage + 1;
_width = (_width - 1);
_height = (_height - 1);
} else if (_parent.damage > 0) {
_parent.damage = _parent.damage - 1;
_width = (_width + 1);
_height = (_height + 1);
}
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 10;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_parent.damage > 15) {
_root.attachMovie("Level 22b", "lev22b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y + 20});
_root.attachMovie("Level 22b", "lev22b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y + 20});
_root.attachMovie("Level 22b", "lev22b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y - 20});
_root.attachMovie("Level 22b", "lev22b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y - 20});
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
_parent.attacked = 1;
}
on (release) {
_parent.attacked = 0;
}
on (dragOut) {
_parent.attacked = 0;
}
on (dragOver) {
_parent.attacked = 1;
}
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip [Level 40b] Frame 1
onClipEvent (load) {
_parent.damage = 0;
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 120);
_root.xMove = Math.round(_root.xChange / 120);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = _parent._rotation + 18;
if (_parent.attacked == 1) {
_parent.damage = _parent.damage + 1;
_width = (_width - 1.5);
_height = (_height - 1.5);
}
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 8;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_parent.damage > 10) {
if ((_parent._x < 270) or (_parent._y < 200)) {
_root.attachMovie("Level 40c", "lev40c", _root.getNextHighestDepth(), {_x:_parent._x + 10, _y:_parent._y + 10});
}
if ((_parent._x > 270) or (_parent._y < 200)) {
_root.attachMovie("Level 40c", "lev40c", _root.getNextHighestDepth(), {_x:_parent._x - 10, _y:_parent._y + 10});
}
if ((_parent._x < 270) or (_parent._y > 200)) {
_root.attachMovie("Level 40c", "lev40c", _root.getNextHighestDepth(), {_x:_parent._x + 10, _y:_parent._y - 10});
}
if ((_parent._x > 270) or (_parent._y > 200)) {
_root.attachMovie("Level 40c", "lev40c", _root.getNextHighestDepth(), {_x:_parent._x - 10, _y:_parent._y - 10});
}
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
_parent.attacked = 1;
}
on (release) {
_parent.attacked = 0;
}
on (dragOut) {
_parent.attacked = 0;
}
on (dragOver) {
_parent.attacked = 1;
}
Instance of Symbol 69 MovieClip in Symbol 71 MovieClip [Level 40a] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 120);
_root.xMove = Math.round(_root.xChange / 120);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = _parent._rotation + 18;
if (_parent.attacked == 1) {
_parent.damage = _parent.damage + 1;
_width = (_width - 2);
_height = (_height - 2);
}
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 12;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_parent.damage > 10) {
if ((_parent._x < 270) and (_parent._y < 200)) {
_root.attachMovie("Level 40b", "lev40b", _root.getNextHighestDepth(), {_x:_parent._x - 10, _y:_parent._y + 10});
_root.attachMovie("Level 40b", "lev40b", _root.getNextHighestDepth(), {_x:_parent._x + 10, _y:_parent._y - 10});
}
if ((_parent._x > 270) and (_parent._y < 200)) {
_root.attachMovie("Level 40b", "lev40b", _root.getNextHighestDepth(), {_x:_parent._x - 10, _y:_parent._y - 10});
_root.attachMovie("Level 40b", "lev40b", _root.getNextHighestDepth(), {_x:_parent._x + 10, _y:_parent._y + 10});
}
if ((_parent._x < 270) and (_parent._y > 200)) {
_root.attachMovie("Level 40b", "lev40b", _root.getNextHighestDepth(), {_x:_parent._x - 10, _y:_parent._y - 10});
_root.attachMovie("Level 40b", "lev40b", _root.getNextHighestDepth(), {_x:_parent._x + 10, _y:_parent._y + 10});
}
if ((_parent._x > 270) and (_parent._y > 200)) {
_root.attachMovie("Level 40b", "lev40b", _root.getNextHighestDepth(), {_x:_parent._x - 10, _y:_parent._y + 10});
_root.attachMovie("Level 40b", "lev40b", _root.getNextHighestDepth(), {_x:_parent._x + 10, _y:_parent._y - 10});
}
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
_parent.attacked = 1;
}
on (release) {
_parent.attacked = 0;
}
on (dragOut) {
_parent.attacked = 0;
}
on (dragOver) {
_parent.attacked = 1;
}
Instance of Symbol 74 MovieClip in Symbol 75 MovieClip [Level 18a] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 120);
_root.xMove = Math.round(_root.xChange / 120);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = _parent._rotation - 18;
if (_parent.attacked == 1) {
_parent.damage = _parent.damage + 1;
_width = (_width - 1);
_height = (_height - 1);
}
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 8;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_parent.damage > 15) {
_root.attachMovie("Level 18b", "lev18b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y + 20});
_root.attachMovie("Level 18b", "lev18b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y + 20});
_root.attachMovie("Level 18b", "lev18b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y - 20});
_root.attachMovie("Level 18b", "lev18b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y - 20});
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
_parent.attacked = 1;
}
on (release) {
_parent.attacked = 0;
}
on (dragOut) {
_parent.attacked = 0;
}
on (dragOver) {
_parent.attacked = 1;
}
Instance of Symbol 23 MovieClip in Symbol 76 MovieClip [Level 8a] Frame 1
onClipEvent (load) {
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 75);
_root.xMove = Math.round(_root.xChange / 75);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = _parent._rotation - 18;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 4;
_parent._y = _parent._y - (_root.yMove * 30);
_parent._x = _parent._x - (_root.xMove * 30);
}
}
}
on (press) {
if (_root.pausegame == false) {
_root.attachMovie("Level 8b", "lev08b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y + 20});
_root.attachMovie("Level 8b", "lev08b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y + 20});
_root.attachMovie("Level 8b", "lev08b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y - 20});
_root.attachMovie("Level 8b", "lev08b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y - 20});
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
Instance of Symbol 27 MovieClip in Symbol 77 MovieClip [Level 2a] Frame 1
onClipEvent (load) {
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = _parent._rotation + 18;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 2;
_parent.swapDepths(1);
removeMovieClip(_parent);
}
}
}
on (press) {
if (_root.pausegame == false) {
_root.attachMovie("Level 2b", "lev02b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y + 20});
_root.attachMovie("Level 2b", "lev02b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y + 20});
_root.attachMovie("Level 2b", "lev02b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y - 20});
_root.attachMovie("Level 2b", "lev02b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y - 20});
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
Symbol 80 MovieClip Frame 21
replay = 1 + Math.floor(Math.random() * 5);
if (replay < 3) {
gotoAndPlay (27);
}
Symbol 80 MovieClip Frame 25
gotoAndPlay (18);
Symbol 80 MovieClip Frame 34
gotoAndPlay (10);
Instance of Symbol 80 MovieClip in Symbol 81 MovieClip [Level 54] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 130);
_root.xMove = Math.round(_root.xChange / 130);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 180;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 25;
_parent._y = _parent._y - (_root.yMove * 25);
_parent._x = _parent._x - (_root.xMove * 25);
}
if (_parent.attacked == 1) {
_parent.damage = _parent.damage + 2;
_width = (_width - 2);
_height = (_height - 2);
} else if (_parent.damage > 0) {
_parent.damage = _parent.damage - 2;
_width = (_width + 2);
_height = (_height + 2);
}
if (_parent.damage > 75) {
_root.score = _root.score + 40;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
}
}
on (press) {
_parent.attacked = 1;
}
on (release) {
_parent.attacked = 0;
}
on (dragOut) {
_parent.attacked = 0;
}
on (dragOver) {
_parent.attacked = 1;
}
Instance of Symbol 84 MovieClip in Symbol 85 MovieClip [Level 51] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 130);
_root.xMove = Math.round(_root.xChange / 130);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 315;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 15;
_parent._y = _parent._y - (_root.yMove * 25);
_parent._x = _parent._x - (_root.xMove * 25);
}
if (_parent.attacked == 1) {
_parent.damage = _parent.damage + 3;
_width = (_width - 3);
_height = (_height - 3);
} else if (_parent.damage > 0) {
_parent.damage = _parent.damage - 2;
_width = (_width + 2);
_height = (_height + 2);
}
if (_parent.damage > 75) {
_root.score = _root.score + 30;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
}
}
on (press) {
_parent.attacked = 1;
}
on (release) {
_parent.attacked = 0;
}
on (dragOut) {
_parent.attacked = 0;
}
on (dragOver) {
_parent.attacked = 1;
}
Instance of Symbol 88 MovieClip in Symbol 89 MovieClip [Level 42] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 130);
_root.xMove = Math.round(_root.xChange / 130);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 180;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 15;
_parent._y = _parent._y - (_root.yMove * 25);
_parent._x = _parent._x - (_root.xMove * 25);
}
if (_parent.attacked == 1) {
_parent.damage = _parent.damage + 2;
_width = (_width - 2);
_height = (_height - 2);
} else if (_parent.damage > 0) {
_parent.damage = _parent.damage - 1;
_width = (_width + 1);
_height = (_height + 1);
}
if (_parent.damage > 75) {
_root.score = _root.score + 20;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
}
}
on (press) {
_parent.attacked = 1;
}
on (release) {
_parent.attacked = 0;
}
on (dragOut) {
_parent.attacked = 0;
}
on (dragOver) {
_parent.attacked = 1;
}
Symbol 92 MovieClip Frame 15
gotoAndPlay (2);
Instance of Symbol 92 MovieClip in Symbol 93 MovieClip [Level 37] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 90);
_root.xMove = Math.round(_root.xChange / 90);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 180;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 12;
_parent._y = _parent._y - (_root.yMove * 25);
_parent._x = _parent._x - (_root.xMove * 25);
}
if (_parent.attacked == 1) {
_parent.damage = _parent.damage + 2;
_width = (_width - 2);
_height = (_height - 2);
} else if (_parent.damage > 0) {
_parent.damage = 0;
_width = 75;
_height = 75;
}
if (_parent.damage > 55) {
_root.score = _root.score + 15;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
}
}
on (press) {
_parent.attacked = 1;
}
on (release) {
_parent.attacked = 0;
}
on (dragOut) {
_parent.attacked = 0;
}
on (dragOver) {
_parent.attacked = 1;
}
Instance of Symbol 96 MovieClip in Symbol 97 MovieClip [Level 28] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 110);
_root.xMove = Math.round(_root.xChange / 110);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 180;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 12;
_parent._y = _parent._y - (_root.yMove * 20);
_parent._x = _parent._x - (_root.xMove * 20);
}
if (_parent.attacked == 1) {
_parent.damage = _parent.damage + 1;
_width = (_width - 1);
_height = (_height - 1);
} else if (_parent.damage > 0) {
_parent.damage = _parent.damage - 2;
_width = (_width + 2);
_height = (_height + 2);
}
if (_parent.damage < 0) {
_parent.damage = 0;
_width = 75;
_height = 75;
}
if (_parent.damage > 65) {
_root.score = _root.score + 15;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
}
}
on (press) {
_parent.attacked = 1;
}
on (release) {
_parent.attacked = 0;
}
on (dragOut) {
_parent.attacked = 0;
}
on (dragOver) {
_parent.attacked = 1;
}
Instance of Symbol 100 MovieClip in Symbol 101 MovieClip [Level 26] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 110);
_root.xMove = Math.round(_root.xChange / 110);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 9;
_parent._y = _parent._y - (_root.yMove * 20);
_parent._x = _parent._x - (_root.xMove * 20);
}
if (_parent.attacked == 1) {
_parent.damage = _parent.damage + 1;
_width = (_width - 1);
_height = (_height - 1);
} else if (_parent.damage > 0) {
_parent.damage = _parent.damage - 1;
_width = (_width + 1);
_height = (_height + 1);
}
if (_parent.damage > 50) {
_root.score = _root.score + 10;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
}
}
on (press) {
_parent.attacked = 1;
}
on (release) {
_parent.attacked = 0;
}
on (dragOut) {
_parent.attacked = 0;
}
on (dragOver) {
_parent.attacked = 1;
}
Instance of Symbol 104 MovieClip in Symbol 105 MovieClip [Level 20] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 75);
_root.xMove = Math.round(_root.xChange / 75);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 180;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 6;
_parent._y = _parent._y - (_root.yMove * 20);
_parent._x = _parent._x - (_root.xMove * 20);
}
if (_parent.attacked == 1) {
_parent.damage = _parent.damage + 1;
_width = (_width - 2);
_height = (_height - 2);
} else if (_parent.damage > 0) {
_parent.damage = _parent.damage - 1;
_width = (_width + 2);
_height = (_height + 2);
}
if (_parent.damage > 25) {
_root.score = _root.score + 10;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
}
}
on (press) {
_parent.attacked = 1;
}
on (release) {
_parent.attacked = 0;
}
on (dragOut) {
_parent.attacked = 0;
}
on (dragOver) {
_parent.attacked = 1;
}
Instance of Symbol 108 MovieClip in Symbol 109 MovieClip [Level 15] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 85);
_root.xMove = Math.round(_root.xChange / 85);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 90;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 3;
_parent._y = _parent._y - (_root.yMove * 20);
_parent._x = _parent._x - (_root.xMove * 20);
}
if (_parent.attacked == 1) {
_parent.damage = _parent.damage + 1;
_width = (_width - 1.5);
_height = (_height - 1.5);
}
if (_parent.damage > 35) {
_root.score = _root.score + 10;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
}
}
on (press) {
_parent.attacked = 1;
}
on (release) {
_parent.attacked = 0;
}
on (dragOut) {
_parent.attacked = 0;
}
on (dragOver) {
_parent.attacked = 1;
}
Instance of Symbol 112 MovieClip in Symbol 113 MovieClip [Level 7] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 75);
_root.xMove = Math.round(_root.xChange / 75);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 90;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 3;
_parent._y = _parent._y - (_root.yMove * 20);
_parent._x = _parent._x - (_root.xMove * 20);
}
if (_parent.attacked == 1) {
_parent.damage = _parent.damage + 1;
_width = (_width - 5);
_height = (_height - 5);
}
if (_parent.damage > 10) {
_root.score = _root.score + 5;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
_parent.attacked = 1;
}
on (release) {
_parent.attacked = 0;
}
on (dragOut) {
_parent.attacked = 0;
}
on (dragOver) {
_parent.attacked = 1;
}
Symbol 116 MovieClip Frame 41
gotoAndPlay (10);
Instance of Symbol 116 MovieClip in Symbol 117 MovieClip [Level 53] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 120);
_root.xMove = Math.round(_root.xChange / 120);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 180;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 3;
_parent._y = _parent._y - (_root.yMove * 5);
_parent._x = _parent._x - (_root.xMove * 5);
}
if (_parent.attacked == 1) {
_parent.damage = _parent.damage + 1;
_width = (_width - 1);
_height = (_height - 1);
} else if (_parent.damage > 0) {
_parent.damage = _parent.damage - 5;
_width = (_width + 5);
_height = (_height + 5);
}
if (_parent.damage > 75) {
_root.score = _root.score + 25;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
}
}
on (press) {
_parent.attacked = 1;
}
on (release) {
_parent.attacked = 0;
}
on (dragOut) {
_parent.attacked = 0;
}
on (dragOver) {
_parent.attacked = 1;
}
Instance of Symbol 120 MovieClip in Symbol 121 MovieClip [Level 56] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.healtime = 0;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 120);
_root.xMove = Math.round(_root.xChange / 120);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 180;
_width = ((10 - _parent.damage) * 10);
_height = ((10 - _parent.damage) * 10);
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + ((4 * (9 - _parent.damage)) + 14);
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_parent.healtime > 0) {
_parent.healtime = _parent.healtime - 1;
} else if (_parent.damage > 0) {
_parent.healtime = 10;
}
if (_parent.damage > 8) {
_root.score = _root.score + 25;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
} else if ((_parent.healtime == 1) and (_parent.damage > 0)) {
_parent.damage = _parent.damage - 1;
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
}
}
on (press) {
if (_root.pausegame == false) {
_parent.healtime = 10;
_parent.damage = _parent.damage + 1;
}
}
Instance of Symbol 124 MovieClip in Symbol 125 MovieClip [Level 52] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 120);
_root.xMove = Math.round(_root.xChange / 120);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 180;
_width = (100 - _parent.damage);
_height = (100 - _parent.damage);
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 3;
_parent._y = _parent._y - (_root.yMove * 5);
_parent._x = _parent._x - (_root.xMove * 5);
}
if (_parent.attacked == 1) {
_parent.damage = _parent.damage + 1;
_width = (_width - 1);
_height = (_height - 1);
} else if (_parent.damage > 0) {
_parent.damage = 0;
_width = 100;
_height = 100;
}
if (_parent.damage > 75) {
_root.score = _root.score + 25;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
}
}
on (press) {
_parent.attacked = 1;
}
on (release) {
_parent.attacked = 0;
}
on (dragOut) {
_parent.attacked = 0;
}
on (dragOver) {
_parent.attacked = 1;
}
Instance of Symbol 128 MovieClip in Symbol 129 MovieClip [Level 45] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 120);
_root.xMove = Math.round(_root.xChange / 120);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 180;
_width = (100 - _parent.damage);
_height = (100 - _parent.damage);
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 1;
_parent._y = _parent._y - (_root.yMove * 2);
_parent._x = _parent._x - (_root.xMove * 2);
}
if (_parent.attacked == 1) {
_parent.damage = _parent.damage + 1;
_width = (_width - 1);
_height = (_height - 1);
} else if (_parent.damage > 0) {
_parent.damage = 0;
_width = 100;
_height = 100;
}
if (_parent.damage > 75) {
_root.score = _root.score + 25;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
}
}
on (press) {
_parent.attacked = 1;
}
on (release) {
_parent.attacked = 0;
}
on (dragOut) {
_parent.attacked = 0;
}
on (dragOver) {
_parent.attacked = 1;
}
Symbol 132 MovieClip Frame 36
gotoAndPlay (9);
Instance of Symbol 132 MovieClip in Symbol 133 MovieClip [Level 38] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 110);
_root.xMove = Math.round(_root.xChange / 110);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 180;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 10;
_parent._y = _parent._y - (_root.yMove * 25);
_parent._x = _parent._x - (_root.xMove * 25);
}
if (_parent.attacked == 1) {
_parent.damage = _parent.damage + 1;
_width = (_width - 1);
_height = (_height - 1);
} else if (_parent.damage > 0) {
_parent.damage = 0;
_width = 75;
_height = 75;
}
if (_parent.damage > 50) {
_root.score = _root.score + 15;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
}
}
on (press) {
_parent.attacked = 1;
}
on (release) {
_parent.attacked = 0;
}
on (dragOut) {
_parent.attacked = 0;
}
on (dragOver) {
_parent.attacked = 1;
}
Symbol 137 MovieClip Frame 21
gotoAndPlay (2);
Instance of Symbol 137 MovieClip in Symbol 138 MovieClip [Level 30] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 110);
_root.xMove = Math.round(_root.xChange / 110);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 180;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 7;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_parent.attacked == 1) {
_parent.damage = _parent.damage + 1;
_width = (_width - 1);
_height = (_height - 1);
}
if (_parent.damage > 60) {
_root.score = _root.score + 15;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
}
}
on (press) {
_parent.attacked = 1;
}
on (release) {
_parent.attacked = 0;
}
on (dragOut) {
_parent.attacked = 0;
}
on (dragOver) {
_parent.attacked = 1;
}
Symbol 141 MovieClip Frame 1
goback = 0;
Symbol 141 MovieClip Frame 10
goback = 1 + Math.floor(Math.random() * 5);
if (goback < 4) {
gotoAndPlay (7);
}
Instance of Symbol 141 MovieClip in Symbol 142 MovieClip [Level 21] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 110);
_root.xMove = Math.round(_root.xChange / 110);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 180;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 7;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_parent.attacked == 1) {
_parent.damage = _parent.damage + 1;
_width = (_width - 1);
_height = (_height - 1);
}
if (_parent.damage > 60) {
_root.score = _root.score + 15;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
}
}
on (press) {
_parent.attacked = 1;
}
on (release) {
_parent.attacked = 0;
}
on (dragOut) {
_parent.attacked = 0;
}
on (dragOver) {
_parent.attacked = 1;
}
Symbol 145 MovieClip Frame 21
gotoAndPlay (2);
Instance of Symbol 145 MovieClip in Symbol 146 MovieClip [Level 19] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 110);
_root.xMove = Math.round(_root.xChange / 110);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 90;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 5;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_parent.attacked == 1) {
_parent.damage = _parent.damage + 1;
_width = (_width - 1);
_height = (_height - 1);
}
if (_parent.damage > 50) {
_root.score = _root.score + 15;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
}
}
on (press) {
_parent.attacked = 1;
}
on (release) {
_parent.attacked = 0;
}
on (dragOut) {
_parent.attacked = 0;
}
on (dragOver) {
_parent.attacked = 1;
}
Symbol 149 MovieClip Frame 25
gotoAndPlay (10);
Instance of Symbol 149 MovieClip in Symbol 150 MovieClip [Level 11] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 90;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 2;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_parent.attacked == 1) {
_parent.damage = _parent.damage + 1;
_width = (_width - 2);
_height = (_height - 2);
}
if (_parent.damage > 25) {
_root.score = _root.score + 8;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
}
}
on (press) {
_parent.attacked = 1;
}
on (release) {
_parent.attacked = 0;
}
on (dragOut) {
_parent.attacked = 0;
}
on (dragOver) {
_parent.attacked = 1;
}
Instance of Symbol 57 MovieClip in Symbol 151 MovieClip [Level 36b] Frame 1
onClipEvent (load) {
_parent.damage = 10;
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_parent.yMove = (200 - _parent._y) / 150;
_parent.xMove = (270 - _parent._x) / 150;
_parent._y = _parent._y + _parent.yMove;
_parent._x = _parent._x + _parent.xMove;
_parent._rotation = _parent._rotation + 18;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 5;
_parent._y = _parent._y - (_root.yMove * 30);
_parent._x = _parent._x - (_root.xMove * 30);
}
if (_parent.attacked == 1) {
_parent.damage = _parent.damage + 1;
_width = (_width - 1);
_height = (_height - 1);
} else if (_parent.damage > 0) {
_parent.damage = _parent.damage - 1;
_width = (_width + 1);
_height = (_height + 1);
}
if (_parent.damage > 20) {
_root.score = _root.score + 8;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
_parent.attacked = 1;
}
on (release) {
_parent.attacked = 0;
}
on (dragOut) {
_parent.attacked = 0;
}
on (dragOver) {
_parent.attacked = 1;
}
Instance of Symbol 53 MovieClip in Symbol 152 MovieClip [Level 50b] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.changeover = 1 + Math.floor(Math.random() * 5);
if (_parent.changeover == 1) {
_root.attachMovie("0-Vote", "0vote", _root.getNextHighestDepth(), {_x:_parent._x, _y:_parent._y});
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_parent.yMove = (200 - _parent._y) / 150;
_parent.xMove = (270 - _parent._x) / 150;
_parent._y = _parent._y + _parent.yMove;
_parent._x = _parent._x + _parent.xMove;
_parent._rotation = _parent._rotation + 18;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 10;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_parent.attacked == 1) {
_parent.damage = _parent.damage + 1;
_width = (_width - 1);
_height = (_height - 1);
}
if (_parent.damage > 10) {
_root.score = _root.score + 10;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
_parent.attacked = 1;
}
on (release) {
_parent.attacked = 0;
}
on (dragOut) {
_parent.attacked = 0;
}
on (dragOver) {
_parent.attacked = 1;
}
Instance of Symbol 69 MovieClip in Symbol 153 MovieClip [Level 40c] Frame 1
onClipEvent (load) {
_parent.damage = 0;
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_parent.yMove = (200 - _parent._y) / 150;
_parent.xMove = (270 - _parent._x) / 150;
_parent._y = _parent._y + _parent.yMove;
_parent._x = _parent._x + _parent.xMove;
_parent._rotation = _parent._rotation + 18;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 4;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_parent.attacked == 1) {
_parent.damage = _parent.damage + 1;
_width = (_width - 1);
_height = (_height - 1);
}
if (_parent.damage > 10) {
_root.score = _root.score + 6;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
_parent.attacked = 1;
}
on (release) {
_parent.attacked = 0;
}
on (dragOut) {
_parent.attacked = 0;
}
on (dragOver) {
_parent.attacked = 1;
}
Instance of Symbol 61 MovieClip in Symbol 154 MovieClip [Level 31b] Frame 1
onClipEvent (load) {
_parent.damage = 10;
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_parent.yMove = (200 - _parent._y) / 150;
_parent.xMove = (270 - _parent._x) / 150;
_parent._y = _parent._y + _parent.yMove;
_parent._x = _parent._x + _parent.xMove;
_parent._rotation = _parent._rotation - 18;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 5;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_parent.attacked == 1) {
_parent.damage = _parent.damage + 1;
_width = (_width - 1);
_height = (_height - 1);
} else if (_parent.damage > 0) {
_parent.damage = _parent.damage - 1;
_width = (_width + 1);
_height = (_height + 1);
}
if (_parent.damage > 20) {
_root.score = _root.score + 8;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
_parent.attacked = 1;
}
on (release) {
_parent.attacked = 0;
}
on (dragOut) {
_parent.attacked = 0;
}
on (dragOver) {
_parent.attacked = 1;
}
Instance of Symbol 65 MovieClip in Symbol 155 MovieClip [Level 22b] Frame 1
onClipEvent (load) {
_parent.damage = 0;
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_parent.yMove = (200 - _parent._y) / 150;
_parent.xMove = (270 - _parent._x) / 150;
_parent._y = _parent._y + _parent.yMove;
_parent._x = _parent._x + _parent.xMove;
_parent._rotation = _parent._rotation + 18;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 5;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_parent.attacked == 1) {
_parent.damage = _parent.damage + 1;
_width = (_width - 1);
_height = (_height - 1);
} else if (_parent.damage > 0) {
_parent.damage = _parent.damage - 1;
_width = (_width + 1);
_height = (_height + 1);
}
if (_parent.damage > 10) {
_root.score = _root.score + 6;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
_parent.attacked = 1;
}
on (release) {
_parent.attacked = 0;
}
on (dragOut) {
_parent.attacked = 0;
}
on (dragOver) {
_parent.attacked = 1;
}
Instance of Symbol 74 MovieClip in Symbol 156 MovieClip [Level 18b] Frame 1
onClipEvent (load) {
_parent.damage = 0;
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_parent.yMove = (200 - _parent._y) / 150;
_parent.xMove = (270 - _parent._x) / 150;
_parent._y = _parent._y + _parent.yMove;
_parent._x = _parent._x + _parent.xMove;
_parent._rotation = _parent._rotation - 18;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 4;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_parent.attacked == 1) {
_parent.damage = _parent.damage + 1;
_width = (_width - 1);
_height = (_height - 1);
}
if (_parent.damage > 10) {
_root.score = _root.score + 5;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
_parent.attacked = 1;
}
on (release) {
_parent.attacked = 0;
}
on (dragOut) {
_parent.attacked = 0;
}
on (dragOver) {
_parent.attacked = 1;
}
Instance of Symbol 159 MovieClip in Symbol 160 MovieClip [Level 6] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 50);
_root.xMove = Math.round(_root.xChange / 50);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 90;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 2;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_parent.attacked == 1) {
_parent.damage = _parent.damage + 1;
_width = (_width - 5);
_height = (_height - 5);
}
if (_parent.damage > 10) {
_root.score = _root.score + 5;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
_parent.attacked = 1;
}
on (release) {
_parent.attacked = 0;
}
on (dragOut) {
_parent.attacked = 0;
}
on (dragOver) {
_parent.attacked = 1;
}
Instance of Symbol 163 MovieClip in Symbol 164 MovieClip [Level 5] Frame 1
onClipEvent (load) {
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 25);
_root.xMove = Math.round(_root.xChange / 25);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 90;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 2;
_parent._y = _parent._y - (_root.yMove * 10);
_parent._x = _parent._x - (_root.xMove * 10);
}
}
}
on (press) {
if (_root.pausegame == false) {
_root.score = _root.score + 2;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
Instance of Symbol 169 MovieClip in Symbol 170 MovieClip [Level 16] Frame 1
onClipEvent (load) {
_parent.health = 75;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 270;
_width = _parent.health;
_height = _parent.health;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 10;
_parent.swapDepths(1);
removeMovieClip(_parent);
}
if (_parent.health < 15) {
_root.score = _root.score + 6;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
} else if (_parent.health < 75) {
_parent.health = _parent.health + 2.5;
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
}
}
on (press) {
if (_root.pausegame == false) {
_parent.health = _parent.health - 20;
}
}
Instance of Symbol 174 MovieClip in Symbol 175 MovieClip [Level 13] Frame 1
onClipEvent (load) {
_parent.health = 75;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 180;
_width = _parent.health;
_height = _parent.health;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 10;
_parent.swapDepths(1);
removeMovieClip(_parent);
}
if (_parent.health < 10) {
_root.score = _root.score + 6;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
} else if (_parent.health < 75) {
_parent.health = _parent.health + 1;
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
}
}
on (press) {
if (_root.pausegame == false) {
_parent.health = _parent.health - 15;
}
}
Instance of Symbol 178 MovieClip in Symbol 179 MovieClip [Level 48] Frame 1
onClipEvent (load) {
_parent.movement = "horizontal";
_parent.health = 75;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
_parent.play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
if ((_parent.movement == "vertical") and (_parent._y < 200)) {
_parent._y = _parent._y + 3;
}
if ((_parent.movement == "vertical") and (_parent._y > 200)) {
_parent._y = _parent._y - 3;
}
if ((_parent.movement == "horizontal") and (_parent._x < 270)) {
_parent._x = _parent._x + 3;
}
if ((_parent.movement == "horizontal") and (_parent._x > 270)) {
_parent._x = _parent._x - 3;
}
_parent._rotation = myDegrees + 45;
_width = _parent.health;
_height = _parent.health;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 30;
_parent.swapDepths(1);
removeMovieClip(_parent);
}
if (_parent.health < 20) {
_root.score = _root.score + 20;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
} else if (_parent.health < 75) {
_parent.health = _parent.health + 2;
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
_parent.stop();
}
}
on (press) {
if (_root.pausegame == false) {
_parent.health = _parent.health - 8;
}
}
Instance of Symbol 178 MovieClip in Symbol 179 MovieClip [Level 48] Frame 2
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_parent.play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
if ((_parent.movement == "vertical") and (_parent._y < 200)) {
_parent._y = _parent._y + 3;
}
if ((_parent.movement == "vertical") and (_parent._y > 200)) {
_parent._y = _parent._y - 3;
}
if ((_parent.movement == "horizontal") and (_parent._x < 270)) {
_parent._x = _parent._x + 3;
}
if ((_parent.movement == "horizontal") and (_parent._x > 270)) {
_parent._x = _parent._x - 3;
}
_parent._rotation = myDegrees + 45;
_width = _parent.health;
_height = _parent.health;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 30;
_parent.swapDepths(1);
removeMovieClip(_parent);
}
if (_parent.health < 20) {
_root.score = _root.score + 20;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
_parent.stop();
}
}
on (press) {
if (_root.pausegame == false) {
_parent.health = _parent.health - 8;
}
}
Instance of Symbol 178 MovieClip in Symbol 179 MovieClip [Level 48] Frame 50
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
_parent.play();
if ((_parent._y > 300) or (_parent._y < 100)) {
_parent.movement = "vertical";
} else if ((_parent._x > 405) or (_parent._x < 135)) {
_parent.movement = "horizontal";
} else if ((_parent._y > 250) or (_parent._y < 150)) {
_parent.movement = "vertical";
} else if ((_parent._x > 340) or (_parent._x < 200)) {
_parent.movement = "horizontal";
} else if (_parent._y != 200) {
_parent.movement = "vertical";
} else {
_parent.movement = "horizontal";
}
_parent._rotation = myDegrees + 45;
_parent.health = 75;
_width = _parent.health;
_height = _parent.health;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 20;
_parent.swapDepths(1);
removeMovieClip(_parent);
}
if (_parent.health < 20) {
_root.score = _root.score + 20;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
_parent.stop();
}
}
on (press) {
if (_root.pausegame == false) {
_parent.health = _parent.health - 8;
}
}
Symbol 179 MovieClip [Level 48] Frame 57
if (_root.pausegame == false) {
gotoAndPlay (5);
}
Instance of Symbol 178 MovieClip in Symbol 179 MovieClip [Level 48] Frame 57
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_parent.play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
if ((_parent.movement == "vertical") and (_parent._y < 200)) {
_parent._y = _parent._y + 3;
}
if ((_parent.movement == "vertical") and (_parent._y > 200)) {
_parent._y = _parent._y - 3;
}
if ((_parent.movement == "horizontal") and (_parent._x < 270)) {
_parent._x = _parent._x + 3;
}
if ((_parent.movement == "horizontal") and (_parent._x > 270)) {
_parent._x = _parent._x - 3;
}
_parent._rotation = myDegrees + 45;
_width = _parent.health;
_height = _parent.health;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 30;
_parent.swapDepths(1);
removeMovieClip(_parent);
}
if (_parent.health < 20) {
_root.score = _root.score + 20;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
_parent.stop();
}
}
on (press) {
if (_root.pausegame == false) {
_parent.health = _parent.health - 8;
}
}
Instance of Symbol 182 MovieClip in Symbol 183 MovieClip [Level 41] Frame 1
onClipEvent (load) {
_parent.movement = "horizontal";
_parent.health = 75;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
_parent.play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
if ((_parent.movement == "vertical") and (_parent._y < 200)) {
_parent._y = _parent._y + 1.5;
}
if ((_parent.movement == "vertical") and (_parent._y > 200)) {
_parent._y = _parent._y - 1.5;
}
if ((_parent.movement == "horizontal") and (_parent._x < 270)) {
_parent._x = _parent._x + 1.5;
}
if ((_parent.movement == "horizontal") and (_parent._x > 270)) {
_parent._x = _parent._x - 1.5;
}
_parent._rotation = myDegrees + 180;
_width = _parent.health;
_height = _parent.health;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 15;
_parent.swapDepths(1);
removeMovieClip(_parent);
}
if (_parent.health < 40) {
_root.score = _root.score + 20;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
} else if (_parent.health < 75) {
_parent.health = _parent.health + 2;
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
_parent.stop();
}
}
on (press) {
if (_root.pausegame == false) {
_parent.health = _parent.health - 8;
}
}
Instance of Symbol 182 MovieClip in Symbol 183 MovieClip [Level 41] Frame 2
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_parent.play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
if ((_parent.movement == "vertical") and (_parent._y < 200)) {
_parent._y = _parent._y + 1.5;
}
if ((_parent.movement == "vertical") and (_parent._y > 200)) {
_parent._y = _parent._y - 1.5;
}
if ((_parent.movement == "horizontal") and (_parent._x < 270)) {
_parent._x = _parent._x + 1.5;
}
if ((_parent.movement == "horizontal") and (_parent._x > 270)) {
_parent._x = _parent._x - 1.5;
}
_parent._rotation = myDegrees + 180;
_width = _parent.health;
_height = _parent.health;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 15;
_parent.swapDepths(1);
removeMovieClip(_parent);
}
if (_parent.health < 40) {
_root.score = _root.score + 20;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
_parent.stop();
}
}
on (press) {
if (_root.pausegame == false) {
_parent.health = _parent.health - 8;
}
}
Instance of Symbol 182 MovieClip in Symbol 183 MovieClip [Level 41] Frame 25
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
_parent.play();
if ((_parent._y > 300) or (_parent._y < 100)) {
_parent.movement = "vertical";
} else if ((_parent._x > 405) or (_parent._x < 135)) {
_parent.movement = "horizontal";
} else if ((_parent._y > 250) or (_parent._y < 150)) {
_parent.movement = "vertical";
} else if ((_parent._x > 340) or (_parent._x < 200)) {
_parent.movement = "horizontal";
} else if (_parent._y != 200) {
_parent.movement = "vertical";
} else {
_parent.movement = "horizontal";
}
_parent._rotation = myDegrees + 180;
_parent.health = 75;
_width = _parent.health;
_height = _parent.health;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 20;
_parent.swapDepths(1);
removeMovieClip(_parent);
}
if (_parent.health < 40) {
_root.score = _root.score + 20;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
_parent.stop();
}
}
on (press) {
if (_root.pausegame == false) {
_parent.health = _parent.health - 8;
}
}
Symbol 183 MovieClip [Level 41] Frame 35
if (_root.pausegame == false) {
gotoAndPlay (5);
}
Instance of Symbol 182 MovieClip in Symbol 183 MovieClip [Level 41] Frame 35
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
_parent.play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
if ((_parent.movement == "vertical") and (_parent._y < 200)) {
_parent._y = _parent._y + 1.5;
}
if ((_parent.movement == "vertical") and (_parent._y > 200)) {
_parent._y = _parent._y - 1.5;
}
if ((_parent.movement == "horizontal") and (_parent._x < 270)) {
_parent._x = _parent._x + 1.5;
}
if ((_parent.movement == "horizontal") and (_parent._x > 270)) {
_parent._x = _parent._x - 1.5;
}
_parent._rotation = myDegrees + 180;
_width = _parent.health;
_height = _parent.health;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 15;
_parent.swapDepths(1);
removeMovieClip(_parent);
}
if (_parent.health < 40) {
_root.score = _root.score + 20;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
_parent.stop();
}
}
on (press) {
if (_root.pausegame == false) {
_parent.health = _parent.health - 8;
}
}
Instance of Symbol 186 MovieClip in Symbol 187 MovieClip [Level 35] Frame 1
onClipEvent (load) {
_parent.health = 75;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 120);
_root.xMove = Math.round(_root.xChange / 120);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 270;
_width = _parent.health;
_height = _parent.health;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 15;
_parent.swapDepths(1);
removeMovieClip(_parent);
}
if (_parent.health < 20) {
_root.score = _root.score + 20;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
} else if (_parent.health < 75) {
_parent.health = _parent.health + 0.5;
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
}
}
on (press) {
if (_root.pausegame == false) {
_parent.health = _parent.health - 5;
}
}
Instance of Symbol 190 MovieClip in Symbol 191 MovieClip [Level 27] Frame 1
onClipEvent (load) {
_parent.health = 75;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 90);
_root.xMove = Math.round(_root.xChange / 90);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 180;
_width = _parent.health;
_height = _parent.health;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 12;
_parent.swapDepths(1);
removeMovieClip(_parent);
}
if (_parent.health < 15) {
_root.score = _root.score + 15;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
} else if (_parent.health < 75) {
_parent.health = _parent.health + 0.5;
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
}
}
on (press) {
if (_root.pausegame == false) {
_parent.health = _parent.health - 5;
}
}
Instance of Symbol 194 MovieClip in Symbol 195 MovieClip [Level 25] Frame 1
onClipEvent (load) {
_parent.health = 75;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 90);
_root.xMove = Math.round(_root.xChange / 90);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 180;
_width = _parent.health;
_height = _parent.health;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 8;
_parent.swapDepths(1);
removeMovieClip(_parent);
}
if (_parent.health < 10) {
_root.score = _root.score + 10;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
} else if (_parent.health < 75) {
_parent.health = _parent.health + 1;
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
}
}
on (press) {
if (_root.pausegame == false) {
_parent.health = _parent.health - 10;
}
}
Instance of Symbol 198 MovieClip in Symbol 199 MovieClip [Level 10] Frame 1
onClipEvent (load) {
_parent.health = 75;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 30);
_root.xMove = Math.round(_root.xChange / 30);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 270;
_width = _parent.health;
_height = _parent.health;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + 4;
_parent.swapDepths(1);
removeMovieClip(_parent);
}
if (_parent.health < 10) {
_root.score = _root.score + 3;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
} else if (_parent.health < 75) {
_parent.health = _parent.health + 1;
}
}
}
on (press) {
if (_root.pausegame == false) {
_parent.health = _parent.health - 25;
}
}
Symbol 202 MovieClip Frame 21
gotoAndPlay (2);
Instance of Symbol 202 MovieClip in Symbol 203 MovieClip [Level 17] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 80);
_root.xMove = Math.round(_root.xChange / 80);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 90;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + (4 * (3 - _parent.damage));
_parent.swapDepths(1);
removeMovieClip(_parent);
}
if (_parent.damage == 1) {
_width = 50;
_height = 50;
}
if (_parent.damage == 2) {
_width = 25;
_height = 25;
}
if (_parent.damage > 2) {
_root.score = _root.score + 5;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
}
}
on (press) {
if (_root.pausegame == false) {
_parent.damage = _parent.damage + 1;
}
}
Instance of Symbol 206 MovieClip in Symbol 207 MovieClip [Level 12] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 40);
_root.xMove = Math.round(_root.xChange / 40);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 90;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + (3 * (3 - _parent.damage));
_parent.swapDepths(1);
removeMovieClip(_parent);
}
if (_parent.damage == 1) {
_width = 50;
_height = 50;
}
if (_parent.damage == 2) {
_width = 25;
_height = 25;
}
if (_parent.damage > 2) {
_root.score = _root.score + 5;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
}
}
on (press) {
if (_root.pausegame == false) {
_parent.damage = _parent.damage + 1;
}
}
Instance of Symbol 212 MovieClip in Symbol 213 MovieClip [Level 43] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.healtime = 0;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 120);
_root.xMove = Math.round(_root.xChange / 120);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 180;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + (6 * (5 - _parent.damage));
_parent._y = _parent._y - (_root.yMove * 30);
_parent._x = _parent._x - (_root.xMove * 30);
}
if (_parent.healtime > 0) {
_parent.healtime = _parent.healtime - 1;
} else if (_parent.damage > 0) {
_parent.healtime = 10;
}
if (_parent.damage == 0) {
_width = 100;
_height = 100;
}
if (_parent.damage == 1) {
_width = 80;
_height = 80;
}
if (_parent.damage == 2) {
_width = 60;
_height = 60;
}
if (_parent.damage == 3) {
_width = 40;
_height = 40;
}
if (_parent.damage == 4) {
_width = 20;
_height = 20;
}
if (_parent.damage > 4) {
_root.score = _root.score + 20;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
} else if ((_parent.healtime == 1) and (_parent.damage > 0)) {
_parent.damage = _parent.damage - 1;
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
}
}
on (press) {
if (_root.pausegame == false) {
_parent.healtime = 10;
_parent.damage = _parent.damage + 1;
}
}
Symbol 216 MovieClip Frame 13
replay = 1 + Math.floor(Math.random() * 5);
if (replay < 3) {
gotoAndPlay (2);
}
Symbol 216 MovieClip Frame 17
gotoAndPlay (10);
Instance of Symbol 216 MovieClip in Symbol 217 MovieClip [Level 39] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.healtime = 0;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 90);
_root.xMove = Math.round(_root.xChange / 90);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 180;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + (5 * (5 - _parent.damage));
_parent._y = _parent._y - (_root.yMove * 30);
_parent._x = _parent._x - (_root.xMove * 30);
}
if (_parent.healtime > 0) {
_parent.healtime = _parent.healtime - 1;
} else if (_parent.damage > 0) {
_parent.healtime = 10;
}
if (_parent.damage == 0) {
_width = 75;
_height = 75;
}
if (_parent.damage == 1) {
_width = 60;
_height = 60;
}
if (_parent.damage == 2) {
_width = 45;
_height = 45;
}
if (_parent.damage == 3) {
_width = 30;
_height = 30;
}
if (_parent.damage == 4) {
_width = 15;
_height = 15;
}
if (_parent.damage > 4) {
_root.score = _root.score + 15;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
} else if ((_parent.healtime == 1) and (_parent.damage > 0)) {
_parent.damage = _parent.damage - 1;
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
}
}
on (press) {
if (_root.pausegame == false) {
_parent.healtime = 10;
_parent.damage = _parent.damage + 1;
}
}
Instance of Symbol 221 MovieClip in Symbol 222 MovieClip [Level 32] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 90);
_root.xMove = Math.round(_root.xChange / 90);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 180;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + (4 * (5 - _parent.damage));
_parent.swapDepths(1);
removeMovieClip(_parent);
}
if (_parent.damage == 1) {
_width = 60;
_height = 60;
}
if (_parent.damage == 2) {
_width = 45;
_height = 45;
}
if (_parent.damage == 3) {
_width = 30;
_height = 30;
}
if (_parent.damage == 4) {
_width = 15;
_height = 15;
}
if (_parent.damage > 4) {
_root.score = _root.score + 8;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
}
}
on (press) {
if (_root.pausegame == false) {
_parent.damage = _parent.damage + 1;
}
}
Symbol 225 MovieClip Frame 15
gotoAndPlay (2);
Instance of Symbol 225 MovieClip in Symbol 226 MovieClip [Level 23] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 90);
_root.xMove = Math.round(_root.xChange / 90);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 180;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + (5 * (3 - _parent.damage));
_parent.swapDepths(1);
removeMovieClip(_parent);
}
if (_parent.damage == 1) {
_width = 50;
_height = 50;
}
if (_parent.damage == 2) {
_width = 25;
_height = 25;
}
if (_parent.damage > 2) {
_root.score = _root.score + 3;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
}
}
on (press) {
if (_root.pausegame == false) {
_parent.damage = _parent.damage + 1;
}
}
Instance of Symbol 229 MovieClip in Symbol 230 MovieClip [Level 9] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 30);
_root.xMove = Math.round(_root.xChange / 30);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 90;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + (2 * (3 - _parent.damage));
_parent.swapDepths(1);
removeMovieClip(_parent);
}
if (_parent.damage == 1) {
_width = 50;
_height = 50;
}
if (_parent.damage == 2) {
_width = 25;
_height = 25;
}
if (_parent.damage > 2) {
_root.score = _root.score + 3;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
if (_root.pausegame == false) {
_parent.damage = _parent.damage + 1;
}
}
Instance of Symbol 233 MovieClip in Symbol 234 MovieClip [Level 4] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = -50 + Math.floor(Math.random() * 500);
}
if (_parent.startup == 3) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = -50 + Math.floor(Math.random() * 640);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(200 - _parent._y);
_root.xChange = Math.round(270 - _parent._x);
_root.yMove = Math.round(_root.yChange / 50);
_root.xMove = Math.round(_root.xChange / 50);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 90;
if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) {
_root.lev60.damage = _root.lev60.damage + (3 - _parent.damage);
_parent.swapDepths(1);
removeMovieClip(_parent);
}
if (_parent.damage == 1) {
_width = 50;
_height = 50;
}
if (_parent.damage == 2) {
_width = 25;
_height = 25;
}
if (_parent.damage > 2) {
_root.score = _root.score + 2;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
if (_root.pausegame == false) {
_parent.damage = _parent.damage + 1;
}
}
Instance of Symbol 237 MovieClip in Symbol 238 MovieClip [Level 29] Frame 1
onClipEvent (load) {
_parent.health = 150;
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_parent._y = _parent._y - 1;
_width = _parent.health;
_height = _parent.health;
if (hitTest(_root.lev60)) {
_root.lev60.damage = _root.lev60.damage + 4;
_parent._y = _parent._y + 20;
}
if (_parent.health < 10) {
_root.score = _root.score + 300;
_root.nextFrame();
_parent.swapDepths(1);
_parent.removeMovieClip(this);
} else if (_parent.health < 150) {
_parent.health = _parent.health + 1.5;
}
}
}
on (press) {
if (_root.pausegame == false) {
_parent.health = _parent.health - 10;
}
}
Instance of Symbol 242 MovieClip in Symbol 243 MovieClip [Level 44] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.attack = 0;
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
if (_parent._x < 220) {
_parent._x = _parent._x + 0.8;
}
if (_parent._y < 150) {
_parent._y = _parent._y + 0.8;
}
if (_parent.hitTest(220, 150, true)) {
if (_parent.attack == 0) {
_root.lev60.damage = _root.lev60.damage + 6;
_parent._x = _parent._x - 30;
_parent._y = _parent._y - 30;
_parent.attack = 1;
}
} else {
_parent.attack = 0;
}
if (_parent.attacked == 1) {
_parent.damage = _parent.damage + 2;
_width = (_width - 1);
_height = (_height - 1);
} else if (_parent.damage > 0) {
_parent.damage = _parent.damage - 1;
_width = (_width + 0.5);
_height = (_height + 0.5);
}
if (_parent.damage > 280) {
_root.score = _root.score + 750;
_root.nextFrame();
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
}
}
on (press) {
_parent.attacked = 1;
}
on (release) {
_parent.attacked = 0;
}
on (dragOut) {
_parent.attacked = 0;
}
on (dragOver) {
_parent.attacked = 1;
}
Symbol 246 MovieClip Frame 51
gotoAndPlay (12);
Instance of Symbol 246 MovieClip in Symbol 247 MovieClip [Level 46] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.travelled = 0;
_parent.attack = 0;
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
if (_parent.travelled == 0) {
_parent._y = _parent._y - 0.5;
}
if (_parent.hitTest(270, 250, true)) {
if (_parent.attack == 0) {
_root.lev60.damage = _root.lev60.damage + 5;
_parent.attack = 1;
}
} else {
_parent.attack = 0;
}
if (_parent.hitTest(270, 240, true)) {
_parent.travelled = 1;
}
if (_parent.attacked == 1) {
_parent.damage = _parent.damage + 1;
_width = (_width - 0.5);
_height = (_height - 0.5);
} else if (_parent.damage > 0) {
_parent.damage = _parent.damage - 1;
_width = (_width + 0.5);
_height = (_height + 0.5);
}
if (_parent.damage > 170) {
_root.score = _root.score + 500;
_root.nextFrame();
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
}
}
on (press) {
_parent.attacked = 1;
}
on (release) {
_parent.attacked = 0;
}
on (dragOut) {
_parent.attacked = 0;
}
on (dragOver) {
_parent.attacked = 1;
}
Instance of Symbol 260 MovieClip in Symbol 261 MovieClip [Level 47] Frame 1
onClipEvent (load) {
_parent.damage = 0;
stop();
}
onClipEvent (enterFrame) {
gotoAndStop(_parent.damage + 1);
if (_root.pausegame == false) {
_parent._y = _parent._y - 1;
if (hitTest(_root.lev60)) {
_root.lev60.damage = _root.lev60.damage + 2;
_parent._y = _parent._y + 5;
}
if (_parent.attacked == 1) {
_parent.damage = _parent.damage + 1;
} else if ((_parent.damage < 100) and (_parent.damage > 0)) {
_parent.damage = 0;
}
if (_parent.damage > 100) {
_root.score = _root.score + 1000;
_root.nextFrame();
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
_parent.attacked = 1;
}
on (release) {
_parent.attacked = 0;
}
on (dragOut) {
_parent.attacked = 0;
}
on (dragOver) {
_parent.attacked = 1;
}
Instance of Symbol 264 MovieClip in Symbol 265 MovieClip [Level 24] Frame 1
onClipEvent (load) {
_parent.damage = 0;
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_parent._y = _parent._y - 1;
if (hitTest(_root.lev60)) {
_root.lev60.damage = _root.lev60.damage + 2;
_parent._y = _parent._y + 20;
}
if (_parent.attacked == 1) {
_parent.damage = _parent.damage + 1;
_width = (_width - 1);
_height = (_height - 1);
}
if (_parent.damage > 130) {
_root.score = _root.score + 100;
_root.nextFrame();
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
_parent.attacked = 1;
}
on (release) {
_parent.attacked = 0;
}
on (dragOut) {
_parent.attacked = 0;
}
on (dragOver) {
_parent.attacked = 1;
}
Instance of Symbol 267 MovieClip in Symbol 268 MovieClip [Deity] Frame 1
onClipEvent (load) {
var my_sound = new Sound();
my_sound.attachSound("whistleblow");
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = 0 + Math.floor(Math.random() * 400);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = 0 + Math.floor(Math.random() * 400);
}
if (_parent.startup == 3) {
_parent._x = 0 + Math.floor(Math.random() * 540);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = 0 + Math.floor(Math.random() * 540);
_parent._y = 450;
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
if (_parent.startup == 1) {
_parent._x = _parent._x + 10;
}
if (_parent.startup == 2) {
_parent._x = _parent._x - 10;
}
if (_parent.startup == 3) {
_parent._y = _parent._y + 10;
}
if (_parent.startup == 4) {
_parent._y = _parent._y - 10;
}
if ((_parent.startup == 1) and (_parent._x > 590)) {
_root.whistle = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if ((_parent.startup == 2) and (_parent._x < -50)) {
_root.whistle = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if ((_parent.startup == 3) and (_parent._y > 450)) {
_root.whistle = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if ((_parent.startup == 4) and (_parent._y < -50)) {
_root.whistle = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
if (_root.pausegame == false) {
_root.score = _root.score + (5 * _root.counter);
_root.whistle = -1;
_parent.swapDepths(1);
my_sound.start();
_parent.removeMovieClip(this);
}
}
Instance of Symbol 270 MovieClip in Symbol 271 MovieClip [5-Vote] Frame 1
onClipEvent (load) {
if (_root.suddendeath == 1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
_parent.dragged = 0;
if ((_parent._x < 0) and (_parent._y < 0)) {
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -50;
_parent._y = 0 + Math.floor(Math.random() * 400);
}
if (_parent.startup == 2) {
_parent._x = 590;
_parent._y = 0 + Math.floor(Math.random() * 400);
}
if (_parent.startup == 3) {
_parent._x = 0 + Math.floor(Math.random() * 540);
_parent._y = -50;
}
if (_parent.startup == 4) {
_parent._x = 0 + Math.floor(Math.random() * 540);
_parent._y = 450;
}
} else {
if ((_parent._x < 270) and (_parent._y < 200)) {
_parent.startup = 1;
}
if ((_parent._x >= 270) and (_parent._y >= 200)) {
_parent.startup = 2;
}
if ((_parent._x >= 270) and (_parent._y < 200)) {
_parent.startup = 3;
}
if ((_parent._x < 270) and (_parent._y >= 200)) {
_parent.startup = 4;
}
}
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
if (_parent.dragged == 0) {
if (_parent.startup == 1) {
_parent._x = _parent._x + 4;
}
if (_parent.startup == 2) {
_parent._x = _parent._x - 4;
}
if (_parent.startup == 3) {
_parent._y = _parent._y + 4;
}
if (_parent.startup == 4) {
_parent._y = _parent._y - 4;
}
}
if ((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) {
if (_root.lev60.damage > 10) {
_root.lev60.damage = _root.lev60.damage - 10;
} else {
_root.lev60.damage = 0;
}
_root.fives = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if ((_parent.startup == 1) and (_parent._x > 590)) {
_root.fives = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if ((_parent.startup == 2) and (_parent._x < -50)) {
_root.fives = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if ((_parent.startup == 3) and (_parent._y > 450)) {
_root.fives = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if ((_parent.startup == 4) and (_parent._y < -50)) {
_root.fives = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
startDrag (_parent, true);
_parent.dragged = 1;
}
on (release) {
stopDrag();
_parent.dragged = 0;
}
on (releaseOutside) {
stopDrag();
_parent.dragged = 0;
}
Instance of Symbol 300 MovieClip in Symbol 301 MovieClip [PAUSED] Frame 1
onClipEvent (enterFrame) {
if (_root.pausegame == true) {
if (Key.isDown(32)) {
if (_root.attachAudio == 0) {
_root.pausegame = false;
_root.a = 10;
}
}
} else {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
on (press) {
play();
}
Instance of Symbol 304 MovieClip in Symbol 305 MovieClip [Level 49] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.makevote = 0;
_parent.getready = 100;
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
if ((_parent._x < 50) and (_parent._y > 350)) {
_parent._x = _parent._x + 5;
}
if ((_parent._x == 50) and (_parent._y > 50)) {
_parent._y = _parent._y - 5;
}
if ((_parent._x < 490) and (_parent._y == 50)) {
_parent._x = _parent._x + 5;
}
if ((_parent._x == 490) and (_parent._y < 350)) {
_parent._y = _parent._y + 5;
}
if ((_parent._x > 50) and (_parent._y == 350)) {
_parent._x = _parent._x - 5;
}
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_parent._rotation = myDegrees + 45;
_parent.getready = _parent.getready - 1;
if (_parent.getready == 1) {
if (_width > 50) {
_root.attachMovie("0-Vote", "0vote", _root.getNextHighestDepth(), {_x:_parent._x, _y:_parent._y, _width:this._width * 0.463, _height:this._height * 0.43});
} else {
_parent.damage = _parent.damage - 5;
_width = (_width + 5);
_height = (_height + 5);
}
}
if (_parent.getready < 1) {
_parent.getready = 20;
}
if (_parent.damage >= 75) {
_root.score = _root.score + 30;
_root.arrows = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_root.arrows = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
if (_root.pausegame == false) {
_parent.damage = _parent.damage + 5;
_width = (_width - 5);
_height = (_height - 5);
}
}
Instance of Symbol 308 MovieClip in Symbol 309 MovieClip [Level 59] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.makevote = 0;
_parent.getready = 200;
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
if ((_parent._x < 75) and (_parent._y > 325)) {
_parent._x = _parent._x + 5;
}
if ((_parent._x == 75) and (_parent._y > 75)) {
_parent._y = _parent._y - 5;
}
if ((_parent._x < 465) and (_parent._y == 75)) {
_parent._x = _parent._x + 5;
}
if ((_parent._x == 465) and (_parent._y < 325)) {
_parent._y = _parent._y + 5;
}
if ((_parent._x > 75) and (_parent._y == 325)) {
_parent._x = _parent._x - 5;
}
_parent.getready = _parent.getready - 1;
if (_parent.getready == 1) {
_parent.makevote = 1 + Math.floor(Math.random() * 5);
if (((_parent.makevote == 1) and (_root.lev60.damage > 10)) and (_root.fives == 0)) {
_root.attachMovie("5-Vote", "5vote", _root.getNextHighestDepth(), {_x:_parent._x, _y:_parent._y});
} else if (_width > 50) {
_root.remainder = _parent.makevote;
while (_root.remainder > 0) {
_root.attachMovie("0-Vote", "0vote", _root.getNextHighestDepth(), {_x:-50 + Math.floor(Math.random() * 640), _y:450});
_root.remainder = _root.remainder - 1;
}
} else {
_parent.damage = _parent.damage - _parent.makevote;
_width = (_width + _parent.makevote);
_height = (_height + _parent.makevote);
}
}
if (_parent.getready < 1) {
_parent.getready = 20;
}
if (_parent.damage >= 130) {
_root.score = _root.score + 3000;
_root.nextFrame();
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
if (_root.pausegame == false) {
_parent.damage = _parent.damage + 1;
_width = (_width - 1);
_height = (_height - 1);
_parent.getready = _parent.getready - 1;
}
}
Instance of Symbol 312 MovieClip in Symbol 313 MovieClip [Level 58] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.makevote = 0;
_parent.getready = 350;
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
if ((_parent._x < 75) and (_parent._y > 325)) {
_parent._x = _parent._x + 5;
}
if ((_parent._x == 75) and (_parent._y > 75)) {
_parent._y = _parent._y - 5;
}
if ((_parent._x < 465) and (_parent._y == 75)) {
_parent._x = _parent._x + 5;
}
if ((_parent._x == 465) and (_parent._y < 325)) {
_parent._y = _parent._y + 5;
}
if ((_parent._x > 75) and (_parent._y == 325)) {
_parent._x = _parent._x - 5;
}
_parent.getready = _parent.getready - 1;
if (_parent.getready == 1) {
_parent.makevote = 1 + Math.floor(Math.random() * 5);
if (((_parent.makevote == 1) and (_root.lev60.damage > 10)) and (_root.fives == 0)) {
_root.attachMovie("5-Vote", "5vote", _root.getNextHighestDepth(), {_x:_parent._x, _y:_parent._y});
} else if (_width > 50) {
_root.attachMovie("0-Vote", "0vote", _root.getNextHighestDepth(), {_x:_parent._x - 21, _y:_parent._y - 13, _width:this._width * 0.463, _height:this._height * 0.43});
_root.attachMovie("0-Vote", "0vote", _root.getNextHighestDepth(), {_x:_parent._x + 21, _y:_parent._y - 13, _width:this._width * 0.463, _height:this._height * 0.43});
} else {
_parent.damage = _parent.damage - 5;
_width = (_width + 5);
_height = (_height + 5);
}
}
if (_parent.getready < 1) {
_parent.getready = 20;
}
if (_parent.damage >= 130) {
_root.score = _root.score + 2500;
_root.nextFrame();
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
if (_root.pausegame == false) {
_parent.damage = _parent.damage + 2;
_width = (_width - 2);
_height = (_height - 2);
_parent.getready = _parent.getready - 1;
}
}
Instance of Symbol 316 MovieClip in Symbol 317 MovieClip [Level 57] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.makevote = 0;
_parent.getready = 500;
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
if ((_parent._x < 50) and (_parent._y > 350)) {
_parent._x = _parent._x + 2;
}
if ((_parent._x == 50) and (_parent._y > 50)) {
_parent._y = _parent._y - 2;
}
if ((_parent._x < 490) and (_parent._y == 50)) {
_parent._x = _parent._x + 2;
}
if ((_parent._x == 490) and (_parent._y < 350)) {
_parent._y = _parent._y + 2;
}
if ((_parent._x > 50) and (_parent._y == 350)) {
_parent._x = _parent._x - 2;
}
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_parent._rotation = myDegrees + 90;
_parent.getready = _parent.getready - 1;
if (_parent.getready == 1) {
_parent.makevote = 1 + Math.floor(Math.random() * 5);
if (((_parent.makevote == 1) and (_root.lev60.damage > 10)) and (_root.fives == 0)) {
_root.attachMovie("5-Vote", "5vote", _root.getNextHighestDepth(), {_x:_parent._x, _y:_parent._y});
} else if (_width > 50) {
_root.attachMovie("0-Vote", "0vote", _root.getNextHighestDepth(), {_x:_parent._x, _y:_parent._y, _width:this._width * 0.463, _height:this._height * 0.43});
} else {
_parent.damage = _parent.damage - 5;
_width = (_width + 5);
_height = (_height + 5);
}
}
if (_parent.getready < 1) {
_parent.getready = 50;
}
if (_parent.damage >= 80) {
_root.score = _root.score + 1500;
_root.nextFrame();
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
if (_root.pausegame == false) {
_parent.damage = _parent.damage + 1;
_width = (_width - 1);
_height = (_height - 1);
_parent.getready = _parent.getready - 1;
}
}
Symbol 363 Button
on (release) {
getURL ("http://www.newgrounds.com", "_blank");
}
Symbol 365 MovieClip Frame 40
stop();
Symbol 391 Button
on (release) {
_root.play();
}
Symbol 392 MovieClip Frame 1
function onEnterFrame() {
if (!loaded) {
var _local3 = _root.getBytesLoaded() / _root.getBytesTotal();
if (_local3 >= 1) {
play();
bar._x = initX;
loaded = true;
} else {
bar._x = initX + ((_local3 - 1) * bar._width);
}
}
var _local4 = getTimer() - time;
timeAccum = timeAccum + _local4;
while (timeAccum >= FRAME_TIME) {
var _local2 = 0;
while (_local2 < timeClips.length) {
if (timeClips[_local2]._currentframe < timeClips[_local2]._totalframes) {
timeClips[_local2].nextFrame();
} else {
timeClips[_local2].gotoAndStop(1);
}
_local2++;
}
if (loaded && (_currentframe < _totalframes)) {
nextFrame();
}
timeAccum = timeAccum - FRAME_TIME;
}
time = time + _local4;
}
stop();
_root.stop();
var initX = bar._x;
var time = getTimer();
var FRAME_TIME = 33.3333333333333;
var timeAccum = 0;
var loaded = false;
timeClips = [bargfx, tank.mc0, tank.mc1, tank.mc2, tank.mc3, tank.mc4, tank.mc4.mc0, tank.mc4.mc1, tank.mc4.mc0.mc0, tank.mc4.mc0.mc0.mc0.mc0, tank.mc4.mc0.mc0.mc0.mc1, tank.mc4.mc0.mc0.mc0.mc2, tank.mc4.mc0.mc0.mc0.mc3, tank.mc4.mc0.mc0.mc1, tank.mc4.mc0.mc0.mc2, tank.mc5.mc0];
var i = 0;
while (i < timeClips.length) {
timeClips[i].stop();
i++;
}
Symbol 392 MovieClip Frame 51
Symbol 478 MovieClip [__Packages.ab3.rankz.Armor_Bot_30_En_AS1] Frame 0
class ab3.rankz.Armor_Bot_30_En_AS1 extends Object
{
static var _CharsReverseLookup;
var _Armor_Bot_30_En_AS1Str, _Armor_Bot_30_En_AS1Count;
function Armor_Bot_30_En_AS1 () {
super();
}
static function Encode(str) {
var _local1 = new ab3.rankz.Armor_Bot_30_En_AS1();
return(_local1.encodeArmor_Bot_30_En_AS1(str));
}
static function Decode(str) {
var _local1 = new ab3.rankz.Armor_Bot_30_En_AS1();
return(_local1.decodeArmor_Bot_30_En_AS1(str));
}
static function StringReplaceAll(source, find, replacement) {
return(source.split(find).join(replacement));
}
static function InitReverseChars() {
_CharsReverseLookup = new Array();
var _local1 = 0;
while (_local1 < _Chars.length) {
_CharsReverseLookup[_Chars[_local1]] = _local1;
_local1++;
}
return(true);
}
static function UrlDecode(str) {
str = StringReplaceAll(str, "\\", " ");
str = unescape(str);
return(str);
}
static function UrlEncode(str) {
str = escape(str);
str = StringReplaceAll(str, "\\", "%2B");
str = StringReplaceAll(str, "%20", "+");
return(str);
}
function setArmor_Bot_30_En_AS1Str(str) {
_Armor_Bot_30_En_AS1Str = str;
_Armor_Bot_30_En_AS1Count = 0;
}
function readArmor_Bot_30_En_AS1() {
if (!_Armor_Bot_30_En_AS1Str) {
return(_EndOfInput);
}
if (_Armor_Bot_30_En_AS1Count >= _Armor_Bot_30_En_AS1Str.length) {
return(_EndOfInput);
}
var _local2 = _Armor_Bot_30_En_AS1Str.charCodeAt(_Armor_Bot_30_En_AS1Count) & 255;
_Armor_Bot_30_En_AS1Count++;
return(_local2);
}
function encodeArmor_Bot_30_En_AS1(str) {
setArmor_Bot_30_En_AS1Str(str);
var _local3 = "";
var _local2 = new Array(3);
var _local5 = 0;
var _local4 = false;
while ((!_local4) && (((_local2[0] = readArmor_Bot_30_En_AS1())) != _EndOfInput)) {
_local2[1] = readArmor_Bot_30_En_AS1();
_local2[2] = readArmor_Bot_30_En_AS1();
_local3 = _local3 + _Chars[_local2[0] >> 2];
if (_local2[1] != _EndOfInput) {
_local3 = _local3 + _Chars[((_local2[0] << 4) & 48) | (_local2[1] >> 4)];
if (_local2[2] != _EndOfInput) {
_local3 = _local3 + _Chars[((_local2[1] << 2) & 60) | (_local2[2] >> 6)];
_local3 = _local3 + _Chars[_local2[2] & 63];
} else {
_local3 = _local3 + _Chars[(_local2[1] << 2) & 60];
_local3 = _local3 + "=";
_local4 = true;
}
} else {
_local3 = _local3 + _Chars[(_local2[0] << 4) & 48];
_local3 = _local3 + "=";
_local3 = _local3 + "=";
_local4 = true;
}
_local5 = _local5 + 4;
if (_local5 >= 76) {
_local3 = _local3 + newline;
_local5 = 0;
}
}
return(_local3);
}
function readReverseArmor_Bot_30_En_AS1() {
if (!_Armor_Bot_30_En_AS1Str) {
return(_EndOfInput);
}
while (true) {
if (_Armor_Bot_30_En_AS1Count >= _Armor_Bot_30_En_AS1Str.length) {
return(_EndOfInput);
}
var _local2 = _Armor_Bot_30_En_AS1Str.charAt(_Armor_Bot_30_En_AS1Count);
_Armor_Bot_30_En_AS1Count++;
if (_CharsReverseLookup[_local2]) {
return(_CharsReverseLookup[_local2]);
}
if (_local2 == "A") {
return(0);
}
}
}
function ntos(n) {
var _local1 = n.toString(16);
if (_local1.length == 1) {
_local1 = "0" + _local1;
}
_local1 = "%" + _local1;
return(unescape(_local1));
}
function decodeArmor_Bot_30_En_AS1(str) {
setArmor_Bot_30_En_AS1Str(str);
var _local3 = "";
var _local2 = new Array(4);
var _local4 = false;
while (((!_local4) && (((_local2[0] = readReverseArmor_Bot_30_En_AS1())) != _EndOfInput)) && (((_local2[1] = readReverseArmor_Bot_30_En_AS1())) != _EndOfInput)) {
_local2[2] = readReverseArmor_Bot_30_En_AS1();
_local2[3] = readReverseArmor_Bot_30_En_AS1();
_local3 = _local3 + ntos(((_local2[0] << 2) & 255) | (_local2[1] >> 4));
if (_local2[2] != _EndOfInput) {
_local3 = _local3 + ntos(((_local2[1] << 4) & 255) | (_local2[2] >> 2));
if (_local2[3] != _EndOfInput) {
_local3 = _local3 + ntos(((_local2[2] << 6) & 255) | _local2[3]);
} else {
_local4 = true;
}
} else {
_local4 = true;
}
}
return(_local3);
}
function toHex(n) {
var _local4 = "";
var _local3 = true;
var _local1 = 32;
while (_local1 > 0) {
_local1 = _local1 - 4;
var _local2 = (n >> _local1) & 15;
if ((!_local3) || (_local2 != 0)) {
_local3 = false;
_local4 = _local4 + _Digits[_local2];
}
}
return(((_local4 == "") ? "0" : (_local4)));
}
function pad(str, len, pad) {
var _local2 = str;
var _local1 = str.length;
while (_local1 < len) {
_local2 = pad + _local2;
_local1++;
}
return(_local2);
}
function encodeHex(str) {
var _local4 = "";
var _local2 = 0;
while (_local2 < str.length) {
_local4 = _local4 + pad(toHex(str.charCodeAt(_local2) & 255), 2, "0");
_local2++;
}
return(_local4);
}
function decodeHex(str) {
var _local5 = "";
var _local3 = "";
var _local2 = 0;
while (_local2 < str.length) {
_local3 = _local3 + str.charAt(_local2);
if (_local3.length == 2) {
_local5 = _local5 + ntos(parseInt("0x" + _local3));
_local3 = "";
}
_local2++;
}
return(_local5);
}
static var _EndOfInput = -1;
static var _Chars = new Array("A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "+", "/");
static var _CharsReverseLookupInited = InitReverseChars();
static var _Digits = new Array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "a", "b", "c", "d", "e", "f");
}
Symbol 400 Button
on (release) {
stopAllSounds();
_root.gotoAndPlay("gamemenu");
}
Symbol 403 Button
on (release) {
stopAllSounds();
_root.gotoAndPlay("gamerules");
}
Symbol 406 Button
on (release) {
stopAllSounds();
_root.gotoAndPlay("gamecredits");
}
Symbol 407 MovieClip Frame 270
stop();
Symbol 412 Button
on (release) {
nextFrame();
}
Symbol 421 Button
on (release) {
prevFrame();
}
Symbol 430 MovieClip Frame 40
gotoAndPlay (35);
Symbol 437 MovieClip Frame 100
gotoAndPlay (71);
Symbol 440 MovieClip Frame 1
stop();
Symbol 440 MovieClip Frame 2
stop();
Symbol 440 MovieClip Frame 3
stop();
Symbol 440 MovieClip Frame 4
stop();
Symbol 440 MovieClip Frame 5
stop();
Symbol 440 MovieClip Frame 6
stop();
Symbol 440 MovieClip Frame 7
stop();
Symbol 440 MovieClip Frame 8
stop();
Symbol 440 MovieClip Frame 9
stop();
Symbol 440 MovieClip Frame 10
stop();
Symbol 440 MovieClip Frame 11
stop();
Symbol 440 MovieClip Frame 12
stop();
Symbol 444 Button
on (release) {
gotoAndPlay ("titlescreen");
}
Symbol 449 Button
on (release) {
gotoAndPlay ("gamebegin");
}
Symbol 453 Button
on (release) {
_root.suddendeath = 1;
gotoAndPlay ("gamebegin");
}
Symbol 471 Button
on (release) {
gotoAndPlay ("titlescreen");
}
Symbol 472 Button
on (release) {
nextFrame();
}
Symbol 475 Button
on (release) {
_root.gotoAndPlay("titlescreen");
}
Symbol 476 MovieClip Frame 1
playerscore = _root.score;
Symbol 476 MovieClip Frame 130
stop();
Symbol 476 MovieClip Frame 131
function __rankz_send__(par1, par2, par3, par4) {
par227 = new LoadVars();
par228 = new LoadVars();
par227.flashkey = par2;
par227.SU0249 = par1;
par227.bmFtZTE = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par3);
par227.c2NvcmUx = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par4 + "j%e%a%n%s");
par227.flashkey = par227.flashkey.split("=").join("");
par227.SU0249 = par227.SU0249.split("=").join("");
par228.onLoad = function (success) {
};
par227.sendAndLoad("http://rankz.armorbot.com/submit/", par228, "POST");
}
if (_root.suddendeath != 0) {
nextFrame();
}
bXlnYW1lX25hbWVfdmFyaWFibGU = playername;
bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = playerscore;
__rankz_send__("MTg1OWolZSVhJW4lcw==", "d0t1RGlFdkg=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
getURL ("http://rankz.armorbot.com/Defend_Level_60/", "_blank");
Symbol 476 MovieClip Frame 132
function __rankz_send__(par1, par2, par3, par4) {
par227 = new LoadVars();
par228 = new LoadVars();
par227.flashkey = par2;
par227.SU0249 = par1;
par227.bmFtZTE = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par3);
par227.c2NvcmUx = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par4 + "j%e%a%n%s");
par227.flashkey = par227.flashkey.split("=").join("");
par227.SU0249 = par227.SU0249.split("=").join("");
par228.onLoad = function (success) {
};
par227.sendAndLoad("http://rankz.armorbot.com/submit/", par228, "POST");
}
bXlnYW1lX25hbWVfdmFyaWFibGU = playername;
bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = playerscore;
__rankz_send__("MTg4N2olZSVhJW4lcw==", "d0tLZERXa2g=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
getURL ("http://rankz.armorbot.com/Defend_Level_60_SD/", "_blank");