Frame 1
function doSomething() {
}
function doSomething2() {
getURL ("http://www.metamorphozis.com", _blank);
}
done = getBytesLoaded();
tot = getBytesTotal();
per = (done / tot) * 100;
bar._xscale = per;
if (per >= 100) {
gotoAndPlay (3);
}
MENU.customItems.push(Functioned2);
MENU = new ContextMenu();
MENU.hideBuiltInItems();
MENU.builtInItems.quality = true;
Functioned = new ContextMenuItem("DingoEatingFuzz", doSomething);
Functioned2 = new ContextMenuItem("ArmorGames.com", doSomething2);
MENU.customItems.push(Functioned);
MENU.customItems.push(Functioned2);
Functioned2.onSelect = function () {
getURL ("http://www.armorgames.com", "_blank");
};
_root.menu = MENU;
Frame 2
gotoAndPlay (1);
Frame 3
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();
__com_mochibot__("99f71ecf", this, 10301, true);
Frame 4
stop();
Frame 5
muu.setVolume(100);
stop();
Instance of Symbol 125 MovieClip "instruct" in Frame 5
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 144 MovieClip "difficult" in Frame 5
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 151 MovieClip "highz" in Frame 5
onClipEvent (load) {
this._visible = false;
}
Frame 6
muu = new Sound();
muu.attachSound("game");
muu.setVolume(100);
muu.start(0, 99);
function buildWalls() {
if (!Pause) {
walls.attachMovie("bar", "bar" + i, i);
_root.walls["bar" + i]._x = _root.spot;
_root.walls["bar" + i]._y = -10;
i++;
walls.attachMovie("bar2", "bar2" + i, i);
_root.walls["bar2" + i]._x = spot + Wid;
_root.walls["bar2" + i]._y = -10;
i++;
spot = spot + ((Math.random() * dif) - (dif / 2));
while (spot > (550 - Wid)) {
spot = spot - 1;
}
while (spot < 0) {
spot = spot + 1;
}
score = score + (random(5) + 1);
}
}
stop();
i = 0;
q = 0;
spot = 150;
score = 0;
Factor = 200;
Wid = 100 + Factor;
acc = 8;
letEm = true;
Pause = false;
_root.bg.gotoAndStop(1);
bg.bg.play();
onEnterFrame = function () {
((Factor > 0) ? ((Factor = 200 - (score / 50))) : ((Factor = 0)));
Wid = 100 + Factor;
if (!Pause) {
attachMovie("Snow", "Snow" + q, q);
_root["Snow" + q]._x = Math.random() * 550;
_root["Snow" + q]._y = -10;
q++;
attachMovie("Snow", "Snow" + q, q);
_root["Snow" + q]._x = Math.random() * 550;
_root["Snow" + q]._y = -10;
q++;
}
if ((Key.isDown(80) && (!Pause)) && (letEm)) {
letEm = false;
Pause = true;
}
if ((Key.isDown(80) && (Pause)) && (letEm)) {
letEm = false;
Pause = false;
}
if (!Key.isDown(80)) {
letEm = true;
}
if (Pause) {
pau._visible = true;
for (var _local2 in player) {
player[_local2].stop();
}
for (var _local2 in bg) {
bg[_local2].stop();
}
} else {
pau._visible = false;
for (var _local2 in player) {
player[_local2].play();
}
for (var _local2 in bg) {
bg[_local2].play();
}
}
if ((score > 2000) && (score <= 4000)) {
bg.gotoAndStop(2);
player.gotoAndStop(2);
}
if ((score > 4000) && (score <= 6000)) {
bg.gotoAndStop(3);
player.gotoAndStop(3);
}
if ((score > 6000) && (score <= 8000)) {
bg.gotoAndStop(4);
player.gotoAndStop(4);
}
if ((score > 8000) && (score <= 10000)) {
bg.gotoAndStop(5);
player.gotoAndStop(5);
}
if ((score > 10000) && (score <= 12000)) {
bg.gotoAndStop(6);
player.gotoAndStop(6);
}
if ((score > 12000) && (score <= 14000)) {
bg.gotoAndStop(7);
player.gotoAndStop(7);
}
if (score > 14000) {
bg.gotoAndStop(8);
player.gotoAndStop(8);
}
};
blah = setInterval(buildWalls, 40);
Instance of Symbol 166 MovieClip "player" in Frame 6
onClipEvent (enterFrame) {
if (!_root.Pause) {
if (Key.isDown(39)) {
this._x = this._x + _root.acc;
} else if (Key.isDown(37)) {
this._x = this._x - _root.acc;
}
}
}
Frame 7
cat = muu.position;
muu.stop();
death = new Sound();
death.attachSound("oops");
death.setVolume(100);
death.start();
death.onSoundComplete = function () {
muu.start(cat / 1000, 99);
muu.setVolume(20);
};
stop();
clearInterval(blah);
onEnterFrame = function () {
};
_root.bg.bg.stop();
scoreT.text = _root.score;
_root.subb._focusrect = false;
Symbol 4 MovieClip [bar2] Frame 1
#initclip 5
Object.registerClass("bar2", moveIt);
#endinitclip
Symbol 6 MovieClip [bar] Frame 1
#initclip 3
Object.registerClass("bar", moveIt);
#endinitclip
Symbol 8 MovieClip [Snow] Frame 1
#initclip 4
Object.registerClass("Snow", snow);
#endinitclip
Symbol 9 MovieClip [gaem] Frame 1
_root.muu.setVolume(20);
Symbol 9 MovieClip [gaem] Frame 181
stop();
Symbol 210 MovieClip [__Packages.moveIt] Frame 0
class moveIt extends MovieClip
{
var _y, removeMovieClip, hitTest;
function moveIt () {
super();
}
function onEnterFrame() {
if (_y < 500) {
if (!_root.Pause) {
_y = _y + 30;
}
} else {
(removeMovieClip());// not popped
}
if (hitTest(_root.player)) {
_root.play();
}
}
}
Symbol 211 MovieClip [__Packages.snow] Frame 0
class snow extends MovieClip
{
var _y, removeMovieClip;
function snow () {
super();
}
function onEnterFrame() {
if (!_root.Pause) {
_y = _y + ((Math.random() * 30) + 20);
}
if ((_y > 450) || (_root._currentframe != 6)) {
removeMovieClip();
}
}
}
Symbol 41 MovieClip Frame 215
_root.play();
Symbol 42 Button
on (release) {
getURL ("http://www.armorgames.com", "blank");
}
Symbol 52 MovieClip Frame 160
_root.play();
Symbol 52 MovieClip Frame 161
_root.play();
Symbol 65 Button
on (release) {
instruct._visible = false;
highz._visible = false;
difficult._visible = true;
}
Symbol 68 Button
on (release) {
instruct._visible = true;
highz._visible = false;
difficult._visible = false;
}
Symbol 71 Button
on (release) {
instruct._visible = false;
highz._visible = true;
difficult._visible = false;
}
Symbol 74 Button
on (release) {
getURL ("http://www.armorgames.com", "_blank");
}
Symbol 78 Button
on (rollOver) {
siteT.text = "DingoEatingFuzz";
}
on (rollOut) {
siteT.text = "";
}
on (dragOut) {
siteT.text = "";
}
on (dragOver) {
siteT.text = "DingoEatingFuzz";
}
Symbol 82 Button
on (rollOver) {
siteT.text = "ArmorGames.com";
}
on (rollOut) {
siteT.text = "";
}
on (dragOut) {
siteT.text = "";
}
on (dragOver) {
siteT.text = "ArmorGames.com";
}
on (release) {
getURL ("http://www.armorgames.com", "_blank");
}
Symbol 88 Button
on (rollOver) {
siteT.text = "Newgrounds.com";
}
on (rollOut) {
siteT.text = "";
}
on (dragOut) {
siteT.text = "";
}
on (dragOver) {
siteT.text = "Newgrounds.com";
}
on (release) {
getURL ("http://www.newgrounds.com/collection/christmas2006.html", "_blank");
}
Symbol 96 Button
on (release) {
getURL ("http://www.kirupa.com", "_blank");
}
Symbol 99 MovieClip Frame 1
snowflakes = 75;
i = 0;
while (i < 75) {
duplicateMovieClip (snow, "snow" + i, i);
i++;
}
Instance of Symbol 98 MovieClip "snow" in Symbol 99 MovieClip Frame 1
onClipEvent (load) {
width = 550;
height = 400;
this._xscale = (this._yscale = 50 + (Math.random() * 100));
this._alpha = 20 + (Math.random() * 50);
this._x = (-width) + (Math.random() * (3 * width));
this._y = -10 + (Math.random() * height);
i = 1 + (Math.random() * 2);
k = -3.14159265358979 + (Math.random() * Math.PI);
rad = 0;
}
onClipEvent (enterFrame) {
rad = rad + ((k / 180) * Math.PI);
xmovement = _root._xmouse;
this._x = this._x - (Math.cos(rad) + ((xmovement - (width / 2)) / 50));
this._y = this._y + i;
if (this._x > (width + 50)) {
this._x = -45;
this._y = (Math.random() * height) * 2;
}
if (this._x < -50) {
this._x = width + 45;
this._y = (Math.random() * height) * 2;
}
if (this._y >= height) {
this._y = -50;
this._x = (-width) + (Math.random() * (3 * width));
}
}
Symbol 122 Button
on (release) {
this._visible = false;
}
Symbol 125 MovieClip Frame 1
blah.useHandCursor = false;
Symbol 131 Button
on (release) {
_root.dif = 10;
_root.play();
}
Symbol 135 Button
on (release) {
_root.dif = 20;
_root.play();
}
Symbol 139 Button
on (release) {
_root.dif = 30;
_root.play();
}
Symbol 143 Button
on (release) {
_root.dif = 50;
_root.play();
}
Symbol 144 MovieClip Frame 1
blah.useHandCursor = false;
Symbol 147 Button
on (release) {
getURL ("http://armorbot.com/mytable/?id=623", "_blank");
}
Symbol 148 Button
on (release) {
getURL ("http://armorbot.com/mytable/?id=624", "_blank");
}
Symbol 149 Button
on (release) {
getURL ("http://armorbot.com/mytable/?id=625", "_blank");
}
Symbol 150 Button
on (release) {
getURL ("http://armorbot.com/mytable/?id=626", "_blank");
}
Symbol 151 MovieClip Frame 1
blah.useHandCursor = false;
Symbol 156 MovieClip Frame 1
stop();
Symbol 166 MovieClip Frame 1
stop();
Symbol 171 Button
on (release) {
_root.Pause = false;
}
Symbol 178 MovieClip Frame 1
slide.onPress = function () {
this.startDrag(false, 0, 0, line._width, 0);
};
slide.onRelease = function () {
this.stopDrag();
};
slide.onReleaseOutside = function () {
this.stopDrag();
};
onEnterFrame = function () {
_root.acc = Math.round((slide._x / line._width) * 19) + 1;
speR.text = _root.acc;
};
Symbol 184 Button
on (release) {
gotoAndStop (2);
}
Symbol 188 Button
on (release) {
gotoAndStop (3);
}
Symbol 192 Button
on (release) {
gotoAndStop (1);
}
Symbol 195 MovieClip Frame 1
stop();
_root._quality = "HIGH";
Symbol 195 MovieClip Frame 2
stop();
_root._quality = "MEDIUM";
Symbol 195 MovieClip Frame 3
stop();
_root._quality = "LOW";
Symbol 196 MovieClip Frame 1
blah.useHandCursor = false;
Symbol 200 Button
on (release) {
muu.stop();
gotoAndStop (5);
}
Symbol 208 Button
on (release) {
if (_root.dif == 10) {
ab20_09 = new LoadVars();
ab20_09.z = _root.nameT.text;
ab20_09.x = _root.score;
ab20_09.c = 623;
ab20_09.v = "GJQIOV";
ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST");
getURL ("http://armorbot.com/mytable/?id=623", "_blank");
} else if (_root.dif == 20) {
ab20_09 = new LoadVars();
ab20_09.z = _root.nameT.text;
ab20_09.x = _root.score;
ab20_09.c = 624;
ab20_09.v = "NGFWPX";
ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST");
getURL ("http://armorbot.com/mytable/?id=624", "_blank");
} else if (_root.dif == 30) {
ab20_09 = new LoadVars();
ab20_09.z = _root.nameT.text;
ab20_09.x = _root.score;
ab20_09.c = 625;
ab20_09.v = "GZCLXA";
ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST");
getURL ("http://armorbot.com/mytable/?id=625", "_blank");
} else if (_root.dif == 50) {
ab20_09 = new LoadVars();
ab20_09.z = _root.nameT.text;
ab20_09.x = _root.score;
ab20_09.c = 626;
ab20_09.v = "LZSJFG";
ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST");
getURL ("http://armorbot.com/mytable/?id=626", "_blank");
}
_root.subb._x = 1000;
}