Frame 1
function itemHandler1(obj, item) {
getURL ("http://needfun.net", "_blank");
}
function itemHandler2(obj, item) {
getURL ("mailto:westendpro@googlemail.com");
}
function itemHandler3(obj, item) {
_root.blah();
}
function itemHandler4(obj, item) {
_root.meh();
}
function itemHandler5(obj, item) {
((_quality == "HIGH") ? (_quality = "MEDIUM""MEDIUM") : null);
((_quality == "MEDIUM") ? (_quality = "LOW""LOW") : null);
((_quality == "LOW") ? (_quality = "HIGH""HIGH") : null);
}
function itemHandler6(obj, item) {
getURL ("mailto:johncannon@needfun.net");
}
function blah() {
if (!soundisplaying) {
s1.start(0, 9999999999);
soundisplaying = true;
}
}
function meh() {
s1.stop();
soundisplaying = false;
}
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
stop();
root_cm = new ContextMenu();
root_cm.hideBuiltInItems();
aaa_cmi = new ContextMenuItem("Visit Needfun.net", itemHandler1);
bbb_cmi = new ContextMenuItem("Email West-end-pro", itemHandler2);
fff_cmi = new ContextMenuItem("Email JC-FLASH", itemHandler6);
ccc_cmi = new ContextMenuItem("Play the music", itemHandler3);
ddd_cmi = new ContextMenuItem("Stop the music", itemHandler4);
eee_cmi = new ContextMenuItem("Change the Quality", itemHandler5);
ccc_cmi.separatorBefore = true;
eee_cmi.separatorBefore = true;
root_cm.customItems.push(aaa_cmi, bbb_cmi, fff_cmi, ccc_cmi, ddd_cmi, eee_cmi);
_root.menu = root_cm;
var soundisplaying = false;
var s1 = new Sound();
s1.attachSound("sound1");
_root.blah();
__com_mochibot__("26c90806", this, 10301, true);
Instance of Symbol 24 MovieClip "planimation" in Frame 1
onClipEvent (load) {
totalb = _root.getBytesTotal();
totalkb = int(totalb / 1024);
}
onClipEvent (enterFrame) {
var loadedb = _root.getBytesLoaded();
if (loadedb == totalb) {
_root.gotoAndStop(2);
} else {
loadedkb = int(loadedb / 1024);
percent = (loadedb / totalb) * 100;
_root.planimation.loader.gotoAndStop(int(percent));
pl1 = ("" + int(percent)) + "%";
pl2 = ((("" + loadedkb) + " / ") + totalkb) + " kb";
}
}
Frame 2
stop();
Instance of Symbol 35 MovieClip in Frame 2
on (release) {
getURL ("http://www.needfun.net", "blank");
}
Frame 3
stop();
Instance of Symbol 68 MovieClip in Frame 3
onClipEvent (enterFrame) {
this.onPress = function () {
getURL ("http://www.dumpgames.com", "_blank");
};
}
Frame 4
stop();
_root.score = 0;
Mouse.show();
_global.weplay = false;
playbutton.swapDepths(99999);
oursite.swapDepths(99998);
pmg.swapDepths(99997);
_global.invince = false;
clearInterval(blah);
clearInterval(blahblah);
Frame 5
function addBox() {
if (_global.weplay == true) {
i++;
attachMovie("box", "box" + i, 1000 + i);
}
}
function addEn() {
if (_global.weplay == true) {
z++;
attachMovie("en", "en" + z, 2000 + z);
}
}
function addInv() {
if (_global.weplay == true) {
a++;
_root.t = Math.round(Math.random() * 1) + 2;
((t === 2) ? (attachMovie("big", "big" + a, 6000 + a)) : null);
((t === 3) ? (attachMovie("sma", "sma" + a, 3000 + a)) : null);
}
}
stop();
Mouse.hide();
trace(_global.weplay);
_global.weplay = true;
var score = 0;
var t = 0;
onEnterFrame = function () {
trace(_global.invince);
if (_root._currentframe == 5) {
_root.score++;
}
_root.player._x = _xmouse;
_root.player._y = _ymouse;
(((_root.thing._width >= 0) && (_global.invince == true)) ? ((_root.thing._width = _root.thing._width - 5)) : ((_global.invince = false)));
};
i = 0;
blah = setInterval(addBox, 5000);
z = 0;
blahblah = setInterval(addEn, 5000);
a = 0;
hahahaha = setInterval(addInv, 10000);
addBox();
addEn();
Frame 6
_global.weplay = false;
Mouse.show();
Frame 7
stop();
Mouse.show();
Symbol 3 MovieClip [sma] Frame 1
stop();
var xspeed = ((Math.random() * 8) + 1);
var yspeed = ((Math.random() * 8) + 1);
onEnterFrame = function () {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if ((((this._x > 550) || (this._x < -50)) || (this._y > 550)) || (this._y < -50)) {
this.removeMovieClip();
}
if (_global.weplay == true) {
if (this._x > 500) {
xspeed = -xspeed;
}
if (this._y > 500) {
yspeed = -yspeed;
}
if (this._y < 0) {
yspeed = -yspeed;
}
if (this._x < 0) {
xspeed = -xspeed;
}
if (this.hitTest(_root.player)) {
if (_root.player._width > 15) {
_root.player._width = _root.player._width - 5;
_root.player._height = _root.player._height - 5;
}
this.gotoAndStop(2);
}
}
};
Symbol 3 MovieClip [sma] Frame 2
stop();
this.removeMovieClip();
Symbol 5 MovieClip [big] Frame 1
stop();
var xspeed = ((Math.random() * 8) + 1);
var yspeed = ((Math.random() * 8) + 1);
onEnterFrame = function () {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if ((((this._x > 550) || (this._x < -50)) || (this._y > 550)) || (this._y < -50)) {
this.removeMovieClip();
}
if (_global.weplay == true) {
if (this._x > 500) {
xspeed = -xspeed;
}
if (this._y > 500) {
yspeed = -yspeed;
}
if (this._y < 0) {
yspeed = -yspeed;
}
if (this._x < 0) {
xspeed = -xspeed;
}
if (this.hitTest(_root.player)) {
_root.player._width = _root.player._width + 5;
_root.player._height = _root.player._height + 5;
this.gotoAndStop(2);
}
}
};
Symbol 5 MovieClip [big] Frame 2
stop();
this.removeMovieClip();
Symbol 9 MovieClip [en] Frame 1
var xspeed = ((Math.random() * 8) + 1);
var yspeed = ((Math.random() * 8) + 1);
onEnterFrame = function () {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if ((((this._x > 550) || (this._x < -50)) || (this._y > 550)) || (this._y < -50)) {
this.removeMovieClip();
}
if (_global.weplay == true) {
if (this._x > 500) {
xspeed = -xspeed;
}
if (this._y > 500) {
yspeed = -yspeed;
}
if (this._y < 0) {
yspeed = -yspeed;
}
if (this._x < 0) {
xspeed = -xspeed;
}
}
if (this.hitTest(_root.player) && (_global.invince == false)) {
_root.gotoAndStop("DEAD");
}
};
Symbol 11 MovieClip [box] Frame 1
stop();
var xspeed = ((Math.random() * 8) + 1);
var yspeed = ((Math.random() * 8) + 1);
onEnterFrame = function () {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if ((((this._x > 550) || (this._x < -50)) || (this._y > 550)) || (this._y < -50)) {
this.removeMovieClip();
}
if (_global.weplay == true) {
if (this._x > 500) {
xspeed = -xspeed;
}
if (this._y > 500) {
yspeed = -yspeed;
}
if (this._y < 0) {
yspeed = -yspeed;
}
if (this._x < 0) {
xspeed = -xspeed;
}
if (this.hitTest(_root.player)) {
this.gotoAndStop(2);
}
}
};
Symbol 11 MovieClip [box] Frame 2
stop();
trace(_root.score);
_root.score = _root.score + 100;
this.removeMovieClip();
Symbol 35 MovieClip Frame 1
onMouseDown = function () {
getURL ("http://www.needfun.net", "_blank");
};
Symbol 35 MovieClip Frame 90
_root.nextFrame();
Symbol 68 MovieClip Frame 1
gotoAndPlay (2);
Symbol 68 MovieClip Frame 85
_root.nextFrame();
Symbol 72 Button
on (press) {
getURL ("http://www.dumpgames.com", "_blank");
}
Symbol 75 Button
on (press) {
getURL ("http://www.needfun.net", "_blank");
}
Symbol 78 Button
on (press) {
_root.gotoAndStop("mouse");
_root.score = 0;
}
Symbol 87 Button
on (press) {
_root.gotoAndStop("instructions");
}
Symbol 98 Button
on (press) {
getURL ("http://www.armorbot.com/mytable/?id=800", "_blank");
ab20_09 = new LoadVars();
ab20_09.z = name;
ab20_09.x = _root.score;
ab20_09.c = 800;
ab20_09.v = "GEWJTK";
ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST");
}
Symbol 105 Button
on (press) {
getURL ("http://www.dumpgames.com", "_blank");
}
Symbol 108 Button
on (press) {
_root.gotoAndStop("menu");
}
Symbol 110 Button
on (press) {
_root.gotoAndStop("menu");
}