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

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

Newgrounds Tetris.swf

This is the info page for
Flash #56195

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


Text
game powered by gauss, designed by black father

newgrounds Tetris

Loading

credits

credits

game created by: gauss
designed (themed) by: black father
powered by: gauss & newgrounds
music authors:
229621: black father
132771: shadow6nothing9
10449: chronamut
6914: housemasta
109355: audiosyncratic
thanks for playing

credits

ERROR!

This host does not have permission to use this movie.

Click Here for a legal copy

New Version Available!

Click Here for the newest version!

if you can read the text here, the game is stolen

GAME OVER

powered by
gauss

2008 Black Father

music A

P - Pause

Controls:

Up Arrow - Rotate

Right Arrow - Move Right

Left Arrow - Move Left

Down Arrow - Fast Drop

music C

music B

off!

music D

music E

play!!

Presents

ActionScript [AS1/AS2]

Frame 1
_root.NewgroundsAPI_id = 6956;
Frame 4
if (_root._framesloaded >= _root._totalframes) { gotoAndPlay ("codice"); } else { gotoAndPlay ("preloader"); }
Frame 5
function Inizializzalivelli() { var i; var j; matsfondo = new Array(); liv1 = new Array(); liv2 = new Array(); liv3 = new Array(); liv4 = new Array(); liv5 = new Array(); liv6 = new Array(); liv7 = new Array(); liv8 = new Array(); liv9 = new Array(); liv10 = new Array(); i = 0; while (i < maxrig) { matsfondo[i] = new Array(); liv1[i] = new Array(); liv2[i] = new Array(); liv3[i] = new Array(); liv4[i] = new Array(); liv5[i] = new Array(); liv6[i] = new Array(); liv7[i] = new Array(); liv8[i] = new Array(); liv9[i] = new Array(); liv10[i] = new Array(); j = 0; while (j < maxcol) { matsfondo[i][j] = 0; liv1[i][j] = 0; liv2[i][j] = 0; liv3[i][j] = 0; liv4[i][j] = 0; liv5[i][j] = 0; liv6[i][j] = 0; liv7[i][j] = 0; liv8[i][j] = 0; liv9[i][j] = 0; liv10[i][j] = 0; j++; } i++; } liv3[maxrig - 1][0] = (random(7) + 100) + 1; liv3[maxrig - 2][0] = (random(7) + 100) + 1; liv3[maxrig - 3][0] = (random(7) + 100) + 1; liv3[maxrig - 4][0] = (random(7) + 100) + 1; liv3[maxrig - 5][0] = (random(7) + 100) + 1; liv3[maxrig - 6][0] = (random(7) + 100) + 1; liv3[maxrig - 7][0] = (random(7) + 100) + 1; liv3[maxrig - 8][0] = (random(7) + 100) + 1; liv3[maxrig - 1][9] = (random(7) + 100) + 1; liv3[maxrig - 2][9] = (random(7) + 100) + 1; liv3[maxrig - 3][9] = (random(7) + 100) + 1; liv3[maxrig - 4][9] = (random(7) + 100) + 1; liv3[maxrig - 5][9] = (random(7) + 100) + 1; liv3[maxrig - 6][9] = (random(7) + 100) + 1; liv3[maxrig - 7][9] = (random(7) + 100) + 1; liv3[maxrig - 8][9] = (random(7) + 100) + 1; liv4[maxrig - 1][1] = (random(7) + 100) + 1; liv4[maxrig - 1][6] = (random(7) + 100) + 1; liv4[maxrig - 2][3] = (random(7) + 100) + 1; liv4[maxrig - 2][8] = (random(7) + 100) + 1; liv4[maxrig - 3][5] = (random(7) + 100) + 1; liv4[maxrig - 4][2] = (random(7) + 100) + 1; liv4[maxrig - 4][6] = (random(7) + 100) + 1; liv4[maxrig - 4][7] = (random(7) + 100) + 1; liv4[maxrig - 5][0] = (random(7) + 100) + 1; liv4[maxrig - 5][3] = (random(7) + 100) + 1; liv5[maxrig - 1][0] = (random(7) + 100) + 1; liv5[maxrig - 1][1] = (random(7) + 100) + 1; liv5[maxrig - 1][3] = (random(7) + 100) + 1; liv5[maxrig - 1][4] = (random(7) + 100) + 1; liv5[maxrig - 1][5] = (random(7) + 100) + 1; liv5[maxrig - 1][6] = (random(7) + 100) + 1; liv5[maxrig - 1][8] = (random(7) + 100) + 1; liv5[maxrig - 1][9] = (random(7) + 100) + 1; liv5[maxrig - 2][1] = (random(7) + 100) + 1; liv5[maxrig - 2][2] = (random(7) + 100) + 1; liv5[maxrig - 2][4] = (random(7) + 100) + 1; liv5[maxrig - 2][5] = (random(7) + 100) + 1; liv5[maxrig - 2][7] = (random(7) + 100) + 1; liv5[maxrig - 2][8] = (random(7) + 100) + 1; liv5[maxrig - 3][2] = (random(7) + 100) + 1; liv5[maxrig - 3][3] = (random(7) + 100) + 1; liv5[maxrig - 3][6] = (random(7) + 100) + 1; liv5[maxrig - 3][7] = (random(7) + 100) + 1; liv5[maxrig - 4][3] = (random(7) + 100) + 1; liv5[maxrig - 4][4] = (random(7) + 100) + 1; liv5[maxrig - 4][5] = (random(7) + 100) + 1; liv5[maxrig - 4][6] = (random(7) + 100) + 1; liv5[maxrig - 5][4] = (random(7) + 100) + 1; liv5[maxrig - 5][5] = (random(7) + 100) + 1; liv6[maxrig - 12][0] = (random(7) + 100) + 1; liv6[maxrig - 12][1] = (random(7) + 100) + 1; liv6[maxrig - 12][2] = (random(7) + 100) + 1; liv6[maxrig - 12][3] = (random(7) + 100) + 1; liv6[maxrig - 12][4] = (random(7) + 100) + 1; liv6[maxrig - 12][7] = (random(7) + 100) + 1; liv6[maxrig - 12][8] = (random(7) + 100) + 1; liv6[maxrig - 12][9] = (random(7) + 100) + 1; liv7[maxrig - 1][0] = (random(7) + 100) + 1; liv7[maxrig - 2][1] = (random(7) + 100) + 1; liv7[maxrig - 3][2] = (random(7) + 100) + 1; liv7[maxrig - 4][3] = (random(7) + 100) + 1; liv7[maxrig - 5][4] = (random(7) + 100) + 1; liv7[maxrig - 6][5] = (random(7) + 100) + 1; liv7[maxrig - 7][6] = (random(7) + 100) + 1; liv7[maxrig - 8][7] = (random(7) + 100) + 1; liv7[maxrig - 9][8] = (random(7) + 100) + 1; liv7[maxrig - 10][9] = (random(7) + 100) + 1; liv8[maxrig - 1][0] = (random(7) + 100) + 1; liv8[maxrig - 2][1] = (random(7) + 100) + 1; liv8[maxrig - 3][0] = (random(7) + 100) + 1; liv8[maxrig - 4][1] = (random(7) + 100) + 1; liv8[maxrig - 5][0] = (random(7) + 100) + 1; liv8[maxrig - 6][1] = (random(7) + 100) + 1; liv8[maxrig - 7][0] = (random(7) + 100) + 1; liv8[maxrig - 8][1] = (random(7) + 100) + 1; liv8[maxrig - 9][0] = (random(7) + 100) + 1; liv8[maxrig - 1][8] = (random(7) + 100) + 1; liv8[maxrig - 2][9] = (random(7) + 100) + 1; liv8[maxrig - 3][8] = (random(7) + 100) + 1; liv8[maxrig - 4][9] = (random(7) + 100) + 1; liv8[maxrig - 5][8] = (random(7) + 100) + 1; liv8[maxrig - 6][9] = (random(7) + 100) + 1; liv8[maxrig - 7][8] = (random(7) + 100) + 1; liv8[maxrig - 8][9] = (random(7) + 100) + 1; liv8[maxrig - 9][8] = (random(7) + 100) + 1; liv9[maxrig - 9][4] = (random(7) + 100) + 1; liv9[maxrig - 9][5] = (random(7) + 100) + 1; liv9[maxrig - 8][3] = (random(7) + 100) + 1; liv9[maxrig - 8][6] = (random(7) + 100) + 1; liv9[maxrig - 7][2] = (random(7) + 100) + 1; liv9[maxrig - 7][7] = (random(7) + 100) + 1; liv9[maxrig - 6][2] = (random(7) + 100) + 1; liv9[maxrig - 6][7] = (random(7) + 100) + 1; liv9[maxrig - 5][3] = (random(7) + 100) + 1; liv9[maxrig - 5][6] = (random(7) + 100) + 1; liv9[maxrig - 4][4] = (random(7) + 100) + 1; liv9[maxrig - 4][5] = (random(7) + 100) + 1; liv10[maxrig - 13][0] = (random(7) + 100) + 1; liv10[maxrig - 13][9] = (random(7) + 100) + 1; liv10[maxrig - 12][1] = (random(7) + 100) + 1; liv10[maxrig - 12][8] = (random(7) + 100) + 1; liv10[maxrig - 11][2] = (random(7) + 100) + 1; liv10[maxrig - 11][7] = (random(7) + 100) + 1; liv10[maxrig - 10][3] = (random(7) + 100) + 1; liv10[maxrig - 10][6] = (random(7) + 100) + 1; liv10[maxrig - 9][4] = (random(7) + 100) + 1; liv10[maxrig - 9][5] = (random(7) + 100) + 1; } function Sceglilivello() { if (numlevel == 1) { matsfondo = liv1; numcicli = 0; numrig = 5; puntiliv = 1; } else if (numlevel == 2) { matsfondo = liv2; numcicli = 1; numrig = 10; puntiliv = 2; } else if (numlevel == 3) { matsfondo = liv3; numcicli = 2; numrig = 12; puntiliv = 4; } else if (numlevel == 4) { matsfondo = liv4; numcicli = 2; numrig = 10; puntiliv = 7; } else if (numlevel == 5) { matsfondo = liv5; numcicli = 2; numrig = 12; puntiliv = 8; } else if (numlevel == 6) { matsfondo = liv6; numcicli = 2; numrig = 12; puntiliv = 9; } else if (numlevel == 7) { matsfondo = liv7; numcicli = 2; numrig = 10; puntiliv = 11; } else if (numlevel == 8) { matsfondo = liv8; numcicli = 2; numrig = 10; puntiliv = 13; } else if (numlevel == 9) { matsfondo = liv9; numcicli = 2; numrig = 12; puntiliv = 16; } else if (numlevel == 10) { matsfondo = liv10; numcicli = 2; numrig = 8; puntiliv = 17; } Matimage(matsfondo); } function Sommat(a, b, c) { var rig; var col; rig = 0; while (rig < maxrig) { col = 0; while (col < maxcol) { c[rig][col] = a[rig][col] + b[rig][col]; col++; } rig++; } } function Difmat(a, b, c) { var rig; var col; rig = 0; while (rig < maxrig) { col = 0; while (col < maxcol) { c[rig][col] = a[rig][col] - b[rig][col]; col++; } rig++; } } function Matimage(rig, col, valx) { var valxx; if (valx != 0) { valxx = valx % 100; setProperty((("mat" + rig) + "_") + col, _visible , true); eval ((("mat" + rig) + "_") + col).gotoAndStop(valxx); } else { setProperty((("mat" + rig) + "_") + col, _visible , false); } } function Statiniz() { var i; i = 0; while (i < 7) { Set("contastat" + i, 0); setProperty("barra" + i, _visible , false); i++; } } function Statnorm() { var i; var minim; minim = 100; i = 0; while (i < 7) { minim = Math.min(eval ("contastat" + i), minim); i++; } i = 0; while (i < 7) { Set("contastat" + i, eval ("contastat" + i) - minim); if (eval ("contastat" + i) == 0) { setProperty("barra" + i, _visible , false); } else { eval ("barra" + i).gotoAndStop(eval ("contastat" + i)); } i++; } } function Statistiche(num, valx) { setProperty("barra" + num, _visible , true); eval ("barra" + num).gotoAndStop(valx); } function Matimage2(rig, col, tr) { setProperty((("mat" + rig) + "_") + col, _alpha , tr); } function CreaMatrix() { var i; var j; var contatore = 0; i = 0; while (i < maxrig) { j = 0; while (j < maxcol) { contatore++; duplicateMovieClip (mat, (("mat" + i) + "_") + j, contatore); setProperty((("mat" + i) + "_") + j, _x , posx + (j * larg)); setProperty((("mat" + i) + "_") + j, _y , posy + (i * alt)); setProperty((("mat" + i) + "_") + j, _visible , false); setProperty((("mat" + i) + "_") + j, _alpha , 100); j++; } i++; } duplicateMovieClip (scrittapunti, "scrittapunti2", 400); duplicateMovieClip (scrittafine, "scrittafine2", 401); setProperty(scrittafine2, _x , 100); setProperty(scrittafine2, _y , 100); setProperty(scrittafine2, _visible , false); duplicateMovieClip (scrittapausa, "scrittapausa2", 402); setProperty(scrittapausa2, _x , 100); setProperty(scrittapausa2, _y , 100); setProperty(scrittapausa2, _visible , false); } function Sceltapezzo() { if (tipoinizio == 0) { distdx = 4; distup = maxrig - 2; val0 = 1; val1 = 1; val2 = 1; val3 = 1; rig0 = rigind; col0 = colind; rig1 = rigind; col1 = colind + 1; rig2 = rigind + 1; col2 = colind; rig3 = rigind + 1; col3 = colind + 1; } else if (tipoinizio == 1) { distdx = 2; distup = maxrig - 1; val0 = 2; val1 = 2; val2 = 2; val3 = 2; rig0 = rigind; col0 = colind; rig1 = rigind; col1 = colind + 1; rig2 = rigind; col2 = colind + 2; rig3 = rigind; col3 = colind + 3; } else if (tipoinizio == 2) { distdx = 3; distup = maxrig - 2; val0 = 3; val1 = 3; val2 = 3; val3 = 3; rig0 = rigind; col0 = colind; rig1 = rigind; col1 = colind + 1; rig2 = rigind; col2 = colind + 2; rig3 = rigind + 1; col3 = colind + 2; } else if (tipoinizio == 3) { distdx = 3; distup = maxrig - 2; val0 = 4; val1 = 4; val2 = 4; val3 = 4; rig0 = rigind; col0 = colind; rig1 = rigind; col1 = colind + 1; rig2 = rigind; col2 = colind + 2; rig3 = rigind + 1; col3 = colind; } else if (tipoinizio == 4) { distdx = 3; distup = maxrig - 2; val0 = 5; val1 = 5; val2 = 5; val3 = 5; rig0 = rigind; col0 = colind; rig1 = rigind; col1 = colind + 1; rig2 = rigind + 1; col2 = colind + 1; rig3 = rigind + 1; col3 = colind + 2; } else if (tipoinizio == 5) { distdx = 3; distup = maxrig - 2; val0 = 6; val1 = 6; val2 = 6; val3 = 6; rig0 = rigind; col0 = colind + 1; rig1 = rigind; col1 = colind + 2; rig2 = rigind + 1; col2 = colind; rig3 = rigind + 1; col3 = colind + 1; } else if (tipoinizio == 6) { distdx = 3; distup = maxrig - 2; val0 = 7; val1 = 7; val2 = 7; val3 = 7; rig0 = rigind; col0 = colind; rig1 = rigind; col1 = colind + 1; rig2 = rigind; col2 = colind + 2; rig3 = rigind + 1; col3 = colind + 1; } indicerot = 0; distsx = 4; if ((((matsfondo[rig0][col0] < 100) && (matsfondo[rig1][col1] < 100)) && (matsfondo[rig2][col2] < 100)) && (matsfondo[rig3][col3] < 100)) { matsfondo[rig0][col0] = val0; matsfondo[rig1][col1] = val1; matsfondo[rig2][col2] = val2; matsfondo[rig3][col3] = val3; Matimage(rig0, col0, val0); Matimage(rig1, col1, val1); Matimage(rig2, col2, val2); Matimage(rig3, col3, val3); verificainiziale = 0; } else { verificainiziale = 1; } } function Prossimopezzo() { i = 0; while (i < 7) { setProperty("prossimo.pezzo" + i, _visible , false); i++; } if (tipoprossimo == 0) { setProperty("prossimo.pezzo0", _visible , true); } else if (tipoprossimo == 1) { setProperty("prossimo.pezzo1", _visible , true); } else if (tipoprossimo == 2) { setProperty("prossimo.pezzo2", _visible , true); } else if (tipoprossimo == 3) { setProperty("prossimo.pezzo3", _visible , true); } else if (tipoprossimo == 4) { setProperty("prossimo.pezzo4", _visible , true); } else if (tipoprossimo == 5) { setProperty("prossimo.pezzo5", _visible , true); } else if (tipoprossimo == 6) { setProperty("prossimo.pezzo6", _visible , true); } } function Shiftdxsx(dir) { if (dir == 1) { if (distdx != 0) { if ((((matsfondo[rig0][col0 + 1] < 100) && (matsfondo[rig1][col1 + 1] < 100)) && (matsfondo[rig2][col2 + 1] < 100)) && (matsfondo[rig3][col3 + 1] < 100)) { matsfondo[rig0][col0] = 0; matsfondo[rig1][col1] = 0; matsfondo[rig2][col2] = 0; matsfondo[rig3][col3] = 0; Matimage(rig0, col0, 0); Matimage(rig1, col1, 0); Matimage(rig2, col2, 0); Matimage(rig3, col3, 0); matsfondo[rig0][++col0] = val0; matsfondo[rig1][++col1] = val1; matsfondo[rig2][++col2] = val2; matsfondo[rig3][++col3] = val3; Matimage(rig0, col0, val0); Matimage(rig1, col1, val1); Matimage(rig2, col2, val2); Matimage(rig3, col3, val3); distdx--; distsx++; } } } else if (distsx != 0) { if ((((matsfondo[rig0][col0 - 1] < 100) && (matsfondo[rig1][col1 - 1] < 100)) && (matsfondo[rig2][col2 - 1] < 100)) && (matsfondo[rig3][col3 - 1] < 100)) { matsfondo[rig0][col0] = 0; matsfondo[rig1][col1] = 0; matsfondo[rig2][col2] = 0; matsfondo[rig3][col3] = 0; Matimage(rig0, col0, 0); Matimage(rig1, col1, 0); Matimage(rig2, col2, 0); Matimage(rig3, col3, 0); matsfondo[rig0][--col0] = val0; matsfondo[rig1][--col1] = val1; matsfondo[rig2][--col2] = val2; matsfondo[rig3][--col3] = val3; Matimage(rig0, col0, val0); Matimage(rig1, col1, val1); Matimage(rig2, col2, val2); Matimage(rig3, col3, val3); distdx++; distsx--; } } } function Rotazione() { var rotrig0; var rotcol0; var rotrig1; var rotcol1; var rotrig2; var rotcol2; var rotrig3; var rotcol3; var rotdistdx; var rotdistsx; var rotdistup; var flag = 0; rotrig0 = rig0; rotcol0 = col0; rotrig1 = rig1; rotcol1 = col1; rotrig2 = rig2; rotcol2 = col2; rotrig3 = rig3; rotcol3 = col3; if (tipoinizio == 0) { flag = 1; } else if (tipoinizio == 1) { indicerot = indicerot % 2; if ((indicerot == 0) && (2 < distup)) { rotdistdx = distdx + 2; rotdistsx = distsx + 1; rotdistup = distup - 3; rotrig0 = rig1 + 1; rotcol0 = col1; rotrig2 = rig1 + 2; rotcol2 = col1; rotrig3 = rig1 + 3; rotcol3 = col1; } else if (((indicerot == 1) && (distdx >= 2)) && (distsx >= 1)) { rotdistdx = distdx - 2; rotdistsx = distsx - 1; rotdistup = distup + 3; rotrig0 = rig1; rotcol0 = col1 - 1; rotrig2 = rig1; rotcol2 = col1 + 1; rotrig3 = rig1; rotcol3 = col1 + 2; } else if ((indicerot == 1) && (distdx < 2)) { rotdistdx = 0; rotdistsx = 6; rotdistup = distup + 3; rotrig0 = rig1; rotcol0 = 6; rotrig1 = rig1; rotcol1 = 7; rotrig2 = rig1; rotcol2 = 8; rotrig3 = rig1; rotcol3 = 9; } else { flag = 1; } val0 = 2; val1 = 2; val2 = 2; val3 = 2; } else if (tipoinizio == 2) { indicerot = indicerot % 4; if ((indicerot == 0) && (0 < distup)) { rotdistdx = distdx + 1; rotdistsx = distsx; rotdistup = distup - 1; rotrig2 = rig0 + 1; rotcol2 = col0; rotrig3 = rig0 + 2; rotcol3 = col0; } else if ((indicerot == 1) && (distdx >= 1)) { rotdistdx = distdx - 1; rotdistsx = distsx; rotdistup = distup + 1; rotrig1 = rig2; rotcol1 = col2 + 2; rotrig3 = rig2; rotcol3 = col2 + 1; } else if ((indicerot == 1) && (distdx < 1)) { rotdistdx = 0; rotdistsx = 7; rotdistup = distup + 1; rotrig0 = rig0; rotcol0 = 7; rotrig1 = rig2; rotcol1 = 9; rotrig2 = rig2; rotcol2 = 7; rotrig3 = rig2; rotcol3 = 8; } else if ((indicerot == 2) && (0 < distup)) { rotdistdx = distdx + 1; rotdistsx = distsx; rotdistup = distup - 1; rotrig0 = rig3 + 1; rotrig1 = rig3 - 1; rotcol1 = col3; rotrig2 = rig3 + 1; rotcol2 = col3; } else if ((indicerot == 3) && (distdx >= 1)) { rotdistdx = distdx - 1; rotdistsx = distsx; rotdistup = distup + 1; rotrig0 = rig1; rotrig2 = rig1; rotcol2 = col1 + 1; rotcol3 = col1 + 1; } else if ((indicerot == 3) && (distdx < 1)) { rotdistdx = 0; rotdistsx = 7; rotdistup = distup + 1; rotrig0 = rig1; rotcol0 = 7; rotrig1 = rig1; rotcol1 = 8; rotrig2 = rig1; rotcol2 = 9; rotrig3 = rig1 + 1; rotcol3 = 9; } else { flag = 1; } val0 = 3; val1 = 3; val2 = 3; val3 = 3; } else if (tipoinizio == 3) { indicerot = indicerot % 4; if ((indicerot == 0) && (0 < distup)) { rotdistdx = distdx + 1; rotdistsx = distsx; rotdistup = distup - 1; rotrig1 = rig3 + 1; rotrig2 = rig3 + 1; rotcol2 = col0; } else if ((indicerot == 1) && (distdx >= 1)) { rotdistdx = distdx - 1; rotdistsx = distsx; rotdistup = distup + 1; rotcol0 = col3 + 2; rotrig1 = rig3; rotcol1 = col3 + 2; rotrig2 = rig3; rotcol2 = col3 + 1; } else if ((indicerot == 1) && (distdx < 1)) { rotdistdx = 0; rotdistsx = 7; rotdistup = distup + 1; rotrig0 = rig3 - 1; rotcol0 = 9; rotrig1 = rig3; rotcol1 = 9; rotrig2 = rig3; rotcol2 = 8; rotrig3 = rig3; rotcol3 = 7; } else if ((indicerot == 2) && (0 < distup)) { rotdistdx = distdx + 1; rotdistsx = distsx; rotdistup = distup - 1; rotcol0 = col2 - 1; rotrig1 = rig2 - 1; rotcol1 = col2; rotrig3 = rig2 + 1; rotcol3 = col2; } else if ((indicerot == 3) && (distdx >= 1)) { rotdistdx = distdx - 1; rotdistsx = distsx; rotdistup = distup + 1; rotrig2 = rig0; rotcol2 = col1 + 1; rotrig3 = rig0 + 1; rotcol3 = col0; } else if ((indicerot == 3) && (distdx < 1)) { rotdistdx = 0; rotdistsx = 7; rotdistup = distup + 1; rotrig0 = rig0; rotcol0 = 7; rotrig1 = rig0; rotcol1 = 8; rotrig2 = rig0; rotcol2 = 9; rotrig3 = rig0 + 1; rotcol3 = 7; } else { flag = 1; } val0 = 4; val1 = 4; val2 = 4; val3 = 4; } else if (tipoinizio == 4) { indicerot = indicerot % 2; if ((indicerot == 0) && (0 < distup)) { rotdistdx = distdx + 1; rotdistsx = distsx; rotdistup = distup - 1; rotrig0 = rig2; rotrig3 = rig2 + 1; rotcol3 = col0; } else if ((indicerot == 1) && (distdx >= 1)) { rotdistdx = distdx - 1; rotdistsx = distsx; rotdistup = distup + 1; rotrig0 = rig1; rotrig3 = rig2; rotcol3 = col2 + 1; } else if ((indicerot == 1) && (distdx < 1)) { rotdistdx = 0; rotdistsx = 7; rotdistup = distup + 1; rotrig0 = rig1; rotcol0 = 7; rotrig1 = rig1; rotcol1 = 8; rotrig2 = rig2; rotcol2 = 8; rotrig3 = rig2; rotcol3 = 9; } else { flag = 1; } val0 = 5; val1 = 5; val2 = 5; val3 = 5; } else if (tipoinizio == 5) { indicerot = indicerot % 2; if ((indicerot == 0) && (0 < distup)) { rotdistdx = distdx + 1; rotdistsx = distsx; rotdistup = distup - 1; rotcol0 = col2; rotrig1 = rig3 + 1; rotcol1 = col3; } else if ((indicerot == 1) && (distdx >= 1)) { rotdistdx = distdx - 1; rotdistsx = distsx; rotdistup = distup + 1; rotcol0 = col3; rotrig1 = rig3 - 1; rotcol1 = col3 + 1; } else if ((indicerot == 1) && (distdx < 1)) { rotdistdx = 0; rotdistsx = 7; rotdistup = distup + 1; rotrig0 = rig0; rotcol0 = 8; rotrig1 = rig0; rotcol1 = 9; rotrig2 = rig2; rotcol2 = 7; rotrig3 = rig2; rotcol3 = 8; } else { flag = 1; } val0 = 6; val1 = 6; val2 = 6; val3 = 6; } else if (tipoinizio == 6) { indicerot = indicerot % 4; if ((indicerot == 0) && (0 < distup)) { rotdistdx = distdx + 1; rotdistsx = distsx; rotdistup = distup - 1; rotrig1 = rig3; rotcol1 = col0; rotrig2 = rig3 + 1; rotcol2 = col0; } else if ((indicerot == 1) && (distdx >= 1)) { rotdistdx = distdx - 1; rotdistsx = distsx; rotdistup = distup + 1; rotcol0 = col3; rotrig2 = rig3; rotcol2 = col3 + 1; } else if ((indicerot == 1) && (distdx < 1)) { rotdistdx = 0; rotdistsx = 7; rotdistup = distup + 1; rotrig0 = rig3 - 1; rotcol0 = 8; rotrig1 = rig3; rotcol1 = 7; rotrig2 = rig3; rotcol2 = 9; rotrig3 = rig3; rotcol3 = 8; } else if ((indicerot == 2) && (0 < distup)) { rotdistdx = distdx + 1; rotdistsx = distsx; rotdistup = distup - 1; rotrig2 = rig3 + 1; rotcol2 = col3; } else if ((indicerot == 3) && (distdx >= 1)) { rotdistdx = distdx - 1; rotdistsx = distsx; rotdistup = distup + 1; rotcol0 = col3 - 1; rotrig1 = rig3 - 1; rotcol1 = col3; rotrig2 = rig3 - 1; rotcol2 = col3 + 1; } else if ((indicerot == 3) && (distdx < 1)) { rotdistdx = 0; rotdistsx = 7; rotdistup = distup + 1; rotrig0 = rig3 - 1; rotcol0 = 7; rotrig1 = rig3 - 1; rotcol1 = 8; rotrig2 = rig3 - 1; rotcol2 = 9; rotrig3 = rig3; rotcol3 = 8; } else { flag = 1; } val0 = 7; val1 = 7; val2 = 7; val3 = 7; } if (((((flag == 0) && (matsfondo[rotrig0][rotcol0] < 100)) && (matsfondo[rotrig1][rotcol1] < 100)) && (matsfondo[rotrig2][rotcol2] < 100)) && (matsfondo[rotrig3][rotcol3] < 100)) { matsfondo[rig0][col0] = 0; matsfondo[rig1][col1] = 0; matsfondo[rig2][col2] = 0; matsfondo[rig3][col3] = 0; Matimage(rig0, col0, 0); Matimage(rig1, col1, 0); Matimage(rig2, col2, 0); Matimage(rig3, col3, 0); rig0 = rotrig0; col0 = rotcol0; rig1 = rotrig1; col1 = rotcol1; rig2 = rotrig2; col2 = rotcol2; rig3 = rotrig3; col3 = rotcol3; matsfondo[rig0][col0] = val0; matsfondo[rig1][col1] = val1; matsfondo[rig2][col2] = val2; matsfondo[rig3][col3] = val3; Matimage(rig0, col0, val0); Matimage(rig1, col1, val1); Matimage(rig2, col2, val2); Matimage(rig3, col3, val3); distdx = rotdistdx; distsx = rotdistsx; distup = rotdistup; indicerot++; } } function Shiftbasso() { if (distup != 0) { if ((((matsfondo[rig0 + 1][col0] < 100) && (matsfondo[rig1 + 1][col1] < 100)) && (matsfondo[rig2 + 1][col2] < 100)) && (matsfondo[rig3 + 1][col3] < 100)) { matsfondo[rig0][col0] = 0; matsfondo[rig1][col1] = 0; matsfondo[rig2][col2] = 0; matsfondo[rig3][col3] = 0; Matimage(rig0, col0, 0); Matimage(rig1, col1, 0); Matimage(rig2, col2, 0); Matimage(rig3, col3, 0); matsfondo[++rig0][col0] = val0; matsfondo[++rig1][col1] = val1; matsfondo[++rig2][col2] = val2; matsfondo[++rig3][col3] = val3; Matimage(rig0, col0, val0); Matimage(rig1, col1, val1); Matimage(rig2, col2, val2); Matimage(rig3, col3, val3); distup--; x = 1; } else { matsfondo[rig0][col0] = val0 + 100; matsfondo[rig1][col1] = val1 + 100; matsfondo[rig2][col2] = val2 + 100; matsfondo[rig3][col3] = val3 + 100; x = 0; if (distup >= (maxrig - 2)) { setProperty(scrittafine2, _visible , true); gotoAndPlay ("fine"); } else { punti = ((puntiliv * puntiliv) + (puntiliv * distup)) * puntidoppi; punteggio = punteggio + punti; setProperty(scrittapunti2, _x , (posx + ((distsx + ((maxcol - (distsx + distdx)) / 2)) * larg)) - sfasoriz); setProperty(scrittapunti2, _y , (sfasvert + posy) + ((maxrig - distup) * alt)); scrittapunti2.play(); gotoAndPlay ("eliminariga"); } } } else { matsfondo[rig0][col0] = val0 + 100; matsfondo[rig1][col1] = val1 + 100; matsfondo[rig2][col2] = val2 + 100; matsfondo[rig3][col3] = val3 + 100; x = 0; punti = (puntiliv * puntiliv) * puntidoppi; punteggio = punteggio + punti; setProperty(scrittapunti2, _x , (posx + ((distsx + ((maxcol - (distsx + distdx)) / 2)) * larg)) - sfasoriz); setProperty(scrittapunti2, _y , (sfasvert + posy) + ((maxrig - distup) * alt)); scrittapunti2.play(); gotoAndPlay ("eliminariga"); } } posx = 35; posy = 35; larg = 15; alt = 15; sfasoriz = 8; sfasvert = -10; nummaxliv = 11; nummaxcrediti = 5; numlevel = 0; numrig = 0; numrigrimanenti = 0; numrigeliminate = 0; numcicli = 0; maxrig = 22; maxcol = 10; rig0 = 0; col0 = 0; rigind = 0; colind = Math.floor(maxcol / 2) - 1; verificainiziale = 0; bloccoshift = 0; cicloriga = 0; contacol = 0; alp = 100; punti = 0; punteggio = 0; recordpunti = 10000;
Frame 6
t_pausa = "PAUSE"; t_livello = "LEVEL:"; t_prossimopezzo = "NEXT:"; t_punteggio = "SCORE:"; t_righerimanenti = "LINES:"; t_record = "HI-SCORE"; t_versione = "Version 2 Beta 6";
Frame 7
gotoAndPlay ("intro");
Frame 8
Mouse.hide(); Creamatrix(); maxpunti = 0; numcrediti = nummaxcrediti; Inizializzalivelli(); punteggio = 0; if (codice != 0) { numlevel = codice; } Statiniz();
Frame 9
numlevel++; Sceglilivello(); numrigrimanenti = numrig; numrigeliminate = 0; tipoprossimo = random(7); i = 0; while (i < maxrig) { j = 0; while (j < maxcol) { Matimage(i, j, matsfondo[i][j]); j++; } i++; } bloccoshift = 0;
Frame 14
tipoinizio = tipoprossimo; tipoprossimo = random(7); Prossimopezzo(); Sceltapezzo(); setProperty(prossimo, _visible , true); x = 1; eval ("contastat" + tipoinizio)++; if (100 < eval ("contastat" + tipoinizio)) { Statnorm(); } else { Statistiche(tipoinizio, eval ("contastat" + tipoinizio)); }
Frame 15
Frame 17
Frame 18
Frame 20
if ((x == 1) && (bloccoshift == 0)) { bloccoshift = 1; puntidoppi = 1; Shiftbasso(); bloccoshift = 0; }
Frame 21
if (x == 1) { if (numcicli == 0) { gotoAndPlay ("shift_0"); } else if (numcicli == 1) { gotoAndPlay ("shift_1"); } else if (numcicli == 2) { gotoAndPlay ("shift_2"); } } else { gotoAndPlay ("nuovopezzo"); }
Frame 42
bloccoshift = 1; if (cicloriga >= maxrig) { cicloriga = 0; numrigbonus = 0; if (numrigeliminate >= numrig) { bloccoshift = 1; gotoAndPlay ("prossimolivello"); } else { bloccoshift = 0; gotoAndPlay ("ciclo"); } }
Frame 43
contacol = 0; while ((contacol < maxcol) && (cicloriga < maxrig)) { contacol = 0; r = 0; while (r < maxcol) { if (matsfondo[cicloriga][r] != 0) { contacol++; } r++; } if (contacol < maxcol) { cicloriga++; } }
Frame 44
if (cicloriga >= maxrig) { cicloriga = 0; numrigbonus = 0; if (numrigeliminate >= numrig) { bloccoshift = 1; gotoAndPlay ("prossimolivello"); } else { bloccoshift = 0; gotoAndPlay ("ciclo"); } } if (alp == 0) { colon = 0; while (colon < maxcol) { setProperty((("mat" + cicloriga) + "_") + colon, _visible , false); setProperty((("mat" + cicloriga) + "_") + colon, _alpha , 100); colon++; } alp = 100; gotoAndPlay ("elimina"); }
Frame 45
alp = alp - 5; colon = 0; while (colon < maxcol) { Matimage2(cicloriga, colon, alp); colon++; } gotoAndPlay ("alpha");
Frame 46
numrigeliminate++; numrigbonus++; if (numrigbonus == 1) { punti = 50; } else if (numrigbonus == 2) { punti = 100; } else if (numrigbonus == 3) { punti = 250; } else if (numrigbonus == 4) { punti = 500; } punteggio = punteggio + punti; if (punti != 0) { setProperty(scrittapunti2, _x , (sfasoriz + posx) + ((Math.floor(maxcol / 2) - 1) * larg)); setProperty(scrittapunti2, _y , (sfasvert + posy) + ((cicloriga + 1) * alt)); scrittapunti2.play(); } if (0 < numrigrimanenti) { numrigrimanenti--; } i = cicloriga; while (0 < i) { j = maxcol - 1; while (j >= 0) { matsfondo[i][j] = matsfondo[i - 1][j]; j--; } i--; } j = 0; while (j < maxcol) { matsfondo[0][j] = 0; j++; } i = 0; while (i < (cicloriga + 1)) { j = 0; while (j < maxcol) { Matimage(i, j, matsfondo[i][j]); j++; } i++; } cicloriga++; gotoAndPlay ("eliminariga");
Frame 49
cicloriga = 0; cbonus = 0; ccbonus = 0; puntix = 0; contabonus = 1; bloccoshift = 1;
Frame 50
contacol = 0; r = 0; while (r < maxcol) { if (matsfondo[cicloriga][r] == 0) { contacol++; } r++; } if (contacol < maxcol) { cbonus = 1; } cicloriga++;
Frame 51
if (cbonus == 0) { gotoAndPlay ("ciclobonus"); }
Frame 53
if (1 >= cicloriga) { gotoAndPlay ("fine"); } if (contabonus < (cicloriga - 2)) { puntix = puntix + (10 * contabonus); contabonus++; j = 0; while (j < maxcol) { Matimage(contabonus, j, 8); j++; } } else { ccbonus = 1; }
Frame 54
if (ccbonus == 0) { gotoAndPlay ("bonuslivello"); }
Frame 55
punti = puntix; punteggio = punteggio + punti; if (punti != 0) { setProperty(scrittapunti2, _x , (sfasoriz + posx) + ((Math.floor(maxcol / 2) - 1) * larg)); setProperty(scrittapunti2, _y , (sfasvert + posy) + (cicloriga * alt)); scrittapunti2.play(); }
Frame 87
if (numlevel < 10) { bloccoshift = 0; gotoAndPlay ("implivello"); } else { setProperty(scrittafine2, _visible , true); gotoAndPlay ("fine"); }
Frame 89
Mouse.show(); stop();
Frame 90
stopAllSounds(); Mouse.show(); setProperty(prossimo, _visible , false); if (recordpunti < punteggio) { recordpunti = punteggio; } stop();
Frame 91
stop();
Frame 92
Frame 141
gotoAndStop ("fine");
Symbol 34 Button
on (release) { _root.NewgroundsAPI_loadMyMovie(); }
Symbol 39 Button
on (release) { _root.NewgroundsAPI_loadMyMovie(); }
Symbol 42 Button
on (release) { this._visible = false; }
Symbol 44 MovieClip Frame 1
_visible = false; _root.NewgroundsAPI = this; STAT_MOVIE_VIEWS = 1; STAT_AUTHOR_SITE = 2; STAT_NEWGROUNDS = 3; STAT_NEW_VERSION = 4; STAT_CUSTOM_STATS = 50;
Symbol 44 MovieClip Frame 2
_root.NewgroundsAPI.POPUP_ERROR._visible = false; _root.NewgroundsAPI.POPUP_VERSION._visible = false; customStats = new Object(); i = 1; while (i < _root.NewgroundsAPI_customLinks.length) { customStats[_root.NewgroundsAPI_customLinks[i]] = i + STAT_CUSTOM_STATS; i++; } i = 1; while (i < _root.NewgroundsAPI_customEvents.length) { customStats[_root.NewgroundsAPI_customEvents[i]] = i + STAT_CUSTOM_STATS; i++; } _x = 0; _y = 0; configureMovie = function () { if (_root.NewgroundsAPI_params.error != undefined) { sendError(_root.NewgroundsAPI_params.error); } if (_root.NewgroundsAPI_params.settings_loaded == 1) { sendMessage("You have successfully connected to the Newgrounds API gateway!"); sendMessage(("Movie Identified as '" + _root.NewgroundsAPI_params.movie_name) + "'"); } if (_root.NewgroundsAPI_params.deny_host == 1) { sendMessage(host + " is not approved to use this movie"); _root.NewgroundsAPI_onDenyHost(host, _root.NewgroundsAPI_params.movie_url, (script_url + "&stat=") + STAT_NEW_VERSION); } if (_root.NewgroundsAPI_params.movie_version == 1) { sendMessage(("Version " + _root.NewgroundsAPI_params.movie_version) + " is now available!"); _root.NewgroundsAPI_onNewVersionAvailable(_root.NewgroundsAPI_params.movie_version, _root.NewgroundsAPI_params.movie_url, (script_url + "&stat=") + STAT_NEW_VERSION); } if (_root.NewgroundsAPI_params.ad_url != undefined) { sendMessage("This movie has been approved to use Flash Ads"); _root.NewgroundsAPI_onAdsApproved(_root.NewgroundsAPI_params.ad_url); } }; sendError = function (error) { trace("[NEWGROUNDS API ERROR] " + error); }; sendMessage = function (message) { trace("[NEWGROUNDS API] " + message); }; sendStats = function (stat, new_window) { if (script_url != undefined) { query = "&stat=" + stat; if (new_window == true) { getURL (script_url + query, "_blank"); } else { initInfo = new XML(); initInfo.onLoad = function () { i = 0; while (i < this.childNodes.length) { if (this.childNodes[i].nodeName != null) { j = 0; while (j < this.childNodes[i].childNodes.length) { if (this.childNodes[i].childNodes[j].nodeName != null) { param_name = this.childNodes[i].childNodes[j].nodeName; param_value = unescape(this.childNodes[i].childNodes[j].attributes.value); _root.NewgroundsAPI_params[param_name] = param_value; } j++; } } i++; } _root.NewgroundsAPI.configureMovie(); }; initInfo.load(script_url + query); } } }; host = _url.split("/")[2].toLowerCase(); if (host.length < 1) { host = "localhost"; } if (!_root.NewgroundsAPI_id) { sendError("Missing required '_root.NewgroundsAPI_id' variable"); } else if (!tracker_id) { tracker_id = _root.NewgroundsAPI_id; script_url = (("http://www.ngads.com/gateway.php?id=" + tracker_id) + "&host=") + escape(host); _root.NewgroundsAPI_params = new Object(); sendMessage("Connecting to API gateway..."); sendStats(STAT_MOVIE_VIEWS, false); } _root.NewgroundsAPI_loadMyMovie = function () { _root.NewgroundsAPI.sendStats(_root.NewgroundsAPI.STAT_NEW_VERSION, true); }; _root.NewgroundsAPI_loadNewgrounds = function () { _root.NewgroundsAPI.sendStats(_root.NewgroundsAPI.STAT_NEWGROUNDS, true); }; _root.NewgroundsAPI_loadMySite = function () { _root.NewgroundsAPI.sendStats(_root.NewgroundsAPI.STAT_AUTHOR_SITE, true); }; _root.NewgroundsAPI_loadCustomLink = function (link) { if (_root.NewgroundsAPI.customStats[link]) { _root.NewgroundsAPI.sendStats(_root.NewgroundsAPI.customStats[link], true); } else { _root.NewgroundsAPI.sendError(("The custom link '" + link) + "' has not beed defined."); } }; _root.NewgroundsAPI_logCustomEvent = function (event) { if (_root.NewgroundsAPI.customStats[event]) { _root.NewgroundsAPI.sendStats(_root.NewgroundsAPI.customStats[event], false); } else { _root.NewgroundsAPI.sendError(("The custom event '" + event) + "' has not beed defined."); } }; if (typeof(_root.NewgroundsAPI_onDenyHost) != "function") { _root.NewgroundsAPI_onDenyHost = function (ad_url) { _root.NewgroundsAPI.swapDepths(99999); _root.NewgroundsAPI._visible = true; _root.NewgroundsAPI.POPUP_ERROR._visible = true; }; } if (typeof(_root.NewgroundsAPI_onNewVersionAvailable) != "function") { _root.NewgroundsAPI_onNewVersionAvailable = function (ad_url) { _root.NewgroundsAPI.swapDepths(99999); _root.NewgroundsAPI._visible = true; _root.NewgroundsAPI.POPUP_VERSION._visible = true; }; } stop();
Symbol 48 Button
on (keyPress "<Right>") { if (bloccoshift == 0) { bloccoshift = 1; Shiftdxsx(1); bloccoshift = 0; } } on (keyPress "<Left>") { if (bloccoshift == 0) { bloccoshift = 1; Shiftdxsx(0); bloccoshift = 0; } } on (keyPress "<Down>") { if ((bloccoshift == 0) && (x == 1)) { bloccoshift = 1; puntidoppi = 2; Shiftbasso(); bloccoshift = 0; } } on (keyPress "<Up>") { if (bloccoshift == 0) { bloccoshift = 1; Rotazione(); bloccoshift = 0; } } on (keyPress "p") { if (bloccoshift == 0) { setProperty(scrittapausa2, _visible , true); framepausa = _root._currentframe; gotoAndPlay ("pausa"); } } on (keyPress "P") { if (bloccoshift == 0) { setProperty(scrittapausa2, _visible , true); framepausa = _root._currentframe; gotoAndPlay ("pausa"); } }
Symbol 116 MovieClip Frame 1
stop();
Symbol 116 MovieClip Frame 17
Symbol 118 MovieClip Frame 1
stop();
Symbol 118 MovieClip Frame 2
stop();
Symbol 118 MovieClip Frame 3
stop();
Symbol 118 MovieClip Frame 4
stop();
Symbol 118 MovieClip Frame 5
stop();
Symbol 118 MovieClip Frame 6
stop();
Symbol 118 MovieClip Frame 7
stop();
Symbol 118 MovieClip Frame 8
stop();
Symbol 131 MovieClip Frame 1
stop();
Symbol 132 MovieClip Frame 1
stop();
Symbol 133 MovieClip Frame 1
stop();
Symbol 134 MovieClip Frame 1
stop();
Symbol 135 MovieClip Frame 1
stop();
Symbol 136 MovieClip Frame 1
stop();
Symbol 137 MovieClip Frame 1
stop();
Symbol 149 Button
on (keyPress "p") { Mouse.hide(); setProperty(scrittapausa2, _visible , false); gotoAndPlay(framepausa); } on (keyPress "P") { Mouse.hide(); setProperty(scrittapausa2, _visible , false); gotoAndPlay(framepausa); }
Symbol 155 Button
on (release) { gotoAndPlay ("inizializza"); }
Symbol 166 Button
on (release) { gotoAndPlay ("inizializza"); }
Symbol 169 Button
on (release) { gotoAndPlay ("inizializza"); }
Symbol 171 Button
on (release) { gotoAndPlay ("inizializza"); }
Symbol 174 Button
on (release) { gotoAndPlay ("inizializza"); }
Symbol 177 Button
on (release) { gotoAndPlay ("inizializza"); }
Symbol 180 Button
on (release) { play(); }

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClipUses:1Used by:3
Symbol 3 MovieClipUses:2Used by:Timeline
Symbol 4 BitmapUsed by:5
Symbol 5 GraphicUses:4Used by:Timeline
Symbol 6 FontUsed by:7 10 19 20 114 115
Symbol 7 TextUses:6Used by:Timeline
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:Timeline
Symbol 10 TextUses:6Used by:Timeline
Symbol 11 FontUsed by:12 22 120 122 138 139 140 141 142 143 144 151 156 159 160 161 162 164 167 170 172 175 185
Symbol 12 TextUses:11Used by:13
Symbol 13 MovieClipUses:12Used by:Timeline
Symbol 14 BitmapUsed by:15 106
Symbol 15 GraphicUses:14Used by:Timeline
Symbol 16 FontUsed by:17 146 178
Symbol 17 TextUses:16Used by:23
Symbol 18 GraphicUsed by:23
Symbol 19 TextUses:6Used by:23
Symbol 20 TextUses:6Used by:23
Symbol 21 GraphicUsed by:23
Symbol 22 TextUses:11Used by:23
Symbol 23 ButtonUses:17 18 19 20 21 22Used by:Timeline
Symbol 24 GraphicUsed by:44
Symbol 25 GraphicUsed by:26
Symbol 26 ButtonUses:25Used by:35 43
Symbol 27 GraphicUsed by:35
Symbol 28 FontUsed by:29 37
Symbol 29 TextUses:28Used by:35
Symbol 30 FontUsed by:31 32 38 145
Symbol 31 TextUses:30Used by:35
Symbol 32 TextUses:30Used by:34
Symbol 33 GraphicUsed by:34 39
Symbol 34 ButtonUses:32 33Used by:35
Symbol 35 MovieClipUses:26 27 29 31 34Used by:44
Symbol 36 GraphicUsed by:43
Symbol 37 TextUses:28Used by:43
Symbol 38 TextUses:30Used by:39
Symbol 39 ButtonUses:38 33Used by:43
Symbol 40 GraphicUsed by:42
Symbol 41 GraphicUsed by:42
Symbol 42 ButtonUses:40 41Used by:43
Symbol 43 MovieClipUses:26 36 37 39 42Used by:44
Symbol 44 MovieClipUses:24 35 43Used by:Timeline
Symbol 45 GraphicUsed by:Timeline
Symbol 46 BitmapUsed by:47 148
Symbol 47 GraphicUses:46Used by:Timeline
Symbol 48 ButtonUsed by:Timeline
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:49Used by:Timeline
Symbol 51 GraphicUsed by:Timeline
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:52Used by:163  Timeline
Symbol 54 FontUsed by:55
Symbol 55 TextUses:54Used by:Timeline
Symbol 56 GraphicUsed by:59 118
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClipUses:57Used by:59 118
Symbol 59 MovieClipUses:56 58Used by:105
Symbol 60 GraphicUsed by:62 118
Symbol 61 GraphicUsed by:62 118
Symbol 62 MovieClipUses:60 61Used by:105
Symbol 63 GraphicUsed by:66 118
Symbol 64 GraphicUsed by:66 118
Symbol 65 GraphicUsed by:66 118
Symbol 66 MovieClipUses:63 64 65Used by:105
Symbol 67 GraphicUsed by:70 118
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:68Used by:70 118  Timeline
Symbol 70 MovieClipUses:67 69Used by:105
Symbol 71 GraphicUsed by:95 118
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:72Used by:94
Symbol 74 GraphicUsed by:78
Symbol 75 GraphicUsed by:78
Symbol 76 GraphicUsed by:77
Symbol 77 MovieClipUses:76Used by:78 81
Symbol 78 MovieClipUses:74 75 77Used by:92
Symbol 79 GraphicUsed by:81
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:79 80 77Used by:92
Symbol 82 GraphicUsed by:85
Symbol 83 GraphicUsed by:85 88
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:82 83 84Used by:89
Symbol 86 GraphicUsed by:88
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClipUses:86 83 87Used by:89
Symbol 89 MovieClipUses:85 88Used by:92
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:90Used by:92
Symbol 92 MovieClipUses:78 81 89 91Used by:93
Symbol 93 MovieClipUses:92Used by:94
Symbol 94 MovieClipUses:73 93Used by:95 118
Symbol 95 MovieClipUses:71 94Used by:105
Symbol 96 GraphicUsed by:99 118
Symbol 97 GraphicUsed by:98
Symbol 98 MovieClipUses:97Used by:99 118
Symbol 99 MovieClipUses:96 98Used by:105
Symbol 100 GraphicUsed by:104 118
Symbol 101 GraphicUsed by:102
Symbol 102 MovieClipUses:101Used by:104 118
Symbol 103 GraphicUsed by:104 118
Symbol 104 MovieClipUses:100 102 103Used by:105
Symbol 105 MovieClipUses:59 62 66 70 95 99 104Used by:Timeline
Symbol 106 GraphicUses:14Used by:Timeline
Symbol 107 FontUsed by:108 111 113 125 127
Symbol 108 EditableTextUses:107Used by:Timeline
Symbol 109 FontUsed by:110 112 124 126
Symbol 110 EditableTextUses:109Used by:Timeline
Symbol 111 EditableTextUses:107Used by:Timeline
Symbol 112 EditableTextUses:109Used by:Timeline
Symbol 113 EditableTextUses:107Used by:Timeline
Symbol 114 EditableTextUses:6Used by:116
Symbol 115 EditableTextUses:6Used by:116
Symbol 116 MovieClipUses:114 115Used by:Timeline
Symbol 117 GraphicUsed by:118
Symbol 118 MovieClipUses:56 58 60 61 63 64 65 67 69 71 94 96 98 100 102 103 117Used by:Timeline
Symbol 119 GraphicUsed by:121 123 155 166 169 171 174 177
Symbol 120 EditableTextUses:11Used by:121
Symbol 121 MovieClipUses:119 120Used by:Timeline
Symbol 122 TextUses:11Used by:123
Symbol 123 MovieClipUses:119 122Used by:Timeline
Symbol 124 EditableTextUses:109Used by:Timeline
Symbol 125 EditableTextUses:107Used by:Timeline
Symbol 126 EditableTextUses:109Used by:Timeline
Symbol 127 EditableTextUses:107Used by:Timeline
Symbol 128 GraphicUsed by:Timeline
Symbol 129 GraphicUsed by:130
Symbol 130 MovieClipUses:129Used by:131 132 133 134 135 136 137
Symbol 131 MovieClipUses:130Used by:Timeline
Symbol 132 MovieClipUses:130Used by:Timeline
Symbol 133 MovieClipUses:130Used by:Timeline
Symbol 134 MovieClipUses:130Used by:Timeline
Symbol 135 MovieClipUses:130Used by:Timeline
Symbol 136 MovieClipUses:130Used by:Timeline
Symbol 137 MovieClipUses:130Used by:Timeline
Symbol 138 EditableTextUses:11Used by:Timeline
Symbol 139 EditableTextUses:11Used by:Timeline
Symbol 140 EditableTextUses:11Used by:Timeline
Symbol 141 EditableTextUses:11Used by:Timeline
Symbol 142 EditableTextUses:11Used by:Timeline
Symbol 143 EditableTextUses:11Used by:Timeline
Symbol 144 EditableTextUses:11Used by:Timeline
Symbol 145 TextUses:30Used by:Timeline
Symbol 146 TextUses:16Used by:Timeline
Symbol 147 GraphicUsed by:Timeline
Symbol 148 GraphicUses:46Used by:Timeline
Symbol 149 ButtonUsed by:Timeline
Symbol 150 GraphicUsed by:Timeline
Symbol 151 TextUses:11Used by:155
Symbol 152 GraphicUsed by:155 166 169 171 174 177
Symbol 153 GraphicUsed by:155 166 169 171 174 177
Symbol 154 SoundUsed by:155
Symbol 155 ButtonUses:119 151 152 153 154Used by:Timeline
Symbol 156 TextUses:11Used by:163
Symbol 157 FontUsed by:158
Symbol 158 TextUses:157Used by:163
Symbol 159 TextUses:11Used by:163
Symbol 160 TextUses:11Used by:163
Symbol 161 TextUses:11Used by:163
Symbol 162 TextUses:11Used by:163
Symbol 163 MovieClipUses:53 156 158 159 160 161 162Used by:Timeline
Symbol 164 TextUses:11Used by:166
Symbol 165 SoundUsed by:166
Symbol 166 ButtonUses:119 164 152 153 165Used by:Timeline
Symbol 167 TextUses:11Used by:169
Symbol 168 SoundUsed by:169
Symbol 169 ButtonUses:119 167 152 153 168Used by:Timeline
Symbol 170 TextUses:11Used by:171
Symbol 171 ButtonUses:119 170 152 153Used by:Timeline
Symbol 172 TextUses:11Used by:174
Symbol 173 SoundUsed by:174
Symbol 174 ButtonUses:119 172 152 153 173Used by:Timeline
Symbol 175 TextUses:11Used by:177
Symbol 176 SoundUsed by:177
Symbol 177 ButtonUses:119 175 152 153 176Used by:Timeline
Symbol 178 TextUses:16Used by:180
Symbol 179 GraphicUsed by:180
Symbol 180 ButtonUses:178 179Used by:Timeline
Symbol 181 GraphicUsed by:184
Symbol 182 GraphicUsed by:184
Symbol 183 GraphicUsed by:184
Symbol 184 MovieClipUses:181 182 183Used by:Timeline
Symbol 185 TextUses:11Used by:Timeline

