Frame 1
fscommand ("showmenu", "false");
_root.createEmptyMovieClip("doo", 44556);
_root.doo.attachMovie("loader", "xyz", 6675);
_root.doo._y = _root.doo._y + 55;
_root.doo._x = _root.doo._x - 0;
stop();
Frame 2
if (_root.klickedplay != true) {
gotoAndStop (3);
}
slomo = 0.5;
life = 100;
_root.credits = _root.creds + 10;
maxcred = 50;
_root.memocredits = 0;
if (_root.credits > maxcred) {
_root.memocredits = _root.credits - maxcred;
_root.credits = maxcred;
}
_root.pausecover._visible = false;
_root.pause = false;
_root.speed = 1.6;
_root.speedstep2 = 0.7;
_root.speedlimit = 0.04;
_root.pointer.weaponpause = false;
_root.caught = 0;
_root.appeared = 0;
_root.klicking = false;
_root.whatcosts = 0.5;
_root.waterguncosts = 1.5;
_root.vacucosts = 3;
holecosts = 8;
firewallcosts = 12;
stormcosts = 18;
score = 0;
_root.draging = false;
_root.pointer.weaponpause = false;
_root.dragmc = "pointer";
_root.gun = false;
_root.minimailspeed = 4000;
_root.attachspeed = 1000;
_root.waxspeed = 600;
_root.devilspeed = 700;
_root.walkerspeed = 400;
_root.walkerdamage = -10;
_root.rocketspeed = 800;
_root.rocketdamage = -20;
_root.bugspeed = 500;
_root.bugdamage = -30;
_root.virusspeed = 500;
_root.virusdamage = -40;
_root.ballspeed = 600;
_root.recyclespeed = -0.04;
_root.backupspeed = -0.04;
_root.shotpeed = -0.06;
_root.recyclescore = 20;
_root.stormscore = 120;
_root.firewscore = 40;
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (((_root.draging == true) && (_root.pointer.hitTest(this))) && (_root.klicking != true)) {
play();
_root.draging = false;
_root.glove.duplicateMovieClip("pointer", 9971);
if (_root.dragmc == "virus") {
_root.score = _root.score + -600;
} else if (_root.dragmc == "walker") {
_root.score = _root.score + -250;
} else if (_root.dragmc == "bug") {
_root.score = _root.score + -350;
} else if (_root.dragmc == "devil") {
_root.score = _root.score + -100;
} else if ((_root.dragmc == "badat") || (_root.dragmc == "batat")) {
_root.score = _root.score + -250;
} else if (_root.dragmc == "goodat") {
_root.score = _root.score + 200;
} else if (_root.dragmc == "dragwax") {
_root.score = _root.score + 50;
} else if (_root.dragmc == "rocket") {
_root.score = _root.score + -950;
} else if (_root.dragmc == "littlehang2") {
_root.score = _root.score + -150;
} else if (_root.dragmc == "littlehang1") {
_root.score = _root.score + 100;
}
_root.dragmc = "pointer";
_root.speed = _root.speed + _root.backupspeed;
}
}
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (((_root.draging == true) && (_root.pointer.hitTest(this))) && (_root.klicking != true)) {
if (_root.trash.playing != true) {
_root.trash.gotoAndStop(_root.trash._currentframe + 1);
}
_root.draging = false;
_root.glove.duplicateMovieClip("pointer", 9971);
_root.pointer.weaponpause = false;
if (_root.dragmc == "virus") {
_root.score = _root.score + 400;
} else if (_root.dragmc == "walker") {
_root.score = _root.score + 200;
} else if (_root.dragmc == "bug") {
_root.score = _root.score + 300;
} else if (_root.dragmc == "devil") {
_root.score = _root.score + 50;
} else if ((_root.dragmc == "badat") || (_root.dragmc == "batat")) {
_root.score = _root.score + 250;
} else if (_root.dragmc == "goodat") {
_root.score = _root.score + -200;
} else if (_root.dragmc == "dragwax") {
_root.score = _root.score + -800;
} else if (_root.dragmc == "rocket") {
_root.score = _root.score + 900;
} else if (_root.dragmc == "littlehang2") {
_root.score = _root.score + 100;
} else if (_root.dragmc == "littlehang1") {
_root.score = _root.score + -100;
}
_root.dragmc = "pointer";
_root.speed = _root.speed + _root.recyclespeed;
}
}
Instance of Symbol 66 MovieClip "drophole" in Frame 2
onClipEvent (enterFrame) {
if (area2.hitTest(_root.bug.bug)) {
_root.bug.gotoAndStop(1);
_root.caught++;
_root.score = _root.score + 50;
play();
}
if (area3.hitTest(_root.virus.virus)) {
_root.virus.gotoAndStop(1);
_root.caught++;
_root.score = _root.score + 50;
play();
}
if (area2.hitTest(_root.walker1.walker) && (area1.hitTest(_root.walker1.walker))) {
_root.walker1.gotoAndStop(1);
_root.walker1.jump = false;
_root.caught++;
_root.score = _root.score + 50;
play();
}
if (area2.hitTest(_root.walker2.walker) && (area1.hitTest(_root.walker2.walker))) {
_root.walker2.gotoAndStop(1);
_root.walker2.jump = false;
_root.caught++;
_root.score = _root.score + 50;
play();
}
if (area2.hitTest(_root.walker3.walker) && (area1.hitTest(_root.walker3.walker))) {
_root.walker3.gotoAndStop(1);
_root.walker3.jump = false;
_root.caught++;
_root.score = _root.score + 50;
play();
}
if (area2.hitTest(_root.rocket.rocket)) {
playing = false;
_root.rocket.gotoAndPlay(42);
_root.caught++;
_root.score = _root.score + 50;
play();
}
}
Instance of Symbol 77 MovieClip "at1" in Frame 2
onClipEvent (load) {
speed = _root.attachspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if ((playing == false) && (_root.de1.playing == false)) {
total = _root.attachspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (11);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (48);
playing = true;
}
}
}
}
Instance of Symbol 77 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.attachspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.attachspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (11);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (48);
playing = true;
}
}
}
}
Instance of Symbol 77 MovieClip "at2" in Frame 2
onClipEvent (load) {
speed = _root.attachspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if ((playing == false) && (_root.de2.playing == false)) {
total = _root.attachspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (11);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (48);
playing = true;
}
}
}
}
Instance of Symbol 77 MovieClip "at3" in Frame 2
onClipEvent (load) {
speed = _root.attachspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if ((playing == false) && (_root.de3.playing == false)) {
total = _root.attachspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (11);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (48);
playing = true;
}
}
}
}
Instance of Symbol 77 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.attachspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.attachspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (11);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (48);
playing = true;
}
}
}
}
Instance of Symbol 77 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.attachspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.attachspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (11);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (48);
playing = true;
}
}
}
}
Instance of Symbol 77 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.attachspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.attachspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (11);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (48);
playing = true;
}
}
}
}
Instance of Symbol 77 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.attachspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.attachspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (11);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (48);
playing = true;
}
}
}
}
Instance of Symbol 77 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.attachspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.attachspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (11);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (48);
playing = true;
}
}
}
}
Instance of Symbol 77 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.attachspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.attachspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (11);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (48);
playing = true;
}
}
}
}
Instance of Symbol 77 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.attachspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.attachspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (11);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (48);
playing = true;
}
}
}
}
Instance of Symbol 77 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.attachspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.attachspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (11);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (48);
playing = true;
}
}
}
}
Instance of Symbol 77 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.attachspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.attachspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (11);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (48);
playing = true;
}
}
}
}
Instance of Symbol 77 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.attachspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.attachspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (11);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (48);
playing = true;
}
}
}
}
Instance of Symbol 77 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.attachspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.attachspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (11);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (48);
playing = true;
}
}
}
}
Instance of Symbol 77 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.attachspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.attachspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (11);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (48);
playing = true;
}
}
}
}
Instance of Symbol 77 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.atachspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.waxspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (11);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (48);
playing = true;
}
}
}
}
Instance of Symbol 77 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.attachspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.attachspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (11);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (48);
playing = true;
}
}
}
}
Instance of Symbol 86 MovieClip "de3" in Frame 2
onClipEvent (load) {
speed = _root.devilspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if ((playing == false) && (_root.at3.playing == false)) {
total = _root.devilspeed * _root.speed;
if (1 == random(Math.round(total))) {
gotoAndPlay (3);
playing = true;
}
}
}
Instance of Symbol 86 MovieClip "de2" in Frame 2
onClipEvent (load) {
speed = _root.devilspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if ((playing == false) && (_root.at2.playing == false)) {
total = _root.devilspeed * _root.speed;
if (1 == random(Math.round(total))) {
gotoAndPlay (3);
playing = true;
}
}
}
Instance of Symbol 86 MovieClip "de1" in Frame 2
onClipEvent (load) {
speed = _root.devilspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if ((playing == false) && (_root.at1.playing == false)) {
total = _root.devilspeed * _root.speed;
if (1 == random(Math.round(total))) {
gotoAndPlay (3);
playing = true;
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
speed = _root.minimailspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.minimailspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (37);
playing = true;
}
}
}
}
Instance of Symbol 131 MovieClip "bug" in Frame 2
onClipEvent (load) {
speed = _root.bugspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.bugspeed * _root.speed;
if (1 == random(Math.round(total))) {
gotoAndPlay (3);
playing = true;
}
}
}
Instance of Symbol 157 MovieClip "walker1" in Frame 2
onClipEvent (load) {
speed = _root.walkerspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if ((oldplaying != false) && (_root.pause == true)) {
pausing = true;
stop();
oldplaying = playing;
playing = true;
} else if (((_currentframe != 1) && (_root.pause != true)) && (pausing == true)) {
play();
}
if ((_root.pause != true) && (oldplaying == false)) {
playing = false;
oldplaying = true;
}
if (((playing == false) && (_root.walker2.jump == false)) && (_root.walker3.jump == false)) {
total = _root.walkerspeed * _root.speed;
if (1 == random(Math.round(total))) {
jump = true;
gotoAndPlay (3);
playing = true;
}
}
}
Instance of Symbol 157 MovieClip "walker2" in Frame 2
onClipEvent (load) {
speed = _root.walkerspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if ((oldplaying != false) && (_root.pause == true)) {
pausing = true;
stop();
oldplaying = playing;
playing = true;
} else if (((_currentframe != 1) && (_root.pause != true)) && (pausing == true)) {
play();
}
if ((_root.pause != true) && (oldplaying == false)) {
playing = false;
oldplaying = true;
}
if (((playing == false) && (_root.walker1.jump == false)) && (_root.walker3.jump == false)) {
total = _root.walkerspeed * _root.speed;
if (1 == random(Math.round(total))) {
jump = true;
gotoAndPlay (3);
playing = true;
}
}
}
Instance of Symbol 157 MovieClip "walker3" in Frame 2
onClipEvent (load) {
_root.walker1.jump = false;
_root.walker2.jump = false;
_root.walker3.jump = false;
speed = _root.walkerspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if ((oldplaying != false) && (_root.pause == true)) {
pausing = true;
stop();
oldplaying = playing;
playing = true;
} else if (((_currentframe != 1) && (_root.pause != true)) && (pausing == true)) {
play();
}
if ((_root.pause != true) && (oldplaying == false)) {
playing = false;
oldplaying = true;
}
if (((playing == false) && (_root.walker2.jump == false)) && (_root.walker1.jump == false)) {
total = _root.walkerspeed * _root.speed;
if (1 == random(Math.round(total))) {
jump = true;
gotoAndPlay (3);
playing = true;
}
}
}
Instance of Symbol 179 MovieClip "virus" in Frame 2
onClipEvent (load) {
speed = _root.virusspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.virusspeed * _root.speed;
if (1 == random(Math.round(total))) {
gotoAndPlay (3);
playing = true;
}
}
}
Instance of Symbol 193 MovieClip "rocket" in Frame 2
onClipEvent (load) {
speed = _root.rocketspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.rocketspeed * _root.speed;
if (1 == random(Math.round(total))) {
opponent = random(2);
if (opponent == 0) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (45);
playing = true;
}
}
}
}
Instance of Symbol 195 MovieClip in Frame 2
onClipEvent (load) {
_root.slomoaffect = false;
Mouse.hide();
_root.glove.duplicateMovieClip("pointer", 9971);
_root.pointer.weaponpause = false;
}
onClipEvent (enterFrame) {
_root.credits = Math.round(_root.credits);
if ((_root.speed < _root.speedstep2) && (_root.slomoaffect != true)) {
_root.waxspeed = 2000;
_root.recyclespeed = _root.recyclespeed * _root.slomo;
_root.backupspeed = _root.backupspeed * _root.slomo;
_root.shotpeed = _root.shotspeed * _root.slomo;
_root.slomoaffect = true;
}
if ((_root.pointer.weaponpause != false) && (_root.pointer.weaponpause != true)) {
_root.pointer.weaponpause = false;
}
_root.percentage = int((_root.caught / _root.appeared) * 100) + "%";
if (_root.life < 1) {
Mouse.show();
_root.pointer.stopDrag();
_root.pointer.removeMovieClip();
_root.gotoAndPlay("dienow");
}
if (_root.life > 999) {
_root.life = 999;
}
lifebuffer = "" + _root.life;
if (lifebuffer.length == 1) {
lifebuffer = "00" + lifebuffer;
} else if (lifebuffer.length == 2) {
lifebuffer = "0" + lifebuffer;
}
leftpart = "" + lifebuffer.substr(0, 1);
rightpart = "" + lifebuffer.substr(1, 2);
_root.showlife = (leftpart + ":") + rightpart;
if (_root.speed < _root.speedlimit) {
_root.speed = _root.speedlimit;
}
_root.pointer.startDrag(true);
}
Instance of Symbol 235 MovieClip "waxpacc" in Frame 2
onClipEvent (load) {
speed = _root.waxspeed;
game = true;
playing = false;
}
onClipEvent (enterFrame) {
if (playing == false) {
total = _root.waxspeed * _root.speed;
if ((_root.waxbonus == 2) || (1 == random(Math.round(total)))) {
_root.waxbonus = 3;
opponent = random(3);
if (opponent == 0) {
gotoAndPlay (70);
playing = true;
}
if (opponent == 1) {
gotoAndPlay (3);
playing = true;
}
if (opponent == 2) {
gotoAndPlay (3);
playing = true;
}
}
}
}
Instance of Symbol 273 MovieClip in Frame 2
onClipEvent (enterFrame) {
if ((_currentframe == 1) && ((_root.waterguncosts * 2) > _root.credits)) {
gotoAndStop (3);
}
if ((_currentframe != 1) && ((_root.waterguncosts * 2) <= _root.credits)) {
play();
}
}
Instance of Symbol 276 MovieClip in Frame 2
onClipEvent (enterFrame) {
if ((_currentframe == 1) && ((_root.vacucosts * 2) > _root.credits)) {
gotoAndStop (3);
}
if ((_currentframe != 1) && ((_root.vacucosts * 2) <= _root.credits)) {
play();
}
}
Instance of Symbol 291 MovieClip in Frame 2
onClipEvent (enterFrame) {
if ((_currentframe == 1) && ((_root.whatcosts * 2) > _root.credits)) {
gotoAndStop (3);
}
if ((_currentframe != 1) && ((_root.whatcosts * 2) <= _root.credits)) {
play();
}
}
Instance of Symbol 295 MovieClip in Frame 2
onClipEvent (enterFrame) {
if ((_currentframe == 1) && ((_root.holecosts * 1) > _root.credits)) {
gotoAndStop (3);
}
if ((_currentframe != 1) && ((_root.holecosts * 1) <= _root.credits)) {
play();
}
}
Instance of Symbol 298 MovieClip in Frame 2
onClipEvent (enterFrame) {
if ((_currentframe == 1) && ((_root.firewallcosts * 1) > _root.credits)) {
gotoAndStop (3);
}
if ((_currentframe != 1) && ((_root.firewallcosts * 1) <= _root.credits)) {
play();
}
}
Instance of Symbol 315 MovieClip in Frame 2
onClipEvent (enterFrame) {
if ((_currentframe == 1) && ((_root.stormcosts * 1) > _root.credits)) {
gotoAndStop (3);
}
if ((_currentframe != 1) && ((_root.stormcosts * 1) <= _root.credits)) {
play();
}
}
Instance of Symbol 382 MovieClip "ball" in Frame 2
onClipEvent (load) {
oldplaying = false;
}
onClipEvent (enterFrame) {
total = _root.ballspeed;
if (((playing != true) && (_currentframe == 1)) && (1 == random(Math.round(total)))) {
opponent = random(8);
if (opponent == 0) {
gotoAndPlay (3);
}
if (opponent == 1) {
gotoAndPlay (22);
}
if (opponent == 2) {
gotoAndPlay (42);
}
if (opponent == 3) {
gotoAndPlay (62);
}
if (opponent == 4) {
gotoAndPlay (82);
}
if (opponent == 5) {
gotoAndPlay (102);
}
if (opponent == 6) {
gotoAndPlay (122);
}
if (opponent == 7) {
gotoAndPlay (142);
}
if (opponent == 8) {
gotoAndPlay (162);
}
opponent1 = random(6);
if (opponent1 == 0) {
ball.gotoAndPlay(1);
}
if (opponent1 == 1) {
ball.gotoAndPlay(2);
}
if (opponent1 == 2) {
ball.gotoAndPlay(3);
}
if (opponent1 == 3) {
ball.gotoAndPlay(4);
}
if (opponent1 == 4) {
ball.gotoAndPlay(5);
}
if (opponent1 == 5) {
ball.gotoAndPlay(6);
}
if (opponent1 == 6) {
ball.gotoAndPlay(7);
}
}
}
Frame 3
fscommand ("showmenu", "false");
stop();
_global.checksum = function (word, points) {
var polynomial = 3988292384;
var table = new Array();
var crc = 0;
i = 0;
while (i < 256) {
crc = i;
j = 8;
while (j > 0) {
if ((crc & 1) == 1) {
crc = (crc >> 1) ^ polynomial;
} else {
crc = crc >> 1;
}
j--;
}
table[i] = crc;
i++;
}
crc = 4294967295;
k = 0;
while (k < word.length) {
crc = (crc >> 8) ^ table[word.charCodeAt(k) ^ (crc & 255)];
k++;
}
crc = ~crc;
var p = new String();
p = points.toString();
k = 0;
while (k < p.length) {
crc = (crc >> 8) ^ table[p.charCodeAt(k) ^ (crc & 255)];
k++;
}
crc = ~crc;
return(crc);
};
_root.klickedplay = false;
Instance of Symbol 423 MovieClip in Frame 3
onClipEvent (load) {
}
onClipEvent (enterFrame) {
if (_root.loadico._visible != 1) {
_root.creds = _root.oldscore + _root.foundmails;
_root.creds = int(_root.creds);
_root.oldscore = int(_root.oldscore);
_root.foundmails = int(_root.foundmails);
}
}
Instance of Symbol 273 MovieClip in Frame 3
onClipEvent (load) {
}
Instance of Symbol 276 MovieClip in Frame 3
onClipEvent (load) {
file2 = SharedObject.getLocal("rndid");
rndid = file2.data.savedcredits;
if (int(rndid) == 0) {
meinDatum = new Date();
jahr = meinDatum.getFullYear();
monat = meinDatum.getMonth() + 1;
tag = meinDatum.getDate();
stunde = meinDatum.getHours();
minute = meinDatum.getMinutes();
sekunde = meinDatum.getSeconds();
if (monat < 10) {
monat = "0" + int(monat);
}
if (tag < 10) {
tag = "0" + int(tag);
}
if (minute < 10) {
minute = "0" + int(minute);
}
if (stunde < 10) {
stunde = "0" + int(stunde);
}
if (sekunde < 10) {
sekunde = "0" + int(sekunde);
}
randomnumber1 = int(Math.random() * 100000);
datumid = (((((((((((("" + jahr) + "") + monat) + "") + tag) + "") + stunde) + "") + minute) + "") + sekunde) + "") + randomnumber1;
file2 = SharedObject.getLocal("rndid");
file2.data.savedcredits = datumid;
file2.flush();
_root.id = datumid;
} else {
_root.id = rndid;
}
_root.loadico._visible = 0;
_root.ready2go = true;
file9xy = SharedObject.getLocal("highscore");
geths2 = file9xy.data.hs;
var crca;
crca = checksum(_root.id, geths2);
file3 = SharedObject.getLocal("h1ghscore");
crcb = file3.data.crc;
if (int(crca) != int(crcb)) {
geths2 = 0;
}
_root.highscore = int(geths2);
_root.h1ghscore = crcb;
file = SharedObject.getLocal("savedcredits");
savedcredits = file.data.savedcredits;
_root.oldscore = savedcredits;
}
onClipEvent (enterFrame) {
if (_root.ready == true) {
_root.loadico._visible = 0;
file = SharedObject.getLocal("savedcredits");
file.data.savedcredits = _root.oldscore + _root.foundmails;
file.flush();
_root.ready = false;
file = SharedObject.getLocal("spamsenderslist");
file.data.spammers = _root.senderlist;
file.flush();
_root.ready2go = true;
}
}
Frame 4
if (_root.klickedplay != true) {
gotoAndStop (3);
} else {
file = SharedObject.getLocal("savedcredits");
_root.credits = _root.credits - 10;
if (int(_root.credits) < 0) {
_root.credits = 0;
}
if (_root.score < 0) {
_root.score2 = 0;
} else {
_root.score2 = _root.score;
}
if (_root.memocredits < 0) {
_root.memocredits = 0;
}
percentage0 = int((_root.caught / _root.appeared) * 100);
if (_root.percentage0 < 0) {
_root.percentage2 = 0;
} else {
_root.percentage2 = _root.percentage0;
}
devidescore = 1700;
devideperc = 40;
savethis = (((int(_root.memocredits) + int(_root.credits)) + int(savedcredits)) + Math.round(_root.score2 / devidescore)) + Math.round(_root.percentage2 / devideperc);
_root.bonus = Math.round(_root.score2 / devidescore) + Math.round(_root.percentage2 / devideperc);
_root.bonustotal = int(savethis);
_root.leftover = int(savethis) - int(_root.bonus);
if (savethis < 0) {
savethis = 0;
}
file.data.savedcredits = int(savethis);
file.flush();
}
Frame 13
file0 = SharedObject.getLocal("highscore");
geths = file0.data.hs;
var crca;
crca = checksum(_root.id, _root.geths);
file3 = SharedObject.getLocal("h1ghscore");
crcb = file3.data.crc;
if (int(crca) != int(crcb)) {
geths = 0;
}
if (int(_root.score) > int(geths)) {
_root.hs._x = 200;
file0 = SharedObject.getLocal("highscore");
file0.data.hs = _root.score;
file0.flush();
var crc;
crc = checksum(_root.id, _root.score);
file3 = SharedObject.getLocal("h1ghscore");
file3.data.crc = crc;
file3.flush();
}
stop();
Frame 14
_root.send._x = 480;
_root.sended = false;
_root.scoreinfo = ("<p align=\"center\"><b>After your score</b> (" + _root.highscore) + ") <b>is submitted, a new window will open with the Top100.</b></p>";
_root.error = "";
stop();
Instance of Symbol 515 MovieClip "textobject" in Frame 14
onClipEvent (enterFrame) {
if (_root.abc.end == "yes") {
_root.textobject.gotoAndPlay(15);
_root.textobject.waitplease = "Score submited!";
_root.error = _root.abc.error;
getURL ("http://www.spamihilator.com/shaw/spamgame/index.php?i=" + _root.id, "_blank");
_root.abc.end = "no";
}
}
Frame 15
stop();
Instance of Symbol 98 MovieClip in Frame 15
onClipEvent (load) {
game = false;
}
Symbol 38 Button
on (release) {
getURL ("http://www.shawcartoon.com", "_blank");
}
Symbol 44 Button
on (release) {
getURL ("http://www.spamihilator.com", "_blank");
}
Symbol 47 MovieClip [loader] Frame 1
amount = 200;
while (amount > 0) {
duplicateMovieClip (mca, "mc" + i, i);
setProperty("mc" + i, _x , random(500));
setProperty("mc" + i, _y , random(400));
random1 = random(130);
setProperty("mc" + i, _xscale , 40 + random1);
setProperty("mc" + i, _yscale , 40 + random1);
i++;
amount--;
}
stop();
amount = 30;
while (amount > 0) {
duplicateMovieClip (walker0, "mc" + i, i);
setProperty("mc" + i, _x , random(500));
setProperty("mc" + i, _y , random(400));
random1 = random(130);
setProperty("mc" + i, _xscale , 40 + random1);
setProperty("mc" + i, _yscale , 40 + random1);
i++;
amount--;
}
_root.mca._visible = 0;
Instance of Symbol 12 MovieClip "walker0" in Symbol 47 MovieClip [loader] Frame 1
onClipEvent (load) {
i = _name.split("mc", 2);
mynumber = i[1];
speed = random(5) + 1;
dir = random(2);
if (dir == 1) {
this._xscale = -1 * this._xscale;
speed = -speed;
}
scenewidth = _root._width + 40;
}
onClipEvent (enterFrame) {
if (this._x > scenewidth) {
_x = -20;
}
if (this._x < -21) {
_x = scenewidth;
}
this._x = this._x - speed;
if (mynumber < _root.num) {
this._visible = 0;
}
}
Instance of Symbol 24 MovieClip "mca" in Symbol 47 MovieClip [loader] Frame 1
onClipEvent (load) {
i = _name.split("mc", 2);
mynumber = i[1];
speed = random(5) + 1;
dir = random(2);
if (dir == 1) {
this._xscale = -1 * this._xscale;
speed = -speed;
}
scenewidth = _root._width + 40;
}
onClipEvent (enterFrame) {
if ((mynumber == "") || (mynumber < 0)) {
mynumber = 1;
}
if (this._x > scenewidth) {
_x = -20;
}
if (this._x < -21) {
_x = scenewidth;
}
this._x = this._x - speed;
if (mynumber < _root.num) {
this._visible = 0;
}
}
Instance of Symbol 12 MovieClip in Symbol 47 MovieClip [loader] Frame 1
onClipEvent (enterFrame) {
if (_root.num < 200) {
_root.num = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 200);
}
_parent.loadertext = int(_root.num / 2) + "%";
if (_root.num > 199) {
_root.num = 400;
_root.mc0._visible = 0;
_root.mca._visible = 0;
removeMovieClip(_root.doo);
_root.gotoAndStop("menu");
}
}
Symbol 50 MovieClip Frame 1
stop();
Symbol 52 Button
on (press) {
if (_root.pause != true) {
_root.klicking = true;
}
}
on (release) {
_root.klicking = false;
}
on (releaseOutside) {
_root.klicking = false;
}
Symbol 55 Button
on (press) {
if (_root.pause == true) {
_root.pausecover._visible = false;
_root.pause = false;
_root.starttext = "Pause";
} else {
_root.pause = true;
_root.starttext = " Start";
_root.pausecover._visible = true;
_root.score = _root.score - 20;
}
}
Symbol 66 MovieClip Frame 1
stop();
Symbol 66 MovieClip Frame 2
stop();
Symbol 72 Button
on (release) {
_root.spamihilatortrayicon._alpha = 65;
if (_root.waxbonus != 3) {
_root.waxbonus = 2;
}
}
Instance of Symbol 58 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_parent.oldplaying != false) && (_root.pause == true)) {
_parent.pausing = true;
_parent.stop();
_parent.oldplaying = _parent.playing;
_parent.playing = true;
} else if (((_parent._currentframe > 9) && (_root.pause != true)) && (_parent.pausing == true)) {
_parent.play();
}
if ((_root.pause != true) && (_parent.oldplaying == false)) {
_parent.playing = _parent.oldplaying;
_parent.oldplaying = true;
}
}
Instance of Symbol 58 MovieClip "box" in Symbol 77 MovieClip Frame 2
onClipEvent (enterFrame) {
if (((_parent.hitable == true) && (_root.klicking == true)) && (_root.pointer.box.hitTest(this))) {
if (_root.gun == false) {
_root.dragmc = "badat";
_root.draging = true;
_root.badat.duplicateMovieClip("pointer", 9971);
} else {
_root.score = _root.score + 130;
_root.speed = _root.speed + _root.shotpeed;
}
_root.caught++;
_parent.hitable = false;
_parent.gotoAndPlay(42);
}
}
Symbol 77 MovieClip Frame 9
if (game == true) {
stop();
}
Symbol 77 MovieClip Frame 11
playing = true;
Symbol 77 MovieClip Frame 15
hitable = true;
_root.appeared++;
Symbol 77 MovieClip Frame 33
hitable = false;
Instance of Symbol 58 MovieClip "box" in Symbol 77 MovieClip Frame 40
onClipEvent (enterFrame) {
if (((_parent.hitable == true) && (_root.klicking == true)) && (_root.pointer.box.hitTest(this))) {
if (_root.gun == false) {
_root.dragmc = "goodat";
_root.draging = true;
_root.goodat.duplicateMovieClip("pointer", 9971);
} else {
_root.score = _root.score + -200;
_root.speed = _root.speed + _root.shotpeed;
}
_root.caught++;
_parent.hitable = false;
_parent.gotoAndPlay(42);
}
}
Symbol 77 MovieClip Frame 43
playing = false;
hitable = false;
if (game == true) {
gotoAndStop (1);
}
Symbol 77 MovieClip Frame 48
playing = true;
Symbol 77 MovieClip Frame 50
hitable = true;
_root.appeared++;
Symbol 77 MovieClip Frame 70
hitable = false;
Symbol 77 MovieClip Frame 80
playing = false;
hitable = false;
if (game == true) {
gotoAndStop (1);
}
Symbol 86 MovieClip Frame 1
if (game == true) {
stop();
playing = false;
}
Instance of Symbol 58 MovieClip in Symbol 86 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_parent.oldplaying != false) && (_root.pause == true)) {
_parent.pausing = true;
_parent.stop();
_parent.oldplaying = _parent.playing;
_parent.playing = true;
} else if (((_parent._currentframe != 1) && (_root.pause != true)) && (_parent.pausing == true)) {
_parent.play();
}
if ((_root.pause != true) && (_parent.oldplaying == false)) {
_parent.playing = false;
_parent.oldplaying = true;
}
}
Symbol 86 MovieClip Frame 3
playing = true;
Symbol 86 MovieClip Frame 4
hitable = true;
_root.appeared++;
Instance of Symbol 58 MovieClip "box" in Symbol 86 MovieClip Frame 6
onClipEvent (enterFrame) {
if (((_parent.hitable == true) && (_root.klicking == true)) && (_root.pointer.box.hitTest(this))) {
if (_root.gun == false) {
_root.dragmc = "devil";
_root.draging = true;
_root.dragdevil.duplicateMovieClip("pointer", 9971);
} else {
_root.score = _root.score + 30;
_root.speed = _root.speed + _root.shotpeed;
}
_root.caught++;
_parent.hitable = false;
_parent.gotoAndPlay(27);
}
}
Symbol 86 MovieClip Frame 19
hitable = false;
Symbol 86 MovieClip Frame 28
playing = false;
if (game == true) {
gotoAndStop (1);
}
Symbol 98 MovieClip Frame 1
if (game == true) {
stop();
}
Instance of Symbol 58 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_parent.oldplaying != false) && (_root.pause == true)) {
_parent.pausing = true;
_parent.stop();
_parent.oldplaying = _parent.playing;
_parent.playing = true;
} else if (((_parent._currentframe != 1) && (_root.pause != true)) && (_parent.pausing == true)) {
_parent.play();
}
if ((_root.pause != true) && (_parent.oldplaying == false)) {
_parent.playing = false;
_parent.oldplaying = true;
}
}
Symbol 98 MovieClip Frame 2
playing = true;
Instance of Symbol 58 MovieClip "box" in Symbol 98 MovieClip Frame 2
onClipEvent (enterFrame) {
if (((_parent.hitable == true) && (_root.klicking == true)) && (_root.pointer.box.hitTest(this))) {
if (_root.gun == false) {
_root.dragmc = "littlehang1";
_root.draging = true;
_root.littlehang1.duplicateMovieClip("pointer", 9971);
} else {
_root.score = _root.score + -100;
_root.speed = _root.speed + _root.shotpeed;
}
_root.caught++;
_parent.hitable = false;
_parent.gotoAndPlay(65);
}
}
Symbol 98 MovieClip Frame 4
hitable = true;
_root.appeared++;
Symbol 98 MovieClip Frame 18
hitable = false;
Symbol 98 MovieClip Frame 26
playing = false;
hitable = false;
if (game == true) {
gotoAndStop (1);
}
Symbol 98 MovieClip Frame 36
playing = true;
Symbol 98 MovieClip Frame 39
hitable = true;
_root.appeared++;
Instance of Symbol 58 MovieClip "box" in Symbol 98 MovieClip Frame 39
onClipEvent (enterFrame) {
if (((_parent.hitable == true) && (_root.klicking == true)) && (_root.pointer.box.hitTest(this))) {
if (_root.gun == false) {
_root.dragmc = "littlehang2";
_root.draging = true;
_root.littlehang2.duplicateMovieClip("pointer", 9971);
} else {
_root.score = _root.score + 50;
_root.speed = _root.speed + _root.shotpeed;
}
_root.caught++;
_parent.hitable = false;
_parent.gotoAndPlay(65);
}
}
Symbol 98 MovieClip Frame 53
hitable = false;
Symbol 98 MovieClip Frame 62
playing = false;
hitable = false;
if (game == true) {
gotoAndStop (1);
}
Symbol 104 Button
on (release) {
if ((_root.pause != true) && (_root.trash.full == true)) {
_root.score = _root.score + _root.recyclescore;
_root.trash.gotoAndPlay("blast");
_root.trash.full = false;
}
}
Symbol 105 Button
on (release) {
if ((_root.pause != true) && (_root.trash.full == true)) {
_root.score = _root.score + _root.recyclescore;
_root.trash.gotoAndPlay("burn");
_root.trash.full = false;
}
}
Symbol 106 Button
on (release) {
if ((_root.pause != true) && (_root.trash.full == true)) {
_root.score = _root.score + _root.recyclescore;
_root.trash.gotoAndPlay("shredd2");
_root.trash.full = false;
}
}
Symbol 131 MovieClip Frame 1
if (game == true) {
stop();
playing = false;
}
Instance of Symbol 58 MovieClip in Symbol 131 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_parent.oldplaying != false) && (_root.pause == true)) {
_parent.pausing = true;
_parent.stop();
_parent.oldplaying = _parent.playing;
_parent.playing = true;
} else if (((_parent._currentframe != 1) && (_root.pause != true)) && (_parent.pausing == true)) {
_parent.play();
}
if ((_root.pause != true) && (_parent.oldplaying == false)) {
_parent.playing = false;
_parent.oldplaying = true;
}
}
Instance of Symbol 58 MovieClip in Symbol 131 MovieClip Frame 2
onClipEvent (enterFrame) {
if (((_parent.hitable == true) && (_root.klicking == true)) && (_root.pointer.box.hitTest(_parent.bug))) {
if (_root.gun == false) {
_root.dragmc = "bug";
_root.draging = true;
_root.dragbug.duplicateMovieClip("pointer", 9971);
} else {
_root.score = _root.score + 150;
_root.speed = _root.speed + _root.shotpeed;
}
_root.caught++;
_parent.hitable = false;
_parent.gotoAndPlay(135);
}
}
Symbol 131 MovieClip Frame 3
playing = true;
Symbol 131 MovieClip Frame 6
hitable = true;
_root.appeared++;
Symbol 131 MovieClip Frame 42
hitable = false;
Symbol 131 MovieClip Frame 55
_root.life = _root.life + _root.bugdamage;
Symbol 131 MovieClip Frame 65
playing = false;
if (game == true) {
gotoAndStop (1);
}
Symbol 157 MovieClip Frame 1
if (game == true) {
stop();
playing = false;
}
jump = false;
Symbol 157 MovieClip Frame 2
jump = true;
Instance of Symbol 143 MovieClip "walker" in Symbol 157 MovieClip Frame 2
onClipEvent (enterFrame) {
if (((_parent.hitable == true) && (_root.klicking == true)) && (_root.pointer.box.hitTest(this))) {
if (_root.gun == false) {
_root.dragmc = "walker";
_root.draging = true;
_root.dragwalker.duplicateMovieClip("pointer", 9971);
} else {
_root.score = _root.score + 100;
_root.speed = _root.speed + _root.shotpeed;
}
_parent.jump = false;
_root.caught++;
_parent.hitable = false;
_parent.gotoAndPlay(135);
}
}
Symbol 157 MovieClip Frame 3
playing = true;
hitable = true;
_root.appeared++;
jump = true;
Symbol 157 MovieClip Frame 16
jump = false;
Symbol 157 MovieClip Frame 54
hitable = false;
Symbol 157 MovieClip Frame 57
_root.life = _root.life + _root.walkerdamage;
Symbol 157 MovieClip Frame 73
playing = false;
hitable = false;
if (game == true) {
gotoAndStop (1);
}
Symbol 179 MovieClip Frame 1
if (game == true) {
stop();
playing = false;
}
Instance of Symbol 58 MovieClip in Symbol 179 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_parent.oldplaying != false) && (_root.pause == true)) {
_parent.pausing = true;
_parent.stop();
_parent.oldplaying = _parent.playing;
_parent.playing = true;
} else if (((_parent._currentframe != 1) && (_root.pause != true)) && (_parent.pausing == true)) {
_parent.play();
}
if ((_root.pause != true) && (_parent.oldplaying == false)) {
_parent.playing = false;
_parent.oldplaying = true;
}
}
Instance of Symbol 163 MovieClip "virus" in Symbol 179 MovieClip Frame 2
onClipEvent (enterFrame) {
if (((_parent.hitable == true) && (_root.klicking == true)) && (_root.pointer.box.hitTest(this))) {
if (_root.gun == false) {
_root.dragmc = "virus";
_root.draging = true;
_root.dragvir.duplicateMovieClip("pointer", 9971);
} else {
_root.score = _root.score + 200;
_root.speed = _root.speed + _root.shotpeed;
}
_root.caught++;
_parent.hitable = false;
_parent.gotoAndPlay(100);
}
}
Symbol 179 MovieClip Frame 3
playing = true;
Symbol 179 MovieClip Frame 10
hitable = true;
_root.appeared++;
Symbol 179 MovieClip Frame 77
hitable = false;
Symbol 179 MovieClip Frame 82
_root.life = _root.life + _root.virusdamage;
Symbol 179 MovieClip Frame 102
playing = false;
hitable = false;
if (game == true) {
gotoAndStop (1);
}
Symbol 193 MovieClip Frame 1
if (game == true) {
stop();
}
Instance of Symbol 58 MovieClip in Symbol 193 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_parent.oldplaying != false) && (_root.pause == true)) {
_parent.pausing = true;
_parent.stop();
_parent.oldplaying = _parent.playing;
_parent.playing = true;
} else if (((_parent._currentframe != 1) && (_root.pause != true)) && (_parent.pausing == true)) {
_parent.play();
}
if ((_root.pause != true) && (_parent.oldplaying == false)) {
_parent.playing = false;
_parent.oldplaying = true;
}
}
Instance of Symbol 58 MovieClip "box" in Symbol 193 MovieClip Frame 2
onClipEvent (enterFrame) {
if (((_parent.hitable == true) && (_root.klicking == true)) && (_root.pointer.box.hitTest(_parent.rocket))) {
if (_root.gun == false) {
_root.dragmc = "rocket";
_root.draging = true;
_root.dragrocket.duplicateMovieClip("pointer", 9971);
} else {
_root.score = _root.score + 450;
_root.speed = _root.speed + _root.shotpeed;
}
_root.caught++;
_parent.hitable = false;
_parent.gotoAndPlay(42);
}
}
Symbol 193 MovieClip Frame 3
playing = true;
hitable = true;
_root.appeared++;
Symbol 193 MovieClip Frame 32
hitable = false;
Symbol 193 MovieClip Frame 34
_root.life = _root.life + _root.rocketdamage;
Symbol 193 MovieClip Frame 43
playing = false;
if (game == true) {
gotoAndStop (1);
}
Symbol 193 MovieClip Frame 45
playing = true;
Symbol 193 MovieClip Frame 46
hitable = true;
Symbol 193 MovieClip Frame 79
hitable = false;
Symbol 193 MovieClip Frame 81
_root.life = _root.life + _root.rocketdamage;
Symbol 193 MovieClip Frame 94
playing = false;
if (game == true) {
gotoAndStop (1);
}
Symbol 224 MovieClip Frame 1
stop();
Instance of Symbol 58 MovieClip in Symbol 224 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.pause == true) && (setpause != true)) {
_parent.stop();
setpause = true;
} else if (((setpause == true) && (_root.pause != true)) && (_parent._currentframe != 1)) {
_parent.play();
setpause = false;
}
}
Instance of Symbol 58 MovieClip "box" in Symbol 224 MovieClip Frame 5
onClipEvent (enterFrame) {
if (hitTest(_root.virus.virus)) {
_root.virus.gotoAndStop(1);
_root.caught++;
_root.score = _root.score + _root.firewscore;
}
if (hitTest(_root.walker1.walker)) {
_root.walker1.gotoAndStop(1);
_root.walker1.jump = false;
_root.caught++;
_root.score = _root.score + _root.firewscore;
}
if (hitTest(_root.walker2.walker)) {
_root.walker2.gotoAndStop(1);
_root.walker2.jump = false;
_root.caught++;
_root.score = _root.score + _root.firewscore;
}
if (hitTest(_root.walker3.walker)) {
_root.walker3.gotoAndStop(1);
_root.walker3.jump = false;
_root.caught++;
_root.score = _root.score + _root.firewscore;
}
if (hitTest(_root.rocket.rocket)) {
playing = false;
_root.rocket.gotoAndPlay(42);
_root.caught++;
_root.score = _root.score + _root.firewscore;
}
}
Symbol 234 MovieClip Frame 1
stop();
Symbol 235 MovieClip Frame 1
if (game == true) {
stop();
}
Instance of Symbol 58 MovieClip in Symbol 235 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_parent.oldplaying != false) && (_root.pause == true)) {
_parent.pausing = true;
_parent.stop();
_parent.oldplaying = _parent.playing;
_parent.playing = true;
} else if (((_parent._currentframe != 1) && (_root.pause != true)) && (_parent.pausing == true)) {
_parent.play();
}
if ((_root.pause != true) && (_parent.oldplaying == false)) {
_parent.playing = false;
_parent.oldplaying = true;
}
}
Symbol 235 MovieClip Frame 2
playing = true;
Instance of Symbol 231 MovieClip "waxhead" in Symbol 235 MovieClip Frame 2
onClipEvent (enterFrame) {
if (jaw.hitTest(_root.virus.virus)) {
_root.virus.gotoAndStop(1);
_root.caught++;
_parent.crunch.play();
}
if (jaw.hitTest(_root.walker1.walker)) {
_root.walker1.gotoAndStop(1);
_root.walker1.jump = false;
_root.caught++;
_parent.crunch.play();
}
if (jaw.hitTest(_root.walker2.walker)) {
_root.walker2.gotoAndStop(1);
_root.walker2.jump = false;
_root.caught++;
_parent.crunch.play();
}
if (jaw.hitTest(_root.walker3.walker)) {
_root.walker3.gotoAndStop(1);
_root.walker3.jump = false;
_root.caught++;
_parent.crunch.play();
}
if (jaw.hitTest(_root.rocket.rocket)) {
playing = false;
_root.rocket.gotoAndPlay(42);
_root.caught++;
_parent.crunch.play();
}
}
Instance of Symbol 58 MovieClip "box" in Symbol 235 MovieClip Frame 2
onClipEvent (enterFrame) {
if (((_parent.hitable == true) && (_root.klicking == true)) && (_root.pointer.box.hitTest(_parent.waxhead))) {
if (_root.gun == false) {
_root.dragmc = "dragwax";
_root.draging = true;
_root.dragwax.duplicateMovieClip("pointer", 9971);
} else {
_root.score = _root.score + -800;
_root.speed = _root.speed + _root.shotpeed;
}
_parent.hitable = false;
_parent.gotoAndPlay(135);
}
}
Symbol 235 MovieClip Frame 3
hitable = true;
Symbol 235 MovieClip Frame 48
hitable = false;
Symbol 235 MovieClip Frame 57
playing = false;
hitable = false;
if (game == true) {
stop();
}
Symbol 235 MovieClip Frame 68
playing = false;
hitable = false;
if (game == true) {
stop();
}
Instance of Symbol 231 MovieClip "waxhead" in Symbol 235 MovieClip Frame 69
onClipEvent (enterFrame) {
if (jaw.hitTest(_root.virus.virus)) {
_root.virus.gotoAndStop(1);
_root.caught++;
_root.crunch.start();
}
if (jaw.hitTest(_root.walker1.walker)) {
_root.walker1.gotoAndStop(1);
_root.walker1.jump = false;
_root.caught++;
_root.crunch.start();
}
if (jaw.hitTest(_root.walker2.walker)) {
_root.walker2.gotoAndStop(1);
_root.walker2.jump = false;
_root.caught++;
_root.crunch.start();
}
if (jaw.hitTest(_root.walker3.walker)) {
_root.walker3.gotoAndStop(1);
_root.walker3.jump = false;
_root.caught++;
_root.crunch.start();
}
if (jaw.hitTest(_root.rocket.rocket)) {
playing = false;
_root.rocket.gotoAndPlay(42);
_root.caught++;
_root.crunch.start();
}
}
Symbol 235 MovieClip Frame 70
playing = true;
Symbol 235 MovieClip Frame 75
hitable = true;
Symbol 235 MovieClip Frame 127
hitable = false;
Symbol 235 MovieClip Frame 136
playing = false;
hitable = false;
if (game == true) {
stop();
}
Symbol 257 MovieClip Frame 1
playing = false;
full = false;
stop();
Symbol 257 MovieClip Frame 2
playing = false;
full = true;
Symbol 257 MovieClip Frame 3
playing = false;
full = true;
Symbol 257 MovieClip Frame 4
playing = false;
full = true;
Symbol 257 MovieClip Frame 5
playing = false;
full = true;
Symbol 257 MovieClip Frame 6
playing = false;
Instance of Symbol 58 MovieClip in Symbol 257 MovieClip Frame 6
onClipEvent (enterFrame) {
_parent.gotoAndStop(5);
}
Symbol 257 MovieClip Frame 7
playing = true;
full = false;
Symbol 257 MovieClip Frame 8
playing = true;
Symbol 257 MovieClip Frame 17
gotoAndStop (1);
Symbol 257 MovieClip Frame 18
playing = true;
full = false;
Symbol 257 MovieClip Frame 19
playing = true;
Symbol 257 MovieClip Frame 32
gotoAndStop (1);
Symbol 257 MovieClip Frame 33
playing = true;
full = false;
Symbol 257 MovieClip Frame 34
playing = true;
Symbol 257 MovieClip Frame 61
full = false;
gotoAndStop (1);
Symbol 270 MovieClip Frame 1
stop();
Instance of Symbol 262 MovieClip in Symbol 270 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.dragmc == "watergun") && (_root.credits < _root.waterguncosts)) {
_root.klicking = false;
_parent.gotoAndStop(1);
_root.dragmc = "pointer";
_root.gun = false;
_root.glove.duplicateMovieClip("pointer", 9971);
_root.pointer.weaponpause = false;
}
if (((_root.dragmc == "watergun") && (_root.klicking == true)) && (!_root.weaponarea.hitTest(_root.pointer))) {
_root.credits = _root.credits - _root.waterguncosts;
_parent.gotoAndPlay(2);
}
}
Symbol 270 MovieClip Frame 2
weaponpause = true;
Symbol 270 MovieClip Frame 3
_root.klicking = true;
weaponpause = true;
Symbol 270 MovieClip Frame 4
_root.klicking = true;
Symbol 270 MovieClip Frame 5
_root.klicking = true;
Symbol 270 MovieClip Frame 6
_root.klicking = false;
Symbol 270 MovieClip Frame 10
_root.klicking = false;
weaponpause = false;
Symbol 273 MovieClip Frame 1
stop();
Symbol 273 MovieClip Frame 2
stop();
Symbol 276 MovieClip Frame 1
stop();
Symbol 276 MovieClip Frame 2
stop();
Symbol 279 MovieClip Frame 1
stop();
Instance of Symbol 58 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.dragmc == "what") && (_root.credits < _root.whatcosts)) {
_root.dragmc = "pointer";
_root.gun = false;
_root.glove.duplicateMovieClip("pointer", 9971);
_root.pointer.weaponpause = false;
}
if (((_root.dragmc == "what") && (_root.klicking == true)) && (!_root.weaponarea.hitTest(_root.pointer))) {
_root.credits = _root.credits - _root.whatcosts;
_parent.gotoAndPlay(2);
}
}
Symbol 279 MovieClip Frame 2
_root.klicking = true;
weaponpause = true;
Symbol 279 MovieClip Frame 3
_root.klicking = true;
Symbol 279 MovieClip Frame 4
_root.klicking = true;
Symbol 279 MovieClip Frame 5
_root.klicking = true;
Symbol 279 MovieClip Frame 6
_root.klicking = false;
Symbol 279 MovieClip Frame 7
_root.klicking = false;
Symbol 279 MovieClip Frame 8
_root.klicking = false;
weaponpause = false;
Symbol 283 MovieClip Frame 1
stop();
Symbol 288 MovieClip Frame 1
stop();
Instance of Symbol 58 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.pause == true) && (setpause != true)) {
_parent.stop();
setpause = true;
} else if (((setpause == true) && (_root.pause != true)) && (_parent._currentframe != 1)) {
_parent.play();
setpause = false;
}
}
Instance of Symbol 58 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.dragmc == "vacu") && (_root.credits < _root.vacucosts)) {
_root.dragmc = "pointer";
_root.gun = false;
_root.glove.duplicateMovieClip("pointer", 9971);
_root.pointer.weaponpause = false;
}
if (((_root.dragmc == "vacu") && (_root.klicking == true)) && (!_root.weaponarea.hitTest(_root.pointer))) {
_root.credits = _root.credits - _root.vacucosts;
_parent.gotoAndPlay(2);
}
}
Symbol 288 MovieClip Frame 2
_root.klicking = false;
weaponpause = true;
Instance of Symbol 283 MovieClip "box" in Symbol 288 MovieClip Frame 2
onClipEvent (load) {
score2 = _root.score;
}
onClipEvent (enterFrame) {
if (score2 != _root.score) {
play();
score2 = _root.score;
}
}
Instance of Symbol 285 MovieClip in Symbol 288 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.klicking = true;
}
Symbol 288 MovieClip Frame 3
weaponpause = true;
Symbol 288 MovieClip Frame 61
_root.klicking = false;
Symbol 288 MovieClip Frame 62
_root.klicking = false;
Symbol 288 MovieClip Frame 63
_root.klicking = false;
Symbol 288 MovieClip Frame 64
_root.klicking = false;
Symbol 288 MovieClip Frame 65
_root.klicking = false;
if (_root.trash.playing != true) {
_root.trash.gotoAndStop(6);
}
Instance of Symbol 58 MovieClip in Symbol 288 MovieClip Frame 81
onClipEvent (load) {
score2 = _root.score;
}
onClipEvent (enterFrame) {
if ((_root.dragmc == "vacu") && (_root.credits < (_root.vacucosts * 2))) {
_root.klicking = false;
_root.dragmc = "pointer";
_root.gun = false;
_root.glove.duplicateMovieClip("pointer", 9971);
_root.pointer.weaponpause = false;
}
if (((_root.dragmc == "vacu") && (_root.klicking == true)) && (!_root.weaponarea.hitTest(_root.pointer))) {
_root.credits = _root.credits - _root.vacucosts;
_parent.gotoAndPlay(2);
}
}
Symbol 288 MovieClip Frame 82
if ((_root.dragmc == "vacu") && (_root.credits < (_root.vacucosts * 2))) {
_root.klicking = false;
_root.dragmc = "pointer";
_root.gun = false;
_root.glove.duplicateMovieClip("pointer", 9971);
_root.pointer.weaponpause = false;
}
_root.klicking = false;
weaponpause = false;
Symbol 291 MovieClip Frame 1
stop();
Symbol 291 MovieClip Frame 2
stop();
Symbol 295 MovieClip Frame 1
stop();
Symbol 295 MovieClip Frame 2
stop();
Symbol 298 MovieClip Frame 1
stop();
Symbol 298 MovieClip Frame 2
stop();
Symbol 315 MovieClip Frame 1
stop();
Symbol 315 MovieClip Frame 2
stop();
Symbol 334 MovieClip Frame 1
stop();
Instance of Symbol 58 MovieClip in Symbol 334 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.pause == true) && (setpause != true)) {
_parent.stop();
setpause = true;
} else if (((setpause == true) && (_root.pause != true)) && (_parent._currentframe != 1)) {
_parent.play();
setpause = false;
}
}
Instance of Symbol 324 MovieClip in Symbol 334 MovieClip Frame 13
onClipEvent (enterFrame) {
if (hitTest(_root.bug.bug)) {
_root.bug.gotoAndStop(1);
_root.caught++;
_root.score = _root.score + _root.stormscore;
}
if (hitTest(_root.virus.virus)) {
_root.virus.gotoAndStop(1);
_root.caught++;
_root.score = _root.score + _root.stormscore;
}
if (hitTest(_root.walker1.walker)) {
_root.walker1.gotoAndStop(1);
_root.walker1.jump = false;
_root.caught++;
_root.score = _root.score + _root.stormscore;
}
if (hitTest(_root.walker2.walker)) {
_root.walker2.gotoAndStop(1);
_root.walker2.jump = false;
_root.caught++;
_root.score = _root.score + _root.stormscore;
}
if (hitTest(_root.walker3.walker)) {
_root.walker3.gotoAndStop(1);
_root.walker3.jump = false;
_root.caught++;
_root.score = _root.score + _root.stormscore;
}
if (hitTest(_root.rocket.rocket)) {
playing = false;
_root.rocket.gotoAndPlay(42);
_root.caught++;
_root.score = _root.score + _root.stormscore;
}
}
Instance of Symbol 333 MovieClip in Symbol 334 MovieClip Frame 29
onClipEvent (enterFrame) {
if (hitarea.hitTest(_root.bug.bug)) {
_root.bug.gotoAndStop(1);
_root.caught++;
_root.score = _root.score + _root.stormscore;
}
if (hitarea.hitTest(_root.virus.virus)) {
_root.virus.gotoAndStop(1);
_root.caught++;
_root.score = _root.score + _root.stormscore;
}
if (hitarea.hitTest(_root.walker1.walker)) {
_root.walker1.gotoAndStop(1);
_root.walker1.jump = false;
_root.caught++;
_root.score = _root.score + _root.stormscore;
}
if (hitarea.hitTest(_root.walker2.walker)) {
_root.walker2.gotoAndStop(1);
_root.walker2.jump = false;
_root.caught++;
_root.score = _root.score + _root.stormscore;
}
if (hitarea.hitTest(_root.walker3.walker)) {
_root.walker3.gotoAndStop(1);
_root.walker3.jump = false;
_root.caught++;
_root.score = _root.score + _root.stormscore;
}
if (hitarea.hitTest(_root.rocket.rocket)) {
playing = false;
_root.rocket.gotoAndPlay(42);
_root.caught++;
_root.score = _root.score + _root.stormscore;
}
}
Instance of Symbol 324 MovieClip in Symbol 334 MovieClip Frame 30
onClipEvent (enterFrame) {
if (hitTest(_root.bug.bug)) {
_root.bug.gotoAndStop(1);
_root.caught++;
_root.score = _root.score + _root.stormscore;
}
if (hitTest(_root.virus.virus)) {
_root.virus.gotoAndStop(1);
_root.caught++;
_root.score = _root.score + _root.stormscore;
}
if (hitTest(_root.walker1.walker)) {
_root.walker1.gotoAndStop(1);
_root.walker1.jump = false;
_root.caught++;
_root.score = _root.score + _root.stormscore;
}
if (hitTest(_root.walker2.walker)) {
_root.walker2.gotoAndStop(1);
_root.walker2.jump = false;
_root.caught++;
_root.score = _root.score + _root.stormscore;
}
if (hitTest(_root.walker3.walker)) {
_root.walker3.gotoAndStop(1);
_root.walker3.jump = false;
_root.caught++;
_root.score = _root.score + _root.stormscore;
}
if (hitTest(_root.rocket.rocket)) {
playing = false;
_root.rocket.gotoAndPlay(42);
_root.caught++;
_root.score = _root.score + _root.stormscore;
}
}
Instance of Symbol 324 MovieClip in Symbol 334 MovieClip Frame 50
onClipEvent (enterFrame) {
if (hitTest(_root.bug.bug)) {
_root.bug.gotoAndStop(1);
_root.caught++;
_root.score = _root.score + _root.stormscore;
}
if (hitTest(_root.virus.virus)) {
_root.virus.gotoAndStop(1);
_root.caught++;
_root.score = _root.score + _root.stormscore;
}
if (hitTest(_root.walker1.walker)) {
_root.walker1.gotoAndStop(1);
_root.walker1.jump = false;
_root.caught++;
_root.score = _root.score + _root.stormscore;
}
if (hitTest(_root.walker2.walker)) {
_root.walker2.gotoAndStop(1);
_root.walker2.jump = false;
_root.caught++;
_root.score = _root.score + _root.stormscore;
}
if (hitTest(_root.walker3.walker)) {
_root.walker3.gotoAndStop(1);
_root.walker3.jump = false;
_root.caught++;
_root.score = _root.score + _root.stormscore;
}
if (hitTest(_root.rocket.rocket)) {
playing = false;
_root.rocket.gotoAndPlay(42);
_root.caught++;
_root.score = _root.score + _root.stormscore;
}
}
Symbol 334 MovieClip Frame 52
if (_root.trash.full == true) {
_root.score = _root.score + _root.recyclescore;
_root.trash.gotoAndPlay("shredd2");
_root.trash.full = false;
}
Instance of Symbol 333 MovieClip in Symbol 334 MovieClip Frame 62
onClipEvent (enterFrame) {
if (hitTest(_root.bug.bug)) {
_root.bug.gotoAndStop(1);
_root.caught++;
_root.score = _root.score + 80;
}
if (hitTest(_root.virus.virus)) {
_root.virus.gotoAndStop(1);
_root.caught++;
_root.score = _root.score + 80;
}
if (hitTest(_root.walker1.walker)) {
_root.walker1.gotoAndStop(1);
_root.walker1.jump = false;
_root.caught++;
_root.score = _root.score + 80;
}
if (hitTest(_root.walker2.walker)) {
_root.walker2.gotoAndStop(1);
_root.walker2.jump = false;
_root.caught++;
_root.score = _root.score + 80;
}
if (hitTest(_root.walker3.walker)) {
_root.walker3.gotoAndStop(1);
_root.walker3.jump = false;
_root.caught++;
_root.score = _root.score + 80;
}
if (hitTest(_root.rocket.rocket)) {
playing = false;
_root.rocket.gotoAndPlay(42);
_root.caught++;
_root.score = _root.score + 80;
}
}
Instance of Symbol 324 MovieClip in Symbol 334 MovieClip Frame 65
onClipEvent (enterFrame) {
if (hitTest(_root.bug.bug)) {
_root.bug.gotoAndStop(1);
_root.caught++;
_root.score = _root.score + _root.stormscore;
}
if (hitTest(_root.virus.virus)) {
_root.virus.gotoAndStop(1);
_root.caught++;
_root.score = _root.score + _root.stormscore;
}
if (hitTest(_root.walker1.walker)) {
_root.walker1.gotoAndStop(1);
_root.walker1.jump = false;
_root.caught++;
_root.score = _root.score + _root.stormscore;
}
if (hitTest(_root.walker2.walker)) {
_root.walker2.gotoAndStop(1);
_root.walker2.jump = false;
_root.caught++;
_root.score = _root.score + _root.stormscore;
}
if (hitTest(_root.walker3.walker)) {
_root.walker3.gotoAndStop(1);
_root.walker3.jump = false;
_root.caught++;
_root.score = _root.score + _root.stormscore;
}
if (hitTest(_root.rocket.rocket)) {
playing = false;
_root.rocket.gotoAndPlay(42);
_root.caught++;
_root.score = _root.score + _root.stormscore;
}
}
Symbol 360 Button
on (press) {
if (((_root.pause != true) && (_root.draging == false)) && (_root.pointer.weaponpause == false)) {
_root.dragmc = "pointer";
_root.gun = false;
_root.glove.duplicateMovieClip("pointer", 9971);
_root.pointer.weaponpause = false;
}
}
Symbol 361 Button
on (press) {
if ((((_root.pause != true) && (_root.credits >= (_root.whatcosts * 2))) && (_root.draging == false)) && (_root.pointer.weaponpause == false)) {
_root.dragmc = "what";
_root.gun = true;
_root.what.duplicateMovieClip("pointer", 9971);
_root.pointer.weaponpause = false;
}
}
Symbol 362 Button
on (press) {
if ((((_root.pause != true) && (_root.credits >= (_root.waterguncosts * 2))) && (_root.draging == false)) && (_root.pointer.weaponpause == false)) {
_root.dragmc = "watergun";
_root.gun = true;
_root.watergun.duplicateMovieClip("pointer", 9971);
_root.pointer.weaponpause = false;
}
}
Symbol 363 Button
on (press) {
if ((((_root.pause != true) && (_root.credits >= (_root.vacucosts * 2))) && (_root.draging == false)) && (_root.pointer.weaponpause == false)) {
_root.dragmc = "vacu";
_root.gun = true;
_root.vacu.duplicateMovieClip("pointer", 9971);
_root.pointer.weaponpause = false;
}
}
Symbol 364 Button
on (press) {
if ((((((_root.pause != true) && (_root.firew._currentFrame == 1)) && (_root.drophole._currentFrame == 1)) && (_root.credits >= (_root.holecosts * 1))) && (_root.draging == false)) && (_root.pointer.weaponpause == false)) {
_root.credits = _root.credits - _root.holecosts;
_root.drophole.gotoAndPlay(2);
}
}
Symbol 365 Button
on (press) {
if ((((((_root.pause != true) && (_root.drophole._currentFrame == 1)) && (_root.firew._currentFrame == 1)) && (_root.credits >= (_root.firewallcosts * 1))) && (_root.draging == false)) && (_root.pointer.weaponpause == false)) {
_root.credits = _root.credits - _root.firewallcosts;
_root.firew.play();
}
}
Symbol 366 Button
on (press) {
if (((((_root.pause != true) && (_root.storm._currentFrame == 1)) && (_root.credits >= (_root.stormcosts * 1))) && (_root.draging == false)) && (_root.pointer.weaponpause == false)) {
_root.storm.gotoAndPlay(2);
_root.credits = _root.credits - _root.stormcosts;
}
}
Symbol 368 Button
on (press) {
_root.firew.gotoAndPlay(2);
_root.ball.gotoAndStop(1);
}
Symbol 370 Button
on (press) {
_root.life = _root.life + 10;
_root.ball.gotoAndStop(1);
}
Symbol 372 Button
on (press) {
_root.speed = _root.speed + 0.1;
_root.ball.gotoAndStop(1);
}
Symbol 374 Button
on (press) {
_root.credits = _root.credits + 6;
_root.ball.gotoAndStop(1);
}
Symbol 376 Button
on (press) {
_root.storm.gotoAndPlay(2);
_root.ball.gotoAndStop(1);
}
Symbol 378 Button
on (press) {
_root.drophole.gotoAndPlay(2);
_root.ball.gotoAndStop(1);
}
Symbol 380 Button
on (press) {
_root.speed = _root.speed - 0.1;
_root.speed = _root.speed + _root.minusspeed;
}
Symbol 381 MovieClip Frame 1
stop();
Symbol 381 MovieClip Frame 2
stop();
Symbol 381 MovieClip Frame 3
stop();
Symbol 381 MovieClip Frame 4
stop();
Symbol 381 MovieClip Frame 5
stop();
Symbol 381 MovieClip Frame 6
stop();
Symbol 381 MovieClip Frame 7
stop();
Symbol 382 MovieClip Frame 1
stop();
Instance of Symbol 58 MovieClip in Symbol 382 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_parent.oldplaying != false) && (_root.pause == true)) {
_parent.pausing = true;
_parent.stop();
_parent.oldplaying = _parent.playing;
_parent.playing = true;
} else if (((_parent._currentframe != 1) && (_root.pause != true)) && (_parent.pausing == true)) {
_parent.play();
}
if ((_root.pause != true) && (_parent.oldplaying == false)) {
_parent.playing = false;
_parent.oldplaying = true;
}
}
Symbol 382 MovieClip Frame 20
gotoAndStop (1);
Symbol 382 MovieClip Frame 40
gotoAndStop (1);
Symbol 382 MovieClip Frame 60
gotoAndStop (1);
Symbol 382 MovieClip Frame 80
gotoAndStop (1);
Symbol 382 MovieClip Frame 100
gotoAndStop (1);
Symbol 382 MovieClip Frame 120
gotoAndStop (1);
Symbol 382 MovieClip Frame 140
gotoAndStop (1);
Symbol 382 MovieClip Frame 160
gotoAndStop (1);
Symbol 382 MovieClip Frame 181
gotoAndStop (1);
Symbol 394 Button
on (release) {
toggleHighQuality();
}
Symbol 439 Button
on (release) {
if (_root.ready2go == true) {
_root.klickedplay = true;
_root.ready2go = false;
gotoAndStop (2);
}
}
Symbol 441 Button
on (release) {
if (_root.ready2go == true) {
gotoAndStop (14);
}
}
Symbol 443 Button
on (release) {
if (_root.ready2go == true) {
gotoAndStop (17);
}
}
Symbol 444 Button
on (release) {
if (_root.ready2go == true) {
gotoAndStop (15);
}
}
Symbol 445 Button
on (release) {
if (_root.ready2go == true) {
gotoAndStop (16);
}
}
Symbol 449 Button
on (release) {
getURL ("http://www.ShawCartoon.com", "_blank");
}
Symbol 451 Button
on (release) {
if (_root.loadico._visible != 1) {
file = SharedObject.getLocal("savedcredits");
savedcredits = file.data.savedcredits;
_root.oldscore = savedcredits;
_root.ready2go = false;
_root.loadico._visible = 1;
_root.loadico.play(2);
}
}
Symbol 466 Button
on (release) {
getURL ("http://www.cafepress.com/shawcartoon", "_blank");
}
Symbol 471 Button
on (release) {
getURL ("http://www.equisto.de/shawcartoon", "_blank");
}
Symbol 479 MovieClip Frame 1
_visible = 0;
stop();
Symbol 479 MovieClip Frame 10
function loadtrash(success) {
var i = 0;
root = this.childNodes[0];
c = 0;
while (c < root.childNodes.length) {
child = root.childNodes[c];
if (child.nodeName.toLowerCase() == "recyclefile") {
sender = ("\"" + child.attributes.sender) + "\"";
thisdate = child.attributes.date;
if (spammers.lastIndexOf(sender) == -1) {
_root.foundmails++;
senders = senders + (sender + ",");
}
i++;
}
c++;
}
_root.senderlist = spammers + senders;
_root.ready = true;
senders = false;
}
_root.foundmails = 0;
_root.ready = false;
_global.senders = "";
file = SharedObject.getLocal("spamsenderslist");
spammers = "" + file.data.spammers;
xmlfile = new XML();
xmlfile.onLoad = loadtrash;
xmlfile.ignoreWhite = true;
xmlfile.load("../../recycle/recyclebin.xml");
gotoAndStop (1);
Symbol 487 Button
on (press) {
_root.score = 0;
_root.percentage = 0;
_root.hs._x = 900;
gotoAndStop (3);
}
Symbol 515 MovieClip Frame 14
gotoAndPlay (1);
Symbol 515 MovieClip Frame 28
gotoAndPlay (15);
Symbol 519 Button
on (release) {
removeMovieClip(_root.abc);
gotoAndPlay (3);
}
Symbol 527 Button
on (release) {
minimum = 3000;
if (((_root.highscore > minimum) && (_root.user.length > 0)) && (_root.sended != true)) {
_root.sended = true;
_root.textobject.gotoAndPlay(1);
_root.textobject.waitplease = "Please wait...";
createEmptyMovieClip("abc", 10);
_root.abc.id = _root.id;
_root.abc.user = _root.user;
_root.abc.ld = _root.h1ghscore;
_root.abc.jd = _root.highscore;
getURL ((((((("http://www.spamihilator.com/shaw/spamgame/add3.php?id=" + _root.id) + "&user=") + _root.user) + "&ld=") + _root.h1ghscore) + "&jd=") + _root.highscore, "_blank");
}
if (_root.highscore < minimum) {
_root.error = ("Minimum score for online highscore is " + minimum) + " :-(";
}
}
Symbol 538 Button
on (release) {
getURL ("http://www.amazon.com/exec/obidos/ASIN/0943973228/shawcartoon-20", "_blank");
}
Symbol 542 Button
on (release) {
getURL ("http://www.spamihilator.com/shaw/spamgame/index.php", "_blank");
}
Symbol 545 Button
on (release) {
getURL ("http://www.equisto.de/shawcartoon", "_blank");
}
Symbol 548 Button
on (release) {
getURL ("http://www.cafepress.com/shawcartoon", "_blank");
}
Symbol 564 Button
on (release) {
gotoAndPlay (3);
}
Symbol 584 Button
on (release) {
getURL ("http://www.shawcartoon.com", "_blank");
}
Symbol 588 Button
on (release) {
gotoAndStop (15);
}