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

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

Paradise Island.swf

This is the info page for
Flash #11365

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


Text
preview

00

fINAL SCORE:

scores

www.ultimatearcade.com

p

r

e

s

n

t

LOADING...

11%

error loading

<P ALIGN="CENTER"><FONT FACE="Arial" SIZE="16" COLOR="#000000"><A HREF="http://www.ultimatearcade.com" target = "_blank"><B>Game Created by UltimateArcade.com</B></A></FONT></P>

PLAY GAME

PLAY GAME

HARD

You are given 20 minutes to finish this jig saw
puzzle. You will be given 100 points for each
correct match. A REWARD OF 150 extra points
for each remaining second after you solve the
puzzle WILL BE ADDED TO YOUR FINAL SCORE.
Click and drag the puzzle piece you would like
to move. When pieces match correctly you
will hear a locking sound to confirm the
match.
You can lock the right pieces together
anywhere on the board.  Double click on the
puzzle piece to rotate it.

how to play

how to play

PREVIEW

SCORE:

00

00

time:

00

new game

new game

ActionScript [AS1/AS2]

Frame 1
stop();
Frame 2
fscommand ("fullscreen", "false"); fscommand ("allowscale", "false"); fscommand ("showmenu", "false"); current_bytes = this.getBytesLoaded(); tot_bytes = this.getBytesTotal(); percent = int((current_bytes / tot_bytes) * 100) + "% "; if (current_bytes >= tot_bytes) { gotoAndStop (6); }
Frame 4
stop();
Frame 5
c1 = _url.indexOf("://") + 3; c2 = _url.indexOf("/", c1); domain = _url.substring(c1, c2); if (((domain == "www.dreamarcade.com") || (domain == "216.55.181.4")) || (domain == "www.ultimatearcade.com")) { gotoAndStop (6); } else { gotoAndStop (4); }
Frame 6
play();
Frame 7
function order(a, b) { var name1 = a[0]; var name2 = b[0]; if (name1 < name2) { return(-1); } if (name1 > name2) { return(1); } return(0); } function compareScores(myScore) { array_scores.sort(order); if (array_scores[0][0] < myScore) { return(true); } return(false); } function updateScores(myNick, myScore) { array_scores.shift(); array_scores.push([myScore, myNick]); array_scores.sort(order); array_scores.reverse(); } function spostaInPunto(arrivoX, arrivoY, clip) { var arrivoX; var arrivoY; var n = 1; var iniXClip = _root[clip]._x; var iniYClip = _root[clip]._y; createEmptyMovieClip("clipSpostatore", 1001); _root.clipSpostatore.onEnterFrame = function () { if (n <= 20) { _root[clip]._x = iniXClip + (((arrivoX - iniXClip) / 20) * n); _root[clip]._y = iniYClip + (((arrivoY - iniYClip) / 20) * n); n++; } else { this.removeMovieClip(); } }; } array_scores = new Array(12); array_scores[0] = [1020, "pippo"]; array_scores[1] = [1300, "gippo"]; array_scores[2] = [1000, "pippo"]; array_scores[3] = [1400, "pippo"]; array_scores[4] = [1050, "pippo"]; array_scores[5] = [1060, "pippo"]; array_scores[6] = [1000, "aippo"]; array_scores[7] = [10560, "pippo"]; array_scores[8] = [1440, "pippo"]; array_scores[9] = [1570, "pippo"]; array_scores[10] = [1300, "pippo"]; array_scores[11] = [3550, "pippo"];
Frame 8
stop();
Frame 9
function scaricaEventi() { stopDrag(); var i = 1; while (i <= numPiece) { _root[nomePezzo + i].onPress = function () { }; _root[nomePezzo + i].onRelease = function () { }; i++; i++; } } function rimuoviPezzi() { var i = 1; while (i <= numPiece) { _root[nomePezzo + i].removeMovieClip(); _root[nomePezzo + i].removeMovieClip(); i++; } } function initialize(levelDiff) { if (levelDiff == 1) { timeForLevel = 120000 /* 0x01D4C0 */; grandezza = 120; pPerRiga = 3; numPiece = 9; nomePezzo = "p"; } if (levelDiff == 2) { timeForLevel = 300000 /* 0x0493E0 */; grandezza = 72; pPerRiga = 5; numPiece = 25; nomePezzo = "q"; } if (levelDiff == 3) { timeForLevel = 1200000 /* 0x124F80 */; grandezza = 52; pPerRiga = 7; numPiece = 49; nomePezzo = "z"; } var L = 1; var H = 1; var i = 1; while (i <= numPiece) { attachMovie(nomePezzo + i, nomePezzo + i, i); if (L <= pPerRiga) { _root[nomePezzo + i].giustaX = ((grandezza * L) + 368.9) - (grandezza / 2); _root[nomePezzo + i].giustaY = ((grandezza * H) + 80) - (grandezza / 2); L++; } else { H++; L = 1; _root[nomePezzo + i].giustaX = ((grandezza * L) + 368.9) - (grandezza / 2); _root[nomePezzo + i].giustaY = ((grandezza * H) + 80) - (grandezza / 2); L++; } _root[nomePezzo + i]._x = random(300) + 380; _root[nomePezzo + i]._y = random(220) + 200; _root[nomePezzo + i]._rotation = random(4) * 90; i++; } i = 1; while (i <= numPiece) { _root[nomePezzo + i].swapDepths(random(numPiece)); i++; } } initialize(levelDiff); contafinale = 0; score = 0; n = 0; n++;
Instance of Symbol 361 MovieClip in Frame 9
onClipEvent (load) { maxTime = _root.timeForLevel; timeStart = getTimer(); } onClipEvent (enterFrame) { timeElapsed = maxTime - (getTimer() - timeStart); timeRealSeconds = Math.floor(timeElapsed / 1000); timeMinutes = Math.floor(timeRealSeconds / 60); trace(timeMinutes); timeSeconds = timeRealSeconds - (timeMinutes * 60); if (timeSeconds < 10) { timeseconds = String("0" + timeseconds); } _root.timer = (timeMinutes + ":") + timeSeconds; _root.timeScore = timeRealSeconds; if ((timeSeconds <= 0) && (timeMinutes <= 0)) { _root.gotoAndStop("label_gameover"); } }
Frame 18
stop(); rimuoviPezzi();
Symbol 7 Button
on (press) { _parent.zoom.scala = true; _parent.zoom.a = _parent.zoom._width; _parent.zoom.b = _parent.zoom._height; _parent.zoom.wIn = Math.floor(_parent._xmouse); } on (release, releaseOutside) { _parent.zoom.scala = false; }
Symbol 10 Button
on (press) { startDrag (_parent); } on (release) { stopDrag(); }
Symbol 15 Button
on (release) { removeMovieClip(_parent); }
Instance of Symbol 5 MovieClip "zoom" in Symbol 17 MovieClip [winzoom] Frame 1
onClipEvent (load) { minSize = 80; offset = 6; _parent.closeButton._x = _parent.dragBar._width - offset; } onClipEvent (enterFrame) { if (scala) { _width = Math.floor((a + _parent._xmouse) - wIn); _height = Math.floor((b + _parent._xmouse) - wIn); if (_width < minSize) { _width = minSize; } if (_height < minSize) { _height = minSize; } _parent.dragBar._width = _width; _parent.dragBar._x = 0; _parent.resizeCorner._x = (_x + _width) + (resizeCorner._width / 2); _parent.resizeCorner._y = (_y + _height) + (resizeCorner._height / 2); _parent.closeButton._x = _parent.dragBar._width - offset; } }
Symbol 19 MovieClip Frame 1
function posClone(coordX, coordY, floorClip, parente) { if (floorClip == 1) { point = new object(); point.x = coordX; point.y = coordY; parente.globalToLocal(point); } else if (floorClip != 1) { point = new object(); point.x = coordX; point.y = coordY; _root[floorClip].localToGlobal(point); parente.globalToLocal(point); } } function comportamentoGruppo(collega, parente) { for (nameInterni in _root[collega]) { if (typeof(_root[collega][nameInterni]) == "movieclip") { if (nameInterni.charAt(0) == _root.nomePezzo) { posClone(_root[collega][nameInterni]._x, _root[collega][nameInterni]._y, collega, parente); parente.attachMovie(nameInterni, nameInterni, _root.n++); parente[nameInterni]._x = point.x; parente[nameInterni]._y = point.y; } } } posClone(_root[collega]._x, _root[collega]._y, 1, parente); parente.attachMovie(collega, collega, _root.n++); parente[collega]._x = point.x; parente[collega]._y = point.y; _root[collega].removeMovieClip(); _root.contafinale++; _root.score = 100 * _root.contafinale; fx1.start(); } function CollegatiInMioGruppo(capogruppo, parente) { var str; var nameInterni; var strPezzi; collegati_inparent = 0; trace("parente:" + parente); if (capogruppo == parente) { trace("avanti"); for (nameInterni in capogruppo) { if (typeof(capogruppo[nameInterni]) == "movieclip") { if (nameInterni.charAt(0) == _root.nomePezzo) { var nP = parseInt(nameInterni.substr(1)); var resto = (nP % pPerRiga); var collegaUp_nP = (_root.nomePezzo + (nP - pPerRiga)); var collegaDown_nP = (_root.nomePezzo + (nP + pPerRiga)); var collegaLeft_nP = ((resto == 1) ? undefined : (_root.nomePezzo + (nP - 1))); var collegaRight_nP = ((resto == 0) ? undefined : (_root.nomePezzo + (nP + 1))); str = (((((((str + ",") + collegaUp_nP) + ",") + collegaDown_nP) + ",") + collegaLeft_nP) + ",") + collegaRight_nP; strPezzi = (strPezzi + ",") + nameInterni; } } } strPezzi = capogruppo._name + strPezzi; array_pezzi_capo = strPezzi.split(","); str = (((((((str + ",") + collegaUp) + ",") + collegaDown) + ",") + collegaLeft) + ",") + collegaRight; } else { var str = capogruppo._name; for (var nameInterni in capogruppo) { if (typeof(capogruppo[nameInterni]) == "movieclip") { if (nameInterni.charAt(0) == _root.nomePezzo) { str = (str + ",") + nameInterni; } } } } return(str); } function rilevaCoppiaSuper(sP, parente) { var sP = parseInt(sP.substr(1)); var resto = (sP % pPerRiga); var collegaUp_sP = (_root.nomePezzo + (sP - pPerRiga)); var collegaDown_sP = (_root.nomePezzo + (sP + pPerRiga)); var collegaLeft_sP = ((resto == 1) ? undefined : (_root.nomePezzo + (sP - 1))); var collegaRight_sP = ((resto == 0) ? undefined : (_root.nomePezzo + (sP + 1))); var i; i = 0; while (i < array_pezzi_capo.length) { if (array_pezzi_capo[i] == collegaUp_sP) { superPezzoCapo = array_pezzi_capo[i]; orientamento = 1; } if (array_pezzi_capo[i] == collegaDown_sP) { superPezzoCapo = array_pezzi_capo[i]; orientamento = 3; } if (array_pezzi_capo[i] == collegaLeft_sP) { superPezzoCapo = array_pezzi_capo[i]; orientamento = 4; } if (array_pezzi_capo[i] == collegaRight_sP) { superPezzoCapo = array_pezzi_capo[i]; orientamento = 2; } i++; } collegaiSuper(superPezzoCapo, _root.nomePezzo + sP, orientamento, parente); } function collegaiSuper(superPezzoCapo, superPezzo, orient, parente) { trace("superpezzocapo=" + superPezzoCapo); trace("superpezzo=" + superPezzo); sPCx = parente[superPezzoCapo]._x; sPCy = parente[superPezzoCapo]._y; if (superPezzo == capogruppoassorbito) { posClone(_root[capogruppoassorbito]._x, _root[capogruppoassorbito]._y, 1, parente); } else { posClone(_root[capogruppoassorbito][superPezzo]._x, _root[capogruppoassorbito][superPezzo]._y, capogruppoassorbito, parente); } sPx = point.x; sPy = point.y; if (((((sPCx < (sPx - (grandezza - 10))) && (sPCx > (sPx - (grandezza + 10)))) && (sPCy > (sPy - 10))) && (sPCy < (sPy + 10))) && (orient == 4)) { deltaX = (sPCx - sPx) + grandezza; deltaY = sPCy - sPy; if (parente._rotation == 0) { parente._x = parente._x - deltaX; parente._y = parente._y - deltaY; } if (parente._rotation == 90) { parente._x = parente._x + deltaY; parente._y = parente._y - deltaX; } if (parente._rotation == 180) { parente._x = parente._x + deltaX; parente._y = parente._y + deltaY; } if (parente._rotation == -90) { parente._x = parente._x - deltaY; parente._y = parente._y + deltaX; } comportamentoGruppo(capogruppoassorbito, parente); } if (((((sPCx > (sPx + (grandezza - 10))) && (sPCx < (sPx + (grandezza + 10)))) && (sPCy > (sPy - 10))) && (sPCy < (sPy + 10))) && (orient == 2)) { deltaX = (sPCx - sPx) - grandezza; deltaY = sPCy - sPy; if (parente._rotation == 0) { parente._x = parente._x - deltaX; parente._y = parente._y - deltaY; } if (parente._rotation == 90) { parente._x = parente._x + deltaY; parente._y = parente._y - deltaX; } if (parente._rotation == 180) { parente._x = parente._x + deltaX; parente._y = parente._y + deltaY; } if (parente._rotation == -90) { parente._x = parente._x - deltaY; parente._y = parente._y + deltaX; } comportamentoGruppo(capogruppoassorbito, parente); } if (((((sPCx > (sPx - 10)) && (sPCx < (sPx + 10))) && (sPCy > (sPy + (grandezza - 10)))) && (sPCy < (sPy + (grandezza + 10)))) && (orient == 3)) { deltaX = sPCx - sPx; deltaY = (sPCy - sPy) - grandezza; if (parente._rotation == 0) { parente._x = parente._x - deltaX; parente._y = parente._y - deltaY; } if (parente._rotation == 90) { parente._x = parente._x + deltaY; parente._y = parente._y - deltaX; } if (parente._rotation == 180) { parente._x = parente._x + deltaX; parente._y = parente._y + deltaY; } if (parente._rotation == -90) { parente._x = parente._x - deltaY; parente._y = parente._y + deltaX; } comportamentoGruppo(capogruppoassorbito, parente); } if (((((sPCx > (sPx - 10)) && (sPCx < (sPx + 10))) && (sPCy < (sPy - (grandezza - 10)))) && (sPCy > (sPy - (grandezza + 10)))) && (orient == 1)) { deltaX = sPCx - sPx; deltaY = (sPCy - sPy) + grandezza; if (parente._rotation == 0) { parente._x = parente._x - deltaX; parente._y = parente._y - deltaY; } if (parente._rotation == 90) { parente._x = parente._x + deltaY; parente._y = parente._y - deltaX; } if (parente._rotation == 180) { parente._x = parente._x + deltaX; parente._y = parente._y + deltaY; } if (parente._rotation == -90) { parente._x = parente._x - deltaY; parente._y = parente._y + deltaX; } comportamentoGruppo(capogruppoassorbito, parente); } } function controllaCollegati(parente) { calcPezziCollegati(parente); myPiece = parente; var stringa_mycollegati; stringa_mycollegati = CollegatiInMioGruppo(parente, parente); trace("stringa collegati" + stringa_mycollegati); array_collegati = stringa_mycollegati.split(","); var i = 1; while (i <= _root.numPiece) { if (parente.hitTest(_root[_root.nomePezzo + i]) && (_root[_root.nomePezzo + i] != parente)) { capogruppoassorbito = _root.nomePezzo + i; trace("capogruppo" + capogruppoassorbito); var stringa_gruppo_minore; stringa_gruppo_minore = CollegatiInMioGruppo(_root[_root.nomePezzo + i], parente); array_gruppo_minore = stringa_gruppo_minore.split(","); var j1 = 0; while (j1 < array_collegati.length) { var j2 = 0; while (j2 < array_gruppo_minore.length) { if (array_collegati[j1] == array_gruppo_minore[j2]) { superPezzo = array_gruppo_minore[j2]; trace("superpezzominore:" + superPezzo); break; } j2++; } j1++; } if (parente._rotation == _root[_root.nomePezzo + i]._rotation) { rilevaCoppiaSuper(superPezzo, parente); } } i++; } } function calcPezziCollegati(pezzo) { name = parseInt(pezzo._name.substr(1)); resto = name % pPerRiga; collegaUp = _root.nomePezzo + (name - pPerRiga); collegaDown = _root.nomePezzo + (name + pPerRiga); collegaLeft = ((resto == 1) ? undefined : (_root.nomePezzo + (name - 1))); collegaRight = ((resto == 0) ? undefined : (_root.nomePezzo + (name + 1))); } fx1 = new sound(); fx1.attachSound("fx1"); _visible = false; grandezza = _root.grandezza; pPerRiga = _root.pPerRiga;
Symbol 21 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 24 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 27 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 30 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 33 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 36 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 39 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 42 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 46 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 49 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 52 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 55 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 58 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 61 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 64 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 67 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 70 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 73 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 76 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 79 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 82 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 85 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 88 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 91 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 94 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 97 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 100 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 103 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 106 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 109 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 112 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 115 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 118 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 121 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 124 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 127 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 130 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 133 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 136 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 139 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 142 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 145 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 148 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 151 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 154 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 157 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 160 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 163 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 166 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 169 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 172 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 175 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 178 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 181 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 184 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 187 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 190 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 193 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 196 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 199 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 202 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 205 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 208 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 211 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 214 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 217 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 220 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 223 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 226 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 229 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 232 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 235 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 238 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 241 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 244 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 247 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 250 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 253 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 256 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 259 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 262 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 265 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 268 Button
on (press) { if (_parent == _root) { if (Key.isDown(17)) { _rotation = (_rotation + 90); } startDrag (this); } else { if (Key.isDown(17)) { _parent._rotation = _parent._rotation + 90; } startDrag (_parent); } } on (release, releaseOutside) { if (Number(getTimer() - lastClick) < 300) { if (_parent == _root) { _rotation = (_rotation + 90); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { _parent._rotation = _parent._rotation + 90; if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } stopDrag(); } else { lastClick = getTimer(); stopDrag(); if (_parent == _root) { master.controllaCollegati(this); if ((_root.contafinale == (_root.numPiece - 1)) && (this._rotation == 0)) { this._x = this.giustaX; this._y = this.giustaY; _root.gotoAndStop("label_gameover"); } } else { master.controllaCollegati(_parent); if ((_root.contafinale == (_root.numPiece - 1)) && (_parent._rotation == 0)) { _parent._x = _parent.giustaX; _parent._y = _parent.giustaY; _root.gotoAndStop("label_gameover"); } } } }
Symbol 276 MovieClip [gameover] Frame 1
totalScore = _root.score + (_root.timeScore * 150); _root.final = totalScore; if (_root.compareScores(totalScore)) { gotoAndStop (20); }
Symbol 276 MovieClip [gameover] Frame 10
messageScore = ((messageScore + "Score: ") + _root.score) + newline; messageScore = ((((messageScore + "Time Bonus: 150 x ") + _root.timeScore) + " = ") + (150 * _root.timeScore)) + "\n\n"; messageScore = (messageScore + "Total Score: ") + totalScore; stop();
Symbol 276 MovieClip [gameover] Frame 20
messageScore = ((messageScore + "Games Score: ") + _root.score) + newline; messageScore = ((((messageScore + "Time Bonus: 150 x ") + _root.timeScore) + " = ") + (150 * _root.timeScore)) + "\n\n"; messageScore = (messageScore + "Total Score: ") + totalScore; stop();
Symbol 276 MovieClip [gameover] Frame 30
stop(); _root.updateScores(nick, totalScore); var i = 0; while (i < 12) { rank = rank + ((((((i + 1) + " ) ") + _root.array_scores[i][0]) + " - ") + _root.array_scores[i][1]) + newline); i++; }
Symbol 303 MovieClip Frame 112
_root.gotoAndStop("loader");
Symbol 341 Button
on (release) { levelDiff = 3; nextFrame(); }
Symbol 345 Button
on (release) { levelDiff = 3; nextFrame(); }
Symbol 376 Button
on (release) { gotoAndStop (2); }
Symbol 377 Button
on (release) { gotoAndStop (1); }
Symbol 378 MovieClip Frame 1
fx = new Sound(); fx.attachSound("fx"); fx.start(1, 999); fx.setVolume(80); stop();
Symbol 378 MovieClip Frame 2
fx.stop(); stop();
Symbol 385 Button
on (release) { _root.fx.stop(); _root.gotoAndPlay("good"); }
Symbol 387 MovieClip Frame 1
stop();

Library Items

Symbol 1 Sound [fx]
Symbol 2 Sound [fx1]
Symbol 3 BitmapUsed by:4 20 23 26 29 32 35 38 41 44 48 51 54 57 60 63 66 69 72 75 78 81 84 87 90 93 96 99 102 105 108 111 114 117 120 123 126 129 132 135 138 141 144 147 150 153 156 159 162 165 168 171 174 177 180 183 186 189 192 195 198 201 204 207 210 213 216 219 222 225 228 231 234 237 240 243 246 249 252 255 258 261 264 267 380
Symbol 4 GraphicUses:3Used by:5
Symbol 5 MovieClipUses:4Used by:17
Symbol 6 GraphicUsed by:7
Symbol 7 ButtonUses:6Used by:8
Symbol 8 MovieClipUses:7Used by:17
Symbol 9 GraphicUsed by:10
Symbol 10 ButtonUses:9Used by:13
Symbol 11 FontUsed by:12
Symbol 12 TextUses:11Used by:13
Symbol 13 MovieClipUses:10 12Used by:17
Symbol 14 GraphicUsed by:15
Symbol 15 ButtonUses:14Used by:16
Symbol 16 MovieClipUses:15Used by:17
Symbol 17 MovieClip [winzoom]Uses:5 8 13 16
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClipUses:18Used by:22 25 28 31 34 37 40 43 47 50 53 56 59 62 65 68 71 74 77 80 83 86 89 92 95 98 101 104 107 110 113 116 119 122 125 128 131 134 137 140 143 146 149 152 155 158 161 164 167 170 173 176 179 182 185 188 191 194 197 200 203 206 209 212 215 218 221 224 227 230 233 236 239 242 245 248 251 254 257 260 263 266 269  Timeline
Symbol 20 GraphicUses:3Used by:21
Symbol 21 ButtonUses:20Used by:22
Symbol 22 MovieClip [p9]Uses:19 21
Symbol 23 GraphicUses:3Used by:24
Symbol 24 ButtonUses:23Used by:25
Symbol 25 MovieClip [p8]Uses:19 24
Symbol 26 GraphicUses:3Used by:27
Symbol 27 ButtonUses:26Used by:28
Symbol 28 MovieClip [p7]Uses:19 27
Symbol 29 GraphicUses:3Used by:30
Symbol 30 ButtonUses:29Used by:31
Symbol 31 MovieClip [p6]Uses:19 30
Symbol 32 GraphicUses:3Used by:33
Symbol 33 ButtonUses:32Used by:34
Symbol 34 MovieClip [p5]Uses:19 33
Symbol 35 GraphicUses:3Used by:36
Symbol 36 ButtonUses:35Used by:37
Symbol 37 MovieClip [p4]Uses:19 36
Symbol 38 GraphicUses:3Used by:39
Symbol 39 ButtonUses:38Used by:40
Symbol 40 MovieClip [p3]Uses:19 39
Symbol 41 GraphicUses:3Used by:42
Symbol 42 ButtonUses:41Used by:43
Symbol 43 MovieClip [p2]Uses:19 42
Symbol 44 GraphicUses:3Used by:47
Symbol 45 GraphicUsed by:46
Symbol 46 ButtonUses:45Used by:47
Symbol 47 MovieClip [p1]Uses:19 44 46
Symbol 48 GraphicUses:3Used by:49
Symbol 49 ButtonUses:48Used by:50
Symbol 50 MovieClip [q1]Uses:19 49
Symbol 51 GraphicUses:3Used by:52
Symbol 52 ButtonUses:51Used by:53
Symbol 53 MovieClip [q2]Uses:19 52
Symbol 54 GraphicUses:3Used by:55
Symbol 55 ButtonUses:54Used by:56
Symbol 56 MovieClip [q3]Uses:19 55
Symbol 57 GraphicUses:3Used by:58
Symbol 58 ButtonUses:57Used by:59
Symbol 59 MovieClip [q4]Uses:19 58
Symbol 60 GraphicUses:3Used by:61
Symbol 61 ButtonUses:60Used by:62
Symbol 62 MovieClip [q5]Uses:19 61
Symbol 63 GraphicUses:3Used by:64
Symbol 64 ButtonUses:63Used by:65
Symbol 65 MovieClip [q6]Uses:19 64
Symbol 66 GraphicUses:3Used by:67
Symbol 67 ButtonUses:66Used by:68
Symbol 68 MovieClip [q7]Uses:19 67
Symbol 69 GraphicUses:3Used by:70
Symbol 70 ButtonUses:69Used by:71
Symbol 71 MovieClip [q8]Uses:19 70
Symbol 72 GraphicUses:3Used by:73
Symbol 73 ButtonUses:72Used by:74
Symbol 74 MovieClip [q9]Uses:19 73
Symbol 75 GraphicUses:3Used by:76
Symbol 76 ButtonUses:75Used by:77
Symbol 77 MovieClip [q10]Uses:19 76
Symbol 78 GraphicUses:3Used by:79
Symbol 79 ButtonUses:78Used by:80
Symbol 80 MovieClip [q11]Uses:19 79
Symbol 81 GraphicUses:3Used by:82
Symbol 82 ButtonUses:81Used by:83
Symbol 83 MovieClip [q12]Uses:19 82
Symbol 84 GraphicUses:3Used by:85
Symbol 85 ButtonUses:84Used by:86
Symbol 86 MovieClip [q13]Uses:19 85
Symbol 87 GraphicUses:3Used by:88
Symbol 88 ButtonUses:87Used by:89
Symbol 89 MovieClip [q14]Uses:19 88
Symbol 90 GraphicUses:3Used by:91
Symbol 91 ButtonUses:90Used by:92
Symbol 92 MovieClip [q15]Uses:19 91
Symbol 93 GraphicUses:3Used by:94
Symbol 94 ButtonUses:93Used by:95
Symbol 95 MovieClip [q16]Uses:19 94
Symbol 96 GraphicUses:3Used by:97
Symbol 97 ButtonUses:96Used by:98
Symbol 98 MovieClip [q17]Uses:19 97
Symbol 99 GraphicUses:3Used by:100
Symbol 100 ButtonUses:99Used by:101
Symbol 101 MovieClip [q18]Uses:19 100
Symbol 102 GraphicUses:3Used by:103
Symbol 103 ButtonUses:102Used by:104
Symbol 104 MovieClip [q19]Uses:19 103
Symbol 105 GraphicUses:3Used by:106
Symbol 106 ButtonUses:105Used by:107
Symbol 107 MovieClip [q20]Uses:19 106
Symbol 108 GraphicUses:3Used by:109
Symbol 109 ButtonUses:108Used by:110
Symbol 110 MovieClip [q21]Uses:19 109
Symbol 111 GraphicUses:3Used by:112
Symbol 112 ButtonUses:111Used by:113
Symbol 113 MovieClip [q22]Uses:19 112
Symbol 114 GraphicUses:3Used by:115
Symbol 115 ButtonUses:114Used by:116
Symbol 116 MovieClip [q23]Uses:19 115
Symbol 117 GraphicUses:3Used by:118
Symbol 118 ButtonUses:117Used by:119
Symbol 119 MovieClip [q24]Uses:19 118
Symbol 120 GraphicUses:3Used by:121
Symbol 121 ButtonUses:120Used by:122
Symbol 122 MovieClip [q25]Uses:19 121
Symbol 123 GraphicUses:3Used by:124
Symbol 124 ButtonUses:123Used by:125
Symbol 125 MovieClip [z1]Uses:19 124
Symbol 126 GraphicUses:3Used by:127
Symbol 127 ButtonUses:126Used by:128
Symbol 128 MovieClip [z2]Uses:19 127
Symbol 129 GraphicUses:3Used by:130
Symbol 130 ButtonUses:129Used by:131
Symbol 131 MovieClip [z3]Uses:19 130
Symbol 132 GraphicUses:3Used by:133
Symbol 133 ButtonUses:132Used by:134
Symbol 134 MovieClip [z4]Uses:19 133
Symbol 135 GraphicUses:3Used by:136
Symbol 136 ButtonUses:135Used by:137
Symbol 137 MovieClip [z5]Uses:19 136
Symbol 138 GraphicUses:3Used by:139
Symbol 139 ButtonUses:138Used by:140
Symbol 140 MovieClip [z6]Uses:19 139
Symbol 141 GraphicUses:3Used by:142
Symbol 142 ButtonUses:141Used by:143
Symbol 143 MovieClip [z7]Uses:19 142
Symbol 144 GraphicUses:3Used by:145
Symbol 145 ButtonUses:144Used by:146
Symbol 146 MovieClip [z8]Uses:19 145
Symbol 147 GraphicUses:3Used by:148
Symbol 148 ButtonUses:147Used by:149
Symbol 149 MovieClip [z9]Uses:19 148
Symbol 150 GraphicUses:3Used by:151
Symbol 151 ButtonUses:150Used by:152
Symbol 152 MovieClip [z10]Uses:19 151
Symbol 153 GraphicUses:3Used by:154
Symbol 154 ButtonUses:153Used by:155
Symbol 155 MovieClip [z11]Uses:19 154
Symbol 156 GraphicUses:3Used by:157
Symbol 157 ButtonUses:156Used by:158
Symbol 158 MovieClip [z12]Uses:19 157
Symbol 159 GraphicUses:3Used by:160
Symbol 160 ButtonUses:159Used by:161
Symbol 161 MovieClip [z13]Uses:19 160
Symbol 162 GraphicUses:3Used by:163
Symbol 163 ButtonUses:162Used by:164
Symbol 164 MovieClip [z14]Uses:19 163
Symbol 165 GraphicUses:3Used by:166
Symbol 166 ButtonUses:165Used by:167
Symbol 167 MovieClip [z15]Uses:19 166
Symbol 168 GraphicUses:3Used by:169
Symbol 169 ButtonUses:168Used by:170
Symbol 170 MovieClip [z16]Uses:19 169
Symbol 171 GraphicUses:3Used by:172
Symbol 172 ButtonUses:171Used by:173
Symbol 173 MovieClip [z17]Uses:19 172
Symbol 174 GraphicUses:3Used by:175
Symbol 175 ButtonUses:174Used by:176
Symbol 176 MovieClip [z18]Uses:19 175
Symbol 177 GraphicUses:3Used by:178
Symbol 178 ButtonUses:177Used by:179
Symbol 179 MovieClip [z19]Uses:19 178
Symbol 180 GraphicUses:3Used by:181
Symbol 181 ButtonUses:180Used by:182
Symbol 182 MovieClip [z20]Uses:19 181
Symbol 183 GraphicUses:3Used by:184
Symbol 184 ButtonUses:183Used by:185
Symbol 185 MovieClip [z21]Uses:19 184
Symbol 186 GraphicUses:3Used by:187
Symbol 187 ButtonUses:186Used by:188
Symbol 188 MovieClip [z22]Uses:19 187
Symbol 189 GraphicUses:3Used by:190
Symbol 190 ButtonUses:189Used by:191
Symbol 191 MovieClip [z23]Uses:19 190
Symbol 192 GraphicUses:3Used by:193
Symbol 193 ButtonUses:192Used by:194
Symbol 194 MovieClip [z24]Uses:19 193
Symbol 195 GraphicUses:3Used by:196
Symbol 196 ButtonUses:195Used by:197
Symbol 197 MovieClip [z25]Uses:19 196
Symbol 198 GraphicUses:3Used by:199
Symbol 199 ButtonUses:198Used by:200
Symbol 200 MovieClip [z26]Uses:19 199
Symbol 201 GraphicUses:3Used by:202
Symbol 202 ButtonUses:201Used by:203
Symbol 203 MovieClip [z27]Uses:19 202
Symbol 204 GraphicUses:3Used by:205
Symbol 205 ButtonUses:204Used by:206
Symbol 206 MovieClip [z28]Uses:19 205
Symbol 207 GraphicUses:3Used by:208
Symbol 208 ButtonUses:207Used by:209
Symbol 209 MovieClip [z30]Uses:19 208
Symbol 210 GraphicUses:3Used by:211
Symbol 211 ButtonUses:210Used by:212
Symbol 212 MovieClip [z31]Uses:19 211
Symbol 213 GraphicUses:3Used by:214
Symbol 214 ButtonUses:213Used by:215
Symbol 215 MovieClip [z32]Uses:19 214
Symbol 216 GraphicUses:3Used by:217
Symbol 217 ButtonUses:216Used by:218
Symbol 218 MovieClip [z33]Uses:19 217
Symbol 219 GraphicUses:3Used by:220
Symbol 220 ButtonUses:219Used by:221
Symbol 221 MovieClip [z29]Uses:19 220
Symbol 222 GraphicUses:3Used by:223
Symbol 223 ButtonUses:222Used by:224
Symbol 224 MovieClip [z34]Uses:19 223
Symbol 225 GraphicUses:3Used by:226
Symbol 226 ButtonUses:225Used by:227
Symbol 227 MovieClip [z35]Uses:19 226
Symbol 228 GraphicUses:3Used by:229
Symbol 229 ButtonUses:228Used by:230
Symbol 230 MovieClip [z36]Uses:19 229
Symbol 231 GraphicUses:3Used by:232
Symbol 232 ButtonUses:231Used by:233
Symbol 233 MovieClip [z37]Uses:19 232
Symbol 234 GraphicUses:3Used by:235
Symbol 235 ButtonUses:234Used by:236
Symbol 236 MovieClip [z38]Uses:19 235
Symbol 237 GraphicUses:3Used by:238
Symbol 238 ButtonUses:237Used by:239
Symbol 239 MovieClip [z39]Uses:19 238
Symbol 240 GraphicUses:3Used by:241
Symbol 241 ButtonUses:240Used by:242
Symbol 242 MovieClip [z40]Uses:19 241
Symbol 243 GraphicUses:3Used by:244
Symbol 244 ButtonUses:243Used by:245
Symbol 245 MovieClip [z41]Uses:19 244
Symbol 246 GraphicUses:3Used by:247
Symbol 247 ButtonUses:246Used by:248
Symbol 248 MovieClip [z42]Uses:19 247
Symbol 249 GraphicUses:3Used by:250
Symbol 250 ButtonUses:249Used by:251
Symbol 251 MovieClip [z43]Uses:19 250
Symbol 252 GraphicUses:3Used by:253
Symbol 253 ButtonUses:252Used by:254
Symbol 254 MovieClip [z44]Uses:19 253
Symbol 255 GraphicUses:3Used by:256
Symbol 256 ButtonUses:255Used by:257
Symbol 257 MovieClip [z45]Uses:19 256
Symbol 258 GraphicUses:3Used by:259
Symbol 259 ButtonUses:258Used by:260
Symbol 260 MovieClip [z46]Uses:19 259
Symbol 261 GraphicUses:3Used by:262
Symbol 262 ButtonUses:261Used by:263
Symbol 263 MovieClip [z47]Uses:19 262
Symbol 264 GraphicUses:3Used by:265
Symbol 265 ButtonUses:264Used by:266
Symbol 266 MovieClip [z48]Uses:19 265
Symbol 267 GraphicUses:3Used by:268
Symbol 268 ButtonUses:267Used by:269
Symbol 269 MovieClip [z49]Uses:19 268
Symbol 270 GraphicUsed by:276
Symbol 271 FontUsed by:272 273 346 347 348 367 368 369 370 381 382 383
Symbol 272 EditableTextUses:271Used by:276
Symbol 273 TextUses:271Used by:276
Symbol 274 FontUsed by:275
Symbol 275 EditableTextUses:274Used by:276
Symbol 276 MovieClip [gameover]Uses:270 272 273 275Used by:Timeline
Symbol 277 GraphicUsed by:Timeline
Symbol 278 GraphicUsed by:283
Symbol 279 GraphicUsed by:280
Symbol 280 MovieClipUses:279Used by:283
Symbol 281 GraphicUsed by:282
Symbol 282 MovieClipUses:281Used by:283
Symbol 283 MovieClipUses:278 280 282Used by:286
Symbol 284 FontUsed by:285 287 290 292 294 297 299 337 339
Symbol 285 TextUses:284Used by:286
Symbol 286 MovieClipUses:283 285Used by:303
Symbol 287 TextUses:284Used by:288
Symbol 288 MovieClipUses:287Used by:289
Symbol 289 MovieClipUses:288Used by:302
Symbol 290 TextUses:284Used by:291
Symbol 291 MovieClipUses:290Used by:302
Symbol 292 TextUses:284Used by:293 296
Symbol 293 MovieClipUses:292Used by:302
Symbol 294 TextUses:284Used by:295 301
Symbol 295 MovieClipUses:294Used by:302
Symbol 296 MovieClipUses:292Used by:302
Symbol 297 TextUses:284Used by:298
Symbol 298 MovieClipUses:297Used by:302
Symbol 299 TextUses:284Used by:300
Symbol 300 MovieClipUses:299Used by:302
Symbol 301 MovieClipUses:294Used by:302
Symbol 302 MovieClipUses:289 291 293 295 296 298 300 301Used by:303
Symbol 303 MovieClipUses:286 302Used by:Timeline
Symbol 304 GraphicUsed by:Timeline
Symbol 305 GraphicUsed by:Timeline
Symbol 306 FontUsed by:307 312
Symbol 307 TextUses:306Used by:Timeline
Symbol 308 GraphicUsed by:309
Symbol 309 MovieClipUses:308Used by:Timeline
Symbol 310 FontUsed by:311
Symbol 311 EditableTextUses:310Used by:Timeline
Symbol 312 TextUses:306Used by:Timeline
Symbol 313 GraphicUsed by:Timeline
Symbol 314 FontUsed by:315
Symbol 315 EditableTextUses:314Used by:316
Symbol 316 MovieClipUses:315Used by:Timeline
Symbol 317 GraphicUsed by:327
Symbol 318 GraphicUsed by:321 322
Symbol 319 GraphicUsed by:321 322
Symbol 320 GraphicUsed by:321 322
Symbol 321 MovieClipUses:318 319 320Used by:327
Symbol 322 MovieClipUses:318 319 320Used by:327
Symbol 323 GraphicUsed by:327
Symbol 324 GraphicUsed by:325
Symbol 325 MovieClipUses:324Used by:327
Symbol 326 GraphicUsed by:327
Symbol 327 MovieClipUses:317 321 322 323 325 326Used by:Timeline
Symbol 328 GraphicUsed by:Timeline
Symbol 329 GraphicUsed by:332
Symbol 330 GraphicUsed by:331
Symbol 331 MovieClipUses:330Used by:332
Symbol 332 MovieClipUses:329 331Used by:Timeline
Symbol 333 GraphicUsed by:334 341
Symbol 334 MovieClipUses:333Used by:341
Symbol 335 GraphicUsed by:341
Symbol 336 GraphicUsed by:341
Symbol 337 TextUses:284Used by:341
Symbol 338 GraphicUsed by:341
Symbol 339 TextUses:284Used by:341
Symbol 340 SoundUsed by:341
Symbol 341 ButtonUses:334 335 336 337 338 339 333 340Used by:Timeline
Symbol 342 GraphicUsed by:345
Symbol 343 FontUsed by:344
Symbol 344 TextUses:343Used by:345
Symbol 345 ButtonUses:342 344Used by:Timeline
Symbol 346 TextUses:271Used by:Timeline
Symbol 347 TextUses:271Used by:349
Symbol 348 TextUses:271Used by:349
Symbol 349 MovieClipUses:347 348Used by:Timeline
Symbol 350 GraphicUsed by:351
Symbol 351 MovieClipUses:350Used by:354
Symbol 352 GraphicUsed by:353
Symbol 353 MovieClipUses:352Used by:354
Symbol 354 MovieClipUses:351 353Used by:Timeline
Symbol 355 ShapeTweeningUsed by:359
Symbol 356 ShapeTweeningUsed by:359
Symbol 357 ShapeTweeningUsed by:359
Symbol 358 GraphicUsed by:359
Symbol 359 MovieClipUses:355 356 357 358Used by:Timeline
Symbol 360 GraphicUsed by:361
Symbol 361 MovieClipUses:360Used by:Timeline
Symbol 362 BitmapUsed by:363
Symbol 363 GraphicUses:362Used by:366
Symbol 364 FontUsed by:365
Symbol 365 TextUses:364Used by:366
Symbol 366 MovieClipUses:363 365Used by:Timeline
Symbol 367 TextUses:271Used by:Timeline
Symbol 368 EditableTextUses:271Used by:Timeline
Symbol 369 EditableTextUses:271Used by:Timeline
Symbol 370 TextUses:271Used by:Timeline
Symbol 371 GraphicUsed by:Timeline
Symbol 372 GraphicUsed by:Timeline
Symbol 373 GraphicUsed by:376 377
Symbol 374 GraphicUsed by:376 377
Symbol 375 GraphicUsed by:376 377
Symbol 376 ButtonUses:373 374 375Used by:378
Symbol 377 ButtonUses:373 374 375Used by:378
Symbol 378 MovieClipUses:376 377Used by:Timeline
Symbol 379 SoundUsed by:Timeline
Symbol 380 GraphicUses:3Used by:Timeline
Symbol 381 EditableTextUses:271Used by:Timeline
Symbol 382 TextUses:271Used by:385
Symbol 383 TextUses:271Used by:385
Symbol 384 GraphicUsed by:385
Symbol 385 ButtonUses:382 383 384Used by:386
Symbol 386 MovieClipUses:385Used by:387
Symbol 387 MovieClipUses:386Used by:Timeline
Symbol 388 SoundUsed by:Timeline

Instance Names

"zoom"Symbol 17 MovieClip [winzoom] Frame 1Symbol 5 MovieClip
"resizeCorner"Symbol 17 MovieClip [winzoom] Frame 1Symbol 8 MovieClip
"dragBar"Symbol 17 MovieClip [winzoom] Frame 1Symbol 13 MovieClip
"closeButton"Symbol 17 MovieClip [winzoom] Frame 1Symbol 16 MovieClip
"master"Symbol 22 MovieClip [p9] Frame 1Symbol 19 MovieClip
"master"Symbol 25 MovieClip [p8] Frame 1Symbol 19 MovieClip
"master"Symbol 28 MovieClip [p7] Frame 1Symbol 19 MovieClip
"master"Symbol 31 MovieClip [p6] Frame 1Symbol 19 MovieClip
"master"Symbol 34 MovieClip [p5] Frame 1Symbol 19 MovieClip
"master"Symbol 37 MovieClip [p4] Frame 1Symbol 19 MovieClip
"master"Symbol 40 MovieClip [p3] Frame 1Symbol 19 MovieClip
"master"Symbol 43 MovieClip [p2] Frame 1Symbol 19 MovieClip
"master"Symbol 47 MovieClip [p1] Frame 1Symbol 19 MovieClip
"master"Symbol 50 MovieClip [q1] Frame 1Symbol 19 MovieClip
"master"Symbol 53 MovieClip [q2] Frame 1Symbol 19 MovieClip
"master"Symbol 56 MovieClip [q3] Frame 1Symbol 19 MovieClip
"master"Symbol 59 MovieClip [q4] Frame 1Symbol 19 MovieClip
"master"Symbol 62 MovieClip [q5] Frame 1Symbol 19 MovieClip
"master"Symbol 65 MovieClip [q6] Frame 1Symbol 19 MovieClip
"master"Symbol 68 MovieClip [q7] Frame 1Symbol 19 MovieClip
"master"Symbol 71 MovieClip [q8] Frame 1Symbol 19 MovieClip
"master"Symbol 74 MovieClip [q9] Frame 1Symbol 19 MovieClip
"master"Symbol 77 MovieClip [q10] Frame 1Symbol 19 MovieClip
"master"Symbol 80 MovieClip [q11] Frame 1Symbol 19 MovieClip
"master"Symbol 83 MovieClip [q12] Frame 1Symbol 19 MovieClip
"master"Symbol 86 MovieClip [q13] Frame 1Symbol 19 MovieClip
"master"Symbol 89 MovieClip [q14] Frame 1Symbol 19 MovieClip
"master"Symbol 92 MovieClip [q15] Frame 1Symbol 19 MovieClip
"master"Symbol 95 MovieClip [q16] Frame 1Symbol 19 MovieClip
"master"Symbol 98 MovieClip [q17] Frame 1Symbol 19 MovieClip
"master"Symbol 101 MovieClip [q18] Frame 1Symbol 19 MovieClip
"master"Symbol 104 MovieClip [q19] Frame 1Symbol 19 MovieClip
"master"Symbol 107 MovieClip [q20] Frame 1Symbol 19 MovieClip
"master"Symbol 110 MovieClip [q21] Frame 1Symbol 19 MovieClip
"master"Symbol 113 MovieClip [q22] Frame 1Symbol 19 MovieClip
"master"Symbol 116 MovieClip [q23] Frame 1Symbol 19 MovieClip
"master"Symbol 119 MovieClip [q24] Frame 1Symbol 19 MovieClip
"master"Symbol 122 MovieClip [q25] Frame 1Symbol 19 MovieClip
"master"Symbol 128 MovieClip [z2] Frame 1Symbol 19 MovieClip
"master"Symbol 131 MovieClip [z3] Frame 1Symbol 19 MovieClip
"master"Symbol 134 MovieClip [z4] Frame 1Symbol 19 MovieClip
"master"Symbol 137 MovieClip [z5] Frame 1Symbol 19 MovieClip
"master"Symbol 140 MovieClip [z6] Frame 1Symbol 19 MovieClip
"master"Symbol 143 MovieClip [z7] Frame 1Symbol 19 MovieClip
"master"Symbol 146 MovieClip [z8] Frame 1Symbol 19 MovieClip
"master"Symbol 149 MovieClip [z9] Frame 1Symbol 19 MovieClip
"master"Symbol 152 MovieClip [z10] Frame 1Symbol 19 MovieClip
"master"Symbol 155 MovieClip [z11] Frame 1Symbol 19 MovieClip
"master"Symbol 158 MovieClip [z12] Frame 1Symbol 19 MovieClip
"master"Symbol 161 MovieClip [z13] Frame 1Symbol 19 MovieClip
"master"Symbol 164 MovieClip [z14] Frame 1Symbol 19 MovieClip
"master"Symbol 167 MovieClip [z15] Frame 1Symbol 19 MovieClip
"master"Symbol 170 MovieClip [z16] Frame 1Symbol 19 MovieClip
"master"Symbol 173 MovieClip [z17] Frame 1Symbol 19 MovieClip
"master"Symbol 176 MovieClip [z18] Frame 1Symbol 19 MovieClip
"master"Symbol 179 MovieClip [z19] Frame 1Symbol 19 MovieClip
"master"Symbol 182 MovieClip [z20] Frame 1Symbol 19 MovieClip
"master"Symbol 185 MovieClip [z21] Frame 1Symbol 19 MovieClip
"master"Symbol 188 MovieClip [z22] Frame 1Symbol 19 MovieClip
"master"Symbol 191 MovieClip [z23] Frame 1Symbol 19 MovieClip
"master"Symbol 194 MovieClip [z24] Frame 1Symbol 19 MovieClip
"master"Symbol 197 MovieClip [z25] Frame 1Symbol 19 MovieClip
"master"Symbol 200 MovieClip [z26] Frame 1Symbol 19 MovieClip
"master"Symbol 203 MovieClip [z27] Frame 1Symbol 19 MovieClip
"master"Symbol 206 MovieClip [z28] Frame 1Symbol 19 MovieClip
"master"Symbol 209 MovieClip [z30] Frame 1Symbol 19 MovieClip
"master"Symbol 212 MovieClip [z31] Frame 1Symbol 19 MovieClip
"master"Symbol 215 MovieClip [z32] Frame 1Symbol 19 MovieClip
"master"Symbol 218 MovieClip [z33] Frame 1Symbol 19 MovieClip
"master"Symbol 221 MovieClip [z29] Frame 1Symbol 19 MovieClip
"master"Symbol 224 MovieClip [z34] Frame 1Symbol 19 MovieClip
"master"Symbol 227 MovieClip [z35] Frame 1Symbol 19 MovieClip
"master"Symbol 230 MovieClip [z36] Frame 1Symbol 19 MovieClip
"master"Symbol 233 MovieClip [z37] Frame 1Symbol 19 MovieClip
"master"Symbol 236 MovieClip [z38] Frame 1Symbol 19 MovieClip
"master"Symbol 239 MovieClip [z39] Frame 1Symbol 19 MovieClip
"master"Symbol 242 MovieClip [z40] Frame 1Symbol 19 MovieClip
"master"Symbol 245 MovieClip [z41] Frame 1Symbol 19 MovieClip
"master"Symbol 248 MovieClip [z42] Frame 1Symbol 19 MovieClip
"master"Symbol 251 MovieClip [z43] Frame 1Symbol 19 MovieClip
"master"Symbol 254 MovieClip [z44] Frame 1Symbol 19 MovieClip
"master"Symbol 257 MovieClip [z45] Frame 1Symbol 19 MovieClip
"master"Symbol 260 MovieClip [z46] Frame 1Symbol 19 MovieClip
"master"Symbol 263 MovieClip [z47] Frame 1Symbol 19 MovieClip
"master"Symbol 266 MovieClip [z48] Frame 1Symbol 19 MovieClip
"master"Symbol 269 MovieClip [z49] Frame 1Symbol 19 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "fx"
ExportAssets (56)Timeline Frame 1Symbol 2 as "fx1"
ExportAssets (56)Timeline Frame 1Symbol 17 as "winzoom"
ExportAssets (56)Timeline Frame 1Symbol 22 as "p9"
ExportAssets (56)Timeline Frame 1Symbol 25 as "p8"
ExportAssets (56)Timeline Frame 1Symbol 28 as "p7"
ExportAssets (56)Timeline Frame 1Symbol 31 as "p6"
ExportAssets (56)Timeline Frame 1Symbol 34 as "p5"
ExportAssets (56)Timeline Frame 1Symbol 37 as "p4"
ExportAssets (56)Timeline Frame 1Symbol 40 as "p3"
ExportAssets (56)Timeline Frame 1Symbol 43 as "p2"
ExportAssets (56)Timeline Frame 1Symbol 47 as "p1"
ExportAssets (56)Timeline Frame 1Symbol 50 as "q1"
ExportAssets (56)Timeline Frame 1Symbol 53 as "q2"
ExportAssets (56)Timeline Frame 1Symbol 56 as "q3"
ExportAssets (56)Timeline Frame 1Symbol 59 as "q4"
ExportAssets (56)Timeline Frame 1Symbol 62 as "q5"
ExportAssets (56)Timeline Frame 1Symbol 65 as "q6"
ExportAssets (56)Timeline Frame 1Symbol 68 as "q7"
ExportAssets (56)Timeline Frame 1Symbol 71 as "q8"
ExportAssets (56)Timeline Frame 1Symbol 74 as "q9"
ExportAssets (56)Timeline Frame 1Symbol 77 as "q10"
ExportAssets (56)Timeline Frame 1Symbol 80 as "q11"
ExportAssets (56)Timeline Frame 1Symbol 83 as "q12"
ExportAssets (56)Timeline Frame 1Symbol 86 as "q13"
ExportAssets (56)Timeline Frame 1Symbol 89 as "q14"
ExportAssets (56)Timeline Frame 1Symbol 92 as "q15"
ExportAssets (56)Timeline Frame 1Symbol 95 as "q16"
ExportAssets (56)Timeline Frame 1Symbol 98 as "q17"
ExportAssets (56)Timeline Frame 1Symbol 101 as "q18"
ExportAssets (56)Timeline Frame 1Symbol 104 as "q19"
ExportAssets (56)Timeline Frame 1Symbol 107 as "q20"
ExportAssets (56)Timeline Frame 1Symbol 110 as "q21"
ExportAssets (56)Timeline Frame 1Symbol 113 as "q22"
ExportAssets (56)Timeline Frame 1Symbol 116 as "q23"
ExportAssets (56)Timeline Frame 1Symbol 119 as "q24"
ExportAssets (56)Timeline Frame 1Symbol 122 as "q25"
ExportAssets (56)Timeline Frame 1Symbol 125 as "z1"
ExportAssets (56)Timeline Frame 1Symbol 128 as "z2"
ExportAssets (56)Timeline Frame 1Symbol 131 as "z3"
ExportAssets (56)Timeline Frame 1Symbol 134 as "z4"
ExportAssets (56)Timeline Frame 1Symbol 137 as "z5"
ExportAssets (56)Timeline Frame 1Symbol 140 as "z6"
ExportAssets (56)Timeline Frame 1Symbol 143 as "z7"
ExportAssets (56)Timeline Frame 1Symbol 146 as "z8"
ExportAssets (56)Timeline Frame 1Symbol 149 as "z9"
ExportAssets (56)Timeline Frame 1Symbol 152 as "z10"
ExportAssets (56)Timeline Frame 1Symbol 155 as "z11"
ExportAssets (56)Timeline Frame 1Symbol 158 as "z12"
ExportAssets (56)Timeline Frame 1Symbol 161 as "z13"
ExportAssets (56)Timeline Frame 1Symbol 164 as "z14"
ExportAssets (56)Timeline Frame 1Symbol 167 as "z15"
ExportAssets (56)Timeline Frame 1Symbol 170 as "z16"
ExportAssets (56)Timeline Frame 1Symbol 173 as "z17"
ExportAssets (56)Timeline Frame 1Symbol 176 as "z18"
ExportAssets (56)Timeline Frame 1Symbol 179 as "z19"
ExportAssets (56)Timeline Frame 1Symbol 182 as "z20"
ExportAssets (56)Timeline Frame 1Symbol 185 as "z21"
ExportAssets (56)Timeline Frame 1Symbol 188 as "z22"
ExportAssets (56)Timeline Frame 1Symbol 191 as "z23"
ExportAssets (56)Timeline Frame 1Symbol 194 as "z24"
ExportAssets (56)Timeline Frame 1Symbol 197 as "z25"
ExportAssets (56)Timeline Frame 1Symbol 200 as "z26"
ExportAssets (56)Timeline Frame 1Symbol 203 as "z27"
ExportAssets (56)Timeline Frame 1Symbol 206 as "z28"
ExportAssets (56)Timeline Frame 1Symbol 209 as "z30"
ExportAssets (56)Timeline Frame 1Symbol 212 as "z31"
ExportAssets (56)Timeline Frame 1Symbol 215 as "z32"
ExportAssets (56)Timeline Frame 1Symbol 218 as "z33"
ExportAssets (56)Timeline Frame 1Symbol 221 as "z29"
ExportAssets (56)Timeline Frame 1Symbol 224 as "z34"
ExportAssets (56)Timeline Frame 1Symbol 227 as "z35"
ExportAssets (56)Timeline Frame 1Symbol 230 as "z36"
ExportAssets (56)Timeline Frame 1Symbol 233 as "z37"
ExportAssets (56)Timeline Frame 1Symbol 236 as "z38"
ExportAssets (56)Timeline Frame 1Symbol 239 as "z39"
ExportAssets (56)Timeline Frame 1Symbol 242 as "z40"
ExportAssets (56)Timeline Frame 1Symbol 245 as "z41"
ExportAssets (56)Timeline Frame 1Symbol 248 as "z42"
ExportAssets (56)Timeline Frame 1Symbol 251 as "z43"
ExportAssets (56)Timeline Frame 1Symbol 254 as "z44"
ExportAssets (56)Timeline Frame 1Symbol 257 as "z45"
ExportAssets (56)Timeline Frame 1Symbol 260 as "z46"
ExportAssets (56)Timeline Frame 1Symbol 263 as "z47"
ExportAssets (56)Timeline Frame 1Symbol 266 as "z48"
ExportAssets (56)Timeline Frame 1Symbol 269 as "z49"
ExportAssets (56)Timeline Frame 1Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 18Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 19Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 20Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 21Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 22Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 23Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 24Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 25Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 26Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 27Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 28Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 29Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 30Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 31Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 32Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 33Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 34Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 35Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 36Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 37Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 38Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 39Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 40Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 41Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 42Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 43Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 44Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 45Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 46Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 47Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 48Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 49Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 50Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 51Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 52Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 53Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 54Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 55Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 56Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 57Symbol 276 as "gameover"
ExportAssets (56)Timeline Frame 58Symbol 276 as "gameover"

Labels

"loader"Frame 2
"stolen"Frame 4
"check"Frame 5
"good"Frame 6
"play"Frame 7
"start"Frame 8
"label_gameover"Frame 18

Dynamic Text Variables

totalScoreSymbol 272 EditableText"00"
messageScoreSymbol 275 EditableText"scores"
percentSymbol 311 EditableText"11%"
timerSymbol 368 EditableText"00"
scoreSymbol 369 EditableText"00"
finalSymbol 381 EditableText"00"




http://swfchan.com/3/11365/info.shtml
Created: 7/6 -2019 09:22:48 Last modified: 7/6 -2019 09:22:48 Server time: 17/05 -2024 06:28:06