Instance Names

"prossimo"Frame 8Symbol 105 MovieClip
"scrittapunti"Frame 8Symbol 116 MovieClip
"mat"Frame 8Symbol 118 MovieClip
"scrittapausa"Frame 8Symbol 121 MovieClip
"scrittafine"Frame 8Symbol 123 MovieClip
"barra0"Frame 8Symbol 131 MovieClip
"barra1"Frame 8Symbol 132 MovieClip
"barra2"Frame 8Symbol 133 MovieClip
"barra3"Frame 8Symbol 134 MovieClip
"barra4"Frame 8Symbol 135 MovieClip
"barra5"Frame 8Symbol 136 MovieClip
"barra6"Frame 8Symbol 137 MovieClip
"POPUP_ERROR"Symbol 44 MovieClip Frame 2Symbol 35 MovieClip
"POPUP_VERSION"Symbol 44 MovieClip Frame 2Symbol 43 MovieClip
"pezzo0"Symbol 105 MovieClip Frame 1Symbol 59 MovieClip
"pezzo1"Symbol 105 MovieClip Frame 1Symbol 62 MovieClip
"pezzo2"Symbol 105 MovieClip Frame 1Symbol 66 MovieClip
"pezzo3"Symbol 105 MovieClip Frame 1Symbol 70 MovieClip
"pezzo4"Symbol 105 MovieClip Frame 1Symbol 95 MovieClip
"pezzo5"Symbol 105 MovieClip Frame 1Symbol 99 MovieClip
"pezzo6"Symbol 105 MovieClip Frame 1Symbol 104 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$8l$B7lK9lgOKBGz7hdy/ADfT/."

