Frame 2
_global.snd = [];
i = 0;
while (i <= 10) {
snd[i] = new Sound(this);
snd[i].attachSound("snd" + i);
i++;
}
stop();
Frame 3
function new_pkt(num, x, y, xx, yy, weight, owner, b) {
pkt[num] = {exist:true, x:x, y:y, xx:xx, yy:yy, lx:0, ly:0, weight:weight, owner:owner, b:b};
}
function new_link(num, p1, p2, dlg, auto, ela, owner) {
link[num] = {exist:true, p1:p1, p2:p2, dlg:dlg, ela:ela, owner:owner};
if (auto) {
link[num].dlg = odlg(pkt[p1].x - pkt[p2].x, pkt[p1].y - pkt[p2].y) + dlg;
}
}
function run_links() {
l = 0;
while (l <= (pkt.length - 1)) {
pkt[l].lx = 0;
pkt[l].ly = 0;
l++;
}
l = 0;
while (l <= (link.length - 1)) {
if (link[l].exist) {
var pp1 = pkt[link[l].p1];
var pp2 = pkt[link[l].p2];
ppx1 = pp1.x + pp1.xx;
ppy1 = pp1.y + pp1.yy;
ppx2 = pp2.x + pp2.xx;
ppy2 = pp2.y + pp2.yy;
mn = 1 - (link[l].dlg / odlg(ppx1 - ppx2, ppy1 - ppy2));
st2 = pp1.weight / (pp1.weight + pp2.weight);
st1 = 1 - st2;
lx = ((ppx2 - ppx1) * link[l].ela) * mn;
ly = ((ppy2 - ppy1) * link[l].ela) * mn;
pp1.lx = pp1.lx + (lx * st1);
pp1.ly = pp1.ly + (ly * st1);
pp2.lx = pp2.lx + ((-lx) * st2);
pp2.ly = pp2.ly + ((-ly) * st2);
}
l++;
}
l = 0;
while (l <= (pkt.length - 1)) {
pkt[l].xx = pkt[l].xx + pkt[l].lx;
pkt[l].yy = pkt[l].yy + pkt[l].ly;
pkt[l].yy = pkt[l].yy + 0.2;
pkt[l].xx = pkt[l].xx * 0.999;
pkt[l].yy = pkt[l].yy * 0.999;
if (l == 1) {
if ((pkt[l].x + pkt[l].xx) > (500 - (fat / 2))) {
t = 1;
while (t <= 5) {
pkt[t].xx = (-Math.abs(pkt[t].xx)) * 1.1;
t++;
}
pkt[10].xx = (-Math.abs(pkt[10].xx)) * 0.6;
c4.stars._alpha = c4.stars._alpha + 33;
snd[1].start();
}
if ((pkt[l].x + pkt[l].xx) < (fat / 2)) {
t = 1;
while (t <= 5) {
pkt[t].xx = Math.abs(pkt[t].xx) * 1.1;
t++;
}
pkt[10].xx = Math.abs(pkt[10].xx) * 0.6;
c4.stars._alpha = c4.stars._alpha + 33;
snd[1].start();
}
if ((pkt[l].y + pkt[l].yy) > (500 - (fat / 2))) {
t = 1;
while (t <= 5) {
pkt[t].yy = (-Math.abs(pkt[t].yy)) * 1.1;
t++;
}
pkt[10].yy = (-Math.abs(pkt[10].yy)) * 0.6;
c4.stars._alpha = c4.stars._alpha + 33;
snd[1].start();
}
if ((pkt[l].y + pkt[l].yy) < (fat / 2)) {
t = 1;
while (t <= 5) {
pkt[t].yy = Math.abs(pkt[t].yy) * 1.1;
t++;
}
pkt[10].yy = Math.abs(pkt[10].yy) * 0.6;
c4.stars._alpha = c4.stars._alpha + 33;
snd[1].start();
}
}
pkt[l].x = pkt[l].x + pkt[l].xx;
pkt[l].y = pkt[l].y + pkt[l].yy;
l++;
}
}
function rysuj() {
kolo._x = pkt[0].x;
kolo._y = pkt[0].y;
lina._x = pkt[0].x;
lina._y = pkt[0].y;
lina._rotation = kat(c1._x - pkt[0].x, c1._y - pkt[0].y);
od = odlg(c1._x - pkt[0].x, c1._y - pkt[0].y);
lina._yscale = od;
lina._xscale = (8000 / od) + 5;
if (lina._xscale > 80) {
lina._xscale = 80;
}
}
function gostek() {
c1._x = (((pkt[4].x + pkt[5].x) + pkt[2].x) + pkt[3].x) / 4;
c1._y = (((pkt[4].y + pkt[5].y) + pkt[2].y) + pkt[3].y) / 4;
c1._rotation = kat(((pkt[2].x + pkt[3].x) / 2) - ((pkt[4].x + pkt[5].x) / 2), ((pkt[2].y + pkt[3].y) / 2) - ((pkt[4].y + pkt[5].y) / 2));
c4._x = (pkt[2].x + pkt[3].x) / 2;
c4._y = (pkt[2].y + pkt[3].y) / 2;
c4._rotation = kat(pkt[10].x - pkt[1].x, pkt[10].y - pkt[1].y);
c3._x = pkt[5].x;
c3._y = pkt[5].y;
c3._rotation = kat(pkt[6].x - pkt[1].x, pkt[6].y - pkt[1].y) - 180;
c2._x = pkt[4].x;
c2._y = pkt[4].y;
c2._rotation = kat(pkt[7].x - pkt[1].x, pkt[7].y - pkt[1].y) - 180;
c5._x = pkt[2].x;
c5._y = pkt[2].y;
c5._rotation = kat(pkt[9].x - ((pkt[2].x + pkt[3].x) / 2), pkt[9].y - ((pkt[2].y + pkt[3].y) / 2));
c6._x = pkt[3].x;
c6._y = pkt[3].y;
c6._rotation = kat(pkt[8].x - ((pkt[2].x + pkt[3].x) / 2), pkt[8].y - ((pkt[2].y + pkt[3].y) / 2));
}
function fatter() {
if (fat > 150) {
return(false);
}
multi = 1.01;
fat = fat * multi;
i = 1;
while (i < pkt.length) {
pkt[i].weight = pkt[i].weight * 1.02;
i++;
}
i = 1;
while (i < link.length) {
link[i].dlg = link[i].dlg * multi;
i++;
}
c1._xscale = c1._xscale * multi;
c1._yscale = c1._yscale * multi;
}
function start() {
e1 = {};
e2 = {};
e1.x = c4._x + turnx(c4._rotation - 9, 29);
e1.y = c4._y + turny(c4._rotation - 9, 29);
e2.x = c4._x + turnx(c4._rotation + 9, 29);
e2.y = c4._y + turny(c4._rotation + 9, 29);
fruit1.kx = turnx(kat(fruit1._x - pkt[1].x, fruit1._y - pkt[1].y), 8);
fruit1.ky = turny(kat(fruit1._x - pkt[1].x, fruit1._y - pkt[1].y), 8);
fruit1.anim.play();
this.onEnterFrame = function () {
lina.col.gotoAndStop(1);
if (lina._yscale > (0.4 * linadlg)) {
lina.col.gotoAndStop(2);
}
if (lina._yscale > (0.6 * linadlg)) {
lina.col.gotoAndStop(3);
}
if (lina._yscale > (0.8 * linadlg)) {
lina.col.gotoAndStop(4);
}
if (lina._yscale > linadlg) {
lina.col.gotoAndStop(5);
deadline++;
if (deadline > 10) {
if (msg._currentframe == 1) {
msg.gotoAndStop(2);
snd[2].start();
}
link[0].exist = false;
if (time > 0) {
time = 0;
}
}
} else {
deadline = 0;
}
time--;
if (time < -60) {
stopAllSounds();
this.onEnterFrame = function () {
};
gotoAndStop (4);
}
combonum.setnum(combo, true, true);
if (combotime > 100) {
combotime = 100;
}
comboline.m._xscale = combotime;
if (combotime > 0) {
combotime--;
}
if ((combotime == 0) && (combo > 0)) {
combo--;
}
scorenum.setnum(score);
if (c4.stars._alpha > 0) {
c4.stars._alpha--;
}
if (time >= 0) {
timenum.setnum(time);
} else {
if (msg._currentframe == 1) {
msg.gotoAndStop(3);
snd[2].start();
}
lina._visible = false;
link[0].exist = false;
}
pkt[0].x = pkt[0].x + ((_xmouse - pkt[0].x) / 2);
pkt[0].y = pkt[0].y + ((_ymouse - pkt[0].y) / 2);
pkt[0].xx = 0;
pkt[0].yy = 0;
run_links();
pkt[0].x = pkt[0].x + ((_xmouse - pkt[0].x) / 2);
pkt[0].y = pkt[0].y + ((_ymouse - pkt[0].y) / 2);
pkt[0].xx = 0;
pkt[0].yy = 0;
run_links();
gostek();
rysuj();
c4.gotoAndStop(1);
if (odlg(fruit1._x - c1._x, fruit1._y - c1._y) < (fat * 2)) {
c4.gotoAndStop(2);
} else {
c4.gotoAndStop(1);
}
if ((time > 0) && (odlg(fruit1._x - c1._x, fruit1._y - c1._y) < fat)) {
snd[0].start();
time = time + (addtime + combo);
addtime--;
fatter();
combo++;
combotime = combotime + 25;
pkty = sqr(lina.col._currentframe + 1) * combo;
score = score + pkty;
this.attachMovie("crunch", "c" + random(1000), random(1000) + 100, {_x:fruit1._x, _y:fruit1._y});
this.attachMovie("popup", "p" + random(1000), random(1000) + 1100, {_x:fruit1._x, _y:fruit1._y, go:lina.col._currentframe, value:pkty});
fruit1._x = fruit2._x;
fruit1._y = fruit2._y;
fruit2._x = random(440) + 30;
fruit2._y = random(440) + 30;
fruit1.kx = turnx(kat(fruit1._x - pkt[1].x, fruit1._y - pkt[1].y), 8);
fruit1.ky = turny(kat(fruit1._x - pkt[1].x, fruit1._y - pkt[1].y), 8);
}
e1.xx = e1.xx + (((c4._x + turnx(c4._rotation - 9, 29)) - e1.x) / 1.5);
e1.yy = e1.yy + (((c4._y + turny(c4._rotation - 9, 29)) - e1.y) / 1.5);
e1.xx = e1.xx * 0.9;
e1.yy = e1.yy * 0.9;
e1.x = e1.x + e1.xx;
e1.y = e1.y + e1.yy;
e2.xx = e2.xx + (((c4._x + turnx(c4._rotation + 9, 29)) - e2.x) / 1.5);
e2.yy = e2.yy + (((c4._y + turny(c4._rotation + 9, 29)) - e2.y) / 1.5);
e2.xx = e2.xx * 0.9;
e2.yy = e2.yy * 0.9;
e2.x = e2.x + e2.xx;
e2.y = e2.y + e2.yy;
e1.x = (e1.x + (c4._x + turnx(c4._rotation - 9, 29))) / 2;
e1.y = (e1.y + (c4._y + turny(c4._rotation - 9, 29))) / 2;
e2.x = (e2.x + (c4._x + turnx(c4._rotation + 9, 29))) / 2;
e2.y = (e2.y + (c4._y + turny(c4._rotation + 9, 29))) / 2;
ee1 = {x:e1.x, y:e1.y};
c4.globalToLocal(ee1);
c4.e1._x = ee1.x;
c4.e1._y = ee1.y;
ee2 = {x:e2.x, y:e2.y};
c4.globalToLocal(ee2);
c4.e2._x = ee2.x;
c4.e2._y = ee2.y;
};
}
_global.sqr = function (x) {
return(x * x);
};
_global.turnx = function (angle, r) {
return(Math.sin((((-angle) + 180) / 180) * Math.PI) * r);
};
_global.turny = function (angle, r) {
return(Math.cos((((-angle) + 180) / 180) * Math.PI) * r);
};
_global.kat = function (kx, ky) {
return((((-Math.atan2(kx, ky)) * 180) / Math.PI) + 180);
};
_global.odlg = function (kx, ky) {
return(Math.sqrt(sqr(kx) + sqr(ky)));
};
_global.goodkat = function (k) {
kk = k;
while (kk >= 360) {
kk = kk - 360;
}
while (kk < 0) {
kk = kk + 360;
}
return(kk);
};
_global.pole = function (x, y, x1, y1, x2, y2) {
if ((((x > x1) and (x < x2)) and (y > y1)) and (y < y2)) {
return(true);
}
return(false);
};
pkt = new Array();
link = new Array();
kolo.onRelease = function () {
Mouse.hide();
start();
kolo.rock.gotoAndStop(1);
};
new_pkt(0, 250, 100, 0, 0, 12, "whip", 3);
new_pkt(1, 250, 200, 0, 0, 20, "whip", 2);
new_link(0, 0, 1, 50, false, 0.025, "whip");
new_pkt(2, 235, 185, 0, 0, 3, "whip", 3);
new_pkt(3, 265, 185, 0, 0, 3, "whip", 3);
new_pkt(4, 235, 215, 0, 0, 3, "whip", 3);
new_pkt(5, 265, 215, 0, 0, 3, "whip", 3);
new_pkt(6, 265, 235, 0, 0, 1, "whip", 0.5);
new_pkt(7, 235, 235, 0, 0, 1, "whip", 0.5);
new_pkt(8, 285, 185, 0, 0, 1, "whip", 0.5);
new_pkt(9, 215, 185, 0, 0, 1, "whip", 0.5);
new_pkt(10, 250, 165, 0, 0, 1, "whip", 0.5);
new_link(1, 2, 3, 0, true, 0.5, "whip");
new_link(2, 4, 5, 0, true, 0.5, "whip");
new_link(3, 2, 4, 0, true, 0.5, "whip");
new_link(4, 3, 5, 0, true, 0.5, "whip");
new_link(5, 1, 2, 0, true, 0.5, "whip");
new_link(6, 1, 3, 0, true, 0.5, "whip");
new_link(7, 1, 4, 0, true, 0.5, "whip");
new_link(8, 1, 5, 0, true, 0.5, "whip");
new_link(9, 2, 5, 0, true, 0.25, "whip");
new_link(10, 3, 4, 0, true, 0.25, "whip");
new_link(11, 6, 5, 0, true, 0.15, "whip");
new_link(12, 7, 4, 0, true, 0.15, "whip");
new_link(13, 7, 3, 20, true, 0.05, "whip");
new_link(14, 6, 2, 20, true, 0.05, "whip");
new_link(15, 8, 3, 0, true, 0.15, "whip");
new_link(16, 9, 2, 0, true, 0.15, "whip");
new_link(17, 8, 4, 20, true, 0.05, "whip");
new_link(18, 9, 5, 20, true, 0.05, "whip");
new_link(19, 10, 2, 0, true, 0.15, "whip");
new_link(20, 10, 3, 0, true, 0.15, "whip");
new_link(21, 10, 1, 0, true, 0.25, "whip");
i = 0;
while (i < pkt.length) {
rys.attachMovie("kolo", "k" + i, 100 + i);
i++;
}
rys.swapDepths(1000);
gostek();
rysuj();
timenum.startvalue = 200;
time = 200;
addtime = 50;
linadlg = 190;
deadline = 0;
combo = 0;
combotime = 0;
comboline.m._xscale = 0;
combonum.startczy = true;
score = 0;
fat = 30;
fruit1._x = random(440) + 30;
fruit1._y = random(440) + 30;
fruit2._x = random(440) + 30;
fruit2._y = random(440) + 30;
fruit1.anim.stop();
stop();
Frame 4
stop();
final.startvalue = score;
final.startczy = false;
final.starteven = true;
_root.scr = score;
score = 0;
Mouse.show();
Frame 5
function play_again() {
gotoAndStop (2);
}
stop();
Instance of Symbol 435 MovieClip in Frame 5
//component parameters
onClipEvent (initialize) {
submit_allowed = false;
score = "_root.scr";
}
Frame 6
function play_again() {
gotoAndStop (2);
}
stop();
Instance of Symbol 435 MovieClip in Frame 6
//component parameters
onClipEvent (initialize) {
submit_allowed = true;
score = "_root.scr";
}
Symbol 8 MovieClip [crunch] Frame 2
_x = (_x + (random(7) - 3));
_y = (_y + (random(7) - 3));
Symbol 8 MovieClip [crunch] Frame 3
_x = (_x + (random(7) - 3));
_y = (_y + (random(7) - 3));
Symbol 8 MovieClip [crunch] Frame 4
_x = (_x + (random(7) - 3));
_y = (_y + (random(7) - 3));
Symbol 8 MovieClip [crunch] Frame 5
_x = (_x + (random(7) - 3));
_y = (_y + (random(7) - 3));
Symbol 8 MovieClip [crunch] Frame 6
_x = (_x + (random(7) - 3));
_y = (_y + (random(7) - 3));
Symbol 8 MovieClip [crunch] Frame 7
_x = (_x + (random(7) - 3));
_y = (_y + (random(7) - 3));
Symbol 8 MovieClip [crunch] Frame 8
this.removeMovieClip();
Symbol 29 MovieClip Frame 1
stop();
Symbol 30 MovieClip Frame 1
function setnum(n, czy, even) {
ss = String(n);
dl = ss.length;
i = 1;
while (i <= dl) {
this["n" + i].gotoAndStop((ss.charAt(i - 1) * 1) + 1);
this["n" + i]._visible = true;
i++;
}
if (dl < 8) {
i = dl + 1;
while (i <= 8) {
this["n" + i]._visible = false;
i++;
}
}
if (czy && (n == 0)) {
n1._visible = false;
}
if (even) {
i = 1;
while (i <= dl) {
this["n" + i]._x = (-110 + (i * 70)) - (dl * 35);
i++;
}
}
}
if (startvalue == undefined) {
startvalue = 0;
}
setnum(startvalue, startczy, starteven);
Symbol 31 MovieClip [popup] Frame 1
time = 0;
_alpha = 0;
gotoAndStop(go + 1);
scaling = (value / 4) + 20;
if (scaling > 200) {
scaling = 200;
}
this.onEnterFrame = function () {
num.setnum(value, false, true);
_xscale = (_xscale + scaling);
_yscale = (_yscale + scaling);
time++;
if (time < 5) {
_alpha = (_alpha + 30);
} else {
_alpha = (_alpha - 30);
}
if (_alpha <= 0) {
this.removeMovieClip();
}
};
stop();
Symbol 38 MovieClip Frame 1
fscommand ("trapallkeys", true);
Stage.showMenu = false;
this.uu = _root._url;
var a = _root._url.split("/");
var i = 0;
while (i < a.length) {
if (a[i] == "files") {
_root.gid = a[i + 1];
}
i++;
}
if ((a[2] == "www.netstupidity.com") || (a[2] == "netstupidity.com")) {
_root.ligin = 1;
}
_root.__url = "http://www.netstupidity.com/";
_root.loadVariables((_root.__url + "hof_bsc.php?id=") + _root.gid);
_root.prc = 0;
this.onEnterFrame = function () {
var ld = _root.getBytesLoaded();
var tt = _root.getBytesTotal();
var pr = ((100 * ld) / tt);
this.pasek._xscale = pr;
var b = Math.round(pr / 20);
if (pr >= 100) {
this.onEnterFrame = null;
this._parent.play();
}
};
Symbol 52 MovieClip Frame 140
stop();
Symbol 91 MovieClip Frame 1
this.t = getTimer();
this.tm = 0;
this.onEnterFrame = function () {
if (_root._framesloaded < 2) {
this.t = getTimer();
return(undefined);
}
this.tm = this.tm + (getTimer() - this.t);
var tt = Math.round(this.tm / 33);
if (tt < 1) {
this.stop();
} else {
this.t = getTimer();
if (tt >= 145) {
this.onEnterFrame = null;
this.gotoAndStop(145);
_root.play();
} else {
this.gotoAndStop(tt);
}
}
};
stop();
Symbol 94 MovieClip Frame 1
_root.stop();
stop();
Symbol 94 MovieClip Frame 2
stop();
Symbol 98 Button
on (release) {
stopAllSounds();
play();
}
Symbol 100 Button
on (release) {
stopAllSounds();
gotoAndStop (6);
}
Symbol 102 Button
on (release) {
info.onEnterFrame = function () {
if (info._alpha < 100) {
info._alpha = info._alpha + 10;
}
if (info._alpha >= 100) {
info.onEnterFrame = function () {
};
}
};
}
Symbol 150 MovieClip Frame 1
stop();
Symbol 185 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
if ((anim._currentframe > 12) && (anim._currentframe < 16)) {
_x = (_x + kx);
_y = (_y + ky);
}
if ((kx < 0) && (_x < 30)) {
kx = kx * -1;
}
if ((kx > 0) && (_x > 470)) {
kx = kx * -1;
}
if ((ky < 0) && (_y < 30)) {
ky = ky * -1;
}
if ((ky > 0) && (_y > 470)) {
ky = ky * -1;
}
};
Symbol 191 MovieClip Frame 1
this._visible = _root.ligin == undefined;
this.onPress = function () {
getURL ("http://www.netstupidity.com");
};
Symbol 195 MovieClip Frame 1
stop();
Symbol 203 MovieClip Frame 1
stop();
Symbol 215 MovieClip Frame 1
stop();
Symbol 220 Button
on (release) {
stopAllSounds();
gotoAndStop (2);
}
Symbol 221 Button
on (release) {
stopAllSounds();
gotoAndStop (5);
}
Symbol 234 Button
on (press) {
this._parent.d.gotoAndStop(2);
this._parent.w.gotoAndStop(1);
this._parent.m.gotoAndStop(1);
this._parent.a.gotoAndStop(1);
this._parent.typ = 1;
this._parent.nr = 0;
this._parent._parent.teksty._get();
}
Symbol 236 MovieClip Frame 1
stop();
Symbol 236 MovieClip Frame 2
this._parent._parent.okres(1);
Symbol 245 Button
on (press) {
this._parent.d.gotoAndStop(1);
this._parent.w.gotoAndStop(2);
this._parent.m.gotoAndStop(1);
this._parent.a.gotoAndStop(1);
this._parent.typ = 2;
this._parent.nr = 0;
this._parent._parent.teksty._get();
}
Symbol 247 MovieClip Frame 1
stop();
Symbol 247 MovieClip Frame 2
this._parent._parent.okres(2);
Symbol 260 Button
on (press) {
this._parent.d.gotoAndStop(1);
this._parent.w.gotoAndStop(1);
this._parent.m.gotoAndStop(2);
this._parent.a.gotoAndStop(1);
this._parent.typ = 3;
this._parent.nr = 0;
this._parent._parent.teksty._get();
}
Symbol 262 MovieClip Frame 1
stop();
Symbol 262 MovieClip Frame 2
this._parent._parent.okres(3);
Symbol 267 Button
on (press) {
this._parent.d.gotoAndStop(1);
this._parent.w.gotoAndStop(1);
this._parent.m.gotoAndStop(1);
this._parent.a.gotoAndStop(2);
this._parent.typ = 0;
this._parent.nr = 0;
this._parent._parent.teksty._get();
}
Symbol 269 MovieClip Frame 2
this._parent._parent.okres(0);
stop();
Symbol 270 MovieClip Frame 1
this.typ = 0;
this.nr = 0;
Symbol 274 Button
on (press) {
this.nn = this.nn + 2;
this.new_n();
}
Symbol 275 Button
on (press) {
this.nn++;
this.new_n();
}
Symbol 276 Button
on (press) {
this.nn--;
this.new_n();
}
Symbol 277 Button
on (press) {
this.nn = this.nn - 2;
this.new_n();
}
Symbol 278 Button
on (press) {
this.nn = this.nn + 3;
this.new_n();
}
Symbol 296 MovieClip Frame 1
function init(zz) {
this.reload = false;
this.z = zz;
this.gotoAndPlay(19);
}
function przepisz() {
var zk = this.z;
var _k = [5, 6, 7, 8, 0, 1, 2, 3, 4];
var _p = [-4, -3, -2, -1, 0, 1, 2, 3, 4];
var i = 0;
while (i < 9) {
var kk = this.k["d" + _k[i]];
var ps = (this.n - _p[i]);
var pps = (ps % zk);
var st = ((pps < 0) ? (zk + pps) : (pps));
if (((st < 0) || (st > zk)) || (zk == 0)) {
kk.text = "";
} else {
kk.text = st + 1;
}
i++;
}
if ((this.n == this.nn) && (this.reload)) {
this._parent.teksty._get();
}
}
function new_n() {
this.reload = true;
if (this.nn < this.n) {
this.gotoAndPlay(11);
}
if (this.nn > this.n) {
this.gotoAndPlay(2);
}
}
if (this.n == undefined) {
this.z = (this.n = (this.nn = 0));
this.gotoAndStop(46);
} else {
if (this.nn == this.n) {
this.stop();
}
if (this.nn < this.n) {
this.gotoAndPlay(11);
}
if (this.nn > this.n) {
this.gotoAndPlay(2);
}
}
Symbol 296 MovieClip Frame 9
this.n++;
przepisz();
this.gotoAndPlay(1);
Symbol 296 MovieClip Frame 10
if (this.n == undefined) {
stop();
} else {
if (this.nn == this.n) {
this.stop();
}
if (this.nn < this.n) {
this.gotoAndPlay(11);
}
if (this.nn > this.n) {
this.gotoAndPlay(2);
}
}
Symbol 296 MovieClip Frame 18
this.n--;
przepisz();
this.gotoAndPlay(10);
Symbol 296 MovieClip Frame 25
przepisz();
Symbol 296 MovieClip Frame 45
this.gotoAndStop(1);
Symbol 299 Button
on (press) {
this._parent.okres.nr++;
this._parent.teksty._get();
}
Symbol 300 Button
on (press) {
if (this._parent.okres.nr > 0) {
this._parent.okres.nr--;
this._parent.teksty._get();
}
}
Symbol 301 Button
on (press) {
this._parent.k.nn--;
this._parent.k.new_n();
}
Symbol 302 Button
on (press) {
this._parent.k.nn++;
this._parent.k.new_n();
}
Symbol 306 MovieClip Frame 1
this._visible = false;
Symbol 310 MovieClip Frame 1
this._parent.teksty._visible = false;
this._parent.okres._visible = false;
this._parent.submit._visible = false;
this._parent.szczalki._visible = false;
this._parent.loading._visible = true;
stop();
Symbol 310 MovieClip Frame 10
this._parent.teksty._visible = true;
this._parent.okres._visible = true;
this._parent.submit._visible = true;
this._parent.szczalki._visible = true;
this._parent.loading._visible = false;
this._parent.k.init(int(this._parent.teksty.r));
stop();
Symbol 317 Button
on (press) {
this._parent.submit_score();
}
Symbol 322 Button
on (press) {
this._parent._parent.play_again();
}
Symbol 331 MovieClip Frame 1
function eror(a) {
clearInterval(a.it);
a.onData = null;
a._parent.eror.gotoAndPlay("time");
a._parent.eror._visible = true;
}
function _get() {
this._parent.eror._visible = false;
this.onData = function () {
clearInterval(this.it);
a.onData = null;
if (s == 1) {
myTextFormat = new TextFormat();
myTextFormat.align = "right";
this.f1.setTextFormat(myTextFormat);
this._parent.oczy.play();
} else {
this._parent.eror.gotoAndPlay("dbase");
this._parent.eror._visible = true;
}
};
this.it = setInterval(eror, 10000, this);
if (this._parent.oczy._currentframe > 1) {
this._parent.oczy.play();
}
var p = int(this._parent.k.k.d0.text);
if (p > 0) {
p--;
}
this.loadVariables((((((((_root.__url + "hof_fla.php?g=") + _root.gid) + "&o=") + this._parent.okres.nr) + "&p=") + this._parent.okres.typ) + "&s=") + p);
}
_get();
Symbol 341 Button
on (press) {
this._parent.teksty._get();
}
Symbol 344 Button
on (press) {
this._parent._parent.play_again();
}
Symbol 356 Button
on (press) {
this._parent.gotoAndStop(5);
}
Symbol 359 Button
on (press) {
this._parent.gotoAndStop(6);
}
Symbol 364 Button
on (press) {
this._parent.gotoAndStop(7);
}
Symbol 365 Button
on (press) {
this._visible = false;
this._parent.submit._visible = true;
}
Symbol 386 MovieClip Frame 6
stop();
Symbol 386 MovieClip Frame 12
stop();
Symbol 386 MovieClip Frame 18
stop();
Symbol 386 MovieClip Frame 19
this._parent.submit._visible = false;
Symbol 386 MovieClip Frame 24
stop();
Symbol 386 MovieClip Frame 25
this._parent.submit._visible = false;
Symbol 386 MovieClip Frame 30
stop();
Symbol 386 MovieClip Frame 31
this._parent.submit._visible = false;
Symbol 386 MovieClip Frame 36
stop();
Symbol 386 MovieClip Frame 37
this._parent.submit._visible = false;
Symbol 386 MovieClip Frame 42
stop();
Symbol 386 MovieClip Frame 43
this._parent.submit._visible = false;
Symbol 386 MovieClip Frame 48
stop();
Symbol 386 MovieClip Frame 49
this._parent.submit._visible = false;
Symbol 386 MovieClip Frame 54
stop();
Symbol 394 Button
on (press) {
this._parent._parent.play_again();
}
Symbol 402 Button
on (press) {
this._visible = false;
this._parent.teksty._get();
}
Symbol 408 MovieClip Frame 1
function eror(a) {
clearInterval(a.it);
a.onData = null;
a._parent.eror.gotoAndPlay("time");
a._parent.eror._visible = true;
}
function _get() {
this._parent.eror._visible = false;
this.onData = function () {
clearInterval(this.it);
a.onData = null;
if (s == 1) {
this._parent.gotoAndStop(7);
} else {
switch (int(s)) {
case 2 :
this._parent.eror.gotoAndPlay("login");
this._parent.eror._visible = true;
return;
case 3 :
this._parent.eror.gotoAndPlay("password");
this._parent.eror._visible = true;
return;
case 4 :
this._parent.eror.gotoAndPlay("confirm");
this._parent.eror._visible = true;
return;
case 5 :
this._parent.eror.gotoAndPlay("taken");
this._parent.eror._visible = true;
return;
case 6 :
this._parent.eror.gotoAndPlay("email");
this._parent.eror._visible = true;
return;
case 7 :
this._parent.eror.gotoAndPlay("data");
this._parent.eror._visible = true;
return;
case 8 :
this._parent.eror.gotoAndPlay("match");
this._parent.eror._visible = true;
return;
default :
this._parent.eror.gotoAndPlay("dbase");
this._parent.eror._visible = true;
}
}
};
this.it = setInterval(eror, 30000, this);
this.loadVariables(_root.__url + "login_fla.php", "POST");
}
Symbol 414 Button
on (press) {
this._visible = false;
this._parent.teksty._get();
}
Symbol 421 MovieClip Frame 1
function eror(a) {
clearInterval(a.it);
a.onData = null;
a._parent.eror.gotoAndPlay("time");
a._parent.eror._visible = true;
}
function _get() {
this._parent.eror._visible = false;
this.onData = function () {
clearInterval(this.it);
a.onData = null;
if (s == 1) {
this._parent.gotoAndStop(7);
} else {
switch (int(s)) {
case 2 :
this._parent.eror.gotoAndPlay("login");
this._parent.eror._visible = true;
return;
case 3 :
this._parent.eror.gotoAndPlay("password");
this._parent.eror._visible = true;
return;
case 4 :
this._parent.eror.gotoAndPlay("confirm");
this._parent.eror._visible = true;
return;
case 5 :
this._parent.eror.gotoAndPlay("taken");
this._parent.eror._visible = true;
return;
case 6 :
this._parent.eror.gotoAndPlay("email");
this._parent.eror._visible = true;
return;
case 7 :
this._parent.eror.gotoAndPlay("data");
this._parent.eror._visible = true;
return;
case 8 :
this._parent.eror.gotoAndPlay("match");
this._parent.eror._visible = true;
return;
default :
this._parent.eror.gotoAndPlay("dbase");
this._parent.eror._visible = true;
}
}
};
this.it = setInterval(eror, 30000, this);
this.loadVariables(_root.__url + "register_fla.php", "POST");
}
Symbol 425 MovieClip Frame 1
function eror(a) {
clearInterval(a.it);
a.onData = null;
a._parent.eror.gotoAndPlay("time");
a._parent.eror._visible = true;
}
function _get() {
this._parent.eror._visible = false;
this.onData = function () {
trace(s);
clearInterval(this.it);
a.onData = null;
if (s == 1) {
this._parent.gotoAndStop(3);
} else if (s == 2) {
this._parent.eror.gotoAndPlay("login");
this._parent.eror._visible = true;
} else {
this._parent.eror.gotoAndPlay("dbase");
this._parent.eror._visible = true;
}
};
this.it = setInterval(eror, 30000, this);
if (this._parent.oczy._currentframe > 1) {
this._parent.oczy.play();
}
var p = int(this._parent.k.k.d0.text);
if (p > 0) {
p--;
}
this.loadVariables((((_root.__url + "hof_save.php?g=") + _root.gid) + "&s=") + this._parent.score);
}
_get();
Symbol 431 Button
on (press) {
this._parent.play_again();
}
Symbol 434 Button
on (press) {
getURL ("http://www.netstupidity.com");
}
Symbol 435 MovieClip Frame 1
this.score = eval (this.score);
if (this._parent.play_again == undefined) {
trace(("HighScore ERROR: Niezdefiniowa\u0142e\u015B funkcji play_again! [ " + this) + " ]");
stop();
} else if (_root.ligin == undefined) {
this.gotoAndStop(8);
} else if (!this.submit_allowed) {
if (this.score == undefined) {
trace(("HighScore ERROR: Nie poda\u0142e\u015B prawid\u0142owej zmiennej z wynikiem! [ " + this) + " ]");
stop();
if (this._parent.play_again == undefined) {
trace(("HighScore ERROR: Niezdefiniowa\u0142e\u015B funkcji play_again! [ " + this) + " ]");
stop();
}
}
} else {
this.gotoAndStop(4);
}
Symbol 435 MovieClip Frame 2
function submit_score() {
this.gotoAndStop(7);
}
this.eror._visible = false;
stop();
Symbol 435 MovieClip Frame 3
this.eror._visible = false;
stop();
Symbol 435 MovieClip Frame 4
this.eror._visible = false;
stop();
Symbol 435 MovieClip Frame 5
this.eror._visible = false;
stop();
this._parent.teksty._visible = true;
this._parent.okres._visible = true;
this._parent.submit._visible = true;
this._parent.szczalki._visible = true;
this._parent.loading._visible = false;
this._parent.k.init(int(this._parent.teksty.r));
stop();
Symbol 435 MovieClip Frame 6
this.eror._visible = false;
stop();
this._parent.teksty._visible = true;
this._parent.okres._visible = true;
this._parent.submit._visible = true;
this._parent.szczalki._visible = true;
this._parent.loading._visible = false;
this._parent.k.init(int(this._parent.teksty.r));
stop();
Symbol 435 MovieClip Frame 7
this.eror._visible = false;
stop();