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

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

Jig Saw Puzzle Monkey.swf

This is the info page for
Flash #27767

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


Text
preview

00

fINAL SCORE:

scores

p

r

e

s

n

t

LOADING...

11%

error loading

www.ultimatearcade.com

PLAY

PLAY

You got 5 minutes to finish this jig saw puzzle. You will be
given 100 points for each correct match. you will also be
rewarded 150 extra points for each remaining second after
you solve the puzzle.
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

MORE GAMES

MORE GAMES

DOWNLOAD GAMES

DOWNLOAD GAMES

crazy monkey

SCORE:

00

00

time:

v2.0

final SCORE:

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 (5); }
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 (6); }
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 = 680000 /* 0x0A6040 */; 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 342 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 6 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 9 Button
on (press) { startDrag (_parent); } on (release) { stopDrag(); }
Symbol 14 Button
on (release) { removeMovieClip(_parent); }
Instance of Symbol 4 MovieClip "zoom" in Symbol 16 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 18 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 20 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 23 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 26 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 29 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 32 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 35 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 38 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 41 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 45 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 48 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 51 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 54 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 57 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 60 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 63 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 66 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 69 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 72 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 75 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 78 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 81 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 84 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 87 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 90 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 93 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 96 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 99 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 102 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 105 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 108 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 111 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 114 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 117 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 120 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 123 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 126 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 129 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 132 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 135 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 138 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 141 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 144 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 147 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 150 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 153 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 156 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 159 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 162 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 165 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 168 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 171 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 174 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 177 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 180 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 183 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 186 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 189 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 192 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 195 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 198 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 201 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 204 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 207 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 210 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 213 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 216 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 219 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 222 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 225 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 228 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 231 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 234 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 237 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 240 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 243 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 246 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 249 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 252 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 255 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 258 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 261 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 264 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 267 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 275 MovieClip [gameover] Frame 1
totalScore = _root.score + (_root.timeScore * 150); _root.final = totalScore; if (_root.compareScores(totalScore)) { gotoAndStop (20); }
Symbol 275 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 275 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 275 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 299 MovieClip Frame 112
_root.gotoAndStop("loader");
Symbol 326 Button
on (release) { levelDiff = 2; nextFrame(); }
Symbol 334 Button
on (release) { getURL ("http://www.ultimatearcade.com/", "_blank"); }
Symbol 338 Button
on (release) { getURL ("http://www.ultimatearcade.com/downloads/", "_blank"); }
Symbol 364 Button
on (release) { _root.gotoAndPlay("loader"); }
Symbol 366 MovieClip Frame 12
stop();

Library Items

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

Instance Names

