STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228123
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/43020390?noj=FRM43020390-12DC" width="1" height="1"></div>

Aqua Field.swf

This is the info page for
Flash #24368

(Click the ID number above for more basic data on this flash file.)


Text
LOADING GAME

NETSTUPIDITY NETWORK

PLAY

PLAY

PLAY

PLAY

HALL OF FAME

HALL OF FAME

HALL OF FAME

Instructions

Instructions

Continue

Continue

Continue

Continue

Continue

Continue

Help the mother fish      feed her
young     by steering her with your
mouse in a way that will lead the
litle fish to the tasty worms  .The
mother fish is immune to little
rocks   and little pirana fish       ,
but unfortunatly her young
aren't. So try to protect them  from
any of these dangers.

Lives:

Level:

Score:

Entering Level

Entering Level

HALL OF FAME

HALL OF FAME

HALL OF FAME

HALL OF FAME

HALL OF FAME

HALL OF FAME

HALL OF FAME

HALL OF FAME

PLAY AGAIN

PLAY AGAIN

PLAY AGAIN

PLAY AGAIN

PLAY AGAIN

PLAY AGAIN

PLAY AGAIN

PLAY AGAIN

SUBMIT SCORE

SUBMIT SCORE

SUBMIT SCORE

NETSTUPIDITY.COM
highscore board initializing

D

A

Y

D

A

Y

W

E

K

W

E

K

M

O

N

T

H

M

O

N

T

H

L

L

LOADING

SUBMIT

SUBMIT

SUBMIT

CANCEL

CANCEL

CANCEL

<P ALIGN="LEFT"></P>

<P ALIGN="RIGHT"></P>

<P ALIGN="LEFT"></P>

<P ALIGN="LEFT"></P>

Sore:

Nick:

Date/Time:

Error
Operation timed out!

RETRY

RETRY

CANCEL

CANCEL

Error
Database is not responding

Error
You are not logged in!
You have to be registered
user to submit your score...

LOGIN

LOGIN

REGISTER

REGISTER

Error
You have entered
invalid login data!

Error
Your account is not
confirmed, check your e-mail
for confirmation link!

Error
Nickname is already taken
or Your email was already
used for some registration

Error
Email address you've entered
seems to be invalid

Error
Your username or password
is invalid, they should be
at least 3 cahracters long

Error
Passwords you have entered
do not match each other

Score:

9872935

PLAY

PLAY

PLAY
AGAIN

9872935

LOGIN

LOGIN

LOGIN

BACK

Nickname

Password

REGISTER

REGISTER

REGISTER

Nickname

Password

Retype Password

Valid email

SAVING

9872935

highscore board
is exclusively available
on NETSTUPIDITY.COM
click GO to get there

GO

GO

ActionScript [AS1/AS2]

