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

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

Lord Of The Board.swf

This is the info page for
Flash #42786

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


Text
LOADING GAME

NETSTUPIDITY NETWORK

DODGE THE OBSTACLES AND SCORE MORE THAN 20000 TO QUALIFY FOR ROUND 3

Lord of the
board

Lord of the
board

HOWTO

HOWTO

PLAY

PLAY

HOWTO

PLAY

GAME

GAME

GAME

Instructions

Instructions

Use the left and right arrow keys to control
your snowboarder  using the space bar to
turn quicker. Score points by jumping high
off the pipe and spinning in the air
(remember to land pointing down the pipe
or it's wipe out and the points earned re
subtracted from your score)
Good luck!

SCORE

ROUND

0

0

TIME

0:00

BEST

00000

00000

+bonus

bonusy

00000

00000

You have been eaten!

"zabili ciê bla bla bla"
score

GAME OVER

GAME OVER

YourPosition:

100

YourScore:

99999

Weekly

Daily

Hourly

Monthly

Monthly

Weekly

Daily

Hourly

TimeRev

TimeRev

TimeFfd

TimeFfd

SubmitScore

SubmitScore

Top10

Top10

Top100

Top100

NICK

SCORE

TIME

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

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

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

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

SCOREBOARD SYSTEM IS
EXCLUSIVELY AVIABLE ON

CLICK HERE TO GET THERE

AGAIN

AGAIN

AGAIN

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

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

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

nick

Score

time

your score

your position

your score

your position

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

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

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

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

nick

Score

time

your score

your position

your score

your position

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

top ten of this hour

top ten of this day

top ten of this week

top ten of this month

top ten of last hour

top ten of last day

top ten of last week

top ten of last month

top ten of this hour

top ten of this day

top ten of this week

top ten of this month

top ten of last hour

top ten of last day

top ten of last week

top ten of last month

top 100 of this hour

top 100 of this day

top 100 of this week

top 100 of this month

top 100 of last hour

top 100 of last day

top 100 of last week

top 100 of last month

top 100 of this hour

top 100 of this day

top 100 of this week

top 100 of this month

top 100 of last hour

top 100 of last day

top 100 of last week

top 100 of last month

this hour league

this hour league

top ten

top ten

enter your nickname here

enter your nickname here

your score was succesfouly submitted

your score was succesfouly submitted

loading league

loading league

you have battled the top score?
let your victory stay with you...
reserve your nickname now to
prevent other users using it.
click here before someone else
does it.... it costs nothing!

you have battled the top score?
let your victory stay with you...
reserve your nickname now to
prevent other users using it.
click here before someone else
does it.... it costs nothing!

top ten of this hour

top ten of this day

today league

today league

top ten of this week

this week league

this week league

top ten of this month

this month league

this month league

top ten of last hour

last hour league

last hour league

top ten of last day

yesterday league

yesterday league

top ten of last week

last week league

last week league

top ten of last month

last month league

last month league

top 100 of this hour

top hundred

top hundred

top 100 of this day

top 100 of this week

top 100 of this month

top 100 of last hour

top 100 of last day

top 100 of last week

top 100 of last month

submitting score

submitting score

please wait

please wait

ActionScript [AS1/AS2]