Labels

"preloader"Frame 1
"codice"Frame 5
"inizializza"Frame 8
"implivello"Frame 9
"nuovopezzo"Frame 14
"shift_0"Frame 15
"shift_1"Frame 17
"shift_2"Frame 18
"ciclo"Frame 21
"eliminariga"Frame 42
"alpha"Frame 44
"elimina"Frame 46
"prossimolivello"Frame 49
"ciclobonus"Frame 50
"bonuslivello"Frame 53
"bonuspunti"Frame 55
"pausa"Frame 89
"fine"Frame 90
"intro"Frame 91

Dynamic Text Variables

t_livelloSymbol 108 EditableText""
numrigrimanentiSymbol 110 EditableText""
t_punteggioSymbol 111 EditableText""
punteggioSymbol 112 EditableText""
t_righerimanentiSymbol 113 EditableText""
../:puntiSymbol 114 EditableText""
../:puntiSymbol 115 EditableText""
../:t_pausaSymbol 120 EditableText""
numlevelSymbol 124 EditableText""
t_recordSymbol 125 EditableText""
recordpuntiSymbol 126 EditableText""
t_prossimopezzoSymbol 127 EditableText""
contastat0Symbol 138 EditableText""
contastat1Symbol 139 EditableText""
contastat2Symbol 140 EditableText""
contastat4Symbol 141 EditableText""
contastat3Symbol 142 EditableText""
contastat6Symbol 143 EditableText""
contastat5Symbol 144 EditableText""




http://swfchan.com/12/56195/info.shtml
Created: 19/4 -2019 16:04:56 Last modified: 19/4 -2019 16:04:56 Server time: 13/05 -2024 18:02:01