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

<div style="position:absolute;top:-99px;left:-99px;"><img src="https://tools.swfchan.com/stathit.asp?noj=FRM47613829-6DC&rnd=47613829" width="1" height="1"></div>

Sonar Challenge.swf

This is the info page for
Flash #24995

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


Text
www.doubleyou.com

0

SONAR CHALLENGE

LOADING

1

Joakim Borgstrom

joakim@doubleyou.com

00.02.05

05.00

999

.ww

2

Eric Torte

ANOTHER@mail.com

00.02.05

05.00

985

.co

3

John Blig

SOMUCH@you.com

00.02.05

05.00

858

.za

4

Terence Trent

TEDODORE@HITS.com

00.02.05

05.00

774

.uk

5

Mike Mcguill

NOMORE@eyou.com

00.02.05

05.00

687

.fr

6

Norman Chrales

NCHARLES@chrales.net

00.02.05

05.00

587

.es

7

Robert Red

DENILSON@CAMISA.net

00.02.05

05.00

255

.tr

8

PHILLIP CASTRO

FRETE@eyou.com

00.02.05

05.00

245

.wp

9

TED AUTON

u2@2u.com

00.02.05

05.00

120

.bb

10

JOHN JENKINS

AREWE@WEARE.com

00.02.05

05.00

87

.br

0

YOUR SCORE:

100

00:00:00

g

register

CONTROL

secaio

secaio

secaio

secaio

secaio

secaio

secaio

jugando

record

record

record

record

record

record

record

ballsounds

ballsounds

ballsounds

ballsounds

ovacion

CURRENT HIGHSCORE

EDSON ARANTES "PELE"

166 POINTS

22.04 SECONDS

created by DOUBLEYOU

www.doubleyou.com

TOP SCORES

NAME

E-MAIL

DATE

DUR.

HITS

100

joakim borgstrom

00.12.05

207

.
.

view all

NAME

E-MAIL

E-MAIL

...

COUNTRY

...

COUNTRY

cancel

cancel

cancel

send

send

send

ENTER YOUR DATA

Fill your Name

THANK YOU

...

...

ActionScript [AS1/AS2]