Frame 3
function game() { gotoAndStop (5); } function _game(f) { gotoAndStop(f +4); } function instr() { gotoAndStop (4); } function starting() { gotoAndStop (3); } function win() { gotoAndStop (3); } function hof(f) { gotoAndStop(f +7); } function newGame() { _root.level = 1; _root.scr = 0; _root.nastepny_poziom = false; newLevel(); } function newLevel() { _root.limit = 7000 + ((_root.level - 1) * 13000); _root.predkosc = 0; _root.startTime = getTimer(); _root.gameOn = true; } if (_root.nastepny_poziom) { trace("nastepny level w starting"); _root.level++; newLevel(); _root.nastepny_poziom = false; } if (_root.level == 0) { newGame(); } if (_root.level == 1) { info = "ROUND 1 - SIMPLY SCORE 7000 TO QUALIFY FOR ROUND 2"; } if (_root.level == 2) { info = "ROUND 2 - DODGE THE OBSTACLES AND SCORE MORE THAN 20000 TO QUALIFY FOR ROUND 3"; } if (_root.level == 3) { info = "ROUND 3 - SURVIVE THE PENGUIN ATTACKS AND SCORE AS MANY AS YOU CAN IN THE FINAL ROUND"; } stop();
Frame 5
stop(); zawodnik.gotowy = true; if (_root.level > 1) { mute = !_root.gra_muzyka; } else { mute = false; } newLevel(); gameOn = true;
Instance of Symbol 101 MovieClip "rampa" in Frame 5
onClipEvent (load) { sy = 250; this._y = sy; x = this._x; } onClipEvent (enterFrame) { _y = (sy + _parent.wysokosc_skoku); this._x = x + ((x - _parent.zawodnik._x) / 4); }
Instance of Symbol 151 MovieClip "zawodnik" in Frame 5
onClipEvent (load) { function strata(strata_punktow) { _root.predkosc = 0; aktywny = false; w_powietrzu = false; _root.scr = _root.scr - strata_punktow; if (_root.scr < 0) { _root.scr = 0; } if (strata_punktow != -1) { _parent.sfx.playSound("scream1"); } else { _parent.sfx.playSound("scream2"); } this.gotoAndPlay("upadek"); } _parent.wysokosc_skoku = 0; aktywny = false; w_powietrzu = false; top = 160; bottom = 350; left = 10; right = 560; resetX = 275; resetY = 165; leftX = 10; rightX = 530; dx = 0; dy = 0; g = -0.7; przyspieszenie_Y = 0.6; przyspieszenie_X = 5; opor_X = 0.8; opor_Xmax = 0.8; maxX = 30; skok_Y = 0; punkty_za_obroty = 0; this._y = 185; } onClipEvent (enterFrame) { if (!_root.gameOn) { aktywny = false; if ((_root.level < 3) && (_root.scr >= _root.limit)) { _root.nastepny_poziom = true; _root.starting(); } else { _root._game(3); } } if (((Key.isDown(39) || (Key.isDown(37))) && (!aktywny)) && (gotowy)) { aktywny = true; gotowy = false; } klatka = this._currentframe; x = this._x; y = this._y; if (aktywny) { rot = 1; if (Key.isDown(32)) { rot = 2; } if (Key.isDown(37)) { punkty_za_obroty = punkty_za_obroty + (rot * 10); klatka = klatka - rot; } if (Key.isDown(39)) { punkty_za_obroty = punkty_za_obroty + (rot * 10); klatka = klatka + rot; } if (klatka > 30) { klatka = klatka - 29; } if (klatka < 1) { klatka = klatka + 29; } this.gotoAndStop(klatka); this.shad.gotoAndStop(klatka); if (w_powietrzu) { shad._visible = false; i++; _parent.wysokosc_skoku = ((skok_Y * i) - (g * Math.pow(i, 2))) * -1; y = sy + ((skok_Y * i) - (g * Math.pow(i, 2))); if (y < 160) { y = 160; } _root.predkosc = _root.predkosc * 0.88; punkty_za_obroty = punkty_za_obroty + (_parent.wysokosc_skoku / 20); if ((top < y) || (_parent.wysokosc_skoku < 0)) { px = -_x; _parent.wysokosc_skoku = 0; if (((klatka > 5) && (klatka < 27)) || (px > 135)) { if (px > 135) { punkty_za_obroty = punkty_za_obroty + 2300; } else if (px > 0) { punkty_za_obroty = punkty_za_obroty + (px * 17); } strata(Math.ceil(punkty_za_obroty)); } else { _parent.sfx.playSound("land"); if (px > 0) { punkty_za_obroty = punkty_za_obroty + (px * 17); } _parent.jumpScore = Math.ceil(punkty_za_obroty); _root.scr = _root.scr + _parent.jumpScore; _parent.jumpScoreMC._x = _x - 15; _parent.jumpScoreMC._y = _y - 15; _parent.jumpScoreMC.gotoAndPlay(2); } shad._visible = true; w_powietrzu = false; } } else { kat = (klatka - 1) * 12; katX = Math.sin(kat * 0.017453); if (katX > 0.9) { opor_X = opor_X - 0.01; } else if (opor_X < opor_Xmax) { opor_X = opor_X + 0.02; } else if (opor_Xmax < opor_X) { opor_X = opor_Xmax; } katX = katX * przyspieszenie_X; dx = dx + katX; _x = (_x - katX); if (_x < leftX) { strata(500); } if (rightX < _x) { strata(500); } dx = dx * opor_X; if (maxX < dx) { dx = maxX; } if (dx < (-maxX)) { dx = -maxX; } dy = Math.cos(kat * 0.017453) * ((maxX * przyspieszenie_Y) + (Math.abs(dx) * przyspieszenie_Y)); y = y + dy; if (y < top) { skok_Y = dy; punkty_za_obroty = 0; sy = y; i = 0; shad._visible = false; w_powietrzu = true; } if (bottom < y) { strata(500); _y = 180; } } _root.predkosc = dx; _y = y; } }
Instance of Symbol 155 MovieClip "pingwin" in Frame 5
onClipEvent (load) { active = false; _y = (_parent.rampa._y + random(5)); } onClipEvent (enterFrame) { if (((_root.level >= 1) && (_root.gameOn)) && (!active)) { active = true; dir = 1 - (random(2) * 2); if (dir == 1) { _x = -140; _xscale = 75; } else { _x = 680; _xscale = -75; } } if (active) { _y = ((_parent.rampa._y + y) + (8 * Math.sin(_x))); _x = (_x + (dir * 7)); if (this.hitTest(_parent.zawodnik._x, _parent.zawodnik._y, false)) { active = false; _parent.zawodnik.aktywny = false; _parent.zawodnik.strata(300); } if ((_x < -140) || (_x > 680)) { y = random(80); active = false; } } }
Instance of Symbol 169 MovieClip in Frame 5
onClipEvent (load) { sy = 375; this._y = sy; } onClipEvent (enterFrame) { this._y = _parent.zawodnik + 260; }
Instance of Symbol 184 MovieClip "sfx" in Frame 5
onClipEvent (load) { if (_parent.mute) { stopAllSounds(); this.gotoAndStop(2); } else if (_root.gra_muzyka == false) { _root.muzyczka.start(0, 9999999); } }
Instance of Symbol 187 MovieClip in Frame 5
onClipEvent (enterFrame) { czas1 = getTimer(); if (((czas1 - czas2) > num) && (_root.bonus)) { czas2 = czas1; num = num + random(bonus_appear); bonus_level = _root.getNextHighestDepth(); _root.attachMovie("bonus", "bonus" + bonus_level, bonus_level); bonus = _root["bonus" + bonus_level]; bonus._x = 150 + random(200); bonus._y = -50 + random(90); _root.bonus = false; } if (((czas1 - czas2) > num) && (!_root.bonus)) { czas2 = czas1; } } onClipEvent (load) { bonus_appear = 8000; hit_test = true; czas2 = getTimer(); num = random(bonus_appear); _root.bonus = true; bonus._x = 0; bonus._y = 0; }
Frame 6
stop();
Instance of Symbol 217 MovieClip in Frame 6
//component parameters onClipEvent (initialize) { label = "Continue"; wide = 85; c1 = 160; c2 = 0; c3 = 0; hc1 = 180; hc2 = 0; hc3 = 0; baseMode = false; widthMode = false; rgb = 10485760 /* 0xA00000 */; rb = 255; gb = 255; bb = 255; hilitergb = 11796480 /* 0xB40000 */; } on (press) { _root.game(); }
Frame 7
_root.hoff._visible = false; _root.r = 0; _root.onData = function () { if (s == 1) { _root.hoff._visible = true; } }; _root.loadVariables("hof.php?s=" + _root.wyn); stop();
Instance of Symbol 293 MovieClip in Frame 7
//component parameters onClipEvent (initialize) { scr = "_root.scr"; }
Frame 8
this.submitted = false; this.hof(2);
Frame 9
this.tb = date.getTime(); this.load_lig._visible = true; this.onData = function () { this.load_lig._visible = false; this.onData = null; }; if (this.submitted == true) { this.shof.gotoAndStop(2); } else { this.shof.gotoAndStop(1); } this.back_fr = 2; if ((this.nick.length > 3) && (this.nick != "enter your nickname here")) { this.shof.nick.type = "dynamic"; } else { this.shof.nick.type = "input"; } if (this._currentframe >= 9) { this.loadVariables(((("hof_get.php?id=" + _root.id) + "&s=") + _root.scr) + "&l=10&p=1"); } else { this.loadVariables(((("hof_get.php?id=" + _root.id) + "&s=") + _root.scr) + "&l=100&p=1"); } stop();
Instance of Symbol 217 MovieClip in Frame 9
//component parameters onClipEvent (initialize) { label = "Play Again"; wide = 89; 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.starting(); }
Frame 10
this.tb = date.getTime(); this.load_lig._visible = true; this.onData = function () { this.load_lig._visible = false; this.onData = null; }; if (this.submitted == true) { this.shof.gotoAndStop(2); } else { this.shof.gotoAndStop(1); } this.back_fr = 3; if ((this.nick.length > 3) && (this.nick != "enter your nickname here")) { this.shof.nick.type = "dynamic"; } else { this.shof.nick.type = "input"; } if (this._currentframe >= 9) { this.loadVariables(((("hof_get.php?id=" + _root.id) + "&s=") + _root.scr) + "&l=10&p=2"); } else { this.loadVariables(((("hof_get.php?id=" + _root.id) + "&s=") + _root.scr) + "&l=100&p=2"); } stop();
Frame 11
this.tb = date.getTime(); this.load_lig._visible = true; this.onData = function () { this.load_lig._visible = false; this.onData = null; }; if (this.submitted == true) { this.shof.gotoAndStop(2); } else { this.shof.gotoAndStop(1); } this.back_fr = 4; if ((this.nick.length > 3) && (this.nick != "enter your nickname here")) { this.shof.nick.type = "dynamic"; } else { this.shof.nick.type = "input"; } if (this._currentframe >= 9) { this.loadVariables(((("hof_get.php?id=" + _root.id) + "&s=") + _root.scr) + "&l=10&p=3"); } else { this.loadVariables(((("hof_get.php?id=" + _root.id) + "&s=") + _root.scr) + "&l=100&p=3"); } stop();
Frame 12
this.tb = date.getTime(); this.load_lig._visible = true; this.onData = function () { this.load_lig._visible = false; this.onData = null; }; if (this.submitted == true) { this.shof.gotoAndStop(2); } else { this.shof.gotoAndStop(1); } this.back_fr = 5; if ((this.nick.length > 3) && (this.nick != "enter your nickname here")) { this.shof.nick.type = "dynamic"; } else { this.shof.nick.type = "input"; } if (this._currentframe >= 9) { this.loadVariables(((("hof_get.php?id=" + _root.id) + "&s=") + _root.scr) + "&l=10&p=4"); } else { this.loadVariables(((("hof_get.php?id=" + _root.id) + "&s=") + _root.scr) + "&l=100&p=4"); } stop();
Frame 13
this.tb = date.getTime(); this.load_lig._visible = true; this.onData = function () { this.load_lig._visible = false; this.onData = null; }; if (this.submitted == true) { this.shof.gotoAndStop(2); } else { this.shof.gotoAndStop(1); } this.back_fr = 6; if ((this.nick.length > 3) && (this.nick != "enter your nickname here")) { this.shof.nick.type = "dynamic"; } else { this.shof.nick.type = "input"; } if (this._currentframe >= 9) { this.loadVariables(((("hof_get.php?id=" + _root.id) + "&s=") + _root.scr) + "&l=10&p=5"); } else { this.loadVariables(((("hof_get.php?id=" + _root.id) + "&s=") + _root.scr) + "&l=100&p=5"); } stop();
Frame 14
this.tb = date.getTime(); this.load_lig._visible = true; this.onData = function () { this.load_lig._visible = false; this.onData = null; }; if (this.submitted == true) { this.shof.gotoAndStop(2); } else { this.shof.gotoAndStop(1); } this.back_fr = 7; if ((this.nick.length > 3) && (this.nick != "enter your nickname here")) { this.shof.nick.type = "dynamic"; } else { this.shof.nick.type = "input"; } if (this._currentframe >= 9) { this.loadVariables(((("hof_get.php?id=" + _root.id) + "&s=") + _root.scr) + "&l=10&p=6"); } else { this.loadVariables(((("hof_get.php?id=" + _root.id) + "&s=") + _root.scr) + "&l=100&p=6"); } stop();
Frame 15
this.tb = date.getTime(); this.load_lig._visible = true; this.onData = function () { this.load_lig._visible = false; this.onData = null; }; if (this.submitted == true) { this.shof.gotoAndStop(2); } else { this.shof.gotoAndStop(1); } this.back_fr = 8; if ((this.nick.length > 3) && (this.nick != "enter your nickname here")) { this.shof.nick.type = "dynamic"; } else { this.shof.nick.type = "input"; } if (this._currentframe >= 9) { this.loadVariables(((("hof_get.php?id=" + _root.id) + "&s=") + _root.scr) + "&l=10&p=7"); } else { this.loadVariables(((("hof_get.php?id=" + _root.id) + "&s=") + _root.scr) + "&l=100&p=7"); } stop();
Frame 16
this.tb = date.getTime(); this.load_lig._visible = true; this.onData = function () { this.load_lig._visible = false; this.onData = null; }; if (this.submitted == true) { this.shof.gotoAndStop(2); } else { this.shof.gotoAndStop(1); } this.back_fr = 9; if ((this.nick.length > 3) && (this.nick != "enter your nickname here")) { this.shof.nick.type = "dynamic"; } else { this.shof.nick.type = "input"; } if (this._currentframe >= 9) { this.loadVariables(((("hof_get.php?id=" + _root.id) + "&s=") + _root.scr) + "&l=10&p=8"); } else { this.loadVariables(((("hof_get.php?id=" + _root.id) + "&s=") + _root.scr) + "&l=100&p=8"); } stop();
Frame 17
this.tb = date.getTime(); this.load_lig._visible = true; this.onData = function () { this.load_lig._visible = false; this.onData = null; }; if (this.submitted == true) { this.shof.gotoAndStop(2); } else { this.shof.gotoAndStop(1); } this.back_fr = 10; if ((this.nick.length > 3) && (this.nick != "enter your nickname here")) { this.shof.nick.type = "dynamic"; } else { this.shof.nick.type = "input"; } if (this._currentframe >= 9) { this.loadVariables(((("hof_get.php?id=" + _root.id) + "&s=") + _root.scr) + "&l=10&p=1"); } else { this.loadVariables(((("hof_get.php?id=" + _root.id) + "&s=") + _root.scr) + "&l=100&p=1"); } stop();
Frame 18
this.tb = date.getTime(); this.load_lig._visible = true; this.onData = function () { this.load_lig._visible = false; this.onData = null; }; if (this.submitted == true) { this.shof.gotoAndStop(2); } else { this.shof.gotoAndStop(1); } this.back_fr = 11; if ((this.nick.length > 3) && (this.nick != "enter your nickname here")) { this.shof.nick.type = "dynamic"; } else { this.shof.nick.type = "input"; } if (this._currentframe >= 9) { this.loadVariables(((("hof_get.php?id=" + _root.id) + "&s=") + _root.scr) + "&l=10&p=2"); } else { this.loadVariables(((("hof_get.php?id=" + _root.id) + "&s=") + _root.scr) + "&l=100&p=2"); } stop();
Frame 19
this.tb = date.getTime(); this.load_lig._visible = true; this.onData = function () { this.load_lig._visible = false; this.onData = null; }; if (this.submitted == true) { this.shof.gotoAndStop(2); } else { this.shof.gotoAndStop(1); } this.back_fr = 12; if ((this.nick.length > 3) && (this.nick != "enter your nickname here")) { this.shof.nick.type = "dynamic"; } else { this.shof.nick.type = "input"; } if (this._currentframe >= 9) { this.loadVariables(((("hof_get.php?id=" + _root.id) + "&s=") + _root.scr) + "&l=10&p=3"); } else { this.loadVariables(((("hof_get.php?id=" + _root.id) + "&s=") + _root.scr) + "&l=100&p=3"); } stop();
Frame 20
this.tb = date.getTime(); this.load_lig._visible = true; this.onData = function () { this.load_lig._visible = false; this.onData = null; }; if (this.submitted == true) { this.shof.gotoAndStop(2); } else { this.shof.gotoAndStop(1); } this.back_fr = 13; if ((this.nick.length > 3) && (this.nick != "enter your nickname here")) { this.shof.nick.type = "dynamic"; } else { this.shof.nick.type = "input"; } if (this._currentframe >= 9) { this.loadVariables(((("hof_get.php?id=" + _root.id) + "&s=") + _root.scr) + "&l=10&p=4"); } else { this.loadVariables(((("hof_get.php?id=" + _root.id) + "&s=") + _root.scr) + "&l=100&p=4"); } stop();
Frame 21
this.tb = date.getTime(); this.load_lig._visible = true; this.onData = function () { this.load_lig._visible = false; this.onData = null; }; if (this.submitted == true) { this.shof.gotoAndStop(2); } else { this.shof.gotoAndStop(1); } this.back_fr = 14; if ((this.nick.length > 3) && (this.nick != "enter your nickname here")) { this.shof.nick.type = "dynamic"; } else { this.shof.nick.type = "input"; } if (this._currentframe >= 9) { this.loadVariables(((("hof_get.php?id=" + _root.id) + "&s=") + _root.scr) + "&l=10&p=5"); } else { this.loadVariables(((("hof_get.php?id=" + _root.id) + "&s=") + _root.scr) + "&l=100&p=5"); } stop();
Frame 22
this.tb = date.getTime(); this.load_lig._visible = true; this.onData = function () { this.load_lig._visible = false; this.onData = null; }; if (this.submitted == true) { this.shof.gotoAndStop(2); } else { this.shof.gotoAndStop(1); } this.back_fr = 15; if ((this.nick.length > 3) && (this.nick != "enter your nickname here")) { this.shof.nick.type = "dynamic"; } else { this.shof.nick.type = "input"; } if (this._currentframe >= 9) { this.loadVariables(((("hof_get.php?id=" + _root.id) + "&s=") + _root.scr) + "&l=10&p=6"); } else { this.loadVariables(((("hof_get.php?id=" + _root.id) + "&s=") + _root.scr) + "&l=100&p=6"); } stop();
Frame 23
this.tb = date.getTime(); this.load_lig._visible = true; this.onData = function () { this.load_lig._visible = false; this.onData = null; }; if (this.submitted == true) { this.shof.gotoAndStop(2); } else { this.shof.gotoAndStop(1); } this.back_fr = 16; if ((this.nick.length > 3) && (this.nick != "enter your nickname here")) { this.shof.nick.type = "dynamic"; } else { this.shof.nick.type = "input"; } if (this._currentframe >= 9) { this.loadVariables(((("hof_get.php?id=" + _root.id) + "&s=") + _root.scr) + "&l=10&p=7"); } else { this.loadVariables(((("hof_get.php?id=" + _root.id) + "&s=") + _root.scr) + "&l=100&p=7"); } stop();
Frame 24
this.tb = date.getTime(); this.load_lig._visible = true; this.onData = function () { this.load_lig._visible = false; this.onData = null; }; if (this.submitted == true) { this.shof.gotoAndStop(2); } else { this.shof.gotoAndStop(1); } this.back_fr = 17; if ((this.nick.length > 3) && (this.nick != "enter your nickname here")) { this.shof.nick.type = "dynamic"; } else { this.shof.nick.type = "input"; } if (this._currentframe >= 9) { this.loadVariables(((("hof_get.php?id=" + _root.id) + "&s=") + _root.scr) + "&l=10&p=8"); } else { this.loadVariables(((("hof_get.php?id=" + _root.id) + "&s=") + _root.scr) + "&l=100&p=8"); } stop();
Frame 25
this.onData = function () { if (this.r == 1) { this.onData = null; this.submitted = true; _root.hof(this.back_fr); } else { this.loadVariables((((((("hof_put.php?id=" + _root.id) + "&sid=") + _root.sid) + "&n=") + _root.nick) + "&s=") + _root.scr); } }; this.loadVariables((((((("hof_put.php?id=" + _root.id) + "&sid=") + _root.sid) + "&n=") + _root.nick) + "&s=") + _root.scr); stop();
Instance of Symbol 217 MovieClip in Frame 25
//component parameters onClipEvent (initialize) { label = "Cancel"; wide = 89; 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.onData = null; _root.hof(_root.back_fr); }
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [bonus] Frame 1
onClipEvent (load) { _parent._visible = false; widoczny = false; parent._x = -200; parent._y = -200; czas2 = getTimer(); x = random(400) + 40; _parent._rotation = random(360); y = random(110); } onClipEvent (enterFrame) { _parent._rotation = _parent._rotation + 2; if (widoczny != true) { _parent._visible = true; } if (this.hitTest(_parent._parent.zawodnik._x, _parent._parent.zawodnik._y, false)) { _root.BonusScore = 1000; _parent._parent.BonusScoreMC._x = _parent._x; _parent._parent.BonusScoreMC._y = _parent._y; _parent._parent.BonusScoreMC.gotoAndPlay(2); removeMovieClip(_parent); _root.bonus = true; _root.scr = _root.scr + 1000; } _parent._y = y + _parent._parent.wysokosc_skoku; _parent._x = x + ((275 - _parent._parent.zawodnik._x) / 4); tt = getTimer(); if ((tt - czas2) > 6750) { czas2 = tt; _root.bonus = true; removeMovieClip(_parent); } }
Symbol 11 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 25 MovieClip Frame 140
stop();
Symbol 64 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 67 MovieClip Frame 1
_root.stop(); stop();
Symbol 67 MovieClip Frame 2
stop();
Symbol 77 MovieClip Frame 1
this._visible = _root.ligin == undefined; this.onPress = function () { getURL ("http://www.netstupidity.com"); };
Symbol 88 Button
on (press) { _root.instr(); }
Symbol 93 Button
on (press) { _root.startTime = getTimer(); _root.game(); }
Symbol 98 Button
on (press) { _root.game(); }
Symbol 111 MovieClip Frame 1
stop();
Symbol 151 MovieClip Frame 1
stop();
Symbol 151 MovieClip Frame 35
play();
Symbol 151 MovieClip Frame 40
_parent.sfx.playSound("splash");
Symbol 151 MovieClip Frame 51
if (_root.traiony) { trace("eaten"); gotoAndStop (3); stop(); }
Symbol 151 MovieClip Frame 67
birdhit = false; _parent.jumpHeight = 0; _root.predkosc = 0; _x = resetX; _y = resetY; _parent.pipeX = 0; _parent.pipe.x = _parent.pipeX; _parent.pipe._x = _parent.pipeX;
Symbol 151 MovieClip Frame 68
play();
Symbol 151 MovieClip Frame 69
if ((_parent.sharkZ < 150) || (_parent.buoyZ < 100)) { }
Symbol 151 MovieClip Frame 80
gotowy = true; gotoAndStop (1);
Instance of Symbol 165 MovieClip in Symbol 169 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.gameOn) { secs = (30 + (30 * _root.level)) - Math.round((getTimer() - _root.startTime) / 1000); if (secs > 0) { mins = Math.floor(secs / 60); secs = secs - (mins * 60); if (secs < 10) { secs = "0" + secs; } _root.timeDisplay = (mins + ":") + secs; } else { _root.timeDisplay = "0:00"; _root.gameOn = false; } } }
Symbol 174 MovieClip Frame 1
stop();
Symbol 174 MovieClip Frame 2
play();
Symbol 174 MovieClip Frame 10
_parent.sfx.playSound("blip");
Symbol 174 MovieClip Frame 35
gotoAndStop (1);
Symbol 176 Button
on (release) { _root.gra_muzyka = false; _parent._parent.mute = true; stopAllSounds(); nextFrame(); }
Symbol 178 Button
on (release) { if (!_root.gra_muzyka) { _root.muzyczka.start(0, 99999); _root.gra_muzyka = true; } _parent._parent.mute = false; prevFrame(); }
Symbol 179 MovieClip Frame 1
stop();
Symbol 184 MovieClip Frame 1
function playSound(sfxName) { if (!_parent.mute) { gotoAndStop(sfxName); } } stop();
Symbol 184 MovieClip Frame 5
gotoAndStop (1);
Symbol 184 MovieClip Frame 25
gotoAndStop (1);
Symbol 184 MovieClip Frame 30
gotoAndStop (1);
Symbol 184 MovieClip Frame 35
gotoAndStop (1);
Symbol 184 MovieClip Frame 40
gotoAndStop (1);
Symbol 191 MovieClip Frame 1
stop();
Symbol 191 MovieClip Frame 2
play();
Symbol 191 MovieClip Frame 10
_parent.sfx.playSound("blip");
Symbol 191 MovieClip Frame 35
gotoAndStop (1);
Symbol 217 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 234 Button
on (press) { this.gotoAndStop("weekly"); }
Symbol 235 Button
on (press) { this.gotoAndStop("daily"); }
Symbol 236 Button
on (press) { this.gotoAndStop("hourly"); }
Symbol 239 Button
on (press) { this.gotoAndStop("monthly"); }
Symbol 244 Button
on (press) { this.gotoAndStop("daily"); }
Symbol 247 MovieClip Frame 1
this._parent.tp = 2592000 /* 0x278D00 */; this._parent.tc = 0; this._parent.reload(); stop();
Symbol 247 MovieClip Frame 2
this._parent.tp = 604800 /* 0x093A80 */; this._parent.tc = 0; this._parent.reload();
Symbol 247 MovieClip Frame 3
this._parent.tp = 86400 /* 0x015180 */; this._parent.tc = 0; this._parent.reload();
Symbol 247 MovieClip Frame 4
this._parent.tp = 3600; this._parent.tc = 0; this._parent.reload();
Symbol 254 Button
on (press) { this.tc--; this.reload(); }
Symbol 259 Button
on (press) { this.tc = ((this.tc < 0) ? (this.tc + 1) : 0); this.reload(); }
Symbol 262 Button
on (press) { if (this.submitted == false) { this.loadVariables((((this.__url + "hof_put.php?id=") + this.gid) + "&s=") + this.sc); } }
Symbol 266 Button
on (press) { this._parent.l = 10; this._parent.reload(); this.gotoAndStop(2); }
Symbol 269 Button
on (press) { this._parent.l = 100; this._parent.reload(); this.gotoAndStop(1); }
Symbol 270 MovieClip Frame 1
stop();
Symbol 283 MovieClip Frame 1
stop();
Symbol 283 MovieClip Frame 18
stop();
Symbol 287 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 286 MovieClip "m" in Symbol 287 MovieClip Frame 1
on (press) { this.startDrag(); } on (release, releaseOutside) { this.stopDrag(); this._parent.reset(); }
Symbol 292 MovieClip Frame 1
this._visible = _root.ligin == undefined; this.onPress = function () { getURL ("http://www.netstupidity.com"); };
Symbol 293 MovieClip Frame 1
this.submitted = false;
Symbol 293 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 298 Button
on (press) { _root.level = 0; _root.jumpScore = 0; _root.starting(); }
Symbol 367 Button
on (press) { gotoAndStop (16); }
Symbol 368 Button
on (press) { gotoAndStop (15); }
Symbol 369 Button
on (press) { gotoAndStop (14); }
Symbol 370 Button
on (press) { gotoAndStop (13); }
Symbol 371 Button
on (press) { gotoAndStop (12); }
Symbol 372 Button
on (press) { gotoAndStop (11); }
Symbol 373 Button
on (press) { gotoAndStop (10); }
Symbol 374 Button
on (press) { gotoAndStop (9); }
Symbol 375 Button
on (press) { gotoAndStop (24); }
Symbol 376 Button
on (press) { gotoAndStop (23); }
Symbol 377 Button
on (press) { gotoAndStop (22); }
Symbol 378 Button
on (press) { gotoAndStop (21); }
Symbol 379 Button
on (press) { gotoAndStop (20); }
Symbol 380 Button
on (press) { gotoAndStop (19); }
Symbol 381 Button
on (press) { gotoAndStop (18); }
Symbol 382 Button
on (press) { gotoAndStop (17); }
Symbol 388 MovieClip Frame 1
stop();
Instance of Symbol 217 MovieClip in Symbol 388 MovieClip Frame 1
//component parameters onClipEvent (initialize) { label = "Submit"; wide = 89; 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.hof(18); }
Symbol 398 Button
on (press) { getURL ("http://barada.pl/reserve.php?n=" + _root.nick, "_blank"); }

