Frame 1
function liga(f) {
trace(f);
if (f == undefined) {
gotoAndStop (7);
} else {
gotoAndStop(f +6);
}
}
function starting(f) {
if (f == undefined) {
gotoAndPlay (2);
} else {
gotoAndPlay(f +1);
}
}
function single(f) {
if (f == undefined) {
gotoAndStop (4);
} else {
gotoAndStop(f +3);
}
}
function gameover(f) {
if (f == undefined) {
gotoAndStop (6);
} else {
gotoAndStop(f +5);
}
}
Frame 2
stopAllSounds();
Frame 3
MovieClip.prototype.setcol = function (a, r, g, b, rr, gg, bb) {
this.myColor = new Color(this);
this.myColorTransform = new Object();
this.myColorTransform.ra = r;
this.myColorTransform.rb = rr;
this.myColorTransform.ga = g;
this.myColorTransform.gb = gg;
this.myColorTransform.ba = b;
this.myColorTransform.bb = bb;
this.myColorTransform.aa = a;
this.myColorTransform.ab = 0;
this.myColor.setTransform(this.myColorTransform);
};
_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);
};
_global.snd = new Array();
i = 1;
while (i <= 6) {
snd[i] = new Sound();
snd[i].attachSound("snd" + i);
i++;
}
s1._rotation = -90;
s2._rotation = -90;
_quality = "Best";
this.onEnterFrame = function () {
if ((s1._rotation < -5) || (Math.abs(s1.rr) > 1)) {
s1.rr = s1.rr + 1;
s1._rotation = s1._rotation + s1.rr;
if (s1._rotation >= 0) {
s1.rr = -Math.abs(s1.rr * 0.8);
}
if (s1._y < 30) {
s1._y = s1._y + 10;
}
} else {
s1._rotation = 0;
}
if ((s2._rotation < -5) || (Math.abs(s2.rr) > 1)) {
s2.rr = s2.rr + 1;
s2._rotation = s2._rotation + s2.rr;
if (s2._rotation >= 0) {
s2.rr = -Math.abs(s2.rr * 0.8);
}
if (s2._x > 450) {
s2._x = s2._x - 30;
}
} else {
s2._rotation = 0;
}
if (cl._alpha < 100) {
cl._alpha = cl._alpha + 5;
}
};
stop();
Frame 4
function htest(tx, ty) {
o = 1;
while (o <= obs) {
if (lev["ob" + o].size > 0) {
var cog = lev["ob" + o];
if (odlg(tx - cog._x, ty - cog._y) < cog.size) {
return(true);
}
}
o++;
}
return(false);
}
function on_start() {
dest = 0;
lev._y = 400;
score = 0;
time = 30000;
sc.setnum(score);
obs = 0;
needed = 0;
h = {};
h.x = 250;
h.y = -20;
h.xx = 0;
h.yy = 0;
h.rot = 0;
h.spin = 0;
click = false;
lev.handy.swapDepths(4000);
tim = 100;
delay = 0;
}
function on_loop() {
time = time - 4.71238898038469;
if (time <= 0) {
time = 0;
if (dest == 0) {
dest = 1;
stopAllSounds();
i = 1;
while (i <= obs) {
if (lev["ob" + i].size > 1) {
lev["ob" + i].xx = (random(200) / 10) - 10;
lev["ob" + i].yy = (-random(100)) / 10;
}
i++;
}
}
}
if (dest > 0) {
if (dest == 2) {
snd[6].start();
}
i = 1;
while (i <= obs) {
if (lev["ob" + i].size > 1) {
var cog = lev["ob" + i];
cog._x = cog._x + cog.xx;
cog._y = cog._y + cog.yy;
cog.xx = cog.xx * 0.99;
cog.yy = cog.yy * 0.96;
cog.yy = cog.yy + 1;
if (cog._x < cog.size) {
cog.xx = Math.abs(cog.xx);
}
if (cog._x > (450 - cog.size)) {
cog.xx = -Math.abs(cog.xx);
}
if (cog._y > (-cog.size)) {
cog.yy = -Math.abs(cog.yy);
}
}
i++;
}
dest++;
}
if (needed < 0) {
needed = 0;
}
tm.setnum((Math.round(time) % 6000) + (((Math.round(time) - (Math.round(time) % 6000)) / 6000) * 10000));
if ((((tim > 0) && (lives._currentframe > 1)) && (time > 0)) && (needed > 0)) {
tim = tim - 5;
this.setcol(100, 100 - tim, 100 - tim, 100 - tim, tim * 2.55, tim * 2.55, tim * 2.55);
}
if (needed <= 0) {
end._x = 30;
end.gotoAndStop(2);
if (end._alpha < 100) {
end._alpha = end._alpha + 5;
}
lev.floor.gotoAndStop(2);
}
if ((((lives._currentframe == 1) || ((time == 0) && (dest > 80))) || ((((needed == 0) && (h.y > -30)) && (h.x > 350)) && (h.x < 400))) || ((needed == 0) && (tim > 0))) {
tim = tim + 5;
this.setcol(100, 100 - tim, 100 - tim, 100 - tim, tim * 2.55, tim * 2.55, tim * 2.55);
if (tim >= 100) {
if (lives._currentframe == 1) {
time = 0;
}
this.onEnterFrame = function () {
};
gameover();
}
}
t++;
if (magnet.time != 50) {
lev.handy.mag._visible = true;
lev.handy.mag._rotation = ((-Math.sin(t / 10)) * 90) - 90;
} else {
lev.handy.mag._visible = false;
}
if (!Key.isDown(38)) {
click = false;
}
if (dest == 0) {
i = 1;
while (i <= obs) {
lev["ob" + i].run();
i++;
}
}
i = 1;
while (i <= obs) {
if (((lev["ob" + i]._y + lev._y) < 500) && ((lev["ob" + i]._y + lev._y) > -100)) {
lev["ob" + i]._visible = true;
} else {
lev["ob" + i]._visible = false;
}
i++;
}
licz = 0;
o = 1;
while (o <= obs) {
if (lev["ob" + o].size > 0) {
var cog = lev["ob" + o];
if (cog._visible) {
if (odlg(h.x - cog._x, h.y - cog._y) < (cog.size + 1)) {
licz++;
}
}
}
o++;
}
if (((licz > 1) && (dest == 0)) && (lev.handy._alpha == 100)) {
lev.handy._alpha = 0;
lev.attachMovie("blood", "blood", 201);
lev.blood._x = lev.handy._x - 30;
lev.blood._y = lev.handy._y - 30;
h.spin = 0;
delay = 20;
lives.gotoAndStop(lives._currentframe - 1);
snd[5].start();
h.xx = 0;
h.yy = 0;
}
h.xx = h.xx * 0.99;
lev.handy._rotation = h.rot;
lev.handy._x = h.x;
lev.handy._y = h.y;
h.yy = h.yy + 0.3;
h.x = h.x + h.xx;
h.y = h.y + h.yy;
if (delay > 0) {
delay--;
if (delay == 0) {
h.x = 250;
h.y = -20;
}
} else if (fly.time != 50) {
if (Key.isDown(37)) {
h.xx = h.xx - 0.2;
}
if (Key.isDown(39)) {
h.xx = h.xx + 0.2;
}
lev.handy.gotoAndStop(6);
h.rot = (-h.xx) * 5;
h.yy = h.yy - 0.6;
if (h.yy < -3) {
h.yy = -3;
}
if (h.y > -20) {
h.y = -20;
}
if (htest(h.x + h.xx, h.y)) {
h.xx = h.xx * -1;
}
if (htest(h.x, h.y + h.yy)) {
h.yy = h.yy * -1;
}
h.spin = 0;
} else if (glide.time != 50) {
if (Key.isDown(37)) {
h.xx = h.xx - 1.2;
}
if (Key.isDown(39)) {
h.xx = h.xx + 1.2;
}
if (Key.isDown(40)) {
h.yy = h.yy + 2;
}
if (Key.isDown(38)) {
h.yy = h.yy - 0.2;
}
lev.handy.gotoAndStop(7);
h.rot = ((-h.xx) * 2) + (Math.sin(t / 4) * 20);
h.yy = h.yy * 0.7;
h.xx = h.xx * 0.8;
if (h.yy < -3) {
h.yy = -3;
}
if (h.y > -20) {
glide.time = 50;
}
if (htest(h.x + h.xx, h.y)) {
h.xx = h.xx * -1.2;
}
if (htest(h.x, h.y + h.yy)) {
h.yy = h.yy * -2;
}
h.spin = 0;
} else if (h.y >= -25) {
h.rot = 0;
h.y = -25;
if (Math.abs(h.xx) < 0.5) {
h.xx = 0;
}
if ((h.xx == 0) && (dest == 0)) {
lev.handy.gotoAndStop(1);
}
if ((h.xx == 0) && (dest > 0)) {
lev.handy.gotoAndStop(8);
}
if (h.xx < 0) {
lev.handy.gotoAndStop(2);
}
if (h.xx > 0) {
lev.handy.gotoAndStop(3);
}
if (Key.isDown(37)) {
h.xx = h.xx - 0.8;
}
if (Key.isDown(39)) {
h.xx = h.xx + 0.8;
}
if (Key.isDown(38) and (click == false)) {
snd[1].start();
h.yy = h.yy - 11;
click = true;
}
h.xx = h.xx * 0.9;
h.yy = h.yy * 0.9;
if (lev.handy._alpha < 100) {
lev.handy._alpha = lev.handy._alpha + 5;
}
if (lev.handy._alpha > 100) {
lev.handy._alpha = 100;
}
} else if ((h.spin > 0) && (dest == 0)) {
h.xx = 0;
h.yy = 0;
var cog = lev["ob" + h.spin];
lev.handy.gotoAndStop(1);
lev.handy._rotation = cog._rotation + h.spin_place;
h.x = cog._x + turnx(cog._rotation + h.spin_place, cog.size);
h.y = cog._y + turny(cog._rotation + h.spin_place, cog.size);
if (Key.isDown(38) and (click == false)) {
snd[1].start();
h.spin = 0;
h.xx = turnx(cog._rotation + h.spin_place, 8);
h.yy = turny(cog._rotation + h.spin_place, 8);
click = true;
}
} else {
if (Key.isDown(37)) {
h.xx = h.xx - 0.2;
}
if (Key.isDown(39)) {
h.xx = h.xx + 0.2;
}
if (h.yy > 0) {
lev.handy.gotoAndStop(5);
h.rot = (-h.xx) * 5;
} else {
lev.handy.gotoAndStop(4);
h.rot = h.xx * 5;
}
o = 1;
while (o <= obs) {
if (lev["ob" + o].size > 0) {
var cog = lev["ob" + o];
if (cog._visible) {
if (odlg(h.x - cog._x, h.y - cog._y) < cog.size) {
h.spin = o;
h.spin_place = kat(h.x - cog._x, h.y - cog._y) - cog._rotation;
}
}
}
o++;
}
}
if ((h.x < 5) && (h.xx < 0)) {
h.xx = Math.abs(h.xx) * 0.8;
snd[3].start();
}
if ((h.x > 445) && (h.xx > 0)) {
h.xx = (-Math.abs(h.xx)) * 0.8;
snd[3].start();
}
if (h.y < (lev.cel._y + 15)) {
h.yy = 1;
}
lev._y = lev._y + ((((-h.y) + 200) - lev._y) * 0.25);
if (lev._y < 400) {
lev._y = 400;
}
if (lev._y > (-lev.cel._y)) {
lev._y = -lev.cel._y;
}
lev.tlo._y = (-(lev._y - 400)) / 1.7;
sc.setnum(score);
}
stopAllSounds();
play();
Frame 5
on_start();
cols = new Array();
cols[0] = {r:70, g:50, b:-100};
num = 0;
colr = cols[num].r;
colg = cols[num].g;
colb = cols[num].b;
this.onEnterFrame = function () {
on_loop();
};
stop();
Frame 6
stop();
tim = 100;
t = 0;
goto = 0;
_root.scr = Math.round(score + Math.round(time / 10));
b1.onRollOver = function () {
snd[4].start();
};
b2.onRollOver = function () {
snd[4].start();
};
b1.onPress = function () {
goto = 1;
};
b2.onPress = function () {
goto = 2;
};
this.onEnterFrame = function () {
if (b1.hitTest(_xmouse, _ymouse) && (b1._alpha > 40)) {
b1._alpha = b1._alpha - 10;
}
if ((!b1.hitTest(_xmouse, _ymouse)) && (b1._alpha < 100)) {
b1._alpha = b1._alpha + 10;
}
if (b2.hitTest(_xmouse, _ymouse) && (b2._alpha > 40)) {
b2._alpha = b2._alpha - 10;
}
if ((!b2.hitTest(_xmouse, _ymouse)) && (b2._alpha < 100)) {
b2._alpha = b2._alpha + 10;
}
t++;
si2.setnum(_root.scr);
if ((goto == 0) && (tim > 0)) {
tim = tim - 5;
this.setcol(100, 100 - tim, 100 - tim, 100 - tim, tim * 2.55, tim * 2.55, tim * 2.55);
}
if ((goto == 1) && (tim < 100)) {
tim = tim + 5;
this.setcol(100, 100 - tim, 100 - tim, 100 - tim, tim * 2.55, tim * 2.55, tim * 2.55);
if (tim >= 100) {
setcol(100, 100, 100, 100, 0, 0, 0);
this.onEnterFrame = function () {
};
stopAllSounds();
starting();
}
}
if ((goto == 2) && (tim < 100)) {
tim = tim + 5;
this.setcol(100, 100 - tim, 100 - tim, 100 - tim, tim * 2.55, tim * 2.55, tim * 2.55);
if (tim >= 100) {
setcol(100, 100, 100, 100, 0, 0, 0);
this.onEnterFrame = function () {
};
stopAllSounds();
liga();
}
}
if ((t > 30) && (si1._alpha < 100)) {
si1._alpha = si1._alpha + 10;
}
if ((t > 60) && (si2._alpha < 100)) {
si2._alpha = si2._alpha + 10;
}
};
Frame 7
function play_again() {
starting();
}
stop();
Instance of Symbol 627 MovieClip in Frame 7
//component parameters
onClipEvent (initialize) {
submit_allowed = false;
score = "_root.scr";
}
Frame 8
function play_again() {
starting();
}
stop();
Instance of Symbol 627 MovieClip in Frame 8
//component parameters
onClipEvent (initialize) {
submit_allowed = true;
score = "_root.scr";
}
Symbol 65 MovieClip [puf] Frame 30
this.removeMovieClip();
Symbol 96 MovieClip [blood] Frame 16
this.removeMovieClip();
Symbol 103 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 117 MovieClip Frame 140
stop();
Symbol 156 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 159 MovieClip Frame 1
_root.stop();
stop();
Symbol 159 MovieClip Frame 2
stop();
Symbol 172 MovieClip Frame 1
b1.bx = b1._x;
b2.bx = b2._x;
b3.bx = b3._x;
b1.onRollOver = function () {
snd[4].start();
};
b2.onRollOver = function () {
snd[4].start();
};
b3.onRollOver = function () {
snd[4].start();
};
b2.onPress = function () {
_parent.inst.go();
};
b3.onPress = function () {
this.onEnterFrame = function () {
};
_parent.tim = 0;
_parent.onEnterFrame = function () {
tim = tim + 5;
this.setcol(100, 100 - tim, 100 - tim, 100 - tim, tim * 2.55, tim * 2.55, tim * 2.55);
if (tim >= 100) {
this.onEnterFrame = function () {
};
this.setcol(100, 100, 100, 100, 0, 0, 0);
_root.liga(2);
}
};
};
b1.onPress = function () {
this.onEnterFrame = function () {
};
_parent.tim = 0;
_parent.onEnterFrame = function () {
tim = tim + 5;
this.setcol(100, 100 - tim, 100 - tim, 100 - tim, tim * 2.55, tim * 2.55, tim * 2.55);
if (tim >= 100) {
this.onEnterFrame = function () {
};
_parent.single();
}
};
};
this.onEnterFrame = function () {
c1._rotation = c1._rotation + 25;
c2._rotation = c2._rotation + 2.08333333333333;
t++;
if (b1.hitTest(_parent._xmouse, _parent._ymouse) && (b1._alpha > 40)) {
b1._alpha = b1._alpha - 10;
}
if ((!b1.hitTest(_parent._xmouse, _parent._ymouse)) && (b1._alpha < 100)) {
b1._alpha = b1._alpha + 10;
}
if (b3.hitTest(_parent._xmouse, _parent._ymouse) && (b3._alpha > 40)) {
b3._alpha = b3._alpha - 10;
}
if ((!b3.hitTest(_parent._xmouse, _parent._ymouse)) && (b3._alpha < 100)) {
b3._alpha = b3._alpha + 10;
}
if (b2.hitTest(_parent._xmouse, _parent._ymouse) && (b2._alpha > 40)) {
b2._alpha = b2._alpha - 10;
}
if ((!b2.hitTest(_parent._xmouse, _parent._ymouse)) && (b2._alpha < 100)) {
b2._alpha = b2._alpha + 10;
}
};
Symbol 196 MovieClip Frame 1
function go() {
if (this._alpha < 40) {
this.onEnterFrame = function () {
this._visible = true;
if (this._alpha < 80) {
this._alpha = this._alpha + 10;
} else {
this.onEnterFrame = function () {
};
}
};
}
if (this._alpha > 40) {
this.onEnterFrame = function () {
this._visible = true;
if (this._alpha > 0) {
this._alpha = this._alpha - 10;
} else {
this._visible = false;
this.onEnterFrame = function () {
};
}
};
}
}
this._visible = false;
stop();
Symbol 201 Button
on (press) {
_quality = "Best";
cir._x = bq4._x;
}
Symbol 202 Button
on (press) {
_quality = "High";
cir._x = bq3._x;
}
Symbol 203 Button
on (press) {
_quality = "Medium";
cir._x = bq2._x;
}
Symbol 206 Button
on (press) {
_quality = "Low";
cir._x = bq1._x;
}
Symbol 209 MovieClip Frame 1
this._visible = _root.ligin == undefined;
this.onPress = function () {
getURL ("http://www.netstupidity.com");
};
Symbol 213 MovieClip Frame 1
Symbol 218 MovieClip Frame 1
var pp = _parent._parent;
setcol(100, 100 - (pp.colr / 4), 100 - (pp.colg / 4), 100 - (pp.colb / 4), pp.colr, pp.colg, pp.colb);
stop();
Symbol 221 MovieClip Frame 1
var pp = _parent._parent;
setcol(100, 100 - (pp.colr / 4), 100 - (pp.colg / 4), 100 - (pp.colb / 4), pp.colr, pp.colg, pp.colb);
stop();
Symbol 307 MovieClip Frame 1
stop();
Symbol 310 MovieClip Frame 1
function run() {
if (_parent.sw[which] == true) {
t = t * multi;
if (limit < 0) {
_rotation = (_rotation - t);
if (t > Math.abs(limit)) {
t = 0.01;
}
}
if (limit > 0) {
_rotation = (_rotation + t);
if (t > Math.abs(limit)) {
t = 0.01;
}
}
}
}
_parent._parent.obs++;
_name = ("ob" + _parent._parent.obs);
var pp = _parent._parent;
setcol(100, 100 - (pp.colr / 4), 100 - (pp.colg / 4), 100 - (pp.colb / 4), pp.colr, pp.colg, pp.colb);
_rotation = startrot;
t = 0.01;
stop();
Symbol 350 MovieClip Frame 1
function run() {
if (_alpha == 100) {
xx = xx * 0.8;
yy = yy * 0.8;
_x = (_x + xx);
_y = (_y + yy);
if (_parent._parent.magnet.time != 50) {
if (odlg(_x - _parent.handy._x, _y - _parent.handy._y) < 80) {
if (_parent.handy._x < _x) {
xx = xx - 0.5;
} else {
xx = xx + 0.5;
}
if (_parent.handy._y < _y) {
yy = yy - 0.5;
} else {
yy = yy + 0.5;
}
}
}
if (odlg(_x - _parent.handy._x, _y - _parent.handy._y) < 13) {
snd[2].start();
_parent._parent.needed--;
_parent._parent.score = _parent._parent.score + 100;
_alpha = 95;
ran = random(100);
_parent.attachMovie("puf", "puf" + ran, 100 + ran);
_parent["puf" + ran]._x = _x - 50;
_parent["puf" + ran]._y = _y - 50;
}
} else if (_alpha > 0) {
_alpha = (_alpha - 5);
_xscale = (_xscale * 1.1);
_yscale = (_yscale * 1.1);
}
}
_parent._parent.obs++;
_name = ("ob" + _parent._parent.obs);
_parent._parent.needed++;
var pp = _parent._parent;
setcol(100, 100 - (pp.colr / 4), 100 - (pp.colg / 4), 100 - (pp.colb / 4), pp.colr, pp.colg, pp.colb);
xx = 0;
yy = 0;
Symbol 350 MovieClip Frame 21
gotoAndPlay (2);
Symbol 353 MovieClip Frame 1
function run() {
if (_parent.sw[which] == true) {
t = t * multi;
if (limit < 0) {
_rotation = (_rotation - t);
if (t > Math.abs(limit)) {
t = 0.01;
}
}
if (limit > 0) {
_rotation = (_rotation + t);
if (t > Math.abs(limit)) {
t = 0.01;
}
}
}
}
_parent._parent.obs++;
_name = ("ob" + _parent._parent.obs);
var pp = _parent._parent;
setcol(100, 100 - (pp.colr / 4), 100 - (pp.colg / 4), 100 - (pp.colb / 4), pp.colr, pp.colg, pp.colb);
_rotation = startrot;
t = 0.01;
stop();
Symbol 359 MovieClip Frame 1
function run() {
if (odlg(_x - _parent.handy._x, _y - _parent.handy._y) < 20) {
_parent.sw[which] = true;
gotoAndStop (2);
}
}
_parent._parent.obs++;
_name = ("ob" + _parent._parent.obs);
var pp = _parent._parent;
setcol(100, 100 - (pp.colr / 4), 100 - (pp.colg / 4), 100 - (pp.colb / 4), pp.colr, pp.colg, pp.colb);
stop();
Symbol 362 MovieClip Frame 1
function run() {
if (_parent.sw[which] == true) {
t = t * multi;
if (limit < 0) {
_rotation = (_rotation - t);
if (t > Math.abs(limit)) {
t = 0.01;
}
}
if (limit > 0) {
_rotation = (_rotation + t);
if (t > Math.abs(limit)) {
t = 0.01;
}
}
}
}
_parent._parent.obs++;
_name = ("ob" + _parent._parent.obs);
var pp = _parent._parent;
setcol(100, 100 - (pp.colr / 4), 100 - (pp.colg / 4), 100 - (pp.colb / 4), pp.colr, pp.colg, pp.colb);
_rotation = startrot;
t = 0.01;
stop();
Symbol 365 MovieClip Frame 1
function run() {
if (_parent.sw[which] == true) {
t = t * multi;
if (limit < 0) {
_rotation = (_rotation - t);
if (t > Math.abs(limit)) {
t = 0.01;
}
}
if (limit > 0) {
_rotation = (_rotation + t);
if (t > Math.abs(limit)) {
t = 0.01;
}
}
}
}
_parent._parent.obs++;
_name = ("ob" + _parent._parent.obs);
var pp = _parent._parent;
setcol(100, 100 - (pp.colr / 4), 100 - (pp.colg / 4), 100 - (pp.colb / 4), pp.colr, pp.colg, pp.colb);
_rotation = startrot;
t = 0.01;
stop();
Symbol 366 MovieClip Frame 1
sw = new Array();
sw[0] = true;
Instance of Symbol 310 MovieClip in Symbol 366 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
limit = 4;
multi = 1.2;
startrot = 0;
size = 85;
which = 0;
}
Instance of Symbol 310 MovieClip in Symbol 366 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
limit = -4;
multi = 1.2;
startrot = 0;
size = 85;
which = 0;
}
Instance of Symbol 353 MovieClip in Symbol 366 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
limit = -6;
multi = 2;
startrot = 0;
size = 40;
which = 0;
}
Instance of Symbol 353 MovieClip in Symbol 366 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
limit = 6;
multi = 2;
startrot = 0;
size = 40;
which = 0;
}
Instance of Symbol 353 MovieClip in Symbol 366 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
limit = 6;
multi = 2;
startrot = 0;
size = 40;
which = 0;
}
Instance of Symbol 353 MovieClip in Symbol 366 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
limit = -6;
multi = 2;
startrot = 0;
size = 40;
which = 0;
}
Instance of Symbol 310 MovieClip in Symbol 366 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
limit = 4;
multi = 1.2;
startrot = 0;
size = 85;
which = 1;
}
Instance of Symbol 359 MovieClip in Symbol 366 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
which = 1;
}
Instance of Symbol 362 MovieClip in Symbol 366 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
limit = -6;
multi = 2;
startrot = 0;
size = 60;
which = 0;
}
Instance of Symbol 362 MovieClip in Symbol 366 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
limit = 6;
multi = 2;
startrot = 0;
size = 60;
which = 0;
}
Instance of Symbol 362 MovieClip in Symbol 366 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
limit = -6;
multi = 2;
startrot = 0;
size = 60;
which = 0;
}
Instance of Symbol 353 MovieClip in Symbol 366 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
limit = 20;
multi = 2;
startrot = 0;
size = 40;
which = 0;
}
Instance of Symbol 353 MovieClip in Symbol 366 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
limit = -20;
multi = 2;
startrot = 0;
size = 40;
which = 0;
}
Instance of Symbol 353 MovieClip in Symbol 366 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
limit = 20;
multi = 2;
startrot = 0;
size = 40;
which = 0;
}
Instance of Symbol 353 MovieClip in Symbol 366 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
limit = -20;
multi = 2;
startrot = 0;
size = 40;
which = 0;
}
Instance of Symbol 310 MovieClip in Symbol 366 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
limit = -4;
multi = 1.2;
startrot = 0;
size = 85;
which = 0;
}
Instance of Symbol 362 MovieClip in Symbol 366 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
limit = 8;
multi = 2;
startrot = 0;
size = 60;
which = 2;
}
Instance of Symbol 362 MovieClip in Symbol 366 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
limit = -8;
multi = 2;
startrot = 0;
size = 60;
which = 2;
}
Instance of Symbol 359 MovieClip in Symbol 366 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
which = 2;
}
Instance of Symbol 365 MovieClip in Symbol 366 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
limit = 6;
multi = 2.5;
startrot = 0;
size = 60;
which = 0;
}
Instance of Symbol 365 MovieClip in Symbol 366 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
limit = -6;
multi = 2.5;
startrot = 0;
size = 60;
which = 0;
}
Instance of Symbol 310 MovieClip in Symbol 366 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
limit = 6;
multi = 1.5;
startrot = 0;
size = 85;
which = 0;
}
Instance of Symbol 353 MovieClip in Symbol 366 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
limit = 6;
multi = 2;
startrot = 0;
size = 40;
which = 0;
}
Instance of Symbol 353 MovieClip in Symbol 366 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
limit = -6;
multi = 2;
startrot = 0;
size = 40;
which = 0;
}
Instance of Symbol 365 MovieClip in Symbol 366 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
limit = 6;
multi = 3;
startrot = 0;
size = 60;
which = 0;
}
Instance of Symbol 365 MovieClip in Symbol 366 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
limit = -6;
multi = 3;
startrot = 0;
size = 60;
which = 0;
}
Instance of Symbol 365 MovieClip in Symbol 366 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
limit = 6;
multi = 3;
startrot = 0;
size = 60;
which = 0;
}
Instance of Symbol 353 MovieClip in Symbol 366 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
limit = -6;
multi = 2;
startrot = 0;
size = 40;
which = 3;
}
Instance of Symbol 359 MovieClip in Symbol 366 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
which = 3;
}
Instance of Symbol 310 MovieClip in Symbol 366 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
limit = 6;
multi = 1.2;
startrot = 0;
size = 85;
which = 0;
}
Instance of Symbol 310 MovieClip in Symbol 366 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
limit = -6;
multi = 1.2;
startrot = 0;
size = 85;
which = 0;
}
Symbol 368 MovieClip Frame 4
stop();
Symbol 389 MovieClip Frame 1
stop();
Symbol 390 MovieClip Frame 1
function setnum(s) {
ss = "" + s;
i = 1;
while (i <= 5) {
this["t" + i].gotoAndStop(11);
i++;
}
i = 1;
while (i <= ss.length) {
this["t" + i].gotoAndStop((ss.charAt(ss.length - i) * 1) + 1);
i++;
}
}
Symbol 391 MovieClip Frame 1
cost = 0;
time = 50;
this.onEnterFrame = function () {
if (cost == 0) {
cost = 10;
num.setnum(cost);
}
if (time != 50) {
time = time + 0.25;
}
time = time % 100;
if ((time >= 0) && (time <= 50)) {
r.rot._rotation = time * 3.6;
} else {
r.rot._rotation = 0;
}
if ((time > 50) && (time <= 100)) {
l.rot._rotation = 180 - (time * 3.6);
} else {
l.rot._rotation = 180;
}
if ((Key.isDown(90) && (time == 50)) && (cost <= _parent.score)) {
time = time + 0.25;
_parent.score = _parent.score - cost;
cost = cost * 2;
if (cost > 99999) {
cost = 999999 /* 0x0F423F */;
}
num.setnum(cost);
}
};
Symbol 394 MovieClip Frame 1
click = false;
time = 50;
cost = 0;
this.onEnterFrame = function () {
if (cost == 0) {
cost = 20;
num.setnum(cost);
}
if (time != 50) {
time = time + 1;
}
time = time % 100;
if ((time >= 0) && (time <= 50)) {
r.rot._rotation = time * 3.6;
} else {
r.rot._rotation = 0;
}
if ((time > 50) && (time <= 100)) {
l.rot._rotation = 180 - (time * 3.6);
} else {
l.rot._rotation = 180;
}
if (((time != 50) && (Key.isDown(88))) && (click == false)) {
time = 50;
click = true;
}
if (!Key.isDown(88)) {
click = false;
}
if ((((click == false) && (Key.isDown(88))) && (time == 50)) && (cost <= _parent.score)) {
click = true;
time = time + 1;
_parent.score = _parent.score - cost;
cost = cost * 2;
if (cost > 99999) {
cost = 999999 /* 0x0F423F */;
}
num.setnum(cost);
}
};
Symbol 395 MovieClip Frame 1
function setnum(s) {
ss = "" + s;
i = 1;
while (i <= 7) {
this["t" + i].gotoAndStop(11);
i++;
}
i = 1;
while (i <= ss.length) {
this["t" + i].gotoAndStop((ss.charAt(ss.length - i) * 1) + 1);
i++;
}
}
Symbol 398 MovieClip Frame 1
click = false;
time = 50;
cost = 0;
this.onEnterFrame = function () {
if (cost == 0) {
cost = 15;
num.setnum(cost);
}
if (time != 50) {
time = time + 0.5;
}
time = time % 100;
if ((time >= 0) && (time <= 50)) {
r.rot._rotation = time * 3.6;
} else {
r.rot._rotation = 0;
}
if ((time > 50) && (time <= 100)) {
l.rot._rotation = 180 - (time * 3.6);
} else {
l.rot._rotation = 180;
}
if (((time != 50) && (Key.isDown(67))) && (click == false)) {
time = 50;
click = true;
}
if (!Key.isDown(67)) {
click = false;
}
if ((((click == false) && (Key.isDown(67))) && (time == 50)) && (cost <= _parent.score)) {
click = true;
time = time + 0.5;
_parent.score = _parent.score - cost;
cost = cost * 2;
if (cost > 99999) {
cost = 999999 /* 0x0F423F */;
}
num.setnum(cost);
}
};
Symbol 401 MovieClip Frame 1
function setnum(s) {
ss = "" + s;
i = 1;
while (i <= 7) {
this["t" + i].gotoAndStop(1);
i++;
}
i = 1;
while (i <= ss.length) {
this["t" + i].gotoAndStop((ss.charAt(ss.length - i) * 1) + 1);
i++;
}
}
Symbol 426 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 428 MovieClip Frame 1
stop();
Symbol 428 MovieClip Frame 2
this._parent._parent.okres(1);
Symbol 437 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 439 MovieClip Frame 1
stop();
Symbol 439 MovieClip Frame 2
this._parent._parent.okres(2);
Symbol 452 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 454 MovieClip Frame 1
stop();
Symbol 454 MovieClip Frame 2
this._parent._parent.okres(3);
Symbol 459 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 461 MovieClip Frame 2
this._parent._parent.okres(0);
stop();
Symbol 462 MovieClip Frame 1
this.typ = 0;
this.nr = 0;
Symbol 466 Button
on (press) {
this.nn = this.nn + 2;
this.new_n();
}
Symbol 467 Button
on (press) {
this.nn++;
this.new_n();
}
Symbol 468 Button
on (press) {
this.nn--;
this.new_n();
}
Symbol 469 Button
on (press) {
this.nn = this.nn - 2;
this.new_n();
}
Symbol 470 Button
on (press) {
this.nn = this.nn + 3;
this.new_n();
}
Symbol 488 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 488 MovieClip Frame 9
this.n++;
przepisz();
this.gotoAndPlay(1);
Symbol 488 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 488 MovieClip Frame 18
this.n--;
przepisz();
this.gotoAndPlay(10);
Symbol 488 MovieClip Frame 25
przepisz();
Symbol 488 MovieClip Frame 45
this.gotoAndStop(1);
Symbol 491 Button
on (press) {
this._parent.okres.nr++;
this._parent.teksty._get();
}
Symbol 492 Button
on (press) {
if (this._parent.okres.nr > 0) {
this._parent.okres.nr--;
this._parent.teksty._get();
}
}
Symbol 493 Button
on (press) {
this._parent.k.nn--;
this._parent.k.new_n();
}
Symbol 494 Button
on (press) {
this._parent.k.nn++;
this._parent.k.new_n();
}
Symbol 498 MovieClip Frame 1
this._visible = false;
Symbol 502 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 502 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 509 Button
on (press) {
this._parent.submit_score();
}
Symbol 514 Button
on (press) {
this._parent._parent.play_again();
}
Symbol 523 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 533 Button
on (press) {
this._parent.teksty._get();
}
Symbol 536 Button
on (press) {
this._parent._parent.play_again();
}
Symbol 548 Button
on (press) {
this._parent.gotoAndStop(5);
}
Symbol 551 Button
on (press) {
this._parent.gotoAndStop(6);
}
Symbol 556 Button
on (press) {
this._parent.gotoAndStop(7);
}
Symbol 557 Button
on (press) {
this._visible = false;
this._parent.submit._visible = true;
}
Symbol 578 MovieClip Frame 6
stop();
Symbol 578 MovieClip Frame 12
stop();
Symbol 578 MovieClip Frame 18
stop();
Symbol 578 MovieClip Frame 19
this._parent.submit._visible = false;
Symbol 578 MovieClip Frame 24
stop();
Symbol 578 MovieClip Frame 25
this._parent.submit._visible = false;
Symbol 578 MovieClip Frame 30
stop();
Symbol 578 MovieClip Frame 31
this._parent.submit._visible = false;
Symbol 578 MovieClip Frame 36
stop();
Symbol 578 MovieClip Frame 37
this._parent.submit._visible = false;
Symbol 578 MovieClip Frame 42
stop();
Symbol 578 MovieClip Frame 43
this._parent.submit._visible = false;
Symbol 578 MovieClip Frame 48
stop();
Symbol 578 MovieClip Frame 49
this._parent.submit._visible = false;
Symbol 578 MovieClip Frame 54
stop();
Symbol 586 Button
on (press) {
this._parent._parent.play_again();
}
Symbol 594 Button
on (press) {
this._visible = false;
this._parent.teksty._get();
}
Symbol 600 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 606 Button
on (press) {
this._visible = false;
this._parent.teksty._get();
}
Symbol 613 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 617 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 623 Button
on (press) {
this._parent.play_again();
}
Symbol 626 Button
on (press) {
getURL ("http://www.netstupidity.com");
}
Symbol 627 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 627 MovieClip Frame 2
function submit_score() {
this.gotoAndStop(7);
}
this.eror._visible = false;
stop();
Symbol 627 MovieClip Frame 3
this.eror._visible = false;
stop();
Symbol 627 MovieClip Frame 4
this.eror._visible = false;
stop();
Symbol 627 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 627 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 627 MovieClip Frame 7
this.eror._visible = false;
stop();