Frame 1
function convertXMLPlayers() { trace(this); mainTag = new XML(); elementTag = new XML(); playersList = new Array(); propertiesList = new Array(); playersArray = []; mainTag = this.firstChild.nextSibling; if (mainTag.nodeName.toLowerCase() == "players_root_tag") { playersList = mainTag.childNodes; i = 0; while (i < playersList.length) { if (playersList[i].nodeName.toLowerCase() == "player") { propertiesList = playersList[i].childNodes; var name = ""; var mail = ""; var country = ""; var tiempo = ""; var day = ""; var hits = ""; j = 0; while (propertiesList.length >= j) { elementTag = propertiesList[j]; elementType = elementTag.nodeName.toLowerCase(); if (elementType == "name") { name = elementTag.firstChild.nodeValue; } else if (elementType == "mail") { mail = elementTag.firstChild.nodeValue; } else if (elementType == "country") { country = elementTag.firstChild.nodeValue; } else if (elementType == "tiempo") { tiempo = elementTag.firstChild.nodeValue; } else if (elementType == "day") { day = elementTag.firstChild.nodeValue; } else if (elementType == "hits") { hits = elementTag.firstChild.nodeValue; } j++; } playersArray[playersArray.length] = [name, mail, country, tiempo, day, hits]; } i++; } } trace("* " + playersArray); createTopList(); } function createTopList() { depth = 10; var top = ((10 < playersArray.length) ? 10 : (playersArray.length)); _root.scoredata.positionTxt1 = 1; _root.scoredata.nameTxt1 = playersArray[0][0]; _root.scoredata.mailTxt1 = playersArray[0][1]; _root.scoredata.countryTxt1 = playersArray[0][2]; _root.scoredata.tiempoTxt1 = playersArray[0][3]; _root.scoredata.dayTxt1 = playersArray[0][4]; _root.scoredata.hitsTxt1 = playersArray[0][5]; _root.scoredata.positionTxt2 = 2; _root.scoredata.nameTxt2 = playersArray[1][0]; _root.scoredata.mailTxt2 = playersArray[1][1]; _root.scoredata.countryTxt2 = playersArray[1][2]; _root.scoredata.tiempoTxt2 = playersArray[1][3]; _root.scoredata.dayTxt2 = playersArray[1][4]; _root.scoredata.hitsTxt2 = playersArray[1][5]; _root.scoredata.positionTxt3 = 3; _root.scoredata.nameTxt3 = playersArray[2][0]; _root.scoredata.mailTxt3 = playersArray[2][1]; _root.scoredata.countryTxt3 = playersArray[2][2]; _root.scoredata.tiempoTxt3 = playersArray[2][3]; _root.scoredata.dayTxt3 = playersArray[2][4]; _root.scoredata.hitsTxt3 = playersArray[2][5]; _root.scoredata.positionTxt4 = 4; _root.scoredata.nameTxt4 = playersArray[3][0]; _root.scoredata.mailTxt4 = playersArray[3][1]; _root.scoredata.countryTxt4 = playersArray[3][2]; _root.scoredata.tiempoTxt4 = playersArray[3][3]; _root.scoredata.dayTxt4 = playersArray[3][4]; _root.scoredata.hitsTxt4 = playersArray[3][5]; _root.scoredata.positionTxt5 = 5; _root.scoredata.nameTxt5 = playersArray[4][0]; _root.scoredata.mailTxt5 = playersArray[4][1]; _root.scoredata.countryTxt5 = playersArray[4][2]; _root.scoredata.tiempoTxt5 = playersArray[4][3]; _root.scoredata.dayTxt5 = playersArray[4][4]; _root.scoredata.hitsTxt5 = playersArray[4][5]; _root.scoredata.positionTxt6 = 6; _root.scoredata.nameTxt6 = playersArray[5][0]; _root.scoredata.mailTxt6 = playersArray[5][1]; _root.scoredata.countryTxt6 = playersArray[5][2]; _root.scoredata.tiempoTxt6 = playersArray[5][3]; _root.scoredata.dayTxt6 = playersArray[5][4]; _root.scoredata.hitsTxt6 = playersArray[5][5]; _root.scoredata.positionTxt7 = 7; _root.scoredata.nameTxt7 = playersArray[6][0]; _root.scoredata.mailTxt7 = playersArray[6][1]; _root.scoredata.countryTxt7 = playersArray[6][2]; _root.scoredata.tiempoTxt7 = playersArray[6][3]; _root.scoredata.dayTxt7 = playersArray[6][4]; _root.scoredata.hitsTxt7 = playersArray[6][5]; _root.scoredata.positionTxt8 = 8; _root.scoredata.nameTxt8 = playersArray[7][0]; _root.scoredata.mailTxt8 = playersArray[7][1]; _root.scoredata.countryTxt8 = playersArray[7][2]; _root.scoredata.tiempoTxt8 = playersArray[7][3]; _root.scoredata.dayTxt8 = playersArray[7][4]; _root.scoredata.hitsTxt8 = playersArray[7][5]; _root.scoredata.positionTxt9 = 9; _root.scoredata.nameTxt9 = playersArray[8][0]; _root.scoredata.mailTxt9 = playersArray[8][1]; _root.scoredata.countryTxt9 = playersArray[8][2]; _root.scoredata.tiempoTxt9 = playersArray[8][3]; _root.scoredata.dayTxt9 = playersArray[8][4]; _root.scoredata.hitsTxt9 = playersArray[8][5]; _root.scoredata.positionTxt10 = 10; _root.scoredata.nameTxt10 = playersArray[9][0]; _root.scoredata.mailTxt10 = playersArray[9][1]; _root.scoredata.countryTxt10 = playersArray[9][2]; _root.scoredata.tiempoTxt10 = playersArray[9][3]; _root.scoredata.dayTxt10 = playersArray[9][4]; _root.scoredata.hitsTxt10 = playersArray[9][5]; _root.hs.winner = playersArray[0][0]; _root.hs.points = playersArray[0][5] + " POINTS"; _root.hs.duration = playersArray[0][3] + " DURATION"; _root.country = countryCodes[0]; var ultimo = playersArray[playersArray.length - 1]; _root.numero100 = ultimo[5]; _root.numero100posicion = playersArray.length; _root.numero100name = ultimo[0]; _root.numero100time = ultimo[3]; _root.name100 = _root.numero100name; _root.tiempo100 = _root.numero100time; _root.hits100 = _root.numero100; } indexPlayers = 0; playersArray = []; createdPlayers = []; players = new XML(); players.load("http://fire.he.net/cgi-bin/suid/~sonarr/sonarank.cgi?t=" + new Date().getTime()); players.onLoad = convertXMLPlayers; stop();
Instance of Symbol 8 MovieClip in Frame 1
onClipEvent (enterFrame) { _root.loading = Math.round(100 - ((_root.getBytesLoaded() / _root.getBytesTotal()) * 100)); if (_root.loading == 0) { _root.gotoAndPlay(1, "challenge"); } }
Frame 2
function convertXMLPlayers() { trace(this); mainTag = new XML(); elementTag = new XML(); playersList = new Array(); propertiesList = new Array(); playersArray = []; mainTag = this.firstChild.nextSibling; if (mainTag.nodeName.toLowerCase() == "players_root_tag") { playersList = mainTag.childNodes; i = 0; while (i < playersList.length) { if (playersList[i].nodeName.toLowerCase() == "player") { propertiesList = playersList[i].childNodes; var name = ""; var mail = ""; var country = ""; var tiempo = ""; var day = ""; var hits = ""; j = 0; while (propertiesList.length >= j) { elementTag = propertiesList[j]; elementType = elementTag.nodeName.toLowerCase(); if (elementType == "name") { name = elementTag.firstChild.nodeValue; } else if (elementType == "mail") { mail = elementTag.firstChild.nodeValue; } else if (elementType == "country") { country = elementTag.firstChild.nodeValue; } else if (elementType == "tiempo") { tiempo = elementTag.firstChild.nodeValue; } else if (elementType == "day") { day = elementTag.firstChild.nodeValue; } else if (elementType == "hits") { hits = elementTag.firstChild.nodeValue; } j++; } playersArray[playersArray.length] = [name, mail, country, tiempo, day, hits]; } i++; } } trace("* " + playersArray); createTopList(); } function createTopList() { depth = 10; var top = ((10 < playersArray.length) ? 10 : (playersArray.length)); _root.scoredata.positionTxt1 = 1; _root.scoredata.nameTxt1 = playersArray[0][0]; _root.scoredata.mailTxt1 = playersArray[0][1]; _root.scoredata.countryTxt1 = playersArray[0][2]; _root.scoredata.tiempoTxt1 = playersArray[0][3]; _root.scoredata.dayTxt1 = playersArray[0][4]; _root.scoredata.hitsTxt1 = playersArray[0][5]; _root.scoredata.positionTxt2 = 2; _root.scoredata.nameTxt2 = playersArray[1][0]; _root.scoredata.mailTxt2 = playersArray[1][1]; _root.scoredata.countryTxt2 = playersArray[1][2]; _root.scoredata.tiempoTxt2 = playersArray[1][3]; _root.scoredata.dayTxt2 = playersArray[1][4]; _root.scoredata.hitsTxt2 = playersArray[1][5]; _root.scoredata.positionTxt3 = 3; _root.scoredata.nameTxt3 = playersArray[2][0]; _root.scoredata.mailTxt3 = playersArray[2][1]; _root.scoredata.countryTxt3 = playersArray[2][2]; _root.scoredata.tiempoTxt3 = playersArray[2][3]; _root.scoredata.dayTxt3 = playersArray[2][4]; _root.scoredata.hitsTxt3 = playersArray[2][5]; _root.scoredata.positionTxt4 = 4; _root.scoredata.nameTxt4 = playersArray[3][0]; _root.scoredata.mailTxt4 = playersArray[3][1]; _root.scoredata.countryTxt4 = playersArray[3][2]; _root.scoredata.tiempoTxt4 = playersArray[3][3]; _root.scoredata.dayTxt4 = playersArray[3][4]; _root.scoredata.hitsTxt4 = playersArray[3][5]; _root.scoredata.positionTxt5 = 5; _root.scoredata.nameTxt5 = playersArray[4][0]; _root.scoredata.mailTxt5 = playersArray[4][1]; _root.scoredata.countryTxt5 = playersArray[4][2]; _root.scoredata.tiempoTxt5 = playersArray[4][3]; _root.scoredata.dayTxt5 = playersArray[4][4]; _root.scoredata.hitsTxt5 = playersArray[4][5]; _root.scoredata.positionTxt6 = 6; _root.scoredata.nameTxt6 = playersArray[5][0]; _root.scoredata.mailTxt6 = playersArray[5][1]; _root.scoredata.countryTxt6 = playersArray[5][2]; _root.scoredata.tiempoTxt6 = playersArray[5][3]; _root.scoredata.dayTxt6 = playersArray[5][4]; _root.scoredata.hitsTxt6 = playersArray[5][5]; _root.scoredata.positionTxt7 = 7; _root.scoredata.nameTxt7 = playersArray[6][0]; _root.scoredata.mailTxt7 = playersArray[6][1]; _root.scoredata.countryTxt7 = playersArray[6][2]; _root.scoredata.tiempoTxt7 = playersArray[6][3]; _root.scoredata.dayTxt7 = playersArray[6][4]; _root.scoredata.hitsTxt7 = playersArray[6][5]; _root.scoredata.positionTxt8 = 8; _root.scoredata.nameTxt8 = playersArray[7][0]; _root.scoredata.mailTxt8 = playersArray[7][1]; _root.scoredata.countryTxt8 = playersArray[7][2]; _root.scoredata.tiempoTxt8 = playersArray[7][3]; _root.scoredata.dayTxt8 = playersArray[7][4]; _root.scoredata.hitsTxt8 = playersArray[7][5]; _root.scoredata.positionTxt9 = 9; _root.scoredata.nameTxt9 = playersArray[8][0]; _root.scoredata.mailTxt9 = playersArray[8][1]; _root.scoredata.countryTxt9 = playersArray[8][2]; _root.scoredata.tiempoTxt9 = playersArray[8][3]; _root.scoredata.dayTxt9 = playersArray[8][4]; _root.scoredata.hitsTxt9 = playersArray[8][5]; _root.scoredata.positionTxt10 = 10; _root.scoredata.nameTxt10 = playersArray[9][0]; _root.scoredata.mailTxt10 = playersArray[9][1]; _root.scoredata.countryTxt10 = playersArray[9][2]; _root.scoredata.tiempoTxt10 = playersArray[9][3]; _root.scoredata.dayTxt10 = playersArray[9][4]; _root.scoredata.hitsTxt10 = playersArray[9][5]; _root.hs.winner = playersArray[0][0]; _root.hs.points = playersArray[0][5] + " POINTS"; _root.hs.duration = playersArray[0][3] + " DURATION"; _root.country = countryCodes[0]; var ultimo = playersArray[playersArray.length - 1]; _root.numero100 = ultimo[5]; _root.numero100posicion = playersArray.length; _root.numero100name = ultimo[0]; _root.numero100time = ultimo[3]; _root.name100 = _root.numero100name; _root.tiempo100 = _root.numero100time; _root.hits100 = _root.numero100; } fscommand ("allowscale", false); fscommand ("showmenu", false); var countryCodes = ["...", ".ac", ".ad", ".ae", ".af", ".ag", ".ai", ".al", ".am", ".an", ".ao", ".aq", ".ar", ".as", ".at", ".au", ".aw", ".az", ".ba", ".bb", ".bd", ".be", ".bf", ".bg", ".bh", ".bi", ".bj", ".bm", ".bn", ".bo", ".br", ".bs", ".bt", ".bv", ".bw", ".by", ".bz", ".ca", ".cc", ".cd", ".cf", ".cg", ".ch", ".ci", ".ck", ".cl", ".cm", ".cn", ".co", ".cr", ".cu", ".cv", ".cx", ".cy", ".cz", ".de", ".dj", ".dk", ".dm", ".do", ".dz", ".ec", ".ee", ".eg", ".eh", ".er", ".es", ".et", ".fi", ".fj", ".fk", ".fm", ".fo", ".fr", ".ga", ".gd", ".ge", ".gf", ".gg", ".gh", ".gi", ".gl", ".gm", ".gn", ".gp", ".gq", ".gr", ".gs", ".gt", ".gu", ".gw", ".gy", ".hk", ".hm", ".hn", ".hr", ".ht", ".hu", ".id", ".ie", ".il", ".im", ".in", ".io", ".iq", ".ir", ".is", ".it", ".je", ".jm", ".jo", ".jp", ".ke", ".kg", ".kh", ".ki", ".km", ".kn", ".kp", ".kr", ".kw", ".ky", ".kz", ".la", ".lb", ".lc", ".li", ".lk", ".lr", ".ls", ".lt", ".lu", ".lv", ".ly", ".ma", ".mc", ".md", ".mg", ".mh", ".mk", ".ml", ".mm", ".mn", ".mo", ".mp", ".mq", ".mr", ".ms", ".mt", ".mu", ".mv", ".mw", ".mx", ".my", ".mz", ".na", ".nc", ".ne", ".nf", ".ng", ".ni", ".nl", ".no", ".np", ".nr", ".nu", ".nz", ".om", ".pa", ".pe", ".pf", ".pg", ".ph", ".pk", ".pl", ".pm", ".pn", ".pr", ".ps", ".pt", ".pw", ".py", ".qa", ".re", ".ro", ".ru", ".rw", ".sa", ".sb", ".sc", ".sd", ".se", ".sg", ".sh", ".si", ".sj", ".sk", ".sl", ".sm", ".sn", ".so", ".sr", ".st", ".sv", ".sy", ".sz", ".tc", ".td", ".tf", ".tg", ".th", ".tj", ".tk", ".tm", ".tn", ".to", ".tp", ".tr", ".tt", ".tv", ".tw", ".tz", ".ua", ".ug", ".uk", ".um", ".us", ".uy", ".uz", ".va", ".vc", ".ve", ".vg", ".vi", ".vn", ".vu", ".wf", ".ws", ".ye", ".yt", ".yu", ".za", ".zm", ".zw"]; indexPlayers = 0; playersArray = []; createdPlayers = []; players = new XML(); players.load("http://fire.he.net/cgi-bin/suid/~sonarr/sonarank.cgi?t=" + new Date().getTime()); players.onLoad = convertXMLPlayers; _focusrect = false; _root.tempo = ""; _root.marcador = ""; var d = new Date(); var m_i = d.getMinutes(); var s_i = d.getSeconds(); var ms_i = d.getMilliseconds(); var ti = d.getTime(); var sonidoCount = 0; var sonidoCount2 = 0; var m = 0; var s = 0; var ms = 0; MovieClip.prototype.colorSetRGB = function (r, g, b) { new Color(this).setTransform({ra:r, ba:b, ga:g}); var colorHsl = rgb2hsl(_root.RGB.r, _root.RGB.g, _root.RGB.b); this._r = r; this._g = g; this._b = b; this._h = colorHsl.h; this._s = colorHsl.s; this._l = colorHsl.l; }; MovieClip.prototype.colorSetHSL = function (h, s, l) { var colorRgb = hsl2rgb(h, s, l); new Color(this).setTransform(colorRgb); this._r = colorRgb.ra; this._g = colorRgb.ga; this._b = colorRgb.ba; this._h = h; this._s = s; this._l = l; }; MovieClip.prototype.colorSetFlashColor = function (r, g, b, rb, gb, bb) { new Color(this).setTransform({ra:r, rb:rb, ga:g, gb:gb, ba:b, bb:bb}); var colorHsl = rgb2hsl(_root.RGB.r, _root.RGB.g, _root.RGB.b); this._r = r; this._g = g; this._b = b; this._h = colorHsl.h; this._s = colorHsl.s; this._l = colorHsl.l; }; Object.prototype.hsl2rgb = function (h, s, l) { if (s != undefined) { s = (100 - s) / 100; l = (100 - l) / 100; } if (((300 < h) && (360 >= h)) || ((h >= 0) && (60 >= h))) { r = 255; g = (h / 60) * 255; b = ((360 - h) / 60) * 255; } else if ((60 < h) && (180 >= h)) { r = ((120 - h) / 60) * 255; g = 255; b = ((h - 120) / 60) * 255; } else { r = ((h - 240) / 60) * 255; g = ((240 - h) / 60) * 255; b = 255; } if ((255 < r) || (r < 0)) { r = 0; } if ((255 < g) || (g < 0)) { g = 0; } if ((255 < b) || (b < 0)) { b = 0; } if (s != undefined) { r = r + ((255 - r) * s); g = g + ((255 - g) * s); b = b + ((255 - b) * s); r = r - (r * l); g = g - (g * l); b = b - (b * l); r = Math.round(r / 2.55); g = Math.round(g / 2.55); b = Math.round(b / 2.55); } return({ra:r, ga:g, ba:b, rb:10, gb:10, bb:10}); }; Object.prototype.rgb2hsl = function (r, g, b) { r = r / 100; g = g / 100; b = b / 100; var max_value = Math.max(r, Math.max(g, b)); var min_value = Math.min(r, Math.min(g, b)); var diff = (max_value - min_value); l = (max_value + min_value) / 2; l = l * 100; if (diff == 0) { h = 0; s = 0; } else { if (l < 0.5) { s = diff / (max_value + min_value); } else { s = diff / (2 - dif); } l = Math.round(l); s = Math.round(s * 100); r_dist = (max_value - r) / diff; g_dist = (max_value - g) / diff; b_dist = (max_value - b) / diff; if (r == max_value) { h = b_dist - g_dist; } else if (g == max_value) { h = (2 + r_dist) - b_dist; } else { h = (4 + g_dist) - r_dist; } h = Math.round(h * 60); if (h < 0) { h = h + 360; } } return({h:h, s:s, l:l}); }; startDrag (_root.mouse, true); fuerzay = 30; fuerzax = 15; chute = 1; _focusrect = false; ball.tabEnabled = false;
Instance of Symbol 96 MovieClip "mouse" in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.ball.dirx = (_root.ball._x - _x) * _root.fuerzax; _root.ball.diry = (-_root.fuerzay) + (y - _y); } }
Instance of Symbol 111 MovieClip "bestscore" in Frame 2
/* no clip actions */
Instance of Symbol 185 MovieClip [ball] "ball" in Frame 2
onClipEvent (load) { _focusrect = false; gravity = 150; friction = 0.75; ww = 468; wh = 400; left = 0 + (_width / 2); bottom = wh - (_height / 2); right = ww - (_width / 2); top = -100 + (_height / 2); } onClipEvent (enterFrame) { var dd = new Date(); var ta = dd.getTime(); var dt = (ta - _root.ti); var centseg = (((dt % 1000) - (dt % 10)) / 10); if (centseg < 10) { centseg = "0" + centseg; } var seg = ((dt - (dt % 1000)) / 1000); if (seg < 10) { seg = "0" + seg; } var min = ((seg - (seg % 60)) / 60); if (min < 10) { min = "0" + min; } var tmpseg = (seg % 60); if (tmpseg < 10) { tmpseg = "0" + tmpseg; } var tutiempo = ((((min + ":") + tmpseg) + ":") + centseg); _root.tempo = tutiempo; oldx = x; oldy = y; x = _x; y = _y; diry = diry + (gravity / 8); x = x + (dirx / 10); y = y + (diry / 10); if (y < top) { y = top; dirx = dirx * friction; diry = -(diry * friction); } if (_root.highscore >= _root.contador.count) { _root.contador.colorSetRGB(10, 10, 10); } else { _root.sonidoCount2 = _root.sonidoCount2 + 1; if (_root.sonidoCount2 == 1) { _root.contador.colorSetRGB(20, 20, 20); } } if ((bottom < y) && (0 < _root.highscore)) { _root.bestscore.play(); } if (bottom < y) { var time100 = ((_root.numero100time.substring(0, 2) + _root.numero100time.substring(3, 5)) + _root.numero100time.substring(6, 8)); var timemine = ((_root.playball.substring(0, 2) + _root.playball.substring(3, 5)) + _root.playball.substring(6, 8)); if (((0 < _root.contador.count) && (_root.marcador < _root.contador.count)) && ((((_root.contador.count == _root.numero100) && (timemine < time100)) || (_root.numero100 < _root.contador.count)) || (_root.playersArray.length < 100))) { _root.enterName.play(); } _root.sonidoCount2 = 0; _root.sonidoCount = _root.sonidoCount + 1; if (_root.sonidoCount == 1) { randomize = random(6) + 1; cwhat = "c" + randomize; _root.secaio.gotoAndPlay(cwhat); } if (_root.highscore < _root.contador.count) { _root.highscore = _root.contador.count; _root.marcador = _root.highscore; _root.playball = tutiempo; _root.bestscore.gotoAndPlay(2); } _root.ti = new Date().getTime(); _root.contador.count = 0; _root.tempo = "00:00:00"; y = bottom; dirx = dirx * friction; diry = -(diry * friction); } if (x < left) { x = left; dirx = -(dirx * friction); diry = diry * friction; } if (right < x) { x = right; dirx = -(dirx * friction); diry = diry * friction; } _x = x; _y = y; if ((Math.floor((oldy - y) * 10) == 0) && (Math.floor((oldx - x) * 10) == 0)) { this._nextf = 0; } else { this._nextf = _root.chute; } if (this._nextf == 0) { this.stop(); } else if (this._nextf < 0) { if (this._currentFrame == 1) { this.gotoAndStop(this._totalFrames); } else { this.prevFrame(); } } else if (this._currentFrame == this._totalFrames) { this.gotoAndStop(1); } else { this.nextFrame(); } updateAfterEvent(enterFrame); }
Instance of Symbol 190 MovieClip in Frame 2
/* no clip actions */
Frame 3
stop();
Frame 4
randomize = random(5) + 1; cwhat = "c" + randomize; _root.ovacion.gotoAndPlay(cwhat);
Frame 19
createTopList(); stop();
Frame 35
gotoAndStop (3);
Frame 36
var countryNum = 0; var minusOver = false; var plusOver = false; var velocidad = 10; randomize = random(5) + 1; cwhat = "c" + randomize; _root.ovacion.gotoAndPlay(cwhat);
Instance of Symbol 320 MovieClip "ccontrol" in Frame 36
onClipEvent (enterFrame) { gang = gang + 1; if ((gang % _root.velocidad) == 0) { if (_root.plusOver) { _root.countryNum = _root.countryNum + 1; if (_root.countryCodes.length < _root.countryNum) { _root.countryNum = 0; } _root.reg_country = _root.countryCodes[_root.countryNum]; } if (_root.minusOver) { _root.countryNum = _root.countryNum - 1; if (_root.countryNum < 0) { _root.countryNum = _root.countryCodes.length; } _root.reg_country = _root.countryCodes[_root.countryNum]; } } }
Frame 48
stop();
Frame 66
gotoAndStop (3);
Symbol 94 Button
on (release) { getURL ("http://www.sonar.es", "_blank"); }
Symbol 111 MovieClip Frame 1
stop();
Symbol 111 MovieClip Frame 11
stop();
Symbol 111 MovieClip Frame 12
gotoAndPlay(_currentframe - 1);
Symbol 121 Button
on (press) { _root.gotoAndPlay("keyboard"); }
Symbol 122 MovieClip Frame 1
stop();
Symbol 122 MovieClip Frame 4
stop();
Symbol 122 MovieClip Frame 5
gotoAndStop(_currentframe - 1);
Symbol 124 Button
on (rollOver, dragOver) { randomize = random(6) + 1; cwhat = "c" + randomize; _root.ballsounds.gotoAndPlay(cwhat); dirx = ((_root.ball._x - _root.mouse._x) * 15) + faktor; if ((1 >= Math.abs(dirx)) && (Math.abs(dirx) >= 0)) { dirx = 2; } diry = -200 + (y - _root.mouse._y); _root.contador.count++; if (_root.mouse._x >= _x) { _root.chute = 1; } else { _root.chute = -1; } _root.sonidoCount = 0; }
Symbol 185 MovieClip [ball] Frame 1
stop();
Symbol 187 Button
on (press) { gotoAndPlay (3); }
Symbol 210 MovieClip Frame 1
stop();
Symbol 210 MovieClip Frame 2
stopAllSounds();
Symbol 210 MovieClip Frame 13
gotoAndStop (1);
Symbol 210 MovieClip Frame 14
stopAllSounds();
Symbol 210 MovieClip Frame 26
gotoAndStop (1);
Symbol 210 MovieClip Frame 27
stopAllSounds();
Symbol 210 MovieClip Frame 38
gotoAndStop (1);
Symbol 210 MovieClip Frame 39
stopAllSounds();
Symbol 210 MovieClip Frame 52
gotoAndStop (1);
Symbol 210 MovieClip Frame 53
stopAllSounds();
Symbol 210 MovieClip Frame 62
gotoAndStop (1);
Symbol 210 MovieClip Frame 63
stopAllSounds();
Symbol 210 MovieClip Frame 75
gotoAndStop (1);
Symbol 218 MovieClip Frame 142
randomize = random(6) + 1; cwhat = "c" + randomize; gotoAndPlay(cwhat);
Symbol 218 MovieClip Frame 143
Symbol 218 MovieClip Frame 282
randomize = random(6) + 1; cwhat = "c" + randomize; gotoAndPlay(cwhat);
Symbol 218 MovieClip Frame 408
randomize = random(6) + 1; cwhat = "c" + randomize; gotoAndPlay(cwhat);
Symbol 218 MovieClip Frame 598
randomize = random(6) + 1; cwhat = "c" + randomize; gotoAndPlay(cwhat);
Symbol 218 MovieClip Frame 781
randomize = random(6) + 1; cwhat = "c" + randomize; gotoAndPlay(cwhat);
Symbol 218 MovieClip Frame 782
Symbol 218 MovieClip Frame 981
randomize = random(6) + 1; cwhat = "c" + randomize; gotoAndPlay(cwhat);
Symbol 235 MovieClip Frame 1
stop();
Symbol 235 MovieClip Frame 2
stopAllSounds();
Symbol 235 MovieClip Frame 20
gotoAndStop (1);
Symbol 235 MovieClip Frame 21
stopAllSounds();
Symbol 235 MovieClip Frame 38
gotoAndStop (1);
Symbol 235 MovieClip Frame 39
stopAllSounds();
Symbol 235 MovieClip Frame 60
gotoAndStop (1);
Symbol 235 MovieClip Frame 61
stopAllSounds();
Symbol 235 MovieClip Frame 79
gotoAndStop (1);
Symbol 235 MovieClip Frame 80
stopAllSounds();
Symbol 235 MovieClip Frame 97
gotoAndStop (1);
Symbol 235 MovieClip Frame 98
stopAllSounds();
Symbol 235 MovieClip Frame 119
gotoAndStop (1);
Symbol 248 MovieClip Frame 1
stop();
Symbol 248 MovieClip Frame 8
gotoAndStop (1);
Symbol 248 MovieClip Frame 16
gotoAndStop (1);
Symbol 248 MovieClip Frame 22
gotoAndStop (1);
Symbol 248 MovieClip Frame 30
gotoAndStop (1);
Symbol 248 MovieClip Frame 38
gotoAndStop (1);
Symbol 248 MovieClip Frame 46
gotoAndStop (1);
Symbol 255 MovieClip Frame 1
stop();
Symbol 255 MovieClip Frame 2
stopAllSounds();
Symbol 255 MovieClip Frame 20
gotoAndStop (1);
Symbol 255 MovieClip Frame 21
stopAllSounds();
Symbol 255 MovieClip Frame 38
gotoAndStop (1);
Symbol 255 MovieClip Frame 39
stopAllSounds();
Symbol 255 MovieClip Frame 60
gotoAndStop (1);
Symbol 255 MovieClip Frame 61
stopAllSounds();
Symbol 255 MovieClip Frame 79
gotoAndStop (1);
Symbol 255 MovieClip Frame 80
stopAllSounds();
Symbol 255 MovieClip Frame 97
gotoAndStop (1);
Symbol 289 Button
on (release) { getURL ("http://www.doubleyou.com", "_blank"); }
Symbol 295 Button
on (rollOver) { gotoAndPlay(_currentframe + 1 +1); }
Symbol 297 Button
on (press) { gotoAndPlay(_currentframe + 1 +1); }
Symbol 314 Button
on (release) { getURL ("ranking.html", "_self"); }
Symbol 337 Button
on (rollOver) { _root.plusOver = true; } on (rollOut, dragOut) { _root.plusOver = false; } on (press) { _root.velocidad = 1; } on (release, releaseOutside) { _root.velocidad = 10; }
Symbol 339 Button
on (rollOver) { _root.minusOver = true; } on (rollOut, dragOut) { _root.minusOver = false; } on (press) { _root.velocidad = 1; } on (release, releaseOutside) { _root.velocidad = 10; }
Symbol 349 Button
on (press) { gotoAndStop (3); }
Symbol 357 Button
on (press) { play(); }
Symbol 358 Button
on (release) { if (_root.reg_name ne "") { _root.thks.play(); randomize = random(5) + 1; cwhat = "c" + randomize; _root.ovacion.gotoAndPlay(cwhat); loginXML = new XML(); loginElement = loginXML.createElement("Entrada"); loginElement.attributes.name = _root.reg_name; loginElement.attributes.mail = _root.reg_mail; loginElement.attributes.country = _root.reg_country; loginElement.attributes.tiempo = _root.playball; loginElement.attributes.hits = _root.marcador; loginXML.appendChild(loginElement); loginXML.contentType = "text/xml"; loginReplyXML = new XML(); loginReplyXML.onLoad = convertXMLPlayers; loginXML.sendAndLoad("http://fire.he.net/cgi-bin/suid/~sonarr/sonarank.cgi", loginReplyXML); _root.enterName.gotoAndStop(1); play(); } else { _root.warn.play(); } }
Symbol 363 MovieClip Frame 1
stop();
Symbol 363 MovieClip Frame 30
stop();
Symbol 366 MovieClip Frame 1
stop();
Symbol 366 MovieClip Frame 11
stop();

