Frame 1
Stage.showMenu = false;
_root.suddendeath = 0;
_root.turdfest = 0;
_root.blamstopper = 0;
_root.playerlev = 1;
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;
_root.shieldup = 0;
_root.shielded = 0;
_root.trophies = 0;
_root.invincible = 0;
_root.starfade = 0;
var currentbgm = new Sound();
_root.currentbgm.attachSound("musicloop1");
var star_sound = new Sound();
_root.star_sound.attachSound("starpower");
var zap_sound = new Sound();
_root.zap_sound.attachSound("laserhitonce");
var beam_sound = new Sound();
_root.beam_sound.attachSound("laserfiring");
_root.currentbgm.start(0, 65535);
attachMovie("Level 60", "lev60", getNextHighestDepth(), {_x:270, _y:200});
var counter = 0;
for (i in _root) {
if (_root[i] instanceof MovieClip) {
counter = counter + 1;
}
}
Frame 11
var counter = 0;
for (i in _root) {
if (_root[i] instanceof MovieClip) {
counter = counter + 1;
}
}
Frame 21
if (_root.pausegame == false) {
if ((_root.turdfest == 1) and (_root.trophies == 0)) {
attachMovie("Turd", "turd", getNextHighestDepth(), {_x:-50, _y:-50});
_root.trophies = 1;
}
if (((_root.blamstopper == 1) and (_root.trophies == 0)) and (_root.invincible < 20)) {
attachMovie("King", "king", getNextHighestDepth(), {_x:-50, _y:-50});
_root.trophies = 1;
}
}
Frame 22
if (_root.pausegame == false) {
if ((_root.blamstopper == 0) and (_root.score < 20)) {
attachMovie("Level 1", "lev01", getNextHighestDepth(), {_x:-50, _y:-50});
gotoAndPlay ("start1");
}
if (_root.blamstopper == 1) {
_root.blamposition = 1 + Math.floor(Math.random() * 4);
if (_root.blamposition == 1) {
attachMovie("0-Vote", "0vote", getNextHighestDepth(), {_x:-50, _y:Math.floor(Math.random() * 400)});
}
if (_root.blamposition == 2) {
attachMovie("0-Vote", "0vote", getNextHighestDepth(), {_x:590, _y:Math.floor(Math.random() * 400)});
}
if (_root.blamposition == 3) {
attachMovie("0-Vote", "0vote", getNextHighestDepth(), {_x:Math.floor(Math.random() * 540), _y:-50});
}
if (_root.blamposition == 4) {
attachMovie("0-Vote", "0vote", getNextHighestDepth(), {_x:Math.floor(Math.random() * 540), _y:500});
}
gotoAndPlay ("start1");
}
}
Frame 23
if (_root.blamstopper == 1) {
gotoAndPlay ("start1");
}
Frame 27
if (_root.pausegame == false) {
if (counter < 10) {
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();
var counter = 0;
for (i in _root) {
if (_root[i] instanceof MovieClip) {
counter = counter + 1;
}
}
if (counter <= (2 + _root.turdfest)) {
attachMovie("Level 24", "lev24", getNextHighestDepth(), {_x:270, _y:475});
} else {
gotoAndPlay(_root._currentframe - 10);
}
Frame 29
play();
Frame 34
var counter = 0;
for (i in _root) {
if (_root[i] instanceof MovieClip) {
counter = counter + 1;
}
}
Frame 50
if (_root.pausegame == false) {
if ((_root.turdfest == 1) and (_root.trophies == 0)) {
attachMovie("Turd", "turd", getNextHighestDepth(), {_x:-50, _y:-50});
_root.trophies = 1;
}
}
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 (counter < 10) {
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();
var counter = 0;
for (i in _root) {
if (_root[i] instanceof MovieClip) {
counter = counter + 1;
}
}
if (counter <= (2 + _root.turdfest)) {
attachMovie("Level 33a", "lev33a", getNextHighestDepth(), {_x:270, _y:475});
} else {
gotoAndPlay(_root._currentframe - 10);
}
Frame 60
play();
stopAllSounds();
var currentbgm = new Sound();
_root.currentbgm.attachSound("musicloop2");
_root.currentbgm.start(0, 65535);
Frame 62
play();
Frame 68
var counter = 0;
for (i in _root) {
if (_root[i] instanceof MovieClip) {
counter = counter + 1;
}
}
Frame 74
if (_root.pausegame == false) {
if ((_root.turdfest == 1) and (_root.trophies == 0)) {
attachMovie("Turd", "turd", getNextHighestDepth(), {_x:-50, _y:-50});
_root.trophies = 1;
}
}
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 (counter < 10) {
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 (counter < 10) {
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();
var counter = 0;
for (i in _root) {
if (_root[i] instanceof MovieClip) {
counter = counter + 1;
}
}
if (counter <= (2 + _root.turdfest)) {
attachMovie("Level 29", "lev29", getNextHighestDepth(), {_x:270, _y:475});
} else {
gotoAndPlay(_root._currentframe - 10);
}
Frame 100
play();
if (_root.whistle == -1) {
_root.whistle = 0;
}
Frame 104
var counter = 0;
for (i in _root) {
if (_root[i] instanceof MovieClip) {
counter = counter + 1;
}
}
Frame 120
if (_root.pausegame == false) {
if ((_root.turdfest == 1) and (_root.trophies == 0)) {
attachMovie("Turd", "turd", getNextHighestDepth(), {_x:-50, _y:-50});
_root.trophies = 1;
}
}
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 (counter < 10) {
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 (counter < 10) {
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 (counter < 10) {
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();
var counter = 0;
for (i in _root) {
if (_root[i] instanceof MovieClip) {
counter = counter + 1;
}
}
if (counter <= (2 + _root.turdfest)) {
attachMovie("Level 34a", "lev34a", getNextHighestDepth(), {_x:270, _y:550});
} else {
gotoAndPlay(_root._currentframe - 10);
}
Frame 157
play();
stopAllSounds();
var currentbgm = new Sound();
_root.currentbgm.attachSound("musicloop3");
_root.currentbgm.start(0, 65535);
if (_root.whistle == -1) {
_root.whistle = 0;
}
Frame 159
play();
if (_root.whistle == -1) {
_root.whistle = 0;
}
Frame 167
var counter = 0;
for (i in _root) {
if (_root[i] instanceof MovieClip) {
counter = counter + 1;
}
}
Frame 178
if (_root.pausegame == false) {
if ((_root.turdfest == 1) and (_root.trophies == 0)) {
attachMovie("Turd", "turd", getNextHighestDepth(), {_x:-50, _y:-50});
_root.trophies = 1;
}
}
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 > 7) and (_root.makewhistle > (counter - 2))) {
attachMovie("Deity", "deity", getNextHighestDepth(), {_x:-50, _y:-50});
_root.whistle = 1;
}
}
if (_root.shieldup == 0) {
_root.makeshield = 1 + Math.floor(Math.random() * _root.lev60.damage);
if ((_root.makeshield > 20) or (_root.makeshield == 10)) {
attachMovie("Shield", "shield", getNextHighestDepth(), {_x:-50, _y:-50});
_root.shieldup = 1;
}
}
}
Frame 200
if (_root.pausegame == false) {
if (counter < 10) {
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) {
if (counter < 5) {
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();
var counter = 0;
for (i in _root) {
if (_root[i] instanceof MovieClip) {
counter = counter + 1;
}
}
if (counter <= ((2 + _root.turdfest) + _root.shielded)) {
attachMovie("Level 46", "lev46", getNextHighestDepth(), {_x:270, _y:475});
} else {
gotoAndPlay(_root._currentframe - 10);
}
Frame 202
play();
if (_root.whistle == -1) {
_root.whistle = 0;
}
Frame 208
var counter = 0;
for (i in _root) {
if (_root[i] instanceof MovieClip) {
counter = counter + 1;
}
}
Frame 226
if (_root.pausegame == false) {
if ((_root.turdfest == 1) and (_root.trophies == 0)) {
attachMovie("Turd", "turd", getNextHighestDepth(), {_x:-50, _y:-50});
_root.trophies = 1;
}
}
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 > 7) and (_root.makewhistle > (counter - 2))) {
attachMovie("Deity", "deity", getNextHighestDepth(), {_x:-50, _y:-50});
_root.whistle = 1;
}
}
if (_root.shieldup == 0) {
_root.makeshield = 1 + Math.floor(Math.random() * _root.lev60.damage);
if ((_root.makeshield > 20) or (_root.makeshield == 10)) {
attachMovie("Shield", "shield", getNextHighestDepth(), {_x:-50, _y:-50});
_root.shieldup = 1;
}
}
if (_root.trophies == 0) {
_root.makeaward = 1 + Math.floor(Math.random() * 10);
if (_root.makeaward == 1) {
attachMovie("Turd", "turd", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeaward == 2) {
attachMovie("Underdog", "underdog", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeaward == 3) {
attachMovie("Review", "review", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeaward == 4) {
attachMovie("King", "king", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeaward == 5) {
attachMovie("Daily", "daily", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeaward == 6) {
attachMovie("Weekly", "weekly", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeaward <= 6) {
_root.trophies = 1;
}
}
}
Frame 245
if (_root.pausegame == false) {
if (counter < 10) {
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) {
if (counter < 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) {
if (counter < 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) {
if (counter < 5) {
attachMovie("Level 28", "lev28", getNextHighestDepth(), {_x:-50, _y:-50});
}
}
}
}
}
if (_root.score < 3800) {
gotoAndPlay ("start6");
}
Frame 262
if (_root.pausegame == false) {
if (counter < 10) {
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) {
if (counter < 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) {
if (counter < 5) {
attachMovie("Level 28", "lev28", getNextHighestDepth(), {_x:-50, _y:-50});
}
}
}
}
}
if (_root.score < 4000) {
gotoAndPlay ("start6");
} else {
gotoAndPlay ("boss6");
}
Frame 263
stop();
var counter = 0;
for (i in _root) {
if (_root[i] instanceof MovieClip) {
counter = counter + 1;
}
}
if (counter <= ((2 + _root.turdfest) + _root.shielded)) {
attachMovie("Level 44", "lev44", getNextHighestDepth(), {_x:-50, _y:-120});
} else {
gotoAndPlay(_root._currentframe - 10);
}
Frame 264
play();
stopAllSounds();
var currentbgm = new Sound();
_root.currentbgm.attachSound("musicloop4");
_root.currentbgm.start(0, 65535);
if (_root.whistle == -1) {
_root.whistle = 0;
}
_root.trophies = 0;
Frame 266
play();
if (_root.whistle == -1) {
_root.whistle = 0;
}
Frame 278
var counter = 0;
for (i in _root) {
if (_root[i] instanceof MovieClip) {
counter = counter + 1;
}
}
Frame 298
if (_root.pausegame == false) {
if ((_root.turdfest == 1) and (_root.trophies == 0)) {
attachMovie("Turd", "turd", getNextHighestDepth(), {_x:-50, _y:-50});
_root.trophies = 1;
}
}
Frame 299
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 > 7) and (_root.makewhistle > (counter - 2))) {
attachMovie("Deity", "deity", getNextHighestDepth(), {_x:-50, _y:-50});
_root.whistle = 1;
}
}
if (_root.shieldup == 0) {
_root.makeshield = 1 + Math.floor(Math.random() * _root.lev60.damage);
if ((_root.makeshield > 20) or (_root.makeshield == 10)) {
attachMovie("Shield", "shield", getNextHighestDepth(), {_x:-50, _y:-50});
_root.shieldup = 1;
}
}
if (_root.trophies == 0) {
_root.makeaward = 1 + Math.floor(Math.random() * 10);
if (_root.makeaward == 1) {
attachMovie("Turd", "turd", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeaward == 2) {
attachMovie("Underdog", "underdog", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeaward == 3) {
attachMovie("Review", "review", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeaward == 4) {
attachMovie("King", "king", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeaward == 5) {
attachMovie("Daily", "daily", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeaward == 6) {
attachMovie("Weekly", "weekly", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeaward <= 6) {
_root.trophies = 1;
}
}
}
Frame 317
if (_root.pausegame == false) {
if (counter < 10) {
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) {
if (counter < 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) {
if (counter < 4) {
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) {
if (counter < 5) {
attachMovie("Level 28", "lev28", getNextHighestDepth(), {_x:-50, _y:-50});
}
}
}
}
}
if (_root.score < 5250) {
gotoAndPlay ("start7");
}
Frame 327
if (_root.pausegame == false) {
if (counter < 10) {
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) {
if (counter < 4) {
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) {
if (counter < 4) {
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) {
if (counter < 4) {
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 328
stop();
var counter = 0;
for (i in _root) {
if (_root[i] instanceof MovieClip) {
counter = counter + 1;
}
}
if (counter <= ((2 + _root.turdfest) + _root.shielded)) {
attachMovie("Level 47", "lev47", getNextHighestDepth(), {_x:270, _y:500});
} else {
gotoAndPlay(_root._currentframe - 10);
}
Frame 329
play();
if (_root.whistle == -1) {
_root.whistle = 0;
}
Frame 335
var counter = 0;
for (i in _root) {
if (_root[i] instanceof MovieClip) {
counter = counter + 1;
}
}
Frame 362
if (_root.pausegame == false) {
if ((_root.turdfest == 1) and (_root.trophies == 0)) {
attachMovie("Turd", "turd", getNextHighestDepth(), {_x:-50, _y:-50});
_root.trophies = 1;
}
}
Frame 363
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 > 7) and (_root.makewhistle > (counter - 2))) {
attachMovie("Deity", "deity", getNextHighestDepth(), {_x:-50, _y:-50});
_root.whistle = 1;
}
}
if (_root.shieldup == 0) {
_root.makeshield = 1 + Math.floor(Math.random() * _root.lev60.damage);
if ((_root.makeshield > 20) or (_root.makeshield == 10)) {
attachMovie("Shield", "shield", getNextHighestDepth(), {_x:-50, _y:-50});
_root.shieldup = 1;
}
}
if (_root.trophies == 0) {
_root.makeaward = 1 + Math.floor(Math.random() * 10);
if (_root.makeaward == 1) {
attachMovie("Turd", "turd", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeaward == 2) {
attachMovie("Underdog", "underdog", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeaward == 3) {
attachMovie("Review", "review", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeaward == 4) {
attachMovie("King", "king", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeaward == 5) {
attachMovie("Daily", "daily", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeaward == 6) {
attachMovie("Weekly", "weekly", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeaward <= 6) {
_root.trophies = 1;
}
}
}
Frame 383
if (_root.pausegame == false) {
if (counter < 10) {
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 37", "lev37", 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) {
if (counter < 4) {
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 37", "lev37", 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) {
if (counter < 4) {
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) {
if (counter < 4) {
attachMovie("Level 42", "lev42", getNextHighestDepth(), {_x:-50, _y:-50});
}
}
}
}
}
if (_root.score < 8500) {
gotoAndPlay ("start8");
} else {
gotoAndPlay ("boss8");
}
Frame 384
stop();
var counter = 0;
for (i in _root) {
if (_root[i] instanceof MovieClip) {
counter = counter + 1;
}
}
if (counter <= ((2 + _root.turdfest) + _root.shielded)) {
attachMovie("Level 57", "lev57", getNextHighestDepth(), {_x:-100, _y:500});
} else {
gotoAndPlay(_root._currentframe - 10);
}
Frame 385
play();
stopAllSounds();
var currentbgm = new Sound();
_root.currentbgm.attachSound("musicloop5");
_root.currentbgm.start(0, 65535);
if (_root.whistle == -1) {
_root.whistle = 0;
}
_root.trophies = 0;
Frame 387
play();
if (_root.whistle == -1) {
_root.whistle = 0;
}
Frame 392
var counter = 0;
for (i in _root) {
if (_root[i] instanceof MovieClip) {
counter = counter + 1;
}
}
Frame 431
if (_root.pausegame == false) {
if ((_root.turdfest == 1) and (_root.trophies == 0)) {
attachMovie("Turd", "turd", getNextHighestDepth(), {_x:-50, _y:-50});
_root.trophies = 1;
}
}
Frame 432
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 > 7) and (_root.makewhistle > (counter - 2))) {
attachMovie("Deity", "deity", getNextHighestDepth(), {_x:-50, _y:-50});
_root.whistle = 1;
}
}
if (_root.shieldup == 0) {
_root.makeshield = 1 + Math.floor(Math.random() * _root.lev60.damage);
if ((_root.makeshield > 20) or (_root.makeshield == 10)) {
attachMovie("Shield", "shield", getNextHighestDepth(), {_x:-50, _y:-50});
_root.shieldup = 1;
}
}
if (_root.trophies == 0) {
_root.makeaward = 1 + Math.floor(Math.random() * 10);
if (_root.makeaward == 1) {
attachMovie("Turd", "turd", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeaward == 2) {
attachMovie("Underdog", "underdog", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeaward == 3) {
attachMovie("Review", "review", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeaward == 4) {
attachMovie("King", "king", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeaward == 5) {
attachMovie("Daily", "daily", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeaward == 6) {
attachMovie("Weekly", "weekly", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeaward <= 6) {
_root.trophies = 1;
}
}
}
Frame 457
if (_root.pausegame == false) {
if (counter < 10) {
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 458
stop();
var counter = 0;
for (i in _root) {
if (_root[i] instanceof MovieClip) {
counter = counter + 1;
}
}
if (counter <= ((2 + _root.turdfest) + _root.shielded)) {
attachMovie("Level 58", "lev58", getNextHighestDepth(), {_x:-150, _y:550});
} else {
gotoAndPlay(_root._currentframe - 10);
}
Frame 459
play();
if (_root.whistle == -1) {
_root.whistle = 0;
}
Frame 464
var counter = 0;
for (i in _root) {
if (_root[i] instanceof MovieClip) {
counter = counter + 1;
}
}
Frame 497
if (_root.pausegame == false) {
if ((_root.turdfest == 1) and (_root.trophies == 0)) {
attachMovie("Turd", "turd", getNextHighestDepth(), {_x:-50, _y:-50});
_root.trophies = 1;
}
}
Frame 498
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 > 7) and (_root.makewhistle > (counter - 2))) {
attachMovie("Deity", "deity", getNextHighestDepth(), {_x:-50, _y:-50});
_root.whistle = 1;
}
}
if (_root.shieldup == 0) {
_root.makeshield = 1 + Math.floor(Math.random() * _root.lev60.damage);
if ((_root.makeshield > 20) or (_root.makeshield == 10)) {
attachMovie("Shield", "shield", getNextHighestDepth(), {_x:-50, _y:-50});
_root.shieldup = 1;
}
}
if (_root.trophies == 0) {
_root.makeaward = 1 + Math.floor(Math.random() * 10);
if (_root.makeaward == 1) {
attachMovie("Turd", "turd", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeaward == 2) {
attachMovie("Underdog", "underdog", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeaward == 3) {
attachMovie("Review", "review", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeaward == 4) {
attachMovie("King", "king", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeaward == 5) {
attachMovie("Daily", "daily", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeaward == 6) {
attachMovie("Weekly", "weekly", getNextHighestDepth(), {_x:-50, _y:-50});
}
if (_root.makeaward <= 6) {
_root.trophies = 1;
}
}
}
Frame 538
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 568
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 569
stop();
var counter = 0;
for (i in _root) {
if (_root[i] instanceof MovieClip) {
counter = counter + 1;
}
}
if (counter <= ((2 + _root.turdfest) + _root.shielded)) {
attachMovie("Level 59", "lev59", getNextHighestDepth(), {_x:-150, _y:550});
} else {
gotoAndPlay(_root._currentframe - 10);
}
Frame 570
play();
Frame 579
if (_root.pausegame == false) {
if ((_root.turdfest == 1) and (_root.trophies == 0)) {
attachMovie("Turd", "turd", getNextHighestDepth(), {_x:-50, _y:-50});
_root.trophies = 1;
}
}
Frame 580
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 581
stopAllSounds();
_root.pausegame = false;
for (checkobj in _root) {
if (_root[checkobj] instanceof MovieClip) {
swapDepths(checkobj);
removeMovieClip(checkobj);
} else {
gotoAndStop ("end");
}
}
Frame 582
gotoAndPlay ("gameover");
Symbol 15 MovieClip Frame 13
if (_root.invincible > 0) {
gotoAndPlay (2);
}
Instance of Symbol 15 MovieClip in Symbol 16 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 == 1) {
_parent.damage = 99;
_parent.health = 1;
} else if (_root.blamstopper == 1) {
_parent.damage = 90;
_parent.health = 10;
} else {
_parent.damage = 0;
_parent.health = 100;
}
}
onClipEvent (enterFrame) {
if ((_parent.health > (100 - _parent.damage)) and (_root.pausegame == false)) {
if (_root.shielded == 0) {
if (_root.invincible > 0) {
_parent.damage = 100 - _parent.health;
} else {
_parent.health = _parent.health - 1;
}
} else if (_root.invincible > 0) {
_parent.damage = 100 - _parent.health;
} else {
_root.shield.damage = _root.shield.damage + 1;
_parent.damage = _parent.damage - 1;
}
}
if ((_root.invincible > 0) and (_root.pausegame == false)) {
_root.invincible = _root.invincible - 1;
}
if (_root.invincible > 20) {
_root.star_sound.setVolume(100);
} else if (_root.invincible > 0) {
_root.star_sound.setVolume(_root.invincible * 5);
} else {
_root.currentbgm.setVolume(100);
}
if (_root.invincible > 0) {
play();
} else {
gotoAndStop (1);
}
if (_root.invincible == 1) {
_root.star_sound.stop();
_root.currentbgm.start(0, 65535);
}
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);
}
}
onClipEvent (keyDown) {
if (Key.isDown(32)) {
_root.unusedvariablesixtyfour = 1;
} else {
_root.gotoAndStop("gameover");
}
}
Instance of Symbol 19 MovieClip in Symbol 20 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();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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 (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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 + 1;
_parent.swapDepths(1);
removeMovieClip(_parent);
}
} else {
stop();
}
}
on (press) {
if (_root.pausegame == false) {
_root.zap_sound.start();
_root.score = _root.score + 2;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
Instance of Symbol 22 MovieClip in Symbol 23 MovieClip [0-Vote] Frame 1
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
_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 (_root.daily.dragged == 2) {
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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)) {
if (_root.invincible < 1) {
_root.lev60.damage = _root.lev60.damage + 1;
} else {
_root.score = _root.score + 1;
}
_parent.swapDepths(1);
removeMovieClip(_parent);
}
}
}
Instance of Symbol 26 MovieClip in Symbol 27 MovieClip [Level 1] Frame 1
onClipEvent (load) {
if (_root.blamstopper == 1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
_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) {
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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 (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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.zap_sound.start();
_root.score = _root.score + 1;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
Instance of Symbol 30 MovieClip in Symbol 31 MovieClip [Level 14c] Frame 1
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
_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 (_root.daily.dragged == 2) {
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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 + 3;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
if (_root.pausegame == false) {
_root.zap_sound.start();
_root.score = _root.score + 2;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
Instance of Symbol 34 MovieClip in Symbol 35 MovieClip [Level 8b] Frame 1
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
_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 (_root.daily.dragged == 2) {
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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._y = _parent._y - (_root.yMove * 15);
_parent._x = _parent._x - (_root.xMove * 15);
}
}
}
on (press) {
if (_root.pausegame == false) {
_root.zap_sound.start();
_root.score = _root.score + 2;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
Instance of Symbol 38 MovieClip in Symbol 39 MovieClip [Level 2b] Frame 1
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
_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 (_root.daily.dragged == 2) {
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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 + 1;
_parent.swapDepths(1);
removeMovieClip(_parent);
}
}
}
on (press) {
if (_root.pausegame == false) {
_root.zap_sound.start();
_root.score = _root.score + 1;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
Instance of Symbol 42 MovieClip in Symbol 43 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) {
_root.zap_sound.start();
if (_root.piecesgone == 7) {
_root.score = _root.score + 200;
if (_root.suddendeath == 1) {
_root.lev60.damage = _root.lev60.damage - 5;
}
_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 42 MovieClip in Symbol 44 MovieClip [Level 33c] Frame 1
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_parent._y = _parent._y - 2;
_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.zap_sound.start();
_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 42 MovieClip in Symbol 45 MovieClip [Level 33b] Frame 1
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_parent._y = _parent._y - 3;
_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.zap_sound.start();
_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 48 MovieClip in Symbol 49 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) {
_root.zap_sound.start();
if (_root.piecesgone == 26) {
_root.score = _root.score + 500;
if (_root.suddendeath == 1) {
_root.lev60.damage = _root.lev60.damage - 10;
}
_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 48 MovieClip in Symbol 50 MovieClip [Level 34c] 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 + 3;
_parent._y = _parent._y + 30;
}
}
}
on (press) {
if (_root.pausegame == false) {
_root.zap_sound.start();
_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 48 MovieClip in Symbol 51 MovieClip [Level 34b] Frame 1
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_parent._y = _parent._y - 2;
_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.zap_sound.start();
_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 48 MovieClip in Symbol 52 MovieClip [Level 34a] 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 + 12;
_parent._y = _parent._y + 30;
}
}
}
on (press) {
if (_root.pausegame == false) {
_root.zap_sound.start();
_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 42 MovieClip in Symbol 53 MovieClip [Level 33a] Frame 1
onClipEvent (load) {
_root.piecesgone = 0;
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_parent._y = _parent._y - 4;
_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.zap_sound.start();
_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 30 MovieClip in Symbol 54 MovieClip [Level 14b] Frame 1
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
_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 (_root.daily.dragged == 2) {
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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 + 7;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
if (_root.pausegame == false) {
_root.zap_sound.start();
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 57 MovieClip in Symbol 58 MovieClip [Level 55c] Frame 1
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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 (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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 + 5;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
if (_root.pausegame == false) {
_root.zap_sound.start();
_root.score = _root.score + 5;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
Instance of Symbol 57 MovieClip in Symbol 59 MovieClip [Level 55b] Frame 1
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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 (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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 + 10;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
if (_root.pausegame == false) {
_root.zap_sound.start();
_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 57 MovieClip in Symbol 60 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) {
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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 (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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 + 25;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
if (_root.pausegame == false) {
_root.zap_sound.start();
_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 30 MovieClip in Symbol 61 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) {
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
_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 (_root.daily.dragged == 2) {
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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) {
_root.zap_sound.start();
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 64 MovieClip in Symbol 65 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) {
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
_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 (_root.daily.dragged == 2) {
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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.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) {
_root.zap_sound.start();
_parent.damage = _parent.damage - 1;
}
}
Instance of Symbol 68 MovieClip in Symbol 69 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) {
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
_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 (_root.daily.dragged == 2) {
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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 72 MovieClip in Symbol 73 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) {
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
_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 (_root.daily.dragged == 2) {
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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 76 MovieClip in Symbol 77 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) {
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
_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 (_root.daily.dragged == 2) {
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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.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)) {
if (_parent.attacked == 1) {
_root.beam_sound.stop("laserfiring");
}
_root.lev60.damage = _root.lev60.damage + 10;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_parent.damage > 15) {
_root.beam_sound.stop("laserfiring");
_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) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
on (release) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOut) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOver) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
Instance of Symbol 80 MovieClip in Symbol 81 MovieClip [Level 40b] Frame 1
onClipEvent (load) {
_parent.damage = 0;
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
_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 (_root.daily.dragged == 2) {
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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)) {
if (_parent.attacked == 1) {
_root.beam_sound.stop("laserfiring");
}
_root.lev60.damage = _root.lev60.damage + 8;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_parent.damage > 10) {
_root.beam_sound.stop("laserfiring");
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) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
on (release) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOut) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOver) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
Instance of Symbol 80 MovieClip in Symbol 82 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) {
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
_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 (_root.daily.dragged == 2) {
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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)) {
if (_parent.attacked == 1) {
_root.beam_sound.stop("laserfiring");
}
_root.lev60.damage = _root.lev60.damage + 12;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_parent.damage > 10) {
_root.beam_sound.stop("laserfiring");
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) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
on (release) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOut) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOver) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
Instance of Symbol 85 MovieClip in Symbol 86 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) {
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
_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 (_root.daily.dragged == 2) {
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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.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)) {
if (_parent.attacked == 1) {
_root.beam_sound.stop("laserfiring");
}
_root.lev60.damage = _root.lev60.damage + 8;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_parent.damage > 15) {
_root.beam_sound.stop("laserfiring");
_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) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
on (release) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOut) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOver) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
Instance of Symbol 34 MovieClip in Symbol 87 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) {
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
_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 (_root.daily.dragged == 2) {
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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 + 4;
_parent._y = _parent._y - (_root.yMove * 30);
_parent._x = _parent._x - (_root.xMove * 30);
}
}
}
on (press) {
if (_root.pausegame == false) {
_root.zap_sound.start();
_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 38 MovieClip in Symbol 88 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) {
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
_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 (_root.daily.dragged == 2) {
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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.zap_sound.start();
_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 91 MovieClip Frame 21
replay = 1 + Math.floor(Math.random() * 5);
if (replay < 3) {
gotoAndPlay (27);
}
Symbol 91 MovieClip Frame 25
gotoAndPlay (18);
Symbol 91 MovieClip Frame 34
gotoAndPlay (10);
Instance of Symbol 91 MovieClip in Symbol 92 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();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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 (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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;
}
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.beam_sound.stop("laserfiring");
_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) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
on (release) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOut) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOver) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
Instance of Symbol 95 MovieClip in Symbol 96 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();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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 + 315;
}
if (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 + 315;
}
if (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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 + 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.beam_sound.stop("laserfiring");
_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) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
on (release) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOut) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOver) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
Instance of Symbol 99 MovieClip in Symbol 100 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();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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 (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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 + 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.beam_sound.stop("laserfiring");
_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) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
on (release) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOut) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOver) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
Symbol 103 MovieClip Frame 15
gotoAndPlay (2);
Instance of Symbol 103 MovieClip in Symbol 104 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();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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;
}
if (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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;
}
if (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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;
}
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.beam_sound.stop("laserfiring");
_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) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
on (release) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOut) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOver) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
Instance of Symbol 107 MovieClip in Symbol 108 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) {
_width = (75 - _parent.damage);
_height = (75 - _parent.damage);
if (_root.pausegame == false) {
play();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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 (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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 + 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.beam_sound.stop("laserfiring");
_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) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
on (release) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOut) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOver) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
Instance of Symbol 111 MovieClip in Symbol 112 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();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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;
}
if (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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;
}
if (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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;
}
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.beam_sound.stop("laserfiring");
_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) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
on (release) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOut) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOver) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
Instance of Symbol 115 MovieClip in Symbol 116 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();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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 + 180;
}
if (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 + 180;
}
if (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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 + 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.beam_sound.stop("laserfiring");
_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) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
on (release) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOut) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOver) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
Instance of Symbol 119 MovieClip in Symbol 120 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();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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 (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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 + 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.beam_sound.stop("laserfiring");
_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) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
on (release) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOut) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOver) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
Instance of Symbol 123 MovieClip in Symbol 124 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) {
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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 / 70);
_root.xMove = Math.round(_root.xChange / 70);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 90;
}
if (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _parent._x);
_root.yMove = Math.round(_root.yChange / 70);
_root.xMove = Math.round(_root.xChange / 70);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 90;
}
if (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _parent._x);
_root.yMove = Math.round(_root.yChange / 70);
_root.xMove = Math.round(_root.xChange / 70);
_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.beam_sound.stop("laserfiring");
_root.score = _root.score + 5;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
on (release) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOut) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOver) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
Symbol 127 MovieClip Frame 41
gotoAndPlay (10);
Instance of Symbol 127 MovieClip in Symbol 128 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();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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 (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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.beam_sound.stop("laserfiring");
_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) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
on (release) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOut) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOver) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
Instance of Symbol 131 MovieClip in Symbol 132 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();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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 (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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;
}
_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) {
_root.zap_sound.start();
_parent.healtime = 10;
_parent.damage = _parent.damage + 1;
}
}
Instance of Symbol 135 MovieClip in Symbol 136 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();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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 (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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.beam_sound.stop("laserfiring");
_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) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
on (release) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOut) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOver) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
Instance of Symbol 139 MovieClip in Symbol 140 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();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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 (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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.beam_sound.stop("laserfiring");
_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) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
on (release) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOut) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOver) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
Symbol 143 MovieClip Frame 36
gotoAndPlay (9);
Instance of Symbol 143 MovieClip in Symbol 144 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();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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;
}
if (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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;
}
if (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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;
}
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.beam_sound.stop("laserfiring");
_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) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
on (release) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOut) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOver) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
Symbol 148 MovieClip Frame 21
gotoAndPlay (2);
Instance of Symbol 148 MovieClip in Symbol 149 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();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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 (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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)) {
if (_parent.attacked == 1) {
_root.beam_sound.stop("laserfiring");
}
_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.beam_sound.stop("laserfiring");
_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) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
on (release) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOut) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOver) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
Symbol 152 MovieClip Frame 1
goback = 0;
Symbol 152 MovieClip Frame 10
goback = 1 + Math.floor(Math.random() * 5);
if (goback < 4) {
gotoAndPlay (7);
}
Instance of Symbol 152 MovieClip in Symbol 153 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();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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;
}
if (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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;
}
if (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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;
}
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)) {
if (_parent.attacked == 1) {
_root.beam_sound.stop("laserfiring");
}
_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.beam_sound.stop("laserfiring");
_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) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
on (release) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOut) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOver) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
Symbol 156 MovieClip Frame 21
gotoAndPlay (2);
Instance of Symbol 156 MovieClip in Symbol 157 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();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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 (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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)) {
if (_parent.attacked == 1) {
_root.beam_sound.stop("laserfiring");
}
_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.beam_sound.stop("laserfiring");
_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) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
on (release) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOut) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOver) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
Symbol 160 MovieClip Frame 25
gotoAndPlay (10);
Instance of Symbol 160 MovieClip in Symbol 161 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();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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 (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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)) {
if (_parent.attacked == 1) {
_root.beam_sound.stop("laserfiring");
}
_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.beam_sound.stop("laserfiring");
_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) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
on (release) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOut) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOver) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
Instance of Symbol 68 MovieClip in Symbol 162 MovieClip [Level 36b] Frame 1
onClipEvent (load) {
_parent.damage = 10;
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
_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 (_root.daily.dragged == 2) {
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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._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.beam_sound.stop("laserfiring");
_root.score = _root.score + 8;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
on (release) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOut) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOver) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
Instance of Symbol 64 MovieClip in Symbol 163 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) {
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
_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 (_root.daily.dragged == 2) {
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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 + 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;
_root.beam_sound.stop("laserfiring");
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
on (release) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOut) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOver) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
Instance of Symbol 80 MovieClip in Symbol 164 MovieClip [Level 40c] Frame 1
onClipEvent (load) {
_parent.damage = 0;
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
_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 (_root.daily.dragged == 2) {
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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._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)) {
if (_parent.attacked == 1) {
_root.beam_sound.stop("laserfiring");
}
_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.beam_sound.stop("laserfiring");
_root.score = _root.score + 6;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
on (release) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOut) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOver) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
Instance of Symbol 72 MovieClip in Symbol 165 MovieClip [Level 31b] Frame 1
onClipEvent (load) {
_parent.damage = 10;
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
_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 (_root.daily.dragged == 2) {
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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._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)) {
if (_parent.attacked == 1) {
_root.beam_sound.stop("laserfiring");
}
_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.beam_sound.stop("laserfiring");
_root.score = _root.score + 8;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
on (release) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOut) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOver) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
Instance of Symbol 76 MovieClip in Symbol 166 MovieClip [Level 22b] Frame 1
onClipEvent (load) {
_parent.damage = 0;
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
_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 (_root.daily.dragged == 2) {
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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)) {
if (_parent.attacked == 1) {
_root.beam_sound.stop("laserfiring");
}
_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.beam_sound.stop("laserfiring");
_root.score = _root.score + 6;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
on (release) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOut) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOver) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
Instance of Symbol 85 MovieClip in Symbol 167 MovieClip [Level 18b] Frame 1
onClipEvent (load) {
_parent.damage = 0;
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
_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 (_root.daily.dragged == 2) {
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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)) {
if (_parent.attacked == 1) {
_root.beam_sound.stop("laserfiring");
}
_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.beam_sound.stop("laserfiring");
_root.score = _root.score + 5;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.whistle == -1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
on (release) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOut) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOver) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
Instance of Symbol 170 MovieClip in Symbol 171 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) {
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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 / 70);
_root.xMove = Math.round(_root.xChange / 70);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 90;
}
if (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _parent._x);
_root.yMove = Math.round(_root.yChange / 70);
_root.xMove = Math.round(_root.xChange / 70);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 90;
}
if (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _parent._x);
_root.yMove = Math.round(_root.yChange / 70);
_root.xMove = Math.round(_root.xChange / 70);
_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)) {
if (_parent.attacked == 1) {
_root.beam_sound.stop("laserfiring");
}
_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.beam_sound.stop("laserfiring");
_root.score = _root.score + 5;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
on (release) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOut) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOver) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
Instance of Symbol 174 MovieClip in Symbol 175 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) {
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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 (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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._y = _parent._y - (_root.yMove * 10);
_parent._x = _parent._x - (_root.xMove * 10);
}
}
}
on (press) {
if (_root.pausegame == false) {
_root.zap_sound.start();
_root.score = _root.score + 2;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
Instance of Symbol 180 MovieClip in Symbol 181 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();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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 (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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) {
_root.zap_sound.start();
_parent.health = _parent.health - 20;
}
}
Instance of Symbol 185 MovieClip in Symbol 186 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();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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;
}
if (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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;
}
if (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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) {
_root.zap_sound.start();
_parent.health = _parent.health - 15;
}
}
Instance of Symbol 189 MovieClip in Symbol 190 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();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_parent._rotation = myDegrees + 45;
}
if (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_parent._rotation = myDegrees + 45;
}
if (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_parent._rotation = myDegrees + 45;
}
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;
}
_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) {
_root.zap_sound.start();
_parent.health = _parent.health - 8;
}
}
Instance of Symbol 189 MovieClip in Symbol 190 MovieClip [Level 48] Frame 2
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_parent.play();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_parent._rotation = myDegrees + 45;
}
if (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_parent._rotation = myDegrees + 45;
}
if (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_parent._rotation = myDegrees + 45;
}
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;
}
_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 189 MovieClip in Symbol 190 MovieClip [Level 48] Frame 50
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
_parent.play();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_parent._rotation = myDegrees + 45;
}
if (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_parent._rotation = myDegrees + 45;
}
if (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_parent._rotation = myDegrees + 45;
}
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.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 190 MovieClip [Level 48] Frame 57
if (_root.pausegame == false) {
gotoAndPlay (5);
}
Instance of Symbol 189 MovieClip in Symbol 190 MovieClip [Level 48] Frame 57
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_parent.play();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_parent._rotation = myDegrees + 45;
}
if (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_parent._rotation = myDegrees + 45;
}
if (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_parent._rotation = myDegrees + 45;
}
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;
}
_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 193 MovieClip in Symbol 194 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();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_parent._rotation = myDegrees + 180;
}
if (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_parent._rotation = myDegrees + 180;
}
if (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_parent._rotation = myDegrees + 180;
}
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;
}
_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 193 MovieClip in Symbol 194 MovieClip [Level 41] Frame 2
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_parent.play();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_parent._rotation = myDegrees + 180;
}
if (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_parent._rotation = myDegrees + 180;
}
if (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_parent._rotation = myDegrees + 180;
}
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;
}
_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 193 MovieClip in Symbol 194 MovieClip [Level 41] Frame 25
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
_parent.play();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_parent._rotation = myDegrees + 180;
}
if (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_parent._rotation = myDegrees + 180;
}
if (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_parent._rotation = myDegrees + 180;
}
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.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 194 MovieClip [Level 41] Frame 35
if (_root.pausegame == false) {
gotoAndPlay (5);
}
Instance of Symbol 193 MovieClip in Symbol 194 MovieClip [Level 41] Frame 35
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
play();
_parent.play();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_parent._rotation = myDegrees + 180;
}
if (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_parent._rotation = myDegrees + 180;
}
if (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_parent._rotation = myDegrees + 180;
}
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;
}
_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) {
_root.zap_sound.start();
_parent.health = _parent.health - 8;
}
}
Instance of Symbol 197 MovieClip in Symbol 198 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();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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;
}
if (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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 + 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) {
_root.zap_sound.start();
_parent.health = _parent.health - 5;
}
}
Instance of Symbol 201 MovieClip in Symbol 202 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();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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 (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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 = _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) {
_root.zap_sound.start();
_parent.health = _parent.health - 5;
}
}
Instance of Symbol 205 MovieClip in Symbol 206 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();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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;
}
if (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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;
}
if (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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 + 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) {
_root.zap_sound.start();
_parent.health = _parent.health - 10;
}
}
Instance of Symbol 209 MovieClip in Symbol 210 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) {
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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 + 270;
}
if (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 + 270;
}
if (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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 + 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) {
_root.zap_sound.start();
_parent.health = _parent.health - 25;
}
}
Symbol 213 MovieClip Frame 21
gotoAndPlay (2);
Instance of Symbol 213 MovieClip in Symbol 214 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();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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 (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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 + (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) {
_root.zap_sound.start();
_parent.damage = _parent.damage + 1;
}
}
Instance of Symbol 217 MovieClip in Symbol 218 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();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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 (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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 + (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) {
_root.zap_sound.start();
_parent.damage = _parent.damage + 1;
}
}
Instance of Symbol 223 MovieClip in Symbol 224 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();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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 (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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) {
_root.zap_sound.start();
_parent.healtime = 10;
_parent.damage = _parent.damage + 1;
}
}
Symbol 227 MovieClip Frame 13
replay = 1 + Math.floor(Math.random() * 5);
if (replay < 3) {
gotoAndPlay (2);
}
Symbol 227 MovieClip Frame 17
gotoAndPlay (10);
Instance of Symbol 227 MovieClip in Symbol 228 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();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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;
}
if (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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;
}
if (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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;
}
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) {
_root.zap_sound.start();
_parent.healtime = 10;
_parent.damage = _parent.damage + 1;
}
}
Instance of Symbol 232 MovieClip in Symbol 233 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();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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 (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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 + (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) {
_root.zap_sound.start();
_parent.damage = _parent.damage + 1;
}
}
Symbol 236 MovieClip Frame 15
gotoAndPlay (2);
Instance of Symbol 236 MovieClip in Symbol 237 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();
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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 / 60);
_root.xMove = Math.round(_root.xChange / 60);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 180;
}
if (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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;
}
if (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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;
}
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) {
_root.zap_sound.start();
_parent.damage = _parent.damage + 1;
}
}
Instance of Symbol 240 MovieClip in Symbol 241 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) {
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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 (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _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 (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _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 * (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) {
_root.zap_sound.start();
_parent.damage = _parent.damage + 1;
}
}
Instance of Symbol 244 MovieClip in Symbol 245 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) {
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
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 / 60);
_root.xMove = Math.round(_root.xChange / 60);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 90;
}
if (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.daily._y - _parent._y);
_root.xChange = Math.round(_root.daily._x - _parent._x);
_root.yMove = Math.round(_root.yChange / 60);
_root.xMove = Math.round(_root.xChange / 60);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
_parent._rotation = myDegrees + 90;
}
if (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.weekly._y - _parent._y);
_root.xChange = Math.round(_root.weekly._x - _parent._x);
_root.yMove = Math.round(_root.yChange / 60);
_root.xMove = Math.round(_root.xChange / 60);
_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) {
_root.zap_sound.start();
_parent.damage = _parent.damage + 1;
}
}
Instance of Symbol 248 MovieClip in Symbol 249 MovieClip [Level 29] Frame 1
onClipEvent (load) {
_parent.health = 150;
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_parent._y = _parent._y - 1.4;
_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;
if (_root.suddendeath == 1) {
_root.lev60.damage = _root.lev60.damage - 10;
}
_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) {
_root.zap_sound.start();
_parent.health = _parent.health - 10;
}
}
Instance of Symbol 253 MovieClip in Symbol 254 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 + 1.2;
}
if (_parent._y < 150) {
_parent._y = _parent._y + 1.2;
}
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.beam_sound.stop("laserfiring");
_root.score = _root.score + 750;
if (_root.suddendeath == 1) {
_root.lev60.damage = _root.lev60.damage - 15;
}
_root.nextFrame();
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
}
}
on (press) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
on (release) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOut) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOver) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
Symbol 257 MovieClip Frame 51
gotoAndPlay (12);
Instance of Symbol 257 MovieClip in Symbol 258 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.7;
}
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.beam_sound.stop("laserfiring");
_root.score = _root.score + 500;
if (_root.suddendeath == 1) {
_root.lev60.damage = _root.lev60.damage - 15;
}
_root.nextFrame();
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
} else {
stop();
}
}
on (press) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
on (release) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOut) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOver) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
Instance of Symbol 271 MovieClip in Symbol 272 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.4;
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.beam_sound.stop("laserfiring");
_root.score = _root.score + 1000;
if (_root.suddendeath == 1) {
_root.lev60.damage = _root.lev60.damage - 20;
}
_root.nextFrame();
_root.trophies = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
on (release) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOut) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOver) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
Instance of Symbol 275 MovieClip in Symbol 276 MovieClip [Level 24] Frame 1
onClipEvent (load) {
_parent.damage = 0;
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
_parent._y = _parent._y - 1.3;
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.beam_sound.stop("laserfiring");
_root.score = _root.score + 100;
if (_root.suddendeath == 1) {
_root.lev60.damage = _root.lev60.damage - 4;
}
_root.nextFrame();
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
on (release) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOut) {
_root.beam_sound.stop("laserfiring");
_parent.attacked = 0;
}
on (dragOver) {
_root.beam_sound.start(0, 65535);
_parent.attacked = 1;
}
Instance of Symbol 278 MovieClip in Symbol 279 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 281 MovieClip in Symbol 282 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;
}
} else {
startDrag (_parent, true);
}
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 311 MovieClip in Symbol 312 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 315 MovieClip in Symbol 316 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;
}
if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) {
myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_parent._rotation = myDegrees + 45;
}
if (_root.daily.dragged == 2) {
myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_parent._rotation = myDegrees + 45;
}
if (_root.weekly.dragged == 2) {
myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _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) {
_root.zap_sound.start();
_parent.damage = _parent.damage + 5;
_width = (_width - 5);
_height = (_height - 5);
}
}
Instance of Symbol 319 MovieClip in Symbol 320 MovieClip [Level 59] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.makevote = 0;
_parent.getready = 500 - _root.lev60.health;
}
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;
if (_root.suddendeath == 1) {
_root.lev60.damage = 0;
}
_root.nextFrame();
_root.trophies = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
if (_root.pausegame == false) {
_root.zap_sound.start();
_parent.damage = _parent.damage + 1;
_width = (_width - 1);
_height = (_height - 1);
_parent.getready = _parent.getready - 1;
}
}
Instance of Symbol 323 MovieClip in Symbol 324 MovieClip [Level 58] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.makevote = 0;
_parent.getready = 300;
}
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;
if (_root.suddendeath == 1) {
_root.lev60.damage = _root.lev60.damage - 25;
}
_root.nextFrame();
_root.trophies = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
if (_root.pausegame == false) {
_root.zap_sound.start();
_parent.damage = _parent.damage + 2;
_width = (_width - 2);
_height = (_height - 2);
_parent.getready = _parent.getready - 1;
}
}
Instance of Symbol 327 MovieClip in Symbol 328 MovieClip [Level 57] Frame 1
onClipEvent (load) {
_parent.damage = 0;
_parent.makevote = 0;
_parent.getready = 300;
}
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;
if (_root.suddendeath == 1) {
_root.lev60.damage = _root.lev60.damage - 20;
}
_root.nextFrame();
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
if (_root.pausegame == false) {
_root.zap_sound.start();
_parent.damage = _parent.damage + 1;
_width = (_width - 1);
_height = (_height - 1);
_parent.getready = _parent.getready - 1;
}
}
Instance of Symbol 350 MovieClip in Symbol 351 MovieClip [Shield] Frame 1
onClipEvent (load) {
stop();
if (_root.suddendeath == 1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
_parent.damage = 0;
_parent.dragged = 0;
_parent.startup = 1 + Math.floor(Math.random() * 4);
if (_parent.startup == 1) {
_parent._x = -100;
_parent._y = 0 + Math.floor(Math.random() * 400);
}
if (_parent.startup == 2) {
_parent._x = 640;
_parent._y = 0 + Math.floor(Math.random() * 400);
}
if (_parent.startup == 3) {
_parent._x = 0 + Math.floor(Math.random() * 540);
_parent._y = -100;
}
if (_parent.startup == 4) {
_parent._x = 0 + Math.floor(Math.random() * 540);
_parent._y = 500;
}
}
onClipEvent (enterFrame) {
gotoAndStop(_parent.damage + 1);
if (_root.pausegame == false) {
if ((_parent.dragged == 0) and (_root.shielded == 0)) {
if (_parent.startup == 1) {
_parent._x = _parent._x + 12;
}
if (_parent.startup == 2) {
_parent._x = _parent._x - 12;
}
if (_parent.startup == 3) {
_parent._y = _parent._y + 12;
}
if (_parent.startup == 4) {
_parent._y = _parent._y - 12;
}
} else if ((_parent.dragged == 1) and (_root.shielded == 0)) {
startDrag (_parent, true);
}
if ((((((_parent._x >= 220) and (_parent._x <= 320)) and (_parent._y >= 150)) and (_parent._y <= 250)) and (_parent.dragged != 0)) and (_root.shielded == 0)) {
_root.shielded = 1;
_parent.dragged = 0;
stopDrag();
_parent._x = 270;
_parent._y = 200;
}
if ((_parent.startup == 1) and (_parent._x > 590)) {
_root.shieldup = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if ((_parent.startup == 2) and (_parent._x < -50)) {
_root.shieldup = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if ((_parent.startup == 3) and (_parent._y > 450)) {
_root.shieldup = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if ((_parent.startup == 4) and (_parent._y < -50)) {
_root.shieldup = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_parent.damage > 41) {
_root.shieldup = 0;
_root.shielded = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
if (_root.shielded == 0) {
startDrag (_parent, true);
_parent.dragged = 1;
}
}
on (release) {
stopDrag();
_parent.dragged = 0;
}
on (releaseOutside) {
stopDrag();
_parent.dragged = 0;
}
Instance of Symbol 353 MovieClip in Symbol 354 MovieClip [Turd] Frame 1
onClipEvent (load) {
var my_sound = new Sound();
my_sound.attachSound("ohshit");
_parent.dragged = 0;
_parent.damage = 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;
}
}
onClipEvent (enterFrame) {
gotoAndStop(Math.floor(_parent.damage + 1));
if (_root.pausegame == false) {
_parent.swapDepths(_root.getNextHighestDepth());
if ((_parent.dragged == 0) and (_root.turdfest == 0)) {
if (_parent.startup == 1) {
_parent._x = _parent._x + 2;
}
if (_parent.startup == 2) {
_parent._x = _parent._x - 2;
}
if (_parent.startup == 3) {
_parent._y = _parent._y + 2;
}
if (_parent.startup == 4) {
_parent._y = _parent._y - 2;
}
} else if (_parent.dragged == 1) {
startDrag (_parent, true);
_parent.damage = _parent.damage + 1;
} else {
_root.yChange = Math.round(_root._ymouse - _parent._y);
_root.xChange = Math.round(_root._xmouse - _parent._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
_parent._y = _parent._y + _root.yMove;
_parent._x = _parent._x + _root.xMove;
}
if ((_parent.startup == 1) and (_parent._x > 590)) {
_root.trophies = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if ((_parent.startup == 2) and (_parent._x < -50)) {
_root.trophies = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if ((_parent.startup == 3) and (_parent._y > 450)) {
_root.trophies = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if ((_parent.startup == 4) and (_parent._y < -50)) {
_root.trophies = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_parent.damage > 60) {
_root.trophies = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
my_sound.start();
_parent.dragged = 1;
_parent.damage = 0;
}
Instance of Symbol 356 MovieClip in Symbol 357 MovieClip [King] Frame 1
onClipEvent (load) {
if (_root.turdfest == 1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_root.blamstopper == 1) {
_parent.quick = (_root.score / 100) + 0.5;
} else {
_parent.quick = 1;
}
_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) {
gotoAndStop(Math.floor(_parent.damage + 1));
if (_root.pausegame == false) {
if (_parent.startup == 1) {
_parent._x = _parent._x + (12 * _parent.quick);
}
if (_parent.startup == 2) {
_parent._x = _parent._x - (12 * _parent.quick);
}
if (_parent.startup == 3) {
_parent._y = _parent._y + (12 * _parent.quick);
}
if (_parent.startup == 4) {
_parent._y = _parent._y - (12 * _parent.quick);
}
if ((_parent.startup == 1) and (_parent._x > 590)) {
_root.trophies = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if ((_parent.startup == 2) and (_parent._x < -50)) {
_root.trophies = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if ((_parent.startup == 3) and (_parent._y > 450)) {
_root.trophies = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if ((_parent.startup == 4) and (_parent._y < -50)) {
_root.trophies = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
_root.currentbgm.stop();
_root.star_sound.start(0, 65535);
_root.invincible = 200;
_root.trophies = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
Instance of Symbol 363 MovieClip in Symbol 364 MovieClip [Daily] Frame 1
onClipEvent (load) {
if (_root.turdfest == 1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
_parent.dragged = 0;
_parent.damage = 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;
}
}
onClipEvent (enterFrame) {
gotoAndStop(Math.floor(_parent.damage + 1));
if (_root.pausegame == false) {
if (_parent.dragged == 0) {
if (_parent.startup == 1) {
_parent._x = _parent._x + 8;
}
if (_parent.startup == 2) {
_parent._x = _parent._x - 8;
}
if (_parent.startup == 3) {
_parent._y = _parent._y + 8;
}
if (_parent.startup == 4) {
_parent._y = _parent._y - 8;
}
} else {
startDrag (_parent, true);
}
if ((_parent.startup == 1) and (_parent._x > 590)) {
_root.trophies = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if ((_parent.startup == 2) and (_parent._x < -50)) {
_root.trophies = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if ((_parent.startup == 3) and (_parent._y > 450)) {
_root.trophies = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if ((_parent.startup == 4) and (_parent._y < -50)) {
_root.trophies = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_parent.damage > 5) {
_root.trophies = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
} else if (_parent.dragged == 2) {
_parent.damage = _parent.damage + 0.05;
stopDrag();
}
}
}
on (press) {
startDrag (_parent, true);
_parent.dragged = 1;
}
on (release) {
stopDrag();
_parent.dragged = 2;
}
on (releaseOutside) {
stopDrag();
_parent.dragged = 2;
}
Instance of Symbol 370 MovieClip in Symbol 371 MovieClip [Weekly] Frame 1
onClipEvent (load) {
if (_root.turdfest == 1) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
_parent.dragged = 0;
_parent.damage = 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;
}
}
onClipEvent (enterFrame) {
gotoAndStop(Math.floor(_parent.damage + 1));
if (_root.pausegame == false) {
if (_parent.dragged == 0) {
if (_parent.startup == 1) {
_parent._x = _parent._x + 12;
}
if (_parent.startup == 2) {
_parent._x = _parent._x - 12;
}
if (_parent.startup == 3) {
_parent._y = _parent._y + 12;
}
if (_parent.startup == 4) {
_parent._y = _parent._y - 12;
}
} else {
startDrag (_parent, true);
}
if ((_parent.startup == 1) and (_parent._x > 590)) {
_root.trophies = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if ((_parent.startup == 2) and (_parent._x < -50)) {
_root.trophies = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if ((_parent.startup == 3) and (_parent._y > 450)) {
_root.trophies = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if ((_parent.startup == 4) and (_parent._y < -50)) {
_root.trophies = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if (_parent.damage > 5) {
_root.trophies = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
} else if (_parent.dragged == 2) {
_parent.damage = _parent.damage + 0.025;
stopDrag();
}
}
}
on (press) {
startDrag (_parent, true);
_parent.dragged = 1;
}
on (release) {
stopDrag();
_parent.dragged = 2;
}
on (releaseOutside) {
stopDrag();
_parent.dragged = 2;
}
Instance of Symbol 373 MovieClip in Symbol 374 MovieClip [Review] Frame 1
onClipEvent (load) {
var my_sound = new Sound();
my_sound.attachSound("scoreboost");
if ((_root.turdfest == 1) or (_root.suddendeath == 1)) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
_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) {
gotoAndStop(Math.floor(_parent.damage + 1));
if (_root.pausegame == false) {
if (_parent.startup == 1) {
_parent._x = _parent._x + 6;
}
if (_parent.startup == 2) {
_parent._x = _parent._x - 6;
}
if (_parent.startup == 3) {
_parent._y = _parent._y + 6;
}
if (_parent.startup == 4) {
_parent._y = _parent._y - 6;
}
if ((_parent.startup == 1) and (_parent._x > 590)) {
_root.trophies = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if ((_parent.startup == 2) and (_parent._x < -50)) {
_root.trophies = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if ((_parent.startup == 3) and (_parent._y > 450)) {
_root.trophies = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if ((_parent.startup == 4) and (_parent._y < -50)) {
_root.trophies = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
my_sound.start();
_root.score = _root.score + 50;
_root.trophies = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
Instance of Symbol 376 MovieClip in Symbol 377 MovieClip [Underdog] Frame 1
onClipEvent (load) {
var my_sound = new Sound();
my_sound.attachSound("switchover");
if (((_root.suddendeath == 1) or (_root.turdfest == 1)) or (_root.lev60.damage == 0)) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
_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) {
gotoAndStop(Math.floor(_parent.damage + 1));
if (_root.pausegame == false) {
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.startup == 1) and (_parent._x > 590)) {
_root.trophies = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if ((_parent.startup == 2) and (_parent._x < -50)) {
_root.trophies = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if ((_parent.startup == 3) and (_parent._y > 450)) {
_root.trophies = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
if ((_parent.startup == 4) and (_parent._y < -50)) {
_root.trophies = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
}
}
on (press) {
my_sound.start();
_root.score = _root.score - _root.lev60.damage;
_root.lev60.damage = 0;
_root.trophies = 0;
_parent.swapDepths(1);
_parent.removeMovieClip(this);
}
Symbol 382 MovieClip Frame 100
stop();
Instance of Symbol 382 MovieClip in Symbol 383 MovieClip [Boss] Frame 1
onClipEvent (load) {
_parent.damage = 0;
}
onClipEvent (enterFrame) {
_parent.swapDepths(_root.getNextHighestDepth());
if (_parent.damage > 100) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
} else {
_parent.damage = _parent.damage + 1;
}
}
Symbol 391 MovieClip Frame 100
stop();
Instance of Symbol 391 MovieClip in Symbol 392 MovieClip [Level Up] Frame 1
onClipEvent (load) {
_parent.damage = 0;
}
onClipEvent (enterFrame) {
_parent.swapDepths(_root.getNextHighestDepth());
if (_parent.damage > 100) {
_parent.swapDepths(1);
_parent.removeMovieClip(this);
} else {
_parent.damage = _parent.damage + 1;
}
}
Symbol 438 Button
on (release) {
getURL ("http://www.newgrounds.com", "_blank");
}
Symbol 440 MovieClip Frame 40
stop();
Symbol 466 Button
on (release) {
_root.play();
}
Symbol 467 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 467 MovieClip Frame 51
Symbol 575 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 475 Button
on (release) {
stopAllSounds();
_root.gotoAndPlay("gamemenu");
}
Symbol 478 Button
on (release) {
stopAllSounds();
_root.gotoAndPlay("gamerules");
}
Symbol 481 Button
on (release) {
stopAllSounds();
_root.gotoAndPlay("gamecredits");
}
Symbol 482 MovieClip Frame 270
stop();
Symbol 487 Button
on (release) {
nextFrame();
}
Symbol 496 Button
on (release) {
prevFrame();
}
Symbol 518 MovieClip Frame 40
gotoAndPlay (35);
Symbol 525 MovieClip Frame 100
gotoAndPlay (71);
Symbol 528 MovieClip Frame 1
stop();
Symbol 528 MovieClip Frame 2
stop();
Symbol 528 MovieClip Frame 3
stop();
Symbol 528 MovieClip Frame 4
stop();
Symbol 528 MovieClip Frame 5
stop();
Symbol 528 MovieClip Frame 6
stop();
Symbol 528 MovieClip Frame 7
stop();
Symbol 528 MovieClip Frame 8
stop();
Symbol 528 MovieClip Frame 9
stop();
Symbol 528 MovieClip Frame 10
stop();
Symbol 528 MovieClip Frame 11
stop();
Symbol 528 MovieClip Frame 12
stop();
Symbol 528 MovieClip Frame 13
stop();
Symbol 528 MovieClip Frame 14
stop();
Symbol 528 MovieClip Frame 15
stop();
Symbol 528 MovieClip Frame 16
stop();
Symbol 528 MovieClip Frame 17
stop();
Symbol 528 MovieClip Frame 18
stop();
Symbol 528 MovieClip Frame 19
stop();
Symbol 528 MovieClip Frame 20
stop();
Symbol 532 Button
on (release) {
gotoAndPlay ("titlescreen");
}
Symbol 538 Button
on (release) {
_root.suddendeath = 0;
_root.turdfest = 0;
_root.blamstopper = 0;
gotoAndPlay ("gamebegin");
}
Symbol 543 Button
on (release) {
_root.turdfest = 0;
_root.blamstopper = 0;
_root.suddendeath = 1;
gotoAndPlay ("gamebegin");
}
Symbol 548 Button
on (release) {
_root.suddendeath = 0;
_root.blamstopper = 0;
_root.turdfest = 1;
gotoAndPlay ("gamebegin");
}
Symbol 553 Button
on (release) {
_root.suddendeath = 0;
_root.turdfest = 0;
_root.blamstopper = 1;
gotoAndPlay ("gamebegin");
}
Instance of Symbol 557 MovieClip in Symbol 558 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.blamstopper == 0) {
if ((_root.score >= 20) and (_root.playerlev == 1)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 2;
}
if ((_root.score >= 50) and (_root.playerlev == 2)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 3;
}
if ((_root.score >= 90) and (_root.playerlev == 3)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 4;
}
if ((_root.score >= 140) and (_root.playerlev == 4)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 5;
}
if ((_root.score >= 200) and (_root.playerlev == 5)) {
_root.attachMovie("Boss", "bosstime", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 24;
}
if ((_root.score >= 300) and (_root.playerlev == 24)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 6;
}
if ((_root.score >= 350) and (_root.playerlev == 6)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 7;
}
if ((_root.score >= 400) and (_root.playerlev == 7)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 8;
}
if ((_root.score >= 475) and (_root.playerlev == 8)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 9;
}
if ((_root.score >= 530) and (_root.playerlev == 9)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 10;
}
if ((_root.score >= 600) and (_root.playerlev == 10)) {
_root.attachMovie("Boss", "bosstime", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 33;
}
if ((_root.score >= 800) and (_root.playerlev == 33)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 11;
}
if ((_root.score >= 880) and (_root.playerlev == 11)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 12;
}
if ((_root.score >= 960) and (_root.playerlev == 12)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 13;
}
if ((_root.score >= 1040) and (_root.playerlev == 13)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 14;
}
if ((_root.score >= 1120) and (_root.playerlev == 14)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 15;
}
if ((_root.score >= 1200) and (_root.playerlev == 15)) {
_root.attachMovie("Boss", "bosstime", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 29;
}
if ((_root.score >= 1500) and (_root.playerlev == 29)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 16;
}
if ((_root.score >= 1600) and (_root.playerlev == 16)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 17;
}
if ((_root.score >= 1700) and (_root.playerlev == 17)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 18;
}
if ((_root.score >= 1800) and (_root.playerlev == 18)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 19;
}
if ((_root.score >= 1900) and (_root.playerlev == 19)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 20;
}
if ((_root.score >= 2000) and (_root.playerlev == 20)) {
_root.attachMovie("Boss", "bosstime", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 34;
}
if ((_root.score >= 2500) and (_root.playerlev == 34)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 21;
}
if ((_root.score >= 2600) and (_root.playerlev == 21)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 22;
}
if ((_root.score >= 2700) and (_root.playerlev == 22)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 23;
}
if ((_root.score >= 2800) and (_root.playerlev == 23)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 25;
}
if ((_root.score >= 2900) and (_root.playerlev == 25)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 26;
}
if ((_root.score >= 3000) and (_root.playerlev == 26)) {
_root.attachMovie("Boss", "bosstime", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 46;
}
if ((_root.score >= 3500) and (_root.playerlev == 46)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 27;
}
if ((_root.score >= 3600) and (_root.playerlev == 27)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 28;
}
if ((_root.score >= 3700) and (_root.playerlev == 28)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 30;
}
if ((_root.score >= 3800) and (_root.playerlev == 30)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 31;
}
if ((_root.score >= 3900) and (_root.playerlev == 31)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 32;
}
if ((_root.score >= 4000) and (_root.playerlev == 32)) {
_root.attachMovie("Boss", "bosstime", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 44;
}
if ((_root.score >= 4750) and (_root.playerlev == 44)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 35;
}
if ((_root.score >= 5000) and (_root.playerlev == 35)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 36;
}
if ((_root.score >= 5250) and (_root.playerlev == 36)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 37;
}
if ((_root.score >= 5500) and (_root.playerlev == 37)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 38;
}
if ((_root.score >= 5750) and (_root.playerlev == 38)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 39;
}
if ((_root.score >= 6000) and (_root.playerlev == 39)) {
_root.attachMovie("Boss", "bosstime", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 47;
}
if ((_root.score >= 7000) and (_root.playerlev == 47)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 40;
}
if ((_root.score >= 7300) and (_root.playerlev == 40)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 41;
}
if ((_root.score >= 7600) and (_root.playerlev == 41)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 42;
}
if ((_root.score >= 7900) and (_root.playerlev == 42)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 43;
}
if ((_root.score >= 8200) and (_root.playerlev == 43)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 45;
}
if ((_root.score >= 8500) and (_root.playerlev == 45)) {
_root.attachMovie("Boss", "bosstime", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 57;
}
if ((_root.score >= 10000) and (_root.playerlev == 57)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 48;
}
if ((_root.score >= 10400) and (_root.playerlev == 48)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 49;
}
if ((_root.score >= 10800) and (_root.playerlev == 49)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 50;
}
if ((_root.score >= 11200) and (_root.playerlev == 50)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 51;
}
if ((_root.score >= 11600) and (_root.playerlev == 51)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 52;
}
if ((_root.score >= 12000) and (_root.playerlev == 52)) {
_root.attachMovie("Boss", "bosstime", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 58;
}
if ((_root.score >= 14500) and (_root.playerlev == 58)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 53;
}
if ((_root.score >= 15000) and (_root.playerlev == 53)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 54;
}
if ((_root.score >= 15500) and (_root.playerlev == 54)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 55;
}
if ((_root.score >= 16000) and (_root.playerlev == 55)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 56;
}
if ((_root.score >= 16500) and (_root.playerlev == 56)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 59;
}
if ((_root.score >= 17000) and (_root.playerlev == 59)) {
_root.attachMovie("Boss", "bosstime", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 60;
}
if ((_root.score >= 20000) and (_root.playerlev == 60)) {
_root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75});
_root.playerlev = 61;
}
}
}
Symbol 568 Button
on (release) {
gotoAndPlay ("titlescreen");
}
Symbol 569 Button
on (release) {
if (_root.blamstopper == 1) {
gotoAndStop ("hiscore4");
}
if (_root.turdfest == 1) {
gotoAndStop ("hiscore3");
}
if (_root.suddendeath == 1) {
gotoAndStop ("hiscore2");
}
if (((_root.suddendeath == 0) and (_root.turdfest == 0)) and (_root.blamstopper == 0)) {
gotoAndStop ("hiscore1");
}
}
Symbol 572 Button
on (release) {
_root.gotoAndPlay("titlescreen");
}
Symbol 573 MovieClip Frame 1
playerscore = _root.score;
Symbol 573 MovieClip Frame 130
stop();
Symbol 573 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");
}
bXlnYW1lX25hbWVfdmFyaWFibGU = playername;
bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = playerscore;
__rankz_send__("MTg1OWolZSVhJW4lcw==", "d0t1RGlFdkg=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
getURL ("http://rankz.armorbot.com/Defend_Level_60/", "_blank");
Symbol 573 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");
Symbol 573 MovieClip Frame 133
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__("MTg5MmolZSVhJW4lcw==", "ZUhFUE9Qc0o=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
getURL ("http://rankz.armorbot.com/Defend_Level_60_Turd/", "_blank");
Symbol 573 MovieClip Frame 134
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__("MTg5NmolZSVhJW4lcw==", "Sk9Ucnp3Wm8=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
getURL ("http://rankz.armorbot.com/Defend_Level_60_blams/", "_blank");