Frame 1
function liga(f) { if (f == undefined) { gotoAndStop (23); } else { gotoAndStop(f +22); } } function starting(f) { if (f == undefined) { gotoAndStop (3); } else { gotoAndStop(f +2); } } function single(f) { if (f == undefined) { gotoAndStop (4); } else { gotoAndStop(f +3); } } function gameover(f) { if (f == undefined) { gotoAndStop (21); } else { gotoAndStop(f +20); } } function win(f) { if (f == undefined) { gotoAndStop (22); } else { gotoAndStop(f +21); } }
Frame 3
_root.startframe = _currentframe; s = 0; while (s <= 6) { _root["snd" + s] = new Sound(this); _root["snd" + s].attachSound("snd" + s); s++; } _global.ps = function (s, l) { _root["snd" + s].start(0, l); }; stopAllSounds(); ps(0, 999); stop();
Frame 4
function turnx(angle, r) { return(Math.sin((((-angle) + 180) / 180) * Math.PI) * r); } function turny(angle, r) { return(Math.cos((((-angle) + 180) / 180) * Math.PI) * r); } function kat(kx, ky) { return((((-Math.atan2(kx, ky)) * 180) / Math.PI) + 180); } function goodkat(k) { kk = k; while (kk >= 360) { kk = kk - 360; } while (kk < 0) { kk = kk + 360; } return(kk); } function sqr(sx) { return(sx * sx); } function odlg(ox, oy) { return(Math.sqrt(sqr(ox) + sqr(oy))); } function go_ryba() { with (ryba) { if (side == 1) { anim.gotoAndStop(anim._currentframe - 1); if (anim._currentframe == 1) { side = 2; } } else { anim.gotoAndStop(anim._currentframe + 1); if (anim._currentframe == 11) { side = 1; } } t++; _y = _y + ((Math.sin((t * Math.PI) / 11) * 2) - (Math.sin(((t - 1) * Math.PI) / 11) * 2)); kk = goodkat(kat(_parent._xmouse - _x, _parent._ymouse - _y) - 90); if ((_rotation - kk) < -180) { kk = kk - 360; } if ((_rotation - kk) > 180) { kk = kk + 360; } _rotation = goodkat(_rotation + ((kk - _rotation) / 10)); if (goodkat(_rotation + 90) > 180) { _yscale = -100; } else { _yscale = 100; } if (Key.isDown(1)) { if (clicked == false) { ps(2); _rotation = goodkat(kat(_parent._xmouse - _x, _parent._ymouse - _y) - 90); ran = random(100) * 10; i = 1; while (i <= 10) { _parent.attachMovie("F3Fade", "fade" + (ran + i), ran + i); var fad = _parent["fade" + (ran + i)]; fad._x = _x + (((_parent._xmouse - _x) * i) / 11); fad._y = _y + (((_parent._ymouse - _y) * i) / 11); fad._rotation = _rotation; fad.gotoAndPlay(11 - i); i++; } _x = _parent._xmouse; _y = _parent._ymouse; clicked = true; dlg = 20; score--; } } else { clicked = false; } cxx = cxx + ((_x - cx) / 60); cyy = cyy + ((_y - cy) / 60); cxx = cxx * 0.95; cyy = cyy * 0.95; cx = cx + cxx; cy = cy + cyy; if (dlg < 40) { dlg++; } katr = goodkat(katr + 2); i = 1; while (i <= _parent.rybek) { px[i] = cx + turnx(((360 / rybek) * i) + katr, dlg); py[i] = cy + turny(((360 / rybek) * i) + katr, dlg); i++; } } } lives.gotoAndStop(6); score = 10; MovieClip.prototype.init_rybki = function () { this.happy = false; this.death = 0; this.xx = 0; this.yy = 0; this._parent.rybek++; _root.rybki.addListener(this); ASBroadcaster.initialize(this); }; MovieClip.prototype.init_pirana = function () { this.runda = 0; this.which = this.ile - 1; this._parent.piranii++; this._name = "pir" + piranii; _root.pirana.addListener(this); ASBroadcaster.initialize(this); }; MovieClip.prototype.go_pirana = function () { if (this.side == 1) { this.anim.gotoAndStop(this.anim._currentframe - 1); if (this.anim._currentframe == 1) { this.side = 2; } } else { this.anim.gotoAndStop(this.anim._currentframe + 1); if (this.anim._currentframe == 11) { this.side = 1; } } if (this.runda <= 0) { this.which++; if (this.which >= this.ile) { this.which = 0; } this.runda = Math.abs(this.xx[this.which]); if (Math.abs(this.yy[this.which]) > this.runda) { this.runda = Math.abs(this.yy[this.which]); } this.xxx = (this.xx[this.which] / this.runda) * 6; this.yyy = (this.yy[this.which] / this.runda) * 6; this.ww = this.wait; } if (this.ww > 0) { this.ww--; } else { this._x = this._x + this.xxx; this._y = this._y + this.yyy; this.runda--; } this._rotation = goodkat(kat(this.xxx, this.yyy) - 90); this._xscale = 130; if (goodkat(this._rotation + 90) > 180) { this._yscale = -130; } else { this._yscale = 130; } ran = random(10000) + 100; if (random(10) == 0) { this._parent.attachMovie("Bubble", "bub" + ran, ran); var bub = this._parent["bub" + ran]; bub.xx = (random(100) / 50) - 1; bub.yy = random(100) / 100; bub._x = this._x; bub._y = this._y; bub._xscale = 10; bub._yscale = 10; bub._alpha = 80; bub.aa = 3; bub.ss = 2; } }; MovieClip.prototype.go_rybki = function () { if (this.side == 1) { this.anim.gotoAndStop(this.anim._currentframe - 1); if (this.anim._currentframe == 1) { this.side = 2; } } else { this.anim.gotoAndStop(this.anim._currentframe + 1); if (this.anim._currentframe == 11) { this.side = 1; } } w = 1; while (w <= this._parent.robaczkow) { var worm = this._parent["worm" + w]; if ((odlg(this._x - worm._x, (this._y - worm._y) / 1.5) < 14) and (worm.eaten == false)) { ps(3); this._parent.score = this._parent.score + 6; worm.eaten = true; this.happy = true; this._parent.rybek--; } w++; } if (this.happy) { this.xx = this.xx + 1; if (this._x > 700) { _root.rybki.removeListener(this); if (this._parent.rybek == 0) { _root.onEnterFrame = function () { }; score = score + 15; if ((this._currentframe - _root.startframe) == 17) { win(); } else { this._parent.play(); } return(undefined); } } } else { if (this._parent.first == true) { this._x = this._parent.px[ktora]; this._y = this._parent.py[ktora]; } this.dis = odlg(this._x - this._parent.px[ktora], this._y - this._parent.py[ktora]); this.xx = this.xx + ((this._parent.px[ktora] - this._x) / ((this.dis / 2) + 100)); this.yy = this.yy + ((this._parent.py[ktora] - this._y) / ((this.dis / 2) + 100)); } this.oldx = ((this.oldx * 9) + this.xx) / 10; this.oldy = ((this.oldy * 9) + this.yy) / 10; this.xx = this.xx * 0.94; this.yy = this.yy * 0.94; if ((this.death == 0) or this.happy) { this._x = this._x + this.xx; this._y = this._y + this.yy; this._rotation = goodkat(kat(this.oldx, this.oldy) - 90); } else { if (this.death < 15) { ran = random(10000) + 100; if (random(2) == 0) { this._parent.attachMovie("Bubble", "bub" + ran, ran); var bub = this._parent["bub" + ran]; bub.xx = (random(100) / 50) - 1; bub.yy = (random(100) / 100) + 1; bub._x = this._x; bub._y = this._y; bub._xscale = 10; bub._yscale = 10; bub._alpha = 80; bub.aa = 3; bub.ss = 3; } } this.death++; this.anim._alpha = this.anim._alpha - 4; if (this.death >= 50) { _root.onEnterFrame = function () { }; this._parent.lives.gotoAndStop(this._parent.lives._currentframe - 1); if (this._parent.lives._currentframe == 1) { gameover(); return(undefined); } this._parent.gotoAndPlay(this._parent._currentframe - 1); return(undefined); } } if (goodkat(this._rotation + 90) > 180) { this._yscale = -100; } else { this._yscale = 100; } if (!this.happy) { ktora++; this._parent.rys.moveTo(this._parent.ryba._x, this._parent.ryba._y); this._parent.rys.lineTo(this._x, this._y); if (((((this._parent.mm.hitTest(this._x, this._y, true) or (this._x > 635)) or (this._x < 5)) or (this._y > 636)) or (this._y < 10)) and (this.death == 0)) { ps(4); this.death = 1; } p = 1; while (p <= piranii) { var pir = this._parent["pir" + p]; if ((this.death == 0) and (odlg(this._x - pir._x, this._y - pir._y) < 20)) { ps(5); this.death = 1; } p++; } } ran = random(10000) + 100; if (random(10) == 0) { this._parent.attachMovie("Bubble", "bub" + ran, ran); var bub = this._parent["bub" + ran]; bub.xx = (random(100) / 50) - 1; bub.yy = random(100) / 100; bub._x = this._x; bub._y = this._y; bub._xscale = 10; bub._yscale = 10; bub._alpha = 80; bub.aa = 3; bub.ss = 2; } };
Frame 5
if (lives._currentframe < 6) { stopAllSounds(); ps(0, 999); } level = (this._currentframe - _root.startframe) / 2; stop();
Frame 6
stopAllSounds(); ps(1, 999); level = ((this._currentframe - 1) - _root.startframe) / 2; robaczkow = 0; piranii = 0; rybek = 0; first = true; ryba.dlg = 40; ryba.cx = ryba._x; ryba.cy = ryba._y; ryba.cxx = 0; ryba.cyy = 0; px = new Array(); py = new Array(); _root.rybki = {}; ASBroadcaster.initialize(_root.rybki); _root.pirana = {}; ASBroadcaster.initialize(_root.pirana); bx = 0; while (bx <= 32) { by = 0; while (by <= 32) { if (mm.hitTest(bx * 20, by * 20, true)) { rys.attachMovie("Block", (("block" + bx) + "x") + by, (bx + (by * 32)) + 100); var bl = rys[(("block" + bx) + "x") + by]; bl._x = bx * 20; bl._y = by * 20; } by++; } bx++; } _root.onEnterFrame = function () { go_ryba(); ktora = 1; rys.clear(); rys.lineStyle(4, 4513160, 50); _root.rybki.broadcastMessage("go_rybki"); _root.pirana.broadcastMessage("go_pirana"); rys.lineStyle(4, 0, 50); first = false; }; stop();
Instance of Symbol 178 MovieClip in Frame 6
//component parameters onClipEvent (initialize) { xx = []; xx[0] = 50; xx[1] = -50; yy = []; yy[0] = 0; yy[1] = 0; ile = 2; wait = 10; }
Frame 7
stopAllSounds(); ps(0, 999); level = (this._currentframe - _root.startframe) / 2; stop();
Frame 8
stopAllSounds(); ps(1, 999); level = ((this._currentframe - 1) - _root.startframe) / 2; robaczkow = 0; piranii = 0; rybek = 0; first = true; ryba.dlg = 40; ryba.cx = ryba._x; ryba.cy = ryba._y; ryba.cxx = 0; ryba.cyy = 0; px = new Array(); py = new Array(); _root.rybki = {}; ASBroadcaster.initialize(_root.rybki); _root.pirana = {}; ASBroadcaster.initialize(_root.pirana); bx = 0; while (bx <= 32) { by = 0; while (by <= 32) { if (mm.hitTest(bx * 20, by * 20, true)) { rys.attachMovie("Block", (("block" + bx) + "x") + by, (bx + (by * 32)) + 100); var bl = rys[(("block" + bx) + "x") + by]; bl._x = bx * 20; bl._y = by * 20; } by++; } bx++; } _root.onEnterFrame = function () { go_ryba(); ktora = 1; rys.clear(); rys.lineStyle(4, 4513160, 50); _root.rybki.broadcastMessage("go_rybki"); _root.pirana.broadcastMessage("go_pirana"); rys.lineStyle(4, 0, 50); first = false; }; stop();
Instance of Symbol 178 MovieClip in Frame 8
//component parameters onClipEvent (initialize) { xx = []; xx[0] = 60; xx[1] = 0; xx[2] = -60; xx[3] = 0; yy = []; yy[0] = 0; yy[1] = 50; yy[2] = 0; yy[3] = -50; ile = 4; wait = 10; }
Frame 9
stopAllSounds(); ps(0, 999); level = (this._currentframe - _root.startframe) / 2; stop();
Frame 10
stopAllSounds(); ps(1, 999); level = ((this._currentframe - 1) - _root.startframe) / 2; robaczkow = 0; piranii = 0; rybek = 0; first = true; ryba.dlg = 40; ryba.cx = ryba._x; ryba.cy = ryba._y; ryba.cxx = 0; ryba.cyy = 0; px = new Array(); py = new Array(); _root.rybki = {}; ASBroadcaster.initialize(_root.rybki); _root.pirana = {}; ASBroadcaster.initialize(_root.pirana); bx = 0; while (bx <= 32) { by = 0; while (by <= 32) { if (mm.hitTest(bx * 20, by * 20, true)) { rys.attachMovie("Block", (("block" + bx) + "x") + by, (bx + (by * 32)) + 100); var bl = rys[(("block" + bx) + "x") + by]; bl._x = bx * 20; bl._y = by * 20; } by++; } bx++; } _root.onEnterFrame = function () { go_ryba(); ktora = 1; rys.clear(); rys.lineStyle(4, 4513160, 50); _root.rybki.broadcastMessage("go_rybki"); _root.pirana.broadcastMessage("go_pirana"); rys.lineStyle(4, 0, 50); first = false; }; stop();
Instance of Symbol 178 MovieClip in Frame 10
//component parameters onClipEvent (initialize) { xx = []; xx[0] = 35; xx[1] = 35; xx[2] = -35; xx[3] = -35; yy = []; yy[0] = -35; yy[1] = 35; yy[2] = 35; yy[3] = -35; ile = 4; wait = 10; }
Instance of Symbol 178 MovieClip in Frame 10
//component parameters onClipEvent (initialize) { xx = []; xx[0] = -35; xx[1] = -35; xx[2] = 35; xx[3] = 35; yy = []; yy[0] = 35; yy[1] = -35; yy[2] = -35; yy[3] = 35; ile = 4; wait = 10; }
Frame 11
stopAllSounds(); ps(0, 999); level = (this._currentframe - _root.startframe) / 2; stop();
Frame 12
stopAllSounds(); ps(1, 999); level = ((this._currentframe - 1) - _root.startframe) / 2; robaczkow = 0; piranii = 0; rybek = 0; first = true; ryba.dlg = 40; ryba.cx = ryba._x; ryba.cy = ryba._y; ryba.cxx = 0; ryba.cyy = 0; px = new Array(); py = new Array(); _root.rybki = {}; ASBroadcaster.initialize(_root.rybki); _root.pirana = {}; ASBroadcaster.initialize(_root.pirana); bx = 0; while (bx <= 32) { by = 0; while (by <= 32) { if (mm.hitTest(bx * 20, by * 20, true)) { rys.attachMovie("Block", (("block" + bx) + "x") + by, (bx + (by * 32)) + 100); var bl = rys[(("block" + bx) + "x") + by]; bl._x = bx * 20; bl._y = by * 20; } by++; } bx++; } _root.onEnterFrame = function () { go_ryba(); ktora = 1; rys.clear(); rys.lineStyle(4, 4513160, 50); _root.rybki.broadcastMessage("go_rybki"); _root.pirana.broadcastMessage("go_pirana"); rys.lineStyle(4, 0, 50); first = false; }; stop();
Instance of Symbol 178 MovieClip in Frame 12
//component parameters onClipEvent (initialize) { xx = []; xx[0] = 25; xx[1] = 0; xx[2] = -25; xx[3] = 0; yy = []; yy[0] = 0; yy[1] = 25; yy[2] = 0; yy[3] = -25; ile = 4; wait = 10; }
Instance of Symbol 178 MovieClip in Frame 12
//component parameters onClipEvent (initialize) { xx = []; xx[0] = 15; xx[1] = 0; xx[2] = -15; xx[3] = 0; yy = []; yy[0] = 0; yy[1] = 15; yy[2] = 0; yy[3] = -15; ile = 4; wait = 10; }
Instance of Symbol 178 MovieClip in Frame 12
//component parameters onClipEvent (initialize) { xx = []; xx[0] = 0; xx[1] = 0; yy = []; yy[0] = 30; yy[1] = -30; ile = 2; wait = 10; }
Frame 13
stopAllSounds(); ps(0, 999); level = (this._currentframe - _root.startframe) / 2; stop();
Frame 14
stopAllSounds(); ps(1, 999); level = ((this._currentframe - 1) - _root.startframe) / 2; robaczkow = 0; piranii = 0; rybek = 0; first = true; ryba.dlg = 40; ryba.cx = ryba._x; ryba.cy = ryba._y; ryba.cxx = 0; ryba.cyy = 0; px = new Array(); py = new Array(); _root.rybki = {}; ASBroadcaster.initialize(_root.rybki); _root.pirana = {}; ASBroadcaster.initialize(_root.pirana); bx = 0; while (bx <= 32) { by = 0; while (by <= 32) { if (mm.hitTest(bx * 20, by * 20, true)) { rys.attachMovie("Block", (("block" + bx) + "x") + by, (bx + (by * 32)) + 100); var bl = rys[(("block" + bx) + "x") + by]; bl._x = bx * 20; bl._y = by * 20; } by++; } bx++; } _root.onEnterFrame = function () { go_ryba(); ktora = 1; rys.clear(); rys.lineStyle(4, 4513160, 50); _root.rybki.broadcastMessage("go_rybki"); _root.pirana.broadcastMessage("go_pirana"); rys.lineStyle(4, 0, 50); first = false; }; stop();
Instance of Symbol 178 MovieClip in Frame 14
//component parameters onClipEvent (initialize) { xx = []; xx[0] = 20; xx[1] = 0; xx[2] = -20; xx[3] = 0; yy = []; yy[0] = 0; yy[1] = 20; yy[2] = 0; yy[3] = -20; ile = 4; wait = 10; }
Instance of Symbol 178 MovieClip in Frame 14
//component parameters onClipEvent (initialize) { xx = []; xx[0] = 20; xx[1] = 0; xx[2] = -20; xx[3] = 0; yy = []; yy[0] = 0; yy[1] = 20; yy[2] = 0; yy[3] = -20; ile = 4; wait = 10; }
Instance of Symbol 178 MovieClip in Frame 14
//component parameters onClipEvent (initialize) { xx = []; xx[0] = 20; xx[1] = 0; xx[2] = -20; xx[3] = 0; yy = []; yy[0] = 0; yy[1] = 20; yy[2] = 0; yy[3] = -20; ile = 4; wait = 10; }
Instance of Symbol 178 MovieClip in Frame 14
//component parameters onClipEvent (initialize) { xx = []; xx[0] = 20; xx[1] = 0; xx[2] = -20; xx[3] = 0; yy = []; yy[0] = 0; yy[1] = 20; yy[2] = 0; yy[3] = -20; ile = 4; wait = 10; }
Frame 15
stopAllSounds(); ps(0, 999); level = (this._currentframe - _root.startframe) / 2; stop();
Frame 16
stopAllSounds(); ps(1, 999); level = ((this._currentframe - 1) - _root.startframe) / 2; robaczkow = 0; piranii = 0; rybek = 0; first = true; ryba.dlg = 40; ryba.cx = ryba._x; ryba.cy = ryba._y; ryba.cxx = 0; ryba.cyy = 0; px = new Array(); py = new Array(); _root.rybki = {}; ASBroadcaster.initialize(_root.rybki); _root.pirana = {}; ASBroadcaster.initialize(_root.pirana); bx = 0; while (bx <= 32) { by = 0; while (by <= 32) { if (mm.hitTest(bx * 20, by * 20, true)) { rys.attachMovie("Block", (("block" + bx) + "x") + by, (bx + (by * 32)) + 100); var bl = rys[(("block" + bx) + "x") + by]; bl._x = bx * 20; bl._y = by * 20; } by++; } bx++; } _root.onEnterFrame = function () { go_ryba(); ktora = 1; rys.clear(); rys.lineStyle(4, 4513160, 50); _root.rybki.broadcastMessage("go_rybki"); _root.pirana.broadcastMessage("go_pirana"); rys.lineStyle(4, 0, 50); first = false; }; stop();
Instance of Symbol 178 MovieClip in Frame 16
//component parameters onClipEvent (initialize) { xx = []; xx[0] = 30; xx[1] = -30; yy = []; yy[0] = 0; yy[1] = 0; ile = 2; wait = 0; }
Instance of Symbol 178 MovieClip in Frame 16
//component parameters onClipEvent (initialize) { xx = []; xx[0] = 20; xx[1] = -20; yy = []; yy[0] = 0; yy[1] = 0; ile = 2; wait = 5; }
Instance of Symbol 178 MovieClip in Frame 16
//component parameters onClipEvent (initialize) { xx = []; xx[0] = 20; xx[1] = -20; yy = []; yy[0] = 0; yy[1] = 0; ile = 2; wait = 15; }
Instance of Symbol 178 MovieClip in Frame 16
//component parameters onClipEvent (initialize) { xx = []; xx[0] = 20; xx[1] = -20; yy = []; yy[0] = 0; yy[1] = 0; ile = 2; wait = 3; }
Instance of Symbol 178 MovieClip in Frame 16
//component parameters onClipEvent (initialize) { xx = []; xx[0] = 20; xx[1] = -20; yy = []; yy[0] = 0; yy[1] = 0; ile = 2; wait = 8; }
Instance of Symbol 178 MovieClip in Frame 16
//component parameters onClipEvent (initialize) { xx = []; xx[0] = 20; xx[1] = -20; yy = []; yy[0] = 0; yy[1] = 0; ile = 2; wait = 13; }
Instance of Symbol 178 MovieClip in Frame 16
//component parameters onClipEvent (initialize) { xx = []; xx[0] = 20; xx[1] = -20; yy = []; yy[0] = 0; yy[1] = 0; ile = 2; wait = 2; }
Instance of Symbol 178 MovieClip in Frame 16
//component parameters onClipEvent (initialize) { xx = []; xx[0] = 20; xx[1] = -20; yy = []; yy[0] = 0; yy[1] = 0; ile = 2; wait = 7; }
Frame 17
stopAllSounds(); ps(0, 999); level = (this._currentframe - _root.startframe) / 2; stop();
Frame 18
stopAllSounds(); ps(1, 999); level = ((this._currentframe - 1) - _root.startframe) / 2; robaczkow = 0; piranii = 0; rybek = 0; first = true; ryba.dlg = 40; ryba.cx = ryba._x; ryba.cy = ryba._y; ryba.cxx = 0; ryba.cyy = 0; px = new Array(); py = new Array(); _root.rybki = {}; ASBroadcaster.initialize(_root.rybki); _root.pirana = {}; ASBroadcaster.initialize(_root.pirana); bx = 0; while (bx <= 32) { by = 0; while (by <= 32) { if (mm.hitTest(bx * 20, by * 20, true)) { rys.attachMovie("Block", (("block" + bx) + "x") + by, (bx + (by * 32)) + 100); var bl = rys[(("block" + bx) + "x") + by]; bl._x = bx * 20; bl._y = by * 20; } by++; } bx++; } _root.onEnterFrame = function () { go_ryba(); ktora = 1; rys.clear(); rys.lineStyle(4, 4513160, 50); _root.rybki.broadcastMessage("go_rybki"); _root.pirana.broadcastMessage("go_pirana"); rys.lineStyle(4, 0, 50); first = false; }; stop();
Instance of Symbol 178 MovieClip in Frame 18
//component parameters onClipEvent (initialize) { xx = []; xx[0] = 35; xx[1] = 35; xx[2] = -35; xx[3] = -35; yy = []; yy[0] = -35; yy[1] = 35; yy[2] = 35; yy[3] = -35; ile = 4; wait = 19; }
Instance of Symbol 178 MovieClip in Frame 18
//component parameters onClipEvent (initialize) { xx = []; xx[0] = -35; xx[1] = -35; xx[2] = 35; xx[3] = 35; yy = []; yy[0] = 35; yy[1] = -35; yy[2] = -35; yy[3] = 35; ile = 4; wait = 20; }
Instance of Symbol 178 MovieClip in Frame 18
//component parameters onClipEvent (initialize) { xx = []; xx[0] = -35; xx[1] = 35; xx[2] = 35; xx[3] = -35; yy = []; yy[0] = -35; yy[1] = -35; yy[2] = 35; yy[3] = 35; ile = 4; wait = 19; }
Instance of Symbol 178 MovieClip in Frame 18
//component parameters onClipEvent (initialize) { xx = []; xx[0] = 35; xx[1] = -35; xx[2] = -35; xx[3] = 35; yy = []; yy[0] = 35; yy[1] = 35; yy[2] = -35; yy[3] = -35; ile = 4; wait = 20; }
Instance of Symbol 178 MovieClip in Frame 18
//component parameters onClipEvent (initialize) { xx = []; xx[0] = 0; xx[1] = 0; yy = []; yy[0] = 25; yy[1] = -25; yy[2] = 0; yy[3] = 0; ile = 2; wait = 20; }
Instance of Symbol 178 MovieClip in Frame 18
//component parameters onClipEvent (initialize) { xx = []; xx[0] = 0; xx[1] = 0; yy = []; yy[0] = 25; yy[1] = -25; yy[2] = 0; yy[3] = 0; ile = 2; wait = 10; }
Frame 19
stopAllSounds(); ps(0, 999); level = (this._currentframe - _root.startframe) / 2; stop();
Frame 20
stopAllSounds(); ps(1, 999); level = ((this._currentframe - 1) - _root.startframe) / 2; robaczkow = 0; piranii = 0; rybek = 0; first = true; ryba.dlg = 40; ryba.cx = ryba._x; ryba.cy = ryba._y; ryba.cxx = 0; ryba.cyy = 0; px = new Array(); py = new Array(); _root.rybki = {}; ASBroadcaster.initialize(_root.rybki); _root.pirana = {}; ASBroadcaster.initialize(_root.pirana); bx = 0; while (bx <= 32) { by = 0; while (by <= 32) { if (mm.hitTest(bx * 20, by * 20, true)) { rys.attachMovie("Block", (("block" + bx) + "x") + by, (bx + (by * 32)) + 100); var bl = rys[(("block" + bx) + "x") + by]; bl._x = bx * 20; bl._y = by * 20; } by++; } bx++; } _root.onEnterFrame = function () { go_ryba(); ktora = 1; rys.clear(); rys.lineStyle(4, 4513160, 50); _root.rybki.broadcastMessage("go_rybki"); _root.pirana.broadcastMessage("go_pirana"); rys.lineStyle(4, 0, 50); first = false; }; stop();
Instance of Symbol 178 MovieClip in Frame 20
//component parameters onClipEvent (initialize) { xx = []; xx[0] = 80; xx[1] = -80; yy = []; yy[0] = 0; yy[1] = 0; ile = 2; wait = 30; }
Instance of Symbol 178 MovieClip in Frame 20
//component parameters onClipEvent (initialize) { xx = []; xx[0] = 80; xx[1] = -80; yy = []; yy[0] = 0; yy[1] = 0; ile = 2; wait = 0; }
Instance of Symbol 178 MovieClip in Frame 20
//component parameters onClipEvent (initialize) { xx = []; xx[0] = 40; xx[1] = -80; xx[2] = 40; yy = []; yy[0] = 0; yy[1] = 0; yy[2] = 0; ile = 3; wait = 15; }
Instance of Symbol 178 MovieClip in Frame 20
//component parameters onClipEvent (initialize) { xx = []; xx[0] = -80; xx[1] = 80; yy = []; yy[0] = 0; yy[1] = 0; ile = 2; wait = 30; }
Instance of Symbol 178 MovieClip in Frame 20
//component parameters onClipEvent (initialize) { xx = []; xx[0] = -80; xx[1] = 80; yy = []; yy[0] = 0; yy[1] = 0; ile = 2; wait = 0; }
Instance of Symbol 178 MovieClip in Frame 20
//component parameters onClipEvent (initialize) { xx = []; xx[0] = 40; xx[1] = -80; xx[2] = 40; yy = []; yy[0] = 0; yy[1] = 0; yy[2] = 0; ile = 3; wait = 0; }
Instance of Symbol 178 MovieClip in Frame 20
//component parameters onClipEvent (initialize) { xx = []; xx[0] = 30; xx[1] = -30; yy = []; yy[0] = 0; yy[1] = 0; ile = 2; wait = 0; }
Instance of Symbol 178 MovieClip in Frame 20
//component parameters onClipEvent (initialize) { xx = []; xx[0] = -30; xx[1] = 30; yy = []; yy[0] = 0; yy[1] = 0; ile = 2; wait = 2; }
Instance of Symbol 178 MovieClip in Frame 20
//component parameters onClipEvent (initialize) { xx = []; xx[0] = 30; xx[1] = -30; yy = []; yy[0] = 0; yy[1] = 0; ile = 2; wait = 0; }
Instance of Symbol 178 MovieClip in Frame 20
//component parameters onClipEvent (initialize) { xx = []; xx[0] = -30; xx[1] = 30; yy = []; yy[0] = 0; yy[1] = 0; ile = 2; wait = 2; }
Instance of Symbol 178 MovieClip in Frame 20
//component parameters onClipEvent (initialize) { xx = []; xx[0] = 100; xx[1] = -100; yy = []; yy[0] = 0; yy[1] = 0; ile = 2; wait = 0; }
Instance of Symbol 178 MovieClip in Frame 20
//component parameters onClipEvent (initialize) { xx = []; xx[0] = 25; xx[1] = -25; yy = []; yy[0] = 0; yy[1] = 0; ile = 2; wait = 0; }
Instance of Symbol 178 MovieClip in Frame 20
//component parameters onClipEvent (initialize) { xx = []; xx[0] = -25; xx[1] = 25; yy = []; yy[0] = 0; yy[1] = 0; ile = 2; wait = 0; }
Frame 21
if (score < 0) { score = 0; } _root.scr = score; score = 0; stopAllSounds(); ps(0, 999);
Frame 22
stopAllSounds(); ps(0, 999); if (score < 0) { score = 0; } _root.scr = score; score = 0; stop(); stopAllSounds();
Frame 23
function play_again() { starting(); } stop();
Instance of Symbol 452 MovieClip in Frame 23
//component parameters onClipEvent (initialize) { submit_allowed = false; score = "_root.scr"; }
Frame 24
function play_again() { starting(); } stop();
Instance of Symbol 452 MovieClip in Frame 24
//component parameters onClipEvent (initialize) { submit_allowed = true; score = "_root.scr"; }
Symbol 8 MovieClip [F3Fade] Frame 11
this.removeMovieClip(this);
Symbol 14 MovieClip [Bubble] Frame 1
_x = (_x + xx); _y = (_y + yy); yy = yy - 0.5; yy = yy * 0.95; xx = xx * 0.95; _xscale = (_xscale + ss); _yscale = (_yscale + ss); _alpha = (_alpha - aa); if (_alpha <= 0) { this.removeMovieClip(this); }
Symbol 21 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 35 MovieClip Frame 140
stop();
Symbol 74 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 77 MovieClip Frame 1
_root.stop(); stop();
Symbol 77 MovieClip Frame 2
stop();
Symbol 85 Button
on (release) { single(); }
Symbol 87 MovieClip Frame 1
this._visible = _root.ligin == undefined; this.onPress = function () { getURL ("http://www.netstupidity.com"); };
Symbol 92 Button
on (press) { liga(2); }
Symbol 102 Button
on (release) { nextFrame(); }
Symbol 111 MovieClip Frame 1
stop();
Symbol 126 Button
on (release) { nextFrame(); }
Symbol 131 MovieClip Frame 1
_visible = false;
Symbol 144 MovieClip Frame 1
stop();
Symbol 159 MovieClip Frame 1
stop();
Symbol 160 MovieClip Frame 1
init_rybki();
Symbol 165 MovieClip Frame 1
eaten = false; _parent.robaczkow++; _name = ("worm" + _parent.robaczkow);
Symbol 165 MovieClip Frame 2
t++; _xscale = (80 + (Math.sin(t / 10) * 10)); _yscale = (80 + (Math.cos(t / 10) * 10)); if (eaten and (_alpha > 0)) { _alpha = (_alpha - 10); }
Symbol 165 MovieClip Frame 3
t++; _xscale = (80 + (Math.sin(t / 10) * 10)); _yscale = (80 + (Math.cos(t / 10) * 10)); if (eaten and (_alpha > 0)) { _alpha = (_alpha - 10); }
Symbol 165 MovieClip Frame 4
t++; _xscale = (80 + (Math.sin(t / 10) * 10)); _yscale = (80 + (Math.cos(t / 10) * 10)); if (eaten and (_alpha > 0)) { _alpha = (_alpha - 10); } this.gotoAndPlay(2);
Symbol 177 MovieClip Frame 1
stop();
Symbol 178 MovieClip Frame 1
init_pirana();
Symbol 182 MovieClip Frame 1
_visible = false;
Symbol 186 MovieClip Frame 1
_visible = false;
Symbol 190 MovieClip Frame 1
_visible = false;
Symbol 194 MovieClip Frame 1
_visible = false;
Symbol 198 MovieClip Frame 1
_visible = false;
Symbol 202 MovieClip Frame 1
_visible = false;
Symbol 206 MovieClip Frame 1
_visible = false;
Symbol 217 Button
on (release) { liga(); }
Symbol 227 Button
on (release) { starting(); }
Symbol 232 Button
on (release) { liga(); }
Symbol 250 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 252 MovieClip Frame 1
stop();
Symbol 252 MovieClip Frame 2
this._parent._parent.okres(1);
Symbol 261 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 263 MovieClip Frame 1
stop();
Symbol 263 MovieClip Frame 2
this._parent._parent.okres(2);
Symbol 276 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 278 MovieClip Frame 1
stop();
Symbol 278 MovieClip Frame 2
this._parent._parent.okres(3);
Symbol 283 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 285 MovieClip Frame 2
this._parent._parent.okres(0); stop();
Symbol 286 MovieClip Frame 1
this.typ = 0; this.nr = 0;
Symbol 290 Button
on (press) { this.nn = this.nn + 2; this.new_n(); }
Symbol 291 Button
on (press) { this.nn++; this.new_n(); }
Symbol 292 Button
on (press) { this.nn--; this.new_n(); }
Symbol 293 Button
on (press) { this.nn = this.nn - 2; this.new_n(); }
Symbol 294 Button
on (press) { this.nn = this.nn + 3; this.new_n(); }
Symbol 312 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 312 MovieClip Frame 9
this.n++; przepisz(); this.gotoAndPlay(1);
Symbol 312 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 312 MovieClip Frame 18
this.n--; przepisz(); this.gotoAndPlay(10);
Symbol 312 MovieClip Frame 25
przepisz();
Symbol 312 MovieClip Frame 45
this.gotoAndStop(1);
Symbol 315 Button
on (press) { this._parent.okres.nr++; this._parent.teksty._get(); }
Symbol 316 Button
on (press) { if (this._parent.okres.nr > 0) { this._parent.okres.nr--; this._parent.teksty._get(); } }
Symbol 317 Button
on (press) { this._parent.k.nn--; this._parent.k.new_n(); }
Symbol 318 Button
on (press) { this._parent.k.nn++; this._parent.k.new_n(); }
Symbol 322 MovieClip Frame 1
this._visible = false;
Symbol 326 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 326 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 332 Button
on (press) { this._parent.submit_score(); }
Symbol 337 Button
on (press) { this._parent._parent.play_again(); }
Symbol 346 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 356 Button
on (press) { this._parent.teksty._get(); }
Symbol 359 Button
on (press) { this._parent._parent.play_again(); }
Symbol 371 Button
on (press) { this._parent.gotoAndStop(5); }
Symbol 374 Button
on (press) { this._parent.gotoAndStop(6); }
Symbol 379 Button
on (press) { this._parent.gotoAndStop(7); }
Symbol 380 Button
on (press) { this._visible = false; this._parent.submit._visible = true; }
Symbol 401 MovieClip Frame 6
stop();
Symbol 401 MovieClip Frame 12
stop();
Symbol 401 MovieClip Frame 18
stop();
Symbol 401 MovieClip Frame 19
this._parent.submit._visible = false;
Symbol 401 MovieClip Frame 24
stop();
Symbol 401 MovieClip Frame 25
this._parent.submit._visible = false;
Symbol 401 MovieClip Frame 30
stop();
Symbol 401 MovieClip Frame 31
this._parent.submit._visible = false;
Symbol 401 MovieClip Frame 36
stop();
Symbol 401 MovieClip Frame 37
this._parent.submit._visible = false;
Symbol 401 MovieClip Frame 42
stop();
Symbol 401 MovieClip Frame 43
this._parent.submit._visible = false;
Symbol 401 MovieClip Frame 48
stop();
Symbol 401 MovieClip Frame 49
this._parent.submit._visible = false;
Symbol 401 MovieClip Frame 54
stop();
Symbol 409 Button
on (press) { this._parent._parent.play_again(); }
Symbol 417 Button
on (press) { this._visible = false; this._parent.teksty._get(); }
Symbol 420 Button
on (press) { if (!this.submit_allowed) { this.gotoAndStop(2); } else { this.gotoAndStop(4); } }
Symbol 424 Button
on (press) { this._parent.play_again(); }
Symbol 429 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 435 Button
on (press) { this._visible = false; this._parent.teksty._get(); }
Symbol 442 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 446 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 451 Button
on (press) { getURL ("http://www.netstupidity.com"); }
Symbol 452 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 452 MovieClip Frame 2
function submit_score() { this.gotoAndStop(7); } this.eror._visible = false; stop();
Symbol 452 MovieClip Frame 3
this.eror._visible = false; stop();
Symbol 452 MovieClip Frame 4
this.eror._visible = false; stop();
Symbol 452 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 452 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 452 MovieClip Frame 7
this.eror._visible = false; stop();