Library Items

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

Instance Names

"scoredata"Frame 2Symbol 90 MovieClip
"mouse"Frame 2Symbol 96 MovieClip
"contador"Frame 2Symbol 99 MovieClip
"bestscore"Frame 2Symbol 111 MovieClip
"enterName"Frame 2Symbol 122 MovieClip
"ball"Frame 2Symbol 185 MovieClip [ball]
"secaio"Frame 2Symbol 210 MovieClip
"jugando"Frame 2Symbol 218 MovieClip
"record"Frame 2Symbol 235 MovieClip
"ballsounds"Frame 2Symbol 248 MovieClip
"ovacion"Frame 2Symbol 255 MovieClip
"hs"Frame 2Symbol 283 MovieClip
"scoredata"Frame 19Symbol 90 MovieClip
"ccontrol"Frame 36Symbol 320 MovieClip
"warn"Frame 48Symbol 363 MovieClip
"thks"Frame 48Symbol 366 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 3 as "doubleyou"
ExportAssets (56)Timeline Frame 2Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 3Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 4Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 5Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 6Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 7Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 8Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 9Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 10Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 11Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 12Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 13Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 14Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 15Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 16Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 17Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 18Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 19Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 20Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 21Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 22Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 23Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 24Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 25Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 26Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 27Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 28Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 29Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 30Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 31Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 32Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 33Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 34Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 35Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 36Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 37Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 38Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 39Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 40Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 41Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 42Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 43Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 44Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 45Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 46Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 47Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 48Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 49Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 50Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 51Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 52Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 53Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 54Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 55Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 56Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 57Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 58Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 59Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 60Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 61Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 62Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 63Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 64Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 65Symbol 185 as "ball"
ExportAssets (56)Timeline Frame 66Symbol 185 as "ball"