Library Items

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

Instance Names

"rampa"Frame 5Symbol 101 MovieClip
"zawodnik"Frame 5Symbol 151 MovieClip
"pingwin"Frame 5Symbol 155 MovieClip
"BonusScoreMC"Frame 5Symbol 174 MovieClip
"sfx"Frame 5Symbol 184 MovieClip
"jumpScoreMC"Frame 5Symbol 191 MovieClip
"shof"Frame 9Symbol 388 MovieClip
"load_lig"Frame 9Symbol 391 MovieClip
"pasek"Symbol 11 MovieClip Frame 1Symbol 10 MovieClip
"shad"Symbol 151 MovieClip Frame 2Symbol 111 MovieClip
"mute"Symbol 184 MovieClip Frame 1Symbol 179 MovieClip
"colorchip"Symbol 206 MovieClip Frame 1Symbol 201 MovieClip
"bottomhilite"Symbol 206 MovieClip Frame 1Symbol 203 MovieClip
"tophilite"Symbol 206 MovieClip Frame 1Symbol 205 MovieClip
"colorchip"Symbol 213 MovieClip Frame 1Symbol 208 MovieClip
"bottomhilite"Symbol 213 MovieClip Frame 1Symbol 210 MovieClip
"tophilite"Symbol 213 MovieClip Frame 1Symbol 212 MovieClip
"midshadow"Symbol 217 MovieClip Frame 1Symbol 197 MovieClip
"rightshadow"Symbol 217 MovieClip Frame 1Symbol 199 MovieClip
"leftshadow"Symbol 217 MovieClip Frame 1Symbol 199 MovieClip
"piece2"Symbol 217 MovieClip Frame 1Symbol 206 MovieClip
"piece1"Symbol 217 MovieClip Frame 1Symbol 213 MovieClip
"piece3"Symbol 217 MovieClip Frame 1Symbol 213 MovieClip
"label2"Symbol 217 MovieClip Frame 1Symbol 215 EditableText
"label1"Symbol 217 MovieClip Frame 1Symbol 216 EditableText
"f1"Symbol 283 MovieClip Frame 9Symbol 278 EditableText
"f2"Symbol 283 MovieClip Frame 15Symbol 279 EditableText
"f3"Symbol 283 MovieClip Frame 18Symbol 281 EditableText
"f4"Symbol 283 MovieClip Frame 18Symbol 282 EditableText
"s"Symbol 287 MovieClip Frame 1Symbol 286 MovieClip
"m"Symbol 287 MovieClip Frame 1Symbol 286 MovieClip
"rolki"Symbol 293 MovieClip Frame 2Symbol 283 MovieClip
"nick"Symbol 388 MovieClip Frame 1Symbol 385 EditableText

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "muzyczka"
ExportAssets (56)Timeline Frame 1Symbol 4 as "bonus"
ExportAssets (56)Timeline Frame 2Symbol 1 as "muzyczka"