Library Items

Symbol 1 Sound [snd3]
Symbol 2 Sound [snd1]
Symbol 3 Sound [snd0]
Symbol 4 Sound [snd2]
Symbol 5 Sound [snd4]
Symbol 6 Sound [snd5]
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClip [F3Fade]Uses:7
Symbol 9 BitmapUsed by:10
Symbol 10 GraphicUses:9Used by:11  Timeline
Symbol 11 MovieClip [Block]Uses:10
Symbol 12 BitmapUsed by:13
Symbol 13 GraphicUses:12Used by:14
Symbol 14 MovieClip [Bubble]Uses:13
Symbol 15 GraphicUsed by:77
Symbol 16 FontUsed by:17 18
Symbol 17 TextUses:16Used by:21
Symbol 18 TextUses:16Used by:21
Symbol 19 GraphicUsed by:20 35
Symbol 20 MovieClipUses:19Used by:21
Symbol 21 MovieClipUses:17 18 20Used by:77
Symbol 22 GraphicUsed by:35
Symbol 23 GraphicUsed by:35
Symbol 24 GraphicUsed by:35
Symbol 25 GraphicUsed by:35
Symbol 26 GraphicUsed by:35
Symbol 27 GraphicUsed by:35
Symbol 28 GraphicUsed by:35
Symbol 29 GraphicUsed by:35
Symbol 30 GraphicUsed by:35
Symbol 31 GraphicUsed by:35
Symbol 32 GraphicUsed by:35
Symbol 33 GraphicUsed by:35
Symbol 34 GraphicUsed by:35
Symbol 35 MovieClipUses:22 23 24 25 26 27 28 29 30 31 19 32 33 34Used by:74
Symbol 36 BitmapUsed by:37
Symbol 37 GraphicUses:36Used by:74
Symbol 38 GraphicUsed by:74
Symbol 39 GraphicUsed by:74
Symbol 40 BitmapUsed by:41
Symbol 41 GraphicUses:40Used by:74
Symbol 42 BitmapUsed by:43
Symbol 43 GraphicUses:42Used by:74
Symbol 44 BitmapUsed by:45
Symbol 45 GraphicUses:44Used by:74
Symbol 46 BitmapUsed by:47
Symbol 47 GraphicUses:46Used by:74
Symbol 48 BitmapUsed by:49
Symbol 49 GraphicUses:48Used by:74
Symbol 50 BitmapUsed by:51
Symbol 51 GraphicUses:50Used by:74
Symbol 52 BitmapUsed by:53
Symbol 53 GraphicUses:52Used by:74
Symbol 54 BitmapUsed by:55
Symbol 55 GraphicUses:54Used by:74
Symbol 56 BitmapUsed by:57
Symbol 57 GraphicUses:56Used by:74
Symbol 58 BitmapUsed by:59
Symbol 59 GraphicUses:58Used by:74
Symbol 60 BitmapUsed by:61
Symbol 61 GraphicUses:60Used by:74
Symbol 62 BitmapUsed by:63
Symbol 63 GraphicUses:62Used by:74
Symbol 64 BitmapUsed by:65
Symbol 65 GraphicUses:64Used by:74
Symbol 66 BitmapUsed by:67
Symbol 67 GraphicUses:66Used by:74
Symbol 68 BitmapUsed by:69
Symbol 69 GraphicUses:68Used by:74
Symbol 70 BitmapUsed by:71
Symbol 71 GraphicUses:70Used by:74
Symbol 72 BitmapUsed by:73
Symbol 73 GraphicUses:72Used by:74
Symbol 74 MovieClipUses:35 37 38 39 41 43 45 47 49 51 53 55 57 59 61 63 65 67 69 71 73Used by:75
Symbol 75 MovieClipUses:74Used by:77
Symbol 76 SoundUsed by:77
Symbol 77 MovieClipUses:15 21 75 76Used by:Timeline
Symbol 78 BitmapUsed by:79
Symbol 79 GraphicUses:78Used by:Timeline
Symbol 80 FontUsed by:81 82 83 84 88 89 90 94 95 96 97 98 99 100 101 121 122 209 210 211 212 213 214 215 216 219 220 221 222 223 224 225 226 228 229 230
Symbol 81 TextUses:80Used by:85
Symbol 82 TextUses:80Used by:85
Symbol 83 TextUses:80Used by:85
Symbol 84 TextUses:80Used by:85
Symbol 85 ButtonUses:81 82 83 84Used by:Timeline
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:86Used by:Timeline
Symbol 88 TextUses:80Used by:92
Symbol 89 TextUses:80Used by:92
Symbol 90 TextUses:80Used by:92
Symbol 91 GraphicUsed by:92
Symbol 92 ButtonUses:88 89 90 91Used by:Timeline
Symbol 93 GraphicUsed by:Timeline
Symbol 94 TextUses:80Used by:Timeline
Symbol 95 TextUses:80Used by:Timeline
Symbol 96 TextUses:80Used by:102 126
Symbol 97 TextUses:80Used by:102 126
Symbol 98 TextUses:80Used by:102 126
Symbol 99 TextUses:80Used by:102 126
Symbol 100 TextUses:80Used by:102 126
Symbol 101 TextUses:80Used by:102 126
Symbol 102 ButtonUses:96 97 98 99 100 101Used by:Timeline
Symbol 103 FontUsed by:104
Symbol 104 TextUses:103Used by:Timeline
Symbol 105 GraphicUsed by:Timeline
Symbol 106 GraphicUsed by:111
Symbol 107 GraphicUsed by:111
Symbol 108 GraphicUsed by:111
Symbol 109 GraphicUsed by:111
Symbol 110 GraphicUsed by:111
Symbol 111 MovieClipUses:106 107 108 109 110Used by:Timeline
Symbol 112 FontUsed by:113 114 117
Symbol 113 TextUses:112Used by:Timeline
Symbol 114 TextUses:112Used by:Timeline
Symbol 115 FontUsed by:116 118 218 235
Symbol 116 EditableTextUses:115Used by:Timeline
Symbol 117 TextUses:112Used by:Timeline
Symbol 118 EditableTextUses:115Used by:Timeline
Symbol 119 BitmapUsed by:120
Symbol 120 GraphicUses:119Used by:Timeline
Symbol 121 TextUses:80Used by:Timeline
Symbol 122 TextUses:80Used by:Timeline
Symbol 123 FontUsed by:124 125 179 180 183 184 187 188 191 192 195 196 199 200 203 204 328 329 331 333 334 336 405 406 408 413 414 416 431 432 434
Symbol 124 EditableTextUses:123Used by:Timeline
Symbol 125 EditableTextUses:123Used by:Timeline
Symbol 126 ButtonUses:96 97 98 99 100 101Used by:Timeline
Symbol 127 BitmapUsed by:128
Symbol 128 GraphicUses:127Used by:129
Symbol 129 MovieClipUses:128Used by:Timeline
Symbol 130 GraphicUsed by:131
Symbol 131 MovieClipUses:130Used by:Timeline
Symbol 132 MovieClipUsed by:Timeline
Symbol 133 GraphicUsed by:144
Symbol 134 GraphicUsed by:144
Symbol 135 GraphicUsed by:144
Symbol 136 GraphicUsed by:144
Symbol 137 GraphicUsed by:144
Symbol 138 GraphicUsed by:144
Symbol 139 GraphicUsed by:144
Symbol 140 GraphicUsed by:144
Symbol 141 GraphicUsed by:144
Symbol 142 GraphicUsed by:144
Symbol 143 GraphicUsed by:144
Symbol 144 MovieClipUses:133 134 135 136 137 138 139 140 141 142 143Used by:145
Symbol 145 MovieClipUses:144Used by:Timeline
Symbol 146 GraphicUsed by:147
Symbol 147 MovieClipUses:146Used by:160
Symbol 148 GraphicUsed by:159
Symbol 149 GraphicUsed by:159
Symbol 150 GraphicUsed by:159
Symbol 151 GraphicUsed by:159
Symbol 152 GraphicUsed by:159
Symbol 153 GraphicUsed by:159
Symbol 154 GraphicUsed by:159
Symbol 155 GraphicUsed by:159
Symbol 156 GraphicUsed by:159
Symbol 157 GraphicUsed by:159
Symbol 158 GraphicUsed by:159
Symbol 159 MovieClipUses:148 149 150 151 152 153 154 155 156 157 158Used by:160
Symbol 160 MovieClipUses:147 159Used by:Timeline
Symbol 161 GraphicUsed by:165
Symbol 162 GraphicUsed by:165
Symbol 163 GraphicUsed by:165
Symbol 164 GraphicUsed by:165
Symbol 165 MovieClipUses:161 162 163 164Used by:Timeline
Symbol 166 GraphicUsed by:177
Symbol 167 GraphicUsed by:177
Symbol 168 GraphicUsed by:177
Symbol 169 GraphicUsed by:177
Symbol 170 GraphicUsed by:177
Symbol 171 GraphicUsed by:177
Symbol 172 GraphicUsed by:177
Symbol 173 GraphicUsed by:177
Symbol 174 GraphicUsed by:177
Symbol 175 GraphicUsed by:177
Symbol 176 GraphicUsed by:177
Symbol 177 MovieClipUses:166 167 168 169 170 171 172 173 174 175 176Used by:178
Symbol 178 MovieClipUses:177Used by:Timeline
Symbol 179 EditableTextUses:123Used by:Timeline
Symbol 180 EditableTextUses:123Used by:Timeline
Symbol 181 GraphicUsed by:182
Symbol 182 MovieClipUses:181Used by:Timeline
Symbol 183 EditableTextUses:123Used by:Timeline
Symbol 184 EditableTextUses:123Used by:Timeline
Symbol 185 GraphicUsed by:186
Symbol 186 MovieClipUses:185Used by:Timeline
Symbol 187 EditableTextUses:123Used by:Timeline
Symbol 188 EditableTextUses:123Used by:Timeline
Symbol 189 GraphicUsed by:190
Symbol 190 MovieClipUses:189Used by:Timeline
Symbol 191 EditableTextUses:123Used by:Timeline
Symbol 192 EditableTextUses:123Used by:Timeline
Symbol 193 GraphicUsed by:194
Symbol 194 MovieClipUses:193Used by:Timeline
Symbol 195 EditableTextUses:123Used by:Timeline
Symbol 196 EditableTextUses:123Used by:Timeline
Symbol 197 GraphicUsed by:198
Symbol 198 MovieClipUses:197Used by:Timeline
Symbol 199 EditableTextUses:123Used by:Timeline
Symbol 200 EditableTextUses:123Used by:Timeline
Symbol 201 GraphicUsed by:202
Symbol 202 MovieClipUses:201Used by:Timeline
Symbol 203 EditableTextUses:123Used by:Timeline
Symbol 204 EditableTextUses:123Used by:Timeline
Symbol 205 GraphicUsed by:206
Symbol 206 MovieClipUses:205Used by:Timeline
Symbol 207 BitmapUsed by:208
Symbol 208 GraphicUses:207Used by:Timeline
Symbol 209 TextUses:80Used by:217
Symbol 210 TextUses:80Used by:217
Symbol 211 TextUses:80Used by:217
Symbol 212 TextUses:80Used by:217
Symbol 213 TextUses:80Used by:217
Symbol 214 TextUses:80Used by:217
Symbol 215 TextUses:80Used by:217
Symbol 216 TextUses:80Used by:217
Symbol 217 ButtonUses:209 210 211 212 213 214 215 216Used by:Timeline
Symbol 218 EditableTextUses:115Used by:Timeline
Symbol 219 TextUses:80Used by:227
Symbol 220 TextUses:80Used by:227
Symbol 221 TextUses:80Used by:227
Symbol 222 TextUses:80Used by:227
Symbol 223 TextUses:80Used by:227
Symbol 224 TextUses:80Used by:227
Symbol 225 TextUses:80Used by:227
Symbol 226 TextUses:80Used by:227
Symbol 227 ButtonUses:219 220 221 222 223 224 225 226Used by:Timeline
Symbol 228 TextUses:80Used by:232
Symbol 229 TextUses:80Used by:232
Symbol 230 TextUses:80Used by:232
Symbol 231 GraphicUsed by:232
Symbol 232 ButtonUses:228 229 230 231Used by:Timeline
Symbol 233 BitmapUsed by:234
Symbol 234 GraphicUses:233Used by:Timeline
Symbol 235 EditableTextUses:115Used by:Timeline
Symbol 236 GraphicUsed by:Timeline
Symbol 237 GraphicUsed by:452
Symbol 238 GraphicUsed by:452
Symbol 239 FontUsed by:240 349 362 366 376 382 386 390 394 398 448
Symbol 240 TextUses:239Used by:452
Symbol 241 GraphicUsed by:250
Symbol 242 FontUsed by:243 244 245 247 248 249 254 255 256 258 259 260 265 266 267 268 269 271 272 273 274 275 280 282
Symbol 243 TextUses:242Used by:250
Symbol 244 TextUses:242Used by:250 283
Symbol 245 TextUses:242Used by:250
Symbol 246 GraphicUsed by:250
Symbol 247 TextUses:242Used by:250 252
Symbol 248 TextUses:242Used by:250 252 283 285
Symbol 249 TextUses:242Used by:250 252
Symbol 250 ButtonUses:241 243 244 245 246 247 248 249Used by:252
Symbol 251 GraphicUsed by:252
Symbol 252 MovieClipUses:250 251 247 248 249Used by:286
Symbol 253 GraphicUsed by:261
Symbol 254 TextUses:242Used by:261
Symbol 255 TextUses:242Used by:261
Symbol 256 TextUses:242Used by:261
Symbol 257 GraphicUsed by:261
Symbol 258 TextUses:242Used by:261 263
Symbol 259 TextUses:242Used by:261 263
Symbol 260 TextUses:242Used by:261 263
Symbol 261 ButtonUses:253 254 255 256 257 258 259 260Used by:263
Symbol 262 GraphicUsed by:263
Symbol 263 MovieClipUses:261 262 258 259 260Used by:286
Symbol 264 GraphicUsed by:276
Symbol 265 TextUses:242Used by:276
Symbol 266 TextUses:242Used by:276
Symbol 267 TextUses:242Used by:276
Symbol 268 TextUses:242Used by:276
Symbol 269 TextUses:242Used by:276
Symbol 270 GraphicUsed by:276
Symbol 271 TextUses:242Used by:276 278
Symbol 272 TextUses:242Used by:276 278
Symbol 273 TextUses:242Used by:276 278
Symbol 274 TextUses:242Used by:276 278
Symbol 275 TextUses:242Used by:276 278
Symbol 276 ButtonUses:264 265 266 267 268 269 270 271 272 273 274 275Used by:278
Symbol 277 GraphicUsed by:278
Symbol 278 MovieClipUses:276 277 271 272 273 274 275Used by:286
Symbol 279 GraphicUsed by:283
Symbol 280 TextUses:242Used by:283
Symbol 281 GraphicUsed by:283
Symbol 282 TextUses:242Used by:283 285
Symbol 283 ButtonUses:279 244 280 281 248 282Used by:285
Symbol 284 GraphicUsed by:285
Symbol 285 MovieClipUses:283 284 248 282Used by:286
Symbol 286 MovieClipUses:252 263 278 285Used by:452
Symbol 287 GraphicUsed by:452
Symbol 288 GraphicUsed by:312
Symbol 289 GraphicUsed by:290 291 292 293 294
Symbol 290 ButtonUses:289Used by:312
Symbol 291 ButtonUses:289Used by:312
Symbol 292 ButtonUses:289Used by:312
Symbol 293 ButtonUses:289Used by:312
Symbol 294 ButtonUses:289Used by:312
Symbol 295 FontUsed by:296 297 298 299 300 301 302 303 304 339 340 341 342 343 344 345 403 404 411 427 428 438 439 440 441 445
Symbol 296 EditableTextUses:295Used by:305
Symbol 297 EditableTextUses:295Used by:305
Symbol 298 EditableTextUses:295Used by:305
Symbol 299 EditableTextUses:295Used by:305
Symbol 300 EditableTextUses:295Used by:305
Symbol 301 EditableTextUses:295Used by:305
Symbol 302 EditableTextUses:295Used by:305
Symbol 303 EditableTextUses:295Used by:305
Symbol 304 EditableTextUses:295Used by:305
Symbol 305 MovieClipUses:296 297 298 299 300 301 302 303 304Used by:312
Symbol 306 GraphicUsed by:308
Symbol 307 GraphicUsed by:308
Symbol 308 MovieClipUses:306 307Used by:309
Symbol 309 MovieClipUses:308Used by:310
Symbol 310 MovieClipUses:309Used by:311
Symbol 311 MovieClipUses:310Used by:312 322 444
Symbol 312 MovieClipUses:288 290 291 292 293 294 305 311Used by:452
Symbol 313 GraphicUsed by:315 316 317 318
Symbol 314 GraphicUsed by:315 316 317 318
Symbol 315 ButtonUses:313 314Used by:319
Symbol 316 ButtonUses:313 314Used by:319
Symbol 317 ButtonUses:313 314Used by:319
Symbol 318 ButtonUses:313 314Used by:319
Symbol 319 MovieClipUses:315 316 317 318Used by:452
Symbol 320 FontUsed by:321 443 449 450
Symbol 321 TextUses:320Used by:322
Symbol 322 MovieClipUses:311 321Used by:452
Symbol 323 GraphicUsed by:326
Symbol 324 GraphicUsed by:326
Symbol 325 GraphicUsed by:326
Symbol 326 MovieClipUses:323 324 325Used by:452
Symbol 327 GraphicUsed by:338 410 418 436
Symbol 328 EditableTextUses:123Used by:332
Symbol 329 EditableTextUses:123Used by:332
Symbol 330 GraphicUsed by:332
Symbol 331 EditableTextUses:123Used by:332
Symbol 332 ButtonUses:328 329 330 331Used by:338
Symbol 333 EditableTextUses:123Used by:337
Symbol 334 EditableTextUses:123Used by:337
Symbol 335 GraphicUsed by:337
Symbol 336 EditableTextUses:123Used by:337
Symbol 337 ButtonUses:333 334 335 336Used by:338
Symbol 338 MovieClipUses:327 332 337Used by:452
Symbol 339 EditableTextUses:295Used by:346
Symbol 340 EditableTextUses:295Used by:346
Symbol 341 EditableTextUses:295Used by:346
Symbol 342 EditableTextUses:295Used by:346
Symbol 343 TextUses:295Used by:346
Symbol 344 TextUses:295Used by:346
Symbol 345 TextUses:295Used by:346
Symbol 346 MovieClipUses:339 340 341 342 343 344 345Used by:452
Symbol 347 GraphicUsed by:401
Symbol 348 GraphicUsed by:401
Symbol 349 TextUses:239Used by:401
Symbol 350 GraphicUsed by:401
Symbol 351 GraphicUsed by:401
Symbol 352 GraphicUsed by:356 359 371 374 379 380 420 451
Symbol 353 FontUsed by:354 355 357 358 369 370 372 373 419
Symbol 354 TextUses:353Used by:356 380
Symbol 355 TextUses:353Used by:356 380
Symbol 356 ButtonUses:352 354 355Used by:401
Symbol 357 TextUses:353Used by:359
Symbol 358 TextUses:353Used by:359
Symbol 359 ButtonUses:352 357 358Used by:401 452
Symbol 360 GraphicUsed by:401
Symbol 361 GraphicUsed by:401
Symbol 362 TextUses:239Used by:401
Symbol 363 GraphicUsed by:401
Symbol 364 GraphicUsed by:401
Symbol 365 GraphicUsed by:401
Symbol 366 TextUses:239Used by:401
Symbol 367 GraphicUsed by:401
Symbol 368 GraphicUsed by:401
Symbol 369 TextUses:353Used by:371
Symbol 370 TextUses:353Used by:371
Symbol 371 ButtonUses:352 369 370Used by:401
Symbol 372 TextUses:353Used by:374 379
Symbol 373 TextUses:353Used by:374 379
Symbol 374 ButtonUses:352 372 373Used by:401
Symbol 375 GraphicUsed by:401
Symbol 376 TextUses:239Used by:401
Symbol 377 GraphicUsed by:401
Symbol 378 GraphicUsed by:401
Symbol 379 ButtonUses:352 372 373Used by:401
Symbol 380 ButtonUses:352 354 355Used by:401
Symbol 381 GraphicUsed by:401
Symbol 382 TextUses:239Used by:401
Symbol 383 GraphicUsed by:401
Symbol 384 GraphicUsed by:401
Symbol 385 GraphicUsed by:401
Symbol 386 TextUses:239Used by:401
Symbol 387 GraphicUsed by:401
Symbol 388 GraphicUsed by:401
Symbol 389 GraphicUsed by:401
Symbol 390 TextUses:239Used by:401
Symbol 391 GraphicUsed by:401
Symbol 392 GraphicUsed by:401
Symbol 393 GraphicUsed by:401
Symbol 394 TextUses:239Used by:401
Symbol 395 GraphicUsed by:401
Symbol 396 GraphicUsed by:401
Symbol 397 GraphicUsed by:401
Symbol 398 TextUses:239Used by:401
Symbol 399 GraphicUsed by:401
Symbol 400 GraphicUsed by:401
Symbol 401 MovieClipUses:347 348 349 350 351 356 359 360 361 362 363 364 365 366 367 368 371 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400Used by:452
Symbol 402 GraphicUsed by:452
Symbol 403 TextUses:295Used by:452
Symbol 404 EditableTextUses:295Used by:452
Symbol 405 EditableTextUses:123Used by:409
Symbol 406 EditableTextUses:123Used by:409
Symbol 407 GraphicUsed by:409
Symbol 408 EditableTextUses:123Used by:409
Symbol 409 ButtonUses:405 406 407 408Used by:410
Symbol 410 MovieClipUses:327 409Used by:452
Symbol 411 EditableTextUses:295Used by:452
Symbol 412 GraphicUsed by:452
Symbol 413 EditableTextUses:123Used by:417
Symbol 414 EditableTextUses:123Used by:417
Symbol 415 GraphicUsed by:417
Symbol 416 EditableTextUses:123Used by:417
Symbol 417 ButtonUses:413 414 415 416Used by:418
Symbol 418 MovieClipUses:327 417Used by:452
Symbol 419 TextUses:353Used by:420
Symbol 420 ButtonUses:352 419Used by:452
Symbol 421 GraphicUsed by:424
Symbol 422 GraphicUsed by:424
Symbol 423 GraphicUsed by:424
Symbol 424 ButtonUses:421 422 423Used by:452
Symbol 425 GraphicUsed by:452
Symbol 426 GraphicUsed by:429 442
Symbol 427 EditableTextUses:295Used by:429
Symbol 428 EditableTextUses:295Used by:429
Symbol 429 MovieClipUses:426 427 428Used by:452
Symbol 430 GraphicUsed by:452
Symbol 431 EditableTextUses:123Used by:435
Symbol 432 EditableTextUses:123Used by:435
Symbol 433 GraphicUsed by:435
Symbol 434 EditableTextUses:123Used by:435
Symbol 435 ButtonUses:431 432 433 434Used by:436
Symbol 436 MovieClipUses:327 435Used by:452
Symbol 437 GraphicUsed by:452
Symbol 438 EditableTextUses:295Used by:442
Symbol 439 EditableTextUses:295Used by:442
Symbol 440 EditableTextUses:295Used by:442
Symbol 441 EditableTextUses:295Used by:442
Symbol 442 MovieClipUses:426 438 439 440 441Used by:452
Symbol 443 TextUses:320Used by:444
Symbol 444 MovieClipUses:311 443Used by:452
Symbol 445 EditableTextUses:295Used by:452
Symbol 446 MovieClipUsed by:452
Symbol 447 GraphicUsed by:452
Symbol 448 TextUses:239Used by:452
Symbol 449 TextUses:320Used by:451
Symbol 450 TextUses:320Used by:451
Symbol 451 ButtonUses:352 449 450Used by:452
Symbol 452 MovieClipUses:237 238 240 286 287 312 319 322 326 338 346 401 402 403 404 410 411 412 418 359 420 424 425 429 430 436 437 442 444 445 446 447 448 451Used by:Timeline

