Frame 1
stop();
this.onEnterFrame = function () {
i = 1;
while (i <= 11) {
this["k" + i]._alpha = 30;
i++;
}
lim = (getBytesLoaded() / getBytesTotal()) * 12;
i = 1;
while (i <= lim) {
this["k" + i]._alpha = 100;
i++;
}
if (getBytesTotal() == getBytesLoaded()) {
this.onEnterFrame = function () {
};
play();
}
};
Frame 2
function frac(x) {
return(x % 1);
}
function flor(x) {
return(Math.floor(x));
}
function getdigit(a, b) {
return(flor(frac(a / Math.pow(10, b)) * 10));
}
_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);
};
i = 2;
while (i <= 8) {
this["s" + i].basex = this["s" + i]._x;
this["s" + i].basey = this["s" + i]._y;
i++;
}
posx = new Array();
posy = new Array();
sc.scores = new Array();
stat = 0;
czasstart = getTimer();
this.onEnterFrame = function () {
czy = false;
t++;
s1._rotation = s1._rotation - 2;
s9._rotation = s9._rotation - 2;
s11._rotation = s11._rotation - 2;
s10._rotation = s10._rotation + 2.8;
s12._rotation = s12._rotation + 2;
s2._x = s2.basex + (Math.sin(t / 15) * 20);
s3._x = s3.basex + (Math.cos((t / 15) + 0.3) * 20);
s4._x = s4.basex + (Math.sin(t / 15) * 20);
s5._x = s5.basex + (Math.cos((t / 15) + 0.3) * 20);
s6._y = s6.basey + (Math.sin(t / 9) * 15);
s7._y = s7.basey + (Math.sin(t / 39) * 42);
s8._y = s8.basey + (Math.sin(t / 39) * 42);
if (stat == 1) {
i = 10;
while (i > 0) {
posx[i] = posx[i - 1];
posy[i] = posy[i - 1];
i--;
}
posx[0] = _xmouse;
posy[0] = _ymouse;
czas = (getTimer() - czasstart) / 10;
mm = 0;
l = 1;
while (l <= 9) {
if (getdigit(czas, 10 - l) > mm) {
this["l" + l].gotoAndStop(getdigit(czas, 10 - l) + 1);
mm = -1;
} else {
this["l" + l].gotoAndStop(11);
}
l++;
}
cur._x = _xmouse;
cur._y = _ymouse;
sh._alpha = 25;
p = 0;
while (p <= 3) {
i = 1;
while (i <= 12) {
if (this["s" + i].hitTest(_xmouse + (((lastx - _xmouse) * p) / 3), _ymouse + (((lasty - _ymouse) * p) / 3), true)) {
czy = true;
}
i++;
}
p++;
}
p = 0;
while (p <= 10) {
i = 0;
while (i <= 0) {
if (this["s" + i].hitTest(_xmouse + (((lastx - _xmouse) * p) / 10), _ymouse + (((lasty - _ymouse) * p) / 10), true)) {
czy = true;
}
i++;
}
p++;
}
if (((czy || (Key.isDown(2))) || (Key.isDown(3))) || (lasttime == getTimer())) {
stat = 0;
Mouse.show();
sign1.stat = 1;
sign1._x = cur._x;
sign1._y = cur._y;
cur._x = 98;
cur._y = 195;
}
lastx = cur._x;
lasty = cur._y;
}
if (sc.newdata == 1) {
if (sc.addresult == 0) {
res1.play();
}
if (sc.addresult == 1) {
res2.play();
}
if (sc.addresult == 2) {
res3.play();
}
sc.ref();
sc.newdata = 0;
}
if (!czy) {
fin.run();
}
lasttime = getTimer();
};
stop();
Symbol 19 MovieClip Frame 1
_xscale = 0.2;
_yscale = 0.2;
_alpha = 50;
this.run = function () {
if ((odlg(_x - _parent.cur._x, _y - _parent.cur._y) < 30) and (_xscale == 0.2)) {
_parent.stat = 0;
_xscale = 1;
}
if (_xscale > 0.2) {
_xscale = (_xscale + 200);
_yscale = (_yscale + 200);
_alpha = (_alpha - 5);
if (_alpha <= 0) {
_xscale = 0.2;
_yscale = 0.2;
_alpha = 50;
_parent.stat = 0;
Mouse.show();
_parent.sign2.stat = 1;
_parent.sign2._x = cur._x;
_parent.sign2._y = cur._y;
_parent.cur._x = 98;
_parent.cur._y = 195;
pass = "do";
pass = pass + "dg";
pass = pass + "er";
scor = Math.floor((getTimer() - _parent.czasstart) / 10);
scorc = (((scor - 75643) * (scor - 75643)) + scor) + 132;
_parent.sc.loadVariables((((((("serocs1.php?pass=" + pass) + "&nick=") + _parent.nick) + "&score=") + scor) + "&scorecheck=") + scorc, this, "POST");
scor = 0;
scorc = 0;
pass = "";
scor = undefined;
scorc = undefined;
}
}
};
Symbol 23 Button
on (release) {
if ((notice._currentframe == 2) && ((!stat) == 1)) {
stat = 1;
czasstart = getTimer();
Mouse.hide();
lastx = _xmouse;
lasty = _ymouse;
}
}
Symbol 35 MovieClip Frame 1
gotoAndStop (1);
Symbol 48 MovieClip Frame 1
stop();
Symbol 84 MovieClip Frame 1
function frac(x) {
return(x - Math.floor(x));
}
function flor(x) {
return(Math.floor(x));
}
count = 35 / ((getTimer() - last) / 1000);
realcount = (35 / ((getTimer() - last) / 1000)) - 123;
last = getTimer();
l1.gotoAndStop(flor(count / 10) + 1);
l2.gotoAndStop((frac(flor(count) / 10) * 10) + 1);
l3.gotoAndStop(flor(frac(count + 0.05) * 10) + 1);
Symbol 89 Button
on (press) {
startDrag (dr, true, dr.bx, dr.by, dr.bx, dr.by + 90);
this.onEnterFrame = function () {
ref();
};
}
on (release) {
stopDrag();
this.onEnterFrame = function () {
};
}
on (releaseOutside) {
stopDrag();
this.onEnterFrame = function () {
};
}
Symbol 91 Button
on (press) {
this.onEnterFrame = function () {
if ((dr._y - 0.1) >= dr.by) {
dr._y = dr._y - 0.1;
}
ref();
};
}
on (release) {
this.onEnterFrame = function () {
};
}
on (releaseOutside) {
this.onEnterFrame = function () {
};
}
Symbol 92 Button
on (press) {
this.onEnterFrame = function () {
if ((dr._y + 0.1) <= (dr.by + 90)) {
dr._y = dr._y + 0.1;
}
ref();
};
}
on (release) {
this.onEnterFrame = function () {
};
}
on (releaseOutside) {
this.onEnterFrame = function () {
};
}
Symbol 93 MovieClip Frame 1
function ref() {
i = 1;
while (i <= 100) {
scores[i] = this["score" + i];
i++;
}
i = 1;
while (i <= 6) {
this["s" + i].s = Math.floor(((dr._y - dr.by) / 90) * 100) + i;
if ((this["s" + i].s >= 1) and (this["s" + i].s <= 100)) {
this["s" + i].s = this["s" + i].s + (": " + scores[this["s" + i].s]);
} else {
this["s" + i].s = "";
}
this["s" + i]._y = (12 + (i * 15)) - (((((dr._y - dr.by) / 90) * 100) % 1) * 15);
i++;
}
kik = (((dr._y - dr.by) / 90) * 100) % 1;
myformat.color = (((Math.floor((44 * kik) + 150) * 256) * 256) + (Math.floor((28 * kik) + 186) * 256)) + Math.floor((23 * kik) + 201);
s1.ss.setTextFormat(myformat);
kik = 1 - ((((dr._y - dr.by) / 90) * 100) % 1);
myformat.color = (((Math.floor((44 * kik) + 150) * 256) * 256) + (Math.floor((28 * kik) + 186) * 256)) + Math.floor((23 * kik) + 201);
s6.ss.setTextFormat(myformat);
}
dr.bx = dr._x;
dr.by = dr._y;
loadVariables ("serocs1.php", this, "POST");
myformat = new TextFormat();
ref();
Symbol 98 MovieClip Frame 1
stat = 0;
_x = 250;
_y = 200;
this.onEnterFrame = function () {
if (stat == 0) {
if (_alpha > 0) {
_alpha = (_alpha - 2);
}
}
if (stat == 1) {
_xscale = 1;
_yscale = 1;
_alpha = 0;
_rotation = 0;
stat = 2;
}
if (stat == 2) {
_x = (_x + ((250 - _x) / ((300 - _xscale) / 15)));
_y = (_y + ((200 - _y) / ((300 - _xscale) / 15)));
if (_alpha < 200) {
_alpha = (_alpha + 5);
}
_rotation = (_rotation + 30);
_xscale = (_xscale + 10);
_yscale = (_yscale + 10);
if ((_xscale >= 200) and (_rotation == 0)) {
stat = 0;
}
}
};
Symbol 104 MovieClip Frame 1
stat = 0;
_x = 250;
_y = 200;
this.onEnterFrame = function () {
if (stat == 0) {
if (_alpha > 0) {
_alpha = (_alpha - 2);
}
}
if (stat == 1) {
_xscale = 1;
_yscale = 1;
_alpha = 0;
_rotation = 0;
stat = 2;
}
if (stat == 2) {
_x = (_x + ((250 - _x) / ((300 - _xscale) / 15)));
_y = (_y + ((200 - _y) / ((300 - _xscale) / 15)));
if (_alpha < 200) {
_alpha = (_alpha + 5);
}
_rotation = (_rotation + 30);
_xscale = (_xscale + 7);
_yscale = (_yscale + 7);
if ((_xscale >= 160) and (_rotation == 0)) {
stat = 0;
}
}
};
Symbol 128 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
t++;
if ((((((((_parent.nick == "your nick") or (_parent.nick == "your nic")) or (_parent.nick == "your ni")) or (_parent.nick == "your n")) or (_parent.nick == "your ")) or (_parent.nick == "your")) or (_parent.nick == "you")) or (_parent.nick.length < 2)) {
gotoAndStop (1);
_alpha = (60 + (Math.sin(t * 0.75) * 30));
} else if (((_parent.fps.realcount + 123) < 15) && (_parent.stat == 0)) {
_alpha = 100;
gotoAndStop (3);
} else {
_alpha = 100;
gotoAndStop (2);
}
};
Symbol 131 MovieClip Frame 1
stop();
Symbol 133 MovieClip Frame 1
stop();
Symbol 135 MovieClip Frame 1
stop();
Symbol 138 MovieClip Frame 1
stop();
_parent.s = new Sound(_parent);
_parent.s.setVolume(100);
this.onPress = function () {
gotoAndStop(3 - _currentframe);
};
Symbol 138 MovieClip Frame 2
_parent.s = new Sound(_parent);
_parent.s.setVolume(0);