Labels

"highscore"Frame 4
"keyboard"Frame 36
"c1"Symbol 210 MovieClip Frame 2
"c2"Symbol 210 MovieClip Frame 14
"c3"Symbol 210 MovieClip Frame 27
"c4"Symbol 210 MovieClip Frame 39
"c5"Symbol 210 MovieClip Frame 53
"c6"Symbol 210 MovieClip Frame 63
"c1"Symbol 218 MovieClip Frame 2
"c2"Symbol 218 MovieClip Frame 143
"c3"Symbol 218 MovieClip Frame 283
"c4"Symbol 218 MovieClip Frame 409
"c5"Symbol 218 MovieClip Frame 599
"c6"Symbol 218 MovieClip Frame 782
"c1"Symbol 235 MovieClip Frame 2
"c2"Symbol 235 MovieClip Frame 21
"c3"Symbol 235 MovieClip Frame 39
"c4"Symbol 235 MovieClip Frame 61
"c5"Symbol 235 MovieClip Frame 80
"c6"Symbol 235 MovieClip Frame 98
"c1"Symbol 248 MovieClip Frame 2
"c2"Symbol 248 MovieClip Frame 9
"c3"Symbol 248 MovieClip Frame 17
"c4"Symbol 248 MovieClip Frame 23
"c5"Symbol 248 MovieClip Frame 31
"c6"Symbol 248 MovieClip Frame 39
"c1"Symbol 255 MovieClip Frame 2
"c2"Symbol 255 MovieClip Frame 21
"c3"Symbol 255 MovieClip Frame 39
"c4"Symbol 255 MovieClip Frame 61
"c5"Symbol 255 MovieClip Frame 80