"zoom"Symbol 16 MovieClip [winzoom] Frame 1Symbol 4 MovieClip
"resizeCorner"Symbol 16 MovieClip [winzoom] Frame 1Symbol 7 MovieClip
"dragBar"Symbol 16 MovieClip [winzoom] Frame 1Symbol 12 MovieClip
"closeButton"Symbol 16 MovieClip [winzoom] Frame 1Symbol 15 MovieClip
"master"Symbol 21 MovieClip [p9] Frame 1Symbol 18 MovieClip
"master"Symbol 24 MovieClip [p8] Frame 1Symbol 18 MovieClip
"master"Symbol 27 MovieClip [p7] Frame 1Symbol 18 MovieClip
"master"Symbol 30 MovieClip [p6] Frame 1Symbol 18 MovieClip
"master"Symbol 33 MovieClip [p5] Frame 1Symbol 18 MovieClip
"master"Symbol 36 MovieClip [p4] Frame 1Symbol 18 MovieClip
"master"Symbol 39 MovieClip [p3] Frame 1Symbol 18 MovieClip
"master"Symbol 42 MovieClip [p2] Frame 1Symbol 18 MovieClip
"master"Symbol 46 MovieClip [p1] Frame 1Symbol 18 MovieClip
"master"Symbol 49 MovieClip [q1] Frame 1Symbol 18 MovieClip
"master"Symbol 52 MovieClip [q2] Frame 1Symbol 18 MovieClip
"master"Symbol 55 MovieClip [q3] Frame 1Symbol 18 MovieClip
"master"Symbol 58 MovieClip [q4] Frame 1Symbol 18 MovieClip
"master"Symbol 61 MovieClip [q5] Frame 1Symbol 18 MovieClip
"master"Symbol 64 MovieClip [q6] Frame 1Symbol 18 MovieClip
"master"Symbol 67 MovieClip [q7] Frame 1Symbol 18 MovieClip
"master"Symbol 70 MovieClip [q8] Frame 1Symbol 18 MovieClip
"master"Symbol 73 MovieClip [q9] Frame 1Symbol 18 MovieClip
"master"Symbol 76 MovieClip [q10] Frame 1Symbol 18 MovieClip
"master"Symbol 79 MovieClip [q11] Frame 1Symbol 18 MovieClip
"master"Symbol 82 MovieClip [q12] Frame 1Symbol 18 MovieClip
"master"Symbol 85 MovieClip [q13] Frame 1Symbol 18 MovieClip
"master"Symbol 88 MovieClip [q14] Frame 1Symbol 18 MovieClip
"master"Symbol 91 MovieClip [q15] Frame 1Symbol 18 MovieClip
"master"Symbol 94 MovieClip [q16] Frame 1Symbol 18 MovieClip
"master"Symbol 97 MovieClip [q17] Frame 1Symbol 18 MovieClip
"master"Symbol 100 MovieClip [q18] Frame 1Symbol 18 MovieClip
"master"Symbol 103 MovieClip [q19] Frame 1Symbol 18 MovieClip
"master"Symbol 106 MovieClip [q20] Frame 1Symbol 18 MovieClip
"master"Symbol 109 MovieClip [q21] Frame 1Symbol 18 MovieClip
"master"Symbol 112 MovieClip [q22] Frame 1Symbol 18 MovieClip
"master"Symbol 115 MovieClip [q23] Frame 1Symbol 18 MovieClip
"master"Symbol 118 MovieClip [q24] Frame 1Symbol 18 MovieClip
"master"Symbol 121 MovieClip [q25] Frame 1Symbol 18 MovieClip
"master"Symbol 127 MovieClip [z2] Frame 1Symbol 18 MovieClip
"master"Symbol 130 MovieClip [z3] Frame 1Symbol 18 MovieClip
"master"Symbol 133 MovieClip [z4] Frame 1Symbol 18 MovieClip
"master"Symbol 136 MovieClip [z5] Frame 1Symbol 18 MovieClip
"master"Symbol 139 MovieClip [z6] Frame 1Symbol 18 MovieClip
"master"Symbol 142 MovieClip [z7] Frame 1Symbol 18 MovieClip
"master"Symbol 145 MovieClip [z8] Frame 1Symbol 18 MovieClip
"master"Symbol 148 MovieClip [z9] Frame 1Symbol 18 MovieClip
"master"Symbol 151 MovieClip [z10] Frame 1Symbol 18 MovieClip
"master"Symbol 154 MovieClip [z11] Frame 1Symbol 18 MovieClip
"master"Symbol 157 MovieClip [z12] Frame 1Symbol 18 MovieClip
"master"Symbol 160 MovieClip [z13] Frame 1Symbol 18 MovieClip
"master"Symbol 163 MovieClip [z14] Frame 1Symbol 18 MovieClip
"master"Symbol 166 MovieClip [z15] Frame 1Symbol 18 MovieClip
"master"Symbol 169 MovieClip [z16] Frame 1Symbol 18 MovieClip
"master"Symbol 172 MovieClip [z17] Frame 1Symbol 18 MovieClip
"master"Symbol 175 MovieClip [z18] Frame 1Symbol 18 MovieClip
"master"Symbol 178 MovieClip [z19] Frame 1Symbol 18 MovieClip
"master"Symbol 181 MovieClip [z20] Frame 1Symbol 18 MovieClip
"master"Symbol 184 MovieClip [z21] Frame 1Symbol 18 MovieClip
"master"Symbol 187 MovieClip [z22] Frame 1Symbol 18 MovieClip
"master"Symbol 190 MovieClip [z23] Frame 1Symbol 18 MovieClip
"master"Symbol 193 MovieClip [z24] Frame 1Symbol 18 MovieClip
"master"Symbol 196 MovieClip [z25] Frame 1Symbol 18 MovieClip
"master"Symbol 199 MovieClip [z26] Frame 1Symbol 18 MovieClip
"master"Symbol 202 MovieClip [z27] Frame 1Symbol 18 MovieClip
"master"Symbol 205 MovieClip [z28] Frame 1Symbol 18 MovieClip
"master"Symbol 208 MovieClip [z30] Frame 1Symbol 18 MovieClip
"master"Symbol 211 MovieClip [z31] Frame 1Symbol 18 MovieClip
"master"Symbol 214 MovieClip [z32] Frame 1Symbol 18 MovieClip
"master"Symbol 217 MovieClip [z33] Frame 1Symbol 18 MovieClip
"master"Symbol 220 MovieClip [z29] Frame 1Symbol 18 MovieClip
"master"Symbol 223 MovieClip [z34] Frame 1Symbol 18 MovieClip
"master"Symbol 226 MovieClip [z35] Frame 1Symbol 18 MovieClip
"master"Symbol 229 MovieClip [z36] Frame 1Symbol 18 MovieClip
"master"Symbol 232 MovieClip [z37] Frame 1Symbol 18 MovieClip
"master"Symbol 235 MovieClip [z38] Frame 1Symbol 18 MovieClip
"master"Symbol 238 MovieClip [z39] Frame 1Symbol 18 MovieClip
"master"Symbol 241 MovieClip [z40] Frame 1Symbol 18 MovieClip
"master"Symbol 244 MovieClip [z41] Frame 1Symbol 18 MovieClip
"master"Symbol 247 MovieClip [z42] Frame 1Symbol 18 MovieClip
"master"Symbol 250 MovieClip [z43] Frame 1Symbol 18 MovieClip
"master"Symbol 253 MovieClip [z44] Frame 1Symbol 18 MovieClip
"master"Symbol 256 MovieClip [z45] Frame 1Symbol 18 MovieClip
"master"Symbol 259 MovieClip [z46] Frame 1Symbol 18 MovieClip
"master"Symbol 262 MovieClip [z47] Frame 1Symbol 18 MovieClip
"master"Symbol 265 MovieClip [z48] Frame 1Symbol 18 MovieClip
"master"Symbol 268 MovieClip [z49] Frame 1Symbol 18 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "fx1"
ExportAssets (56)Timeline Frame 1Symbol 16 as "winzoom"
ExportAssets (56)Timeline Frame 1Symbol 21 as "p9"
ExportAssets (56)Timeline Frame 1Symbol 24 as "p8"
ExportAssets (56)Timeline Frame 1Symbol 27 as "p7"
ExportAssets (56)Timeline Frame 1Symbol 30 as "p6"
ExportAssets (56)Timeline Frame 1Symbol 33 as "p5"
ExportAssets (56)Timeline Frame 1Symbol 36 as "p4"
ExportAssets (56)Timeline Frame 1Symbol 39 as "p3"
ExportAssets (56)Timeline Frame 1Symbol 42 as "p2"
ExportAssets (56)Timeline Frame 1Symbol 46 as "p1"
ExportAssets (56)Timeline Frame 1Symbol 49 as "q1"
ExportAssets (56)Timeline Frame 1Symbol 52 as "q2"
ExportAssets (56)Timeline Frame 1Symbol 55 as "q3"
ExportAssets (56)Timeline Frame 1Symbol 58 as "q4"
ExportAssets (56)Timeline Frame 1Symbol 61 as "q5"
ExportAssets (56)Timeline Frame 1Symbol 64 as "q6"
ExportAssets (56)Timeline Frame 1Symbol 67 as "q7"
ExportAssets (56)Timeline Frame 1Symbol 70 as "q8"
ExportAssets (56)Timeline Frame 1Symbol 73 as "q9"
ExportAssets (56)Timeline Frame 1Symbol 76 as "q10"
ExportAssets (56)Timeline Frame 1Symbol 79 as "q11"
ExportAssets (56)Timeline Frame 1Symbol 82 as "q12"
ExportAssets (56)Timeline Frame 1Symbol 85 as "q13"
ExportAssets (56)Timeline Frame 1Symbol 88 as "q14"
ExportAssets (56)Timeline Frame 1Symbol 91 as "q15"
ExportAssets (56)Timeline Frame 1Symbol 94 as "q16"
ExportAssets (56)Timeline Frame 1Symbol 97 as "q17"
ExportAssets (56)Timeline Frame 1Symbol 100 as "q18"
ExportAssets (56)Timeline Frame 1Symbol 103 as "q19"
ExportAssets (56)Timeline Frame 1Symbol 106 as "q20"
ExportAssets (56)Timeline Frame 1Symbol 109 as "q21"
ExportAssets (56)Timeline Frame 1Symbol 112 as "q22"
ExportAssets (56)Timeline Frame 1Symbol 115 as "q23"
ExportAssets (56)Timeline Frame 1Symbol 118 as "q24"
ExportAssets (56)Timeline Frame 1Symbol 121 as "q25"
ExportAssets (56)Timeline Frame 1Symbol 124 as "z1"
ExportAssets (56)Timeline Frame 1Symbol 127 as "z2"
ExportAssets (56)Timeline Frame 1Symbol 130 as "z3"
ExportAssets (56)Timeline Frame 1Symbol 133 as "z4"
ExportAssets (56)Timeline Frame 1Symbol 136 as "z5"
ExportAssets (56)Timeline Frame 1Symbol 139 as "z6"
ExportAssets (56)Timeline Frame 1Symbol 142 as "z7"
ExportAssets (56)Timeline Frame 1Symbol 145 as "z8"
ExportAssets (56)Timeline Frame 1Symbol 148 as "z9"
ExportAssets (56)Timeline Frame 1Symbol 151 as "z10"
ExportAssets (56)Timeline Frame 1Symbol 154 as "z11"
ExportAssets (56)Timeline Frame 1Symbol 157 as "z12"
ExportAssets (56)Timeline Frame 1Symbol 160 as "z13"
ExportAssets (56)Timeline Frame 1Symbol 163 as "z14"
ExportAssets (56)Timeline Frame 1Symbol 166 as "z15"
ExportAssets (56)Timeline Frame 1Symbol 169 as "z16"
ExportAssets (56)Timeline Frame 1Symbol 172 as "z17"
ExportAssets (56)Timeline Frame 1Symbol 175 as "z18"
ExportAssets (56)Timeline Frame 1Symbol 178 as "z19"
ExportAssets (56)Timeline Frame 1Symbol 181 as "z20"
ExportAssets (56)Timeline Frame 1Symbol 184 as "z21"
ExportAssets (56)Timeline Frame 1Symbol 187 as "z22"
ExportAssets (56)Timeline Frame 1Symbol 190 as "z23"
ExportAssets (56)Timeline Frame 1Symbol 193 as "z24"
ExportAssets (56)Timeline Frame 1Symbol 196 as "z25"
ExportAssets (56)Timeline Frame 1Symbol 199 as "z26"
ExportAssets (56)Timeline Frame 1Symbol 202 as "z27"
ExportAssets (56)Timeline Frame 1Symbol 205 as "z28"
ExportAssets (56)Timeline Frame 1Symbol 208 as "z30"
ExportAssets (56)Timeline Frame 1Symbol 211 as "z31"
ExportAssets (56)Timeline Frame 1Symbol 214 as "z32"
ExportAssets (56)Timeline Frame 1Symbol 217 as "z33"
ExportAssets (56)Timeline Frame 1Symbol 220 as "z29"
ExportAssets (56)Timeline Frame 1Symbol 223 as "z34"
ExportAssets (56)Timeline Frame 1Symbol 226 as "z35"
ExportAssets (56)Timeline Frame 1Symbol 229 as "z36"
ExportAssets (56)Timeline Frame 1Symbol 232 as "z37"
ExportAssets (56)Timeline Frame 1Symbol 235 as "z38"
ExportAssets (56)Timeline Frame 1Symbol 238 as "z39"
ExportAssets (56)Timeline Frame 1Symbol 241 as "z40"
ExportAssets (56)Timeline Frame 1Symbol 244 as "z41"
ExportAssets (56)Timeline Frame 1Symbol 247 as "z42"
ExportAssets (56)Timeline Frame 1Symbol 250 as "z43"
ExportAssets (56)Timeline Frame 1Symbol 253 as "z44"
ExportAssets (56)Timeline Frame 1Symbol 256 as "z45"
ExportAssets (56)Timeline Frame 1Symbol 259 as "z46"
ExportAssets (56)Timeline Frame 1Symbol 262 as "z47"
ExportAssets (56)Timeline Frame 1Symbol 265 as "z48"
ExportAssets (56)Timeline Frame 1Symbol 268 as "z49"
ExportAssets (56)Timeline Frame 1Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 18Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 19Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 20Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 21Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 22Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 23Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 24Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 25Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 26Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 27Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 28Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 29Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 30Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 31Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 32Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 33Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 34Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 35Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 36Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 37Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 38Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 39Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 40Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 41Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 42Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 43Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 44Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 45Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 46Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 47Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 48Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 49Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 50Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 51Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 52Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 53Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 54Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 55Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 56Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 57Symbol 275 as "gameover"
ExportAssets (56)Timeline Frame 58Symbol 275 as "gameover"
Tag 0x0FF (255)Timeline Frame 11 bytes "."

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 271 EditableText"00"
messageScoreSymbol 274 EditableText"scores"
percentSymbol 306 EditableText"11%"
timerSymbol 345 EditableText"00"
scoreSymbol 346 EditableText"00"
finalSymbol 360 EditableText"00"




http://swfchan.com/6/27767/info.shtml
Created: 21/5 -2019 04:59:59 Last modified: 21/5 -2019 04:59:59 Server time: 12/05 -2024 22:59:24