Labels

"upadek"Symbol 151 MovieClip Frame 35
"music"Symbol 184 MovieClip Frame 5
"land"Symbol 184 MovieClip Frame 25
"blip"Symbol 184 MovieClip Frame 30
"scream1"Symbol 184 MovieClip Frame 35
"scream2"Symbol 184 MovieClip Frame 40
#"Symbol_7"Symbol 197 MovieClip Frame 1
#"Symbol_8"Symbol 199 MovieClip Frame 1
#"Symbol_14"Symbol 201 MovieClip Frame 1
#"Symbol_13"Symbol 203 MovieClip Frame 1
#"Symbol_12"Symbol 205 MovieClip Frame 1
#"Symbol_9"Symbol 208 MovieClip Frame 1
#"Symbol_11"Symbol 210 MovieClip Frame 1
#"Symbol_10"Symbol 212 MovieClip Frame 1
#"Symbol_3"Symbol 213 MovieClip Frame 1
"monthly"Symbol 247 MovieClip Frame 1
"weekly"Symbol 247 MovieClip Frame 2
"daily"Symbol 247 MovieClip Frame 3
"hourly"Symbol 247 MovieClip Frame 4

Dynamic Text Variables

infoSymbol 70 EditableText"DODGE THE OBSTACLES AND SCORE MORE THAN 20000 TO QUALIFY FOR ROUND 3"
_root.scrSymbol 159 EditableText""
_root.levelSymbol 161 EditableText"0"
_root.levelSymbol 162 EditableText"0"
_parent._parent.timeDisplaySymbol 164 EditableText"0:00"
_root.bscSymbol 167 EditableText""
_root.bscSymbol 168 EditableText""
_root.BonusScoreSymbol 170 EditableText"00000"
_root.BonusScoreSymbol 171 EditableText"00000"
_parent._parent.jumpScoreSymbol 188 EditableText"00000"
_parent._parent.jumpScoreSymbol 189 EditableText"00000"
labelSymbol 215 EditableText"       "
labelSymbol 216 EditableText"       "
psSymbol 225 EditableText"100"
scSymbol 227 EditableText"99999"
_parent.nSymbol 278 EditableText"<P ALIGN="LEFT"></P>"
_parent.sSymbol 279 EditableText"<P ALIGN="LEFT"></P>"
_parent.dSymbol 281 EditableText"<P ALIGN="LEFT"></P>"
_parent.tSymbol 282 EditableText"<P ALIGN="LEFT"></P>"
_root.nSymbol 303 EditableText"<P ALIGN="LEFT"></P>"
_root.sSymbol 304 EditableText"<P ALIGN="LEFT"></P>"
_root.dSymbol 305 EditableText"<P ALIGN="LEFT"></P>"
_root.scrSymbol 313 EditableText"your score"
_root.psSymbol 314 EditableText"your position"
_root.tSymbol 315 EditableText"<P ALIGN="LEFT"></P>"
_root.nSymbol 317 EditableText"<P ALIGN="LEFT"></P>"
_root.sSymbol 318 EditableText"<P ALIGN="LEFT"></P>"
_root.dSymbol 319 EditableText"<P ALIGN="LEFT"></P>"
_root.scrSymbol 325 EditableText"your score"
_root.psSymbol 326 EditableText"your position"
_root.tSymbol 327 EditableText"<P ALIGN="LEFT"></P>"
_root.nickSymbol 384 EditableText"enter your nickname here"
_root.nickSymbol 385 EditableText"enter your nickname here"




http://swfchan.com/9/42786/info.shtml
Created: 9/5 -2019 18:49:57 Last modified: 9/5 -2019 18:49:57 Server time: 16/05 -2024 22:40:55