Dynamic Text Variables

loadingSymbol 5 EditableText"0"
positionTxt1Symbol 18 EditableText"1"
nameTxt1Symbol 20 EditableText"Joakim Borgstrom"
mailTxt1Symbol 21 EditableText"joakim@doubleyou.com"
tiempoTxt1Symbol 22 EditableText"00.02.05"
dayTxt1Symbol 23 EditableText"05.00"
hitsTxt1Symbol 25 EditableText"999"
countryTxt1Symbol 26 EditableText".ww"
positionTxt2Symbol 27 EditableText"2"
nameTxt2Symbol 28 EditableText"Eric Torte"
mailTxt2Symbol 29 EditableText"ANOTHER@mail.com"
tiempoTxt2Symbol 30 EditableText"00.02.05"
dayTxt2Symbol 31 EditableText"05.00"
hitsTxt2Symbol 32 EditableText"985"
countryTxt2Symbol 33 EditableText".co"
positionTxt3Symbol 34 EditableText"3"
nameTxt3Symbol 35 EditableText"John Blig"
mailTxt3Symbol 36 EditableText"SOMUCH@you.com"
tiempoTxt3Symbol 37 EditableText"00.02.05"
dayTxt3Symbol 38 EditableText"05.00"
hitsTxt3Symbol 39 EditableText"858"
countryTxt3Symbol 40 EditableText".za"
positionTxt4Symbol 41 EditableText"4"
nameTxt4Symbol 42 EditableText"Terence Trent"
mailTxt4Symbol 43 EditableText"TEDODORE@HITS.com"
tiempoTxt4Symbol 44 EditableText"00.02.05"
dayTxt4Symbol 45 EditableText"05.00"
hitsTxt4Symbol 46 EditableText"774"
countryTxt4Symbol 47 EditableText".uk"
positionTxt5Symbol 48 EditableText"5"
nameTxt5Symbol 49 EditableText"Mike Mcguill"
mailTxt5Symbol 50 EditableText"NOMORE@eyou.com"
tiempoTxt5Symbol 51 EditableText"00.02.05"
dayTxt5Symbol 52 EditableText"05.00"
hitsTxt5Symbol 53 EditableText"687"
countryTxt5Symbol 54 EditableText".fr"
positionTxt6Symbol 55 EditableText"6"
nameTxt6Symbol 56 EditableText"Norman Chrales"
mailTxt6Symbol 57 EditableText"NCHARLES@chrales.net"
tiempoTxt6Symbol 58 EditableText"00.02.05"
dayTxt6Symbol 59 EditableText"05.00"
hitsTxt6Symbol 60 EditableText"587"
countryTxt6Symbol 61 EditableText".es"
positionTxt7Symbol 62 EditableText"7"
nameTxt7Symbol 63 EditableText"Robert Red"
mailTxt7Symbol 64 EditableText"DENILSON@CAMISA.net"
tiempoTxt7Symbol 65 EditableText"00.02.05"
dayTxt7Symbol 66 EditableText"05.00"
hitsTxt7Symbol 67 EditableText"255"
countryTxt7Symbol 68 EditableText".tr"
positionTxt8Symbol 69 EditableText"8"
nameTxt8Symbol 70 EditableText"PHILLIP CASTRO"
mailTxt8Symbol 71 EditableText"FRETE@eyou.com"
tiempoTxt8Symbol 72 EditableText"00.02.05"
dayTxt8Symbol 73 EditableText"05.00"
hitsTxt8Symbol 74 EditableText"245"
countryTxt8Symbol 75 EditableText".wp"
positionTxt9Symbol 76 EditableText"9"
nameTxt9Symbol 77 EditableText"TED AUTON"
mailTxt9Symbol 78 EditableText"u2@2u.com"
tiempoTxt9Symbol 79 EditableText"00.02.05"
dayTxt9Symbol 80 EditableText"05.00"
hitsTxt9Symbol 81 EditableText"120"
countryTxt9Symbol 82 EditableText".bb"
positionTxt10Symbol 83 EditableText"10"
nameTxt10Symbol 84 EditableText"JOHN JENKINS"
mailTxt10Symbol 85 EditableText"AREWE@WEARE.com"
tiempoTxt10Symbol 86 EditableText"00.02.05"
dayTxt10Symbol 87 EditableText"05.00"
hitsTxt10Symbol 88 EditableText"87"
countryTxt10Symbol 89 EditableText".br"
countSymbol 98 EditableText"0"
_root.marcadorSymbol 109 EditableText"100"
_root.playballSymbol 110 EditableText""
tempoSymbol 112 EditableText"00:00:00"
winnerSymbol 261 EditableText"EDSON ARANTES "PELE""
pointsSymbol 267 EditableText"166 POINTS"
durationSymbol 273 EditableText"22.04 SECONDS"
100Symbol 307 EditableText"100"
name100Symbol 308 EditableText"joakim borgstrom"
tiempo100Symbol 309 EditableText"00.12.05"
hits100Symbol 310 EditableText"207"
reg_nameSymbol 323 EditableText""
reg_mailSymbol 329 EditableText""
reg_mailSymbol 332 EditableText""
reg_countrySymbol 340 EditableText"..."
reg_countrySymbol 343 EditableText"..."
reg_mailSymbol 367 EditableText""
reg_countrySymbol 368 EditableText"..."
reg_nameSymbol 369 EditableText""
reg_countrySymbol 371 EditableText"..."
reg_mailSymbol 374 EditableText""




http://swfchan.com/5/24995/info.shtml
Created: 24/5 -2019 06:11:19 Last modified: 24/5 -2019 06:11:19 Server time: 06/12 -2025 10:02:55