Frame 3
function game() {
gotoAndPlay (5);
}
function _game(f) {
gotoAndStop(f +4);
}
function instr() {
gotoAndStop (4);
}
function starting() {
gotoAndStop (3);
}
function win() {
gotoAndStop (3);
}
function hof(f) {
gotoAndStop(f +2);
}
stop();
Instance of Symbol 115 MovieClip in Frame 3
//component parameters
onClipEvent (initialize) {
label = "Play Game";
wide = 99;
c1 = 100;
c2 = 100;
c3 = 200;
hc1 = 50;
hc2 = 50;
hc3 = 200;
baseMode = true;
widthMode = false;
rgb = 6579400 /* 0x6464C8 */;
rb = 255;
gb = 255;
bb = 255;
hilitergb = 3289800 /* 0x3232C8 */;
}
on (press) {
_root.game();
}
Instance of Symbol 115 MovieClip in Frame 3
//component parameters
onClipEvent (initialize) {
label = "Instructions";
wide = 101;
c1 = 100;
c2 = 100;
c3 = 200;
hc1 = 50;
hc2 = 50;
hc3 = 200;
baseMode = false;
widthMode = false;
rgb = 6579400 /* 0x6464C8 */;
rb = 255;
gb = 255;
bb = 255;
hilitergb = 3289800 /* 0x3232C8 */;
}
on (press) {
_root.instr();
}
Instance of Symbol 115 MovieClip in Frame 4
//component parameters
onClipEvent (initialize) {
label = "Play Game";
wide = 99;
c1 = 100;
c2 = 100;
c3 = 200;
hc1 = 50;
hc2 = 50;
hc3 = 200;
baseMode = true;
widthMode = false;
rgb = 6579400 /* 0x6464C8 */;
rb = 255;
gb = 255;
bb = 255;
hilitergb = 3289800 /* 0x3232C8 */;
}
on (press) {
_root.game();
}
Instance of Symbol 115 MovieClip in Frame 4
//component parameters
onClipEvent (initialize) {
label = "Instructions";
wide = 101;
c1 = 100;
c2 = 100;
c3 = 200;
hc1 = 50;
hc2 = 50;
hc3 = 200;
baseMode = true;
widthMode = false;
rgb = 6579400 /* 0x6464C8 */;
rb = 255;
gb = 255;
bb = 255;
hilitergb = 3289800 /* 0x3232C8 */;
}
on (press) {
_root.instr();
}
Frame 5
scr_limit = 1000;
level = 1;
starttime = 45;
scr = 0;
dynamit = 0;
Frame 6
function _gd() {
return(_root.ddd);
}
function _sd(d) {
_root.ddd = d;
_root.dynda.gotoAndStop(d + 1);
}
function updateScore() {
_sc_.send(String(scr) + new String().fromCharCode(0));
scr_txt = (scr + " / ") + (scr_limit * level);
}
function minus() {
if ((--time) < 0) {
_root.wedka.s.stop();
objects_kill();
clearInterval(intervalID);
obj.removeMovieClip();
head.removeMovieClip();
rope.removeMovieClip();
if (_root.scr >= (_root.scr_limit * _root.level)) {
_root.level++;
gotoAndStop (7);
} else {
gotoAndStop (9);
}
}
}
function objects_kill() {
i = 0;
while (i < OBJECTS.length) {
eval (OBJECTS[i]).removeMovieClip();
i++;
}
}
clearInterval(this._mi);
clearInterval(intervalID);
_root.objects_kill();
if (_root.ticker == undefined) {
_root.ticker = {};
ASBroadcaster.initialize(_root.ticker);
MovieClip.prototype.bujaj = function () {
this.x = this._x;
this.y = this._y;
this.dt = (Math.PI / (random(10) + 10)) * ((random(2) == 1) ? 1 : -1);
this.o = random(5) - 2;
this.t = ((((random(2) == 1) ? 1 : -1) * Math.PI) * random(10)) / 9;
_root.ticker.addListener(this);
ASBroadcaster.initialize(this);
};
MovieClip.prototype.tick = function () {
var s = Math.sin;
this._rotation = 20 * s(this.t / 15);
this._y = this.y + (5 * s(this.t));
this._x = this.x + (10 * s(this.t / 5));
this.t = this.t + this.dt;
};
}
stop();
if (_root.scr == undefined) {
_root.scr = 0;
}
if (_root.dynamit == 0) {
_root.addProperty("dynamit", _gd, _sd);
_root.dynamit = 0;
}
updateScore();
time = starttime;
intervalID = setInterval(minus, 1000);
ob = ["ryba_mala", "ryba_duza", "kalosz", "bonus"];
ob_f = [7, 2, 4, random(2)];
if (_root.szczescie) {
ob_f[3] = 1;
}
ob_w = [1, 8, 10, 6];
ob_p = [150, 500, 70, 0];
if (sol) {
ob_p[0] = ob_p[0] * 2;
sol = 0;
} else if (buty) {
ob_p[2] = ob_p[2] * 4;
buty = 0;
} else if (beczka) {
ob_p[1] = ob_p[1] * 1.5;
beczka = 0;
}
OBJECTS = new Array();
screen = {x1:40, y1:210, x2:520, y2:430};
gridw = 80;
gridh = 40;
gxlen = (screen.x2 - screen.x1) / gridw;
gylen = (screen.y2 - screen.y1) / gridh;
GRID = new Array();
i = 0;
while (i < gxlen) {
GRID[i] = new Array();
j = 0;
while (j < gylen) {
GRID[i][j] = false;
j++;
}
i++;
}
depth = 0;
i = 0;
while (i < ob_f.length) {
j = 0;
while (j < ob_f[i]) {
depth++;
ref = this[ob[i]].duplicateMovieClip("ob_" + depth, depth);
ref.typ = ob[i];
OBJECTS.push(ref);
do {
nx = random(gxlen);
ny = random(gylen);
} while (GRID[nx][ny]);
GRID[nx][ny] = true;
rw = ref._width;
rh = ref._height;
randx = random(gridw - rw) - ((gridw - rw) / 2);
randy = random(gridy - rh) - ((gridh - rh) / 2);
ref._x = (ref.oldX = (screen.x1 + (nx * gridw)) + randx);
ref._y = (ref.oldY = (screen.y1 + (ny * gridh)) + randy);
ref.weight = ob_w[i];
ref.points = ob_p[i];
ref.bujaj();
j++;
}
i++;
}
this._mi = setInterval(function (a) {
_root.ticker.broadcastMessage("tick");
}, 80, this);
Instance of Symbol 130 MovieClip "dyn" in Frame 6
onClipEvent (load) {
_visible = 0;
boom = 0;
}
onClipEvent (keyDown) {
if ((((_root.dynamit > 0) && (!boom)) && (Key.isDown(32))) && (_parent.wedka.action == "stop")) {
boom = 1;
_parent.rybak.gotoAndPlay("dynamit");
}
}
Instance of Symbol 166 MovieClip "wedka" in Frame 6
onClipEvent (load) {
action = "fishing";
speed = 8 - (_parent.level * 0.6);
if (this.speed < 3) {
this.speed = 3;
}
if (_root.speed > 0) {
this.speed = this.speed + (_root.speed * 0.8);
if (this.speed > 8) {
this.speed = 8;
}
_root.speed--;
}
}
onClipEvent (mouseDown) {
fire();
}
Frame 7
opis = "";
price = 0;
obiekty = ["dynam", "rum", "s", "bu", "becz", "moneta"];
obiekty.sort(function (a, b) {
return(random(3) - 1);
});
for (var i in obiekty) {
this[obiekty[i]]._visible = false;
}
var num = (random(4) + 1);
var i = 0;
while (i < num) {
var it = this[obiekty[i]];
it._visible = true;
i++;
}
Instance of Symbol 203 MovieClip "moneta" in Frame 7
on (press) {
var r = int(_root.scr);
if (r < 150) {
this._parent.alert.gotoAndPlay(2);
return(undefined);
}
_root.scr = r - 150;
_root.szczescie = 1;
this._visible = false;
}
on (rollOver) {
this._parent.opis = "LUCKY COIN - Will bring You more luck";
this._parent.price = 150;
}
on (rollOut, dragOut) {
this._parent.opis = "";
this._parent.price = 0;
}
Instance of Symbol 205 MovieClip "s" in Frame 7
on (press) {
var r = int(_root.scr);
if (r < 250) {
this._parent.alert.gotoAndPlay(2);
return(undefined);
}
_root.scr = r - 250;
_root.sol = 1;
this._visible = false;
}
on (rollOver) {
this._parent.opis = "SALT - You will earn more on small fishes";
this._parent.price = 250;
}
on (rollOut, dragOut) {
this._parent.opis = "";
this._parent.price = 0;
}
Instance of Symbol 191 MovieClip "rum" in Frame 7
on (press) {
var r = int(_root.scr);
if (r < 550) {
this._parent.alert.gotoAndPlay(2);
return(undefined);
}
_root.scr = r - 550;
this._visible = false;
_root.speed = 2;
_parent.bar.speed = 8 - ((_root.level + 1) * 0.6);
if (_parent.bar.speed < 3) {
_parent.bar.speed = 3;
}
_parent.bar.speed = _parent.bar.speed + (_root.speed * 0.8);
if (_parent.bar.speed > 8) {
_parent.bar.speed = 8;
}
_parent.bar._width = Math.round((_parent.bar.speed / 8) * 100);
}
on (rollOver) {
this._parent.opis = "BOTTLE OF RUM - ";
this._parent.price = 550;
}
on (rollOut, dragOut) {
this._parent.opis = "";
this._parent.price = 0;
}
Instance of Symbol 130 MovieClip "dynam" in Frame 7
on (press) {
var r = int(_root.scr);
if (r < 200) {
this._parent.alert.gotoAndPlay(2);
return(undefined);
}
_root.scr = r - 200;
_root.dynamit++;
this._visible = false;
}
on (rollOver) {
this._parent.opis = "DYNAMITE - You can blow up unwanted items with it";
this._parent.price = 200;
}
on (rollOut, dragOut) {
this._parent.opis = "";
this._parent.price = 0;
}
Instance of Symbol 208 MovieClip "bu" in Frame 7
on (press) {
var r = int(_root.scr);
if (r < 300) {
this._parent.alert.gotoAndPlay(2);
return(undefined);
}
_root.scr = r - 300;
_root.buty = 1;
this._visible = false;
}
on (rollOver) {
this._parent.opis = "SHOE PASTE - Clean shoes are worth more";
this._parent.price = 300;
}
on (rollOut, dragOut) {
this._parent.opis = "";
this._parent.price = 0;
}
Instance of Symbol 210 MovieClip "becz" in Frame 7
on (press) {
var r = int(_root.scr);
if (r < 400) {
this._parent.alert.gotoAndPlay(2);
return(undefined);
}
_root.scr = r - 400;
_root.beczka = 1;
this._visible = false;
}
on (rollOver) {
this._parent.opis = "A BARREL - You can store big fishes in it, they will not get dirty";
this._parent.price = 400;
}
on (rollOut, dragOut) {
this._parent.opis = "";
this._parent.price = 0;
}
Instance of Symbol 115 MovieClip "cont" in Frame 7
//component parameters
onClipEvent (initialize) {
label = "Continue";
wide = 85;
c1 = 50;
c2 = 50;
c3 = 200;
hc1 = 100;
hc2 = 100;
hc3 = 200;
baseMode = false;
widthMode = false;
rgb = 3289800 /* 0x3232C8 */;
rb = 255;
gb = 255;
bb = 255;
hilitergb = 6579400 /* 0x6464C8 */;
}
on (release) {
_root.gotoAndPlay("start_level");
}
Instance of Symbol 213 MovieClip "bar" in Frame 7
onClipEvent (load) {
speed = 8 - ((_root.level + 1) * 0.6);
if (speed < 3) {
speed = 3;
}
speed = speed + (_root.speed * 0.8);
if (speed > 8) {
speed = 8;
}
_width = Math.round((speed / 8) * 100);
}
Frame 8
next_level = level + 1;
stop();
Instance of Symbol 115 MovieClip in Frame 8
//component parameters
onClipEvent (initialize) {
label = "Continue";
wide = 85;
c1 = 100;
c2 = 100;
c3 = 200;
hc1 = 50;
hc2 = 50;
hc3 = 200;
baseMode = true;
widthMode = false;
rgb = 6579400 /* 0x6464C8 */;
rb = 255;
gb = 255;
bb = 255;
hilitergb = 3289800 /* 0x3232C8 */;
}
on (press) {
with (_root) {
level++;
gotoAndStop("sklep");
}
}
Frame 9
stop();
Instance of Symbol 115 MovieClip "pa" in Frame 9
//component parameters
onClipEvent (initialize) {
label = "Play Again";
wide = 112;
c1 = 100;
c2 = 100;
c3 = 200;
hc1 = 50;
hc2 = 50;
hc3 = 200;
baseMode = true;
widthMode = true;
rgb = 6579400 /* 0x6464C8 */;
rb = 255;
gb = 255;
bb = 255;
hilitergb = 3289800 /* 0x3232C8 */;
}
on (press) {
_root.gotoAndPlay("start");
}
Instance of Symbol 309 MovieClip in Frame 9
//component parameters
onClipEvent (initialize) {
scr = "_root.scr";
}
Symbol 18 MovieClip Frame 1
Stage.scaleMode = "noScale";
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/games/hof/";
_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 32 MovieClip Frame 140
stop();
Symbol 71 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 74 MovieClip Frame 1
_root.stop();
stop();
Symbol 74 MovieClip Frame 2
stop();
Symbol 92 MovieClip Frame 1
if (_sc_ == undefined) {
this._visible = _root.ligin == undefined;
this.onPress = function () {
getURL ("http://www.netstupidity.com");
};
stop();
}
Symbol 92 MovieClip Frame 2
stop();
Symbol 115 MovieClip Frame 1
this.onPress = function () {
pressing = true;
i = 1;
while (i <= 3) {
buttonColor = new Color(eval ("piece" + i).colorchip);
buttonColor.setRGB(3355443);
lowColor = new Color(eval ("piece" + i).bottomhilite);
lowColorTransform = new Object();
lowColorTransform = {ra:"0", rb:"200", ga:"0", gb:"200", ba:"0", bb:"200", aa:"100", ab:"0"};
lowColor.setTransform(lowColorTransform);
i++;
}
};
this.onRelease = function () {
pressing = false;
};
this.onReleaseOutside = function () {
pressing = false;
};
this.onEnterFrame = function () {
if (pressing != true) {
i = 1;
while (i <= 3) {
buttonColor = new Color(eval ("piece" + i).colorchip);
buttonColor.setRGB(rgb);
lowColor = new Color(eval ("piece" + i).bottomhilite);
lowColorTransform = new Object();
lowColorTransform = {ra:"0", rb:hc1, ga:"0", gb:hc2, ba:"0", bb:hc3, aa:"100", ab:"0"};
lowColor.setTransform(lowColorTransform);
i++;
}
}
};
with (piece2) {
_width = _parent.wide;
piece1._x = _x - (_width / 2);
piece3._x = _x + (_width / 2);
_parent.midshadow._width = _width;
_parent.leftshadow._x = _x - (_width / 2);
_parent.rightshadow._x = _x + (_width / 2);
}
label1.autoSize = "center";
label2.autoSize = "center";
Symbol 144 MovieClip Frame 1
this.gotoAndStop(_root.dynamit + 1);
Symbol 159 MovieClip Frame 1
stop();
Symbol 159 MovieClip Frame 13
_root.dynamit--;
if (_parent.wedka.caught_object) {
_parent.dyn._visible = 1;
}
_parent.dyn.onEnterFrame = function () {
ob = _parent.wedka.caught_object;
if (!ob) {
delete this.onEnterFrame;
this._visible = 0;
_root.dyn_ikona._visible = 0;
}
dx = this._x - ob._x;
dy = this._y - ob._y;
angle = Math.atan2(dy, dx) * 57.2957795130823;
angle = (angle - 90) / 57.295;
this._x = this._x + (15 * Math.sin(angle));
this._y = this._y - (15 * Math.cos(angle));
if (this.hitTest(ob)) {
delete this.onEnterFrame;
_parent.wedka.caught_object.gotoAndPlay("kaboom");
_parent.wedka.rope.speed = _parent.wedka.speed;
this._visible = 0;
_root.dyn_ikona._visible = 0;
_parent.wedka.s.stop();
_parent.wedka.s.attachSound("wedka1");
_parent.wedka.s.start(0, 10);
}
};
this.gotoAndStop(1);
Symbol 166 MovieClip Frame 1
function fire() {
if (action == "fishing") {
_root.wedka.s.stop();
kolx = zylka._x;
koly = zylka._y;
zylka.haczyk._visible = 0;
angle = zylka._rotation + 85;
ang_rad = (angle + 90) / 57.295;
firey = zylka._height + 10;
kolx = kolx + (105 * Math.sin(ang_rad));
koly = koly - (105 * Math.cos(ang_rad));
ob = {x:kolx, y:koly};
localToGlobal(ob);
throwRope(ob.x, ob.y, angle);
action = "stop";
stop();
}
}
function throwRope(x, y, angle) {
rope = _root.createEmptyMovieClip("rope", 999);
rope.lineStyle(1, 6575164, 80);
rope.moveTo(x, y);
head = _root.head;
head._rotation = angle;
rope.angle = (angle + 90) / 57.295;
rope.sp = 0;
rope.onEnterFrame = function () {
this.sp = this.sp + speed;
newx = ob.x + (this.sp * Math.sin(this.angle));
newy = ob.y - (this.sp * Math.cos(this.angle));
this.lineTo(newx, newy);
head._x = newx;
head._y = newy;
if (((newy > 400) || (newx > 550)) || (newx < 0)) {
s = new Sound(this);
s.attachSound("bad" + (random(4) + 1));
s.start();
s = new Sound(this);
s.attachSound("wedka1");
s.start(0, 10);
pullRope(head._x, head._y, angle, 0, this.sp);
}
i = 0;
while (i < _root.OBJECTS.length) {
obj = _root.OBJECTS[i];
if (obj.hitTest(head._x, head._y, true)) {
obj.$caught = 1;
delete this.onEnterFrame;
s = new Sound(this);
if ((obj.typ == "ryba_duza") || (obj.typ == "kalosz")) {
s.attachSound("wedka2");
} else {
s.attachSound("wedka1");
}
s.start(0, 10);
this.clear();
pullRope(head._x, head._y, angle, obj, this.sp);
}
i++;
}
};
}
function pullRope(x, y, angle, obj, rope_sp) {
_root.dyn.boom = 0;
caught_object = obj;
rope = _root.createEmptyMovieClip("rope", 999);
rope.angle = (angle + 90) / 57.295;
rope.sp = rope_sp;
rope.speed = (((speed - obj.weight) > 1) ? (speed - obj.weight) : 1);
rope.onEnterFrame = function () {
this.clear();
this.lineStyle(1, 6575164, 80);
this.moveTo(ob.x, ob.y);
this.sp = this.sp - this.speed;
newx = ob.x + (this.sp * Math.sin(this.angle));
newy = ob.y - (this.sp * Math.cos(this.angle));
this.lineTo(newx, newy);
head._x = newx;
head._y = newy;
if (obj) {
obj._x = newx;
obj._y = newy;
}
if (head._y < firey) {
_root.scr = _root.scr + obj.points;
if (obj.bonus == "predkosc") {
speed = speed + 2;
_root.bonusy.gotoAndPlay("predkosc");
} else if (obj.bonus == "czas") {
_root.time = _root.time + 15;
_root.bonusy.gotoAndPlay("czas");
} else if (obj.bonus == "kasa") {
_root.scr = _root.scr + (100 + _root.dod_kasa);
_root.bonusy.gotoAndPlay("kasa");
} else if (obj.bonus == "dynamit") {
_root.bonusy.gotoAndPlay("dynamit");
}
_root.updateScore();
delete caught_object;
s.stop();
if (obj && (_root.scr < (_root.scr_limit * _root.level))) {
if (obj.typ == "kalosz") {
s = new Sound(this);
s.attachSound("bad" + (random(4) + 1));
s.start();
} else {
s = new Sound(this);
s.attachSound("good" + (random(3) + 1));
s.start();
}
}
obj.removeMovieClip();
head._x = -100;
zylka.haczyk._visible = 1;
action = "fishing";
play();
delete this.onEnterFrame;
this.removeMovieClip();
}
};
}
Symbol 166 MovieClip Frame 88
gotoAndPlay (2);
Symbol 170 MovieClip Frame 1
stop();
Symbol 170 MovieClip Frame 11
_root.dyn.boom = 0;
this.removeMovieClip();
stop();
Symbol 172 MovieClip Frame 1
stop();
if (_name != "bonus") {
_root.dod_kasa = 0;
if (_root.szczescie) {
_root.szczescie = 0;
bonus = 3;
_root.dod_kasa = 200;
} else if (_root.dynamit) {
bonus = random(3) + 1;
} else {
bonus = 4;
}
if (bonus == 1) {
bonus = "predkosc";
} else if (bonus == 2) {
bonus = "czas";
} else if (bonus == 3) {
bonus = "kasa";
} else {
bonus = "dynamit";
}
}
stop();
Symbol 172 MovieClip Frame 11
_root.dyn.boom = 0;
this.removeMovieClip();
stop();
Symbol 174 MovieClip Frame 1
stop();
Symbol 174 MovieClip Frame 11
_root.dyn.boom = 0;
this.removeMovieClip();
stop();
Symbol 176 MovieClip Frame 1
stop();
Symbol 176 MovieClip Frame 11
_root.dyn.boom = 0;
this.removeMovieClip();
stop();
Symbol 198 MovieClip Frame 16
stop();
Symbol 200 MovieClip Frame 1
stop();
Symbol 200 MovieClip Frame 34
gotoAndStop (1);
Symbol 200 MovieClip Frame 65
gotoAndStop (1);
Symbol 200 MovieClip Frame 96
gotoAndStop (1);
Symbol 200 MovieClip Frame 127
_root.dynamit++;
this.gotoAndStop(1);
Symbol 245 Button
on (press) {
this.gotoAndStop("weekly");
}
Symbol 246 Button
on (press) {
this.gotoAndStop("daily");
}
Symbol 247 Button
on (press) {
this.gotoAndStop("hourly");
}
Symbol 250 Button
on (press) {
this.gotoAndStop("monthly");
}
Symbol 255 Button
on (press) {
this.gotoAndStop("daily");
}
Symbol 258 MovieClip Frame 1
this._parent.tp = 2592000 /* 0x278D00 */;
this._parent.tc = 0;
this._parent.reload();
stop();
Symbol 258 MovieClip Frame 2
this._parent.tp = 604800 /* 0x093A80 */;
this._parent.tc = 0;
this._parent.reload();
Symbol 258 MovieClip Frame 3
this._parent.tp = 86400 /* 0x015180 */;
this._parent.tc = 0;
this._parent.reload();
Symbol 258 MovieClip Frame 4
this._parent.tp = 3600;
this._parent.tc = 0;
this._parent.reload();
Symbol 265 Button
on (press) {
this.tc--;
this.reload();
}
Symbol 270 Button
on (press) {
this.tc = ((this.tc < 0) ? (this.tc + 1) : 0);
this.reload();
}
Symbol 273 Button
on (press) {
if (this.submitted == false) {
this.loadVariables((((this.__url + "hof_put.php?id=") + this.gid) + "&s=") + this.sc);
}
}
Symbol 277 Button
on (press) {
this._parent.l = 10;
this._parent.reload();
this.gotoAndStop(2);
}
Symbol 280 Button
on (press) {
this._parent.l = 100;
this._parent.reload();
this.gotoAndStop(1);
}
Symbol 281 MovieClip Frame 1
stop();
Symbol 294 MovieClip Frame 1
stop();
Symbol 294 MovieClip Frame 18
stop();
Symbol 298 MovieClip Frame 1
function reset() {
this.m._x = this.s._x;
this.m._y = this.s._y;
}
function scroll(p) {
this._parent.rolki.f1.scroll = (this._parent.rolki.f2.scroll = (this._parent.rolki.f3.scroll = (this._parent.rolki.f4.scroll = int((this.mx * p) / 100))));
}
this.onEnterFrame = function () {
this.s._y = ((this.m._y > 5) ? (((this.m._y < 202) ? (this.m._y) : 202)) : 5);
this.mx = this._parent.rolki.f1.maxscroll;
scroll((100 * (this.s._y - 5)) / 197);
};
Instance of Symbol 297 MovieClip "m" in Symbol 298 MovieClip Frame 1
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
this._parent.reset();
}
Symbol 303 MovieClip Frame 1
this._visible = _root.ligin == undefined;
this.onPress = function () {
getURL ("http://www.netstupidity.com");
};
Symbol 309 MovieClip Frame 1
if (_sc_ != undefined) {
this.gotoAndStop(3);
}
this.submitted = false;
Symbol 309 MovieClip Frame 2
function reload() {
if (this.rolki._currentframe > 1) {
this.rolki.gotoAndPlay(18);
}
var te = ((-this.tc) * this.tp);
var tb = ((-(this.tc - 1)) * this.tp);
this.loadVariables((((((((((this.__url + "hof_get.php?id=") + this.gid) + "&n=") + this.l) + "&tb=") + tb) + "&te=") + te) + "&s=") + this.sc);
}
this.uu = _root._url;
this.gid = _root.gid;
this.__url = _root.__url;
this.l = 10;
this.sc = eval (this.scr);
if (int(this.sc) > int(_root.bsc)) {
_root.bsc = this.sc;
}
this.onData = function () {
if (this.r == 1) {
this.rolki.gotoAndPlay(2);
clearInterval(this._itr);
return(undefined);
}
if (this.r == "3") {
this.submitted = true;
reload();
}
if (this.r == "2") {
getURL ("javascript:if(confirm('To submit Your score You have to be logged into netstupidity.com site. Do You wish to log in now?')) window.open('http://www.netstupidity.com/login.php'); void(0);");
}
};
stop();
Symbol 309 MovieClip Frame 3
_root.pa._visible = false;
this.sc = eval (this.scr);
_sc.onData = function (r) {
_rank_ = r;
_sc_.close();
};
_sc_.send(String(this.sc) + new String().fromCharCode(0));
stop();