Instance Names

"lives"Frame 4Symbol 111 MovieClip
"back"Frame 6Symbol 129 MovieClip
"mm"Frame 6Symbol 131 MovieClip
"rys"Frame 6Symbol 132 MovieClip
"ryba"Frame 6Symbol 145 MovieClip
"back"Frame 8Symbol 129 MovieClip
"mm"Frame 8Symbol 182 MovieClip
"rys"Frame 8Symbol 132 MovieClip
"ryba"Frame 8Symbol 145 MovieClip
"back"Frame 10Symbol 129 MovieClip
"mm"Frame 10Symbol 186 MovieClip
"rys"Frame 10Symbol 132 MovieClip
"ryba"Frame 10Symbol 145 MovieClip
"back"Frame 12Symbol 129 MovieClip
"mm"Frame 12Symbol 190 MovieClip
"rys"Frame 12Symbol 132 MovieClip
"ryba"Frame 12Symbol 145 MovieClip
"back"Frame 14Symbol 129 MovieClip
"mm"Frame 14Symbol 194 MovieClip
"rys"Frame 14Symbol 132 MovieClip
"ryba"Frame 14Symbol 145 MovieClip
"back"Frame 16Symbol 129 MovieClip
"mm"Frame 16Symbol 198 MovieClip
"rys"Frame 16Symbol 132 MovieClip
"ryba"Frame 16Symbol 145 MovieClip
"back"Frame 18Symbol 129 MovieClip
"mm"Frame 18Symbol 202 MovieClip
"rys"Frame 18Symbol 132 MovieClip
"ryba"Frame 18Symbol 145 MovieClip
"back"Frame 20Symbol 129 MovieClip
"mm"Frame 20Symbol 206 MovieClip
"rys"Frame 20Symbol 132 MovieClip
"ryba"Frame 20Symbol 145 MovieClip
"pasek"Symbol 21 MovieClip Frame 1Symbol 20 MovieClip
"anim"Symbol 145 MovieClip Frame 1Symbol 144 MovieClip
"bones"Symbol 160 MovieClip Frame 1Symbol 147 MovieClip
"anim"Symbol 160 MovieClip Frame 1Symbol 159 MovieClip
"anim"Symbol 178 MovieClip Frame 1Symbol 177 MovieClip
"d"Symbol 286 MovieClip Frame 1Symbol 252 MovieClip
"w"Symbol 286 MovieClip Frame 1Symbol 263 MovieClip
"m"Symbol 286 MovieClip Frame 1Symbol 278 MovieClip
"a"Symbol 286 MovieClip Frame 1Symbol 285 MovieClip
"d0"Symbol 305 MovieClip Frame 1Symbol 296 EditableText
"d1"Symbol 305 MovieClip Frame 1Symbol 297 EditableText
"d2"Symbol 305 MovieClip Frame 1Symbol 298 EditableText
"d3"Symbol 305 MovieClip Frame 1Symbol 299 EditableText
"d4"Symbol 305 MovieClip Frame 1Symbol 300 EditableText
"d5"Symbol 305 MovieClip Frame 1Symbol 301 EditableText
"d6"Symbol 305 MovieClip Frame 1Symbol 302 EditableText
"d7"Symbol 305 MovieClip Frame 1Symbol 303 EditableText
"d8"Symbol 305 MovieClip Frame 1Symbol 304 EditableText
"k"Symbol 312 MovieClip Frame 1Symbol 305 MovieClip
"f2"Symbol 346 MovieClip Frame 1Symbol 339 EditableText
"f1"Symbol 346 MovieClip Frame 1Symbol 340 EditableText
"f3"Symbol 346 MovieClip Frame 1Symbol 341 EditableText
"f4"Symbol 346 MovieClip Frame 1Symbol 342 EditableText
"okres"Symbol 452 MovieClip Frame 2Symbol 286 MovieClip
"k"Symbol 452 MovieClip Frame 2Symbol 312 MovieClip
"szczalki"Symbol 452 MovieClip Frame 2Symbol 319 MovieClip
"loading"Symbol 452 MovieClip Frame 2Symbol 322 MovieClip
"oczy"Symbol 452 MovieClip Frame 2Symbol 326 MovieClip
"submit"Symbol 452 MovieClip Frame 2Symbol 338 MovieClip
"teksty"Symbol 452 MovieClip Frame 2Symbol 346 MovieClip
"eror"Symbol 452 MovieClip Frame 2Symbol 401 MovieClip
"submit"Symbol 452 MovieClip Frame 3Symbol 410 MovieClip
"submit"Symbol 452 MovieClip Frame 5Symbol 418 MovieClip
"teksty"Symbol 452 MovieClip Frame 5Symbol 429 MovieClip
"submit"Symbol 452 MovieClip Frame 6Symbol 436 MovieClip
"teksty"Symbol 452 MovieClip Frame 6Symbol 442 MovieClip
"submit"Symbol 452 MovieClip Frame 7Symbol 410 MovieClip
"oczy"Symbol 452 MovieClip Frame 7Symbol 326 MovieClip
"teksty"Symbol 452 MovieClip Frame 7Symbol 446 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$rB$aFDHXm9BD2M7iSuWNJNsI.."
ExportAssets (56)Timeline Frame 1Symbol 1 as "snd3"
ExportAssets (56)Timeline Frame 1Symbol 2 as "snd1"
ExportAssets (56)Timeline Frame 1Symbol 3 as "snd0"
ExportAssets (56)Timeline Frame 1Symbol 4 as "snd2"
ExportAssets (56)Timeline Frame 1Symbol 5 as "snd4"
ExportAssets (56)Timeline Frame 1Symbol 6 as "snd5"
ExportAssets (56)Timeline Frame 1Symbol 8 as "F3Fade"
ExportAssets (56)Timeline Frame 1Symbol 11 as "Block"
ExportAssets (56)Timeline Frame 1Symbol 14 as "Bubble"

Labels

"time"Symbol 401 MovieClip Frame 1
"dbase"Symbol 401 MovieClip Frame 7
"login"Symbol 401 MovieClip Frame 13
"password"Symbol 401 MovieClip Frame 19
"confirm"Symbol 401 MovieClip Frame 25
"taken"Symbol 401 MovieClip Frame 31
"email"Symbol 401 MovieClip Frame 37
"data"Symbol 401 MovieClip Frame 43
"match"Symbol 401 MovieClip Frame 49

Dynamic Text Variables

levelSymbol 116 EditableText""
scoreSymbol 118 EditableText""
levelSymbol 124 EditableText""
levelSymbol 125 EditableText""
levelSymbol 179 EditableText""
levelSymbol 180 EditableText""
levelSymbol 183 EditableText""
levelSymbol 184 EditableText""
levelSymbol 187 EditableText""
levelSymbol 188 EditableText""
levelSymbol 191 EditableText""
levelSymbol 192 EditableText""
levelSymbol 195 EditableText""
levelSymbol 196 EditableText""
levelSymbol 199 EditableText""
levelSymbol 200 EditableText""
levelSymbol 203 EditableText""
levelSymbol 204 EditableText""
_root.scrSymbol 218 EditableText""
_root.scrSymbol 235 EditableText""
pSymbol 339 EditableText"<P ALIGN="LEFT"></P>"
nSymbol 340 EditableText"<P ALIGN="RIGHT"></P>"
dSymbol 341 EditableText"<P ALIGN="LEFT"></P>"
tSymbol 342 EditableText"<P ALIGN="LEFT"></P>"
scoreSymbol 404 EditableText"9872935"
scoreSymbol 411 EditableText"9872935"
usernameSymbol 427 EditableText"Nickname"
passwordSymbol 428 EditableText"Password"
usernameSymbol 438 EditableText"Nickname"
passwordSymbol 439 EditableText"Password"
password_2Symbol 440 EditableText"Retype Password"
emailSymbol 441 EditableText"Valid email"
scoreSymbol 445 EditableText"9872935"




http://swfchan.com/5/24368/info.shtml
Created: 25/5 -2019 03:06:53 Last modified: 25/5 -2019 03:06:53 Server time: 12/05 -2024 01:10:51