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

swfchan turned sixteen years old the day before yesterday! (5may2024)

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

Tetrix 2.swf

This is the info page for
Flash #24618

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


Text
Ultimate Arcade. Inc. - All Rights Reserved. - www.ultimatearcade.com

p

r

e

s

n

t

LOADING

error loading

loadin
g...

text1

saving
...

text1

loadin
g...

v1.0

name1

score1

name1

score1

name1

score1

name1

score1

name1

score1

v1.0

name1

PAUSED

NEW GAME

NEW GAME

PAUSE

PAUSE

CREDITS

CREDITS

Play More Games
Download Games

Play More Games
Download Games

2

2

00

VIEW SCORES

VIEW SCORES

VIEW SCORES

NEXT

LEVEL

SCORE

CONTROLS

MUSIC ON

MUSIC OFF

Game Created by
www.ultimatearcade.com
Music and Sound FX provided
by www.soundempire.com

ActionScript [AS1/AS2]

Frame 1
stop();
Frame 2
fscommand ("fullscreen", "false"); fscommand ("allowscale", "false"); fscommand ("showmenu", "false"); _global.stage_mc = this; _global.preloader = function () { bytesTotal = _root.getBytesTotal(); bytesLoaded = _root.getBytesLoaded(); if (bytesLoaded >= bytesTotal) { gotoAndStop (5); } else { percent_mc.percentBar_mc._width = (bytesLoaded / bytesTotal) * 100; gotoAndPlay (2); } }; _global.preloader2 = function () { if (percent_mc.percentBar_mc._width >= 100) { gotoAndStop (5); } else { percent_mc.percentBar_mc._width = percent_mc.percentBar_mc._width + 1; gotoAndPlay (2); } }; _global.preloader();
Frame 3
_global.preloader();
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 (21); } else { gotoAndStop (21); }
Frame 21
function checkStage() { rowBonus = 0; row = 19; while (row >= 0) { if (((((((((_global.stage_array[row][0] && (_global.stage_array[row][1])) && (_global.stage_array[row][2])) && (_global.stage_array[row][3])) && (_global.stage_array[row][4])) && (_global.stage_array[row][5])) && (_global.stage_array[row][6])) && (_global.stage_array[row][7])) && (_global.stage_array[row][8])) && (_global.stage_array[row][9])) { _global.score = _global.score + 10; _global.clearedLines++; rowBonus++; inCol = 0; while (inCol < 10) { mainWindow_mc[(("tile" + row.toString()) + "|") + inCol.toString()].removeMovieClip(); inCol++; } inRow = row; while (inRow >= 0) { inCol = 0; while (inCol < 10) { _global.stage_array[inRow][inCol] = _global.stage_array[inRow - 1][inCol]; if (_global.stage_array[inRow - 1][inCol]) { mainWindow_mc.attachMovie("tile" + mainWindow_mc[(("tile" + (inRow - 1).toString()) + "|") + inCol.toString()].saveColor, (("tile" + inRow.toString()) + "|") + inCol.toString(), _global.depth++); mainWindow_mc[(("tile" + inRow.toString()) + "|") + inCol.toString()].saveColor = mainWindow_mc[(("tile" + (inRow - 1).toString()) + "|") + inCol.toString()].saveColor; mainWindow_mc[(("tile" + inRow.toString()) + "|") + inCol.toString()]._x = mainWindow_mc[(("tile" + (inRow - 1).toString()) + "|") + inCol.toString()]._x; mainWindow_mc[(("tile" + inRow.toString()) + "|") + inCol.toString()]._y = mainWindow_mc[(("tile" + (inRow - 1).toString()) + "|") + inCol.toString()]._y + 20; mainWindow_mc[(("tile" + (inRow - 1).toString()) + "|") + inCol.toString()].removeMovieClip(); } inCol++; } inRow--; } col = 0; while (col < 10) { _global.stage_array[0][col] = 0; col++; } row++; } row--; } if (rowBonus > 1) { _global.score = _global.score + (rowBonus * 5); } if (rowBonus == 1) { line1_sound.start(); } else if (rowBonus == 2) { line2_sound.start(); } else if (rowBonus == 3) { line3_sound.start(); } else if (rowBonus == 4) { line4_sound.start(); } } function changePiece() { if (_global.currentPiece != null) { pieces[_global.currentPiece].setNext(); change_sound.start(); for (piece in mainWindow_mc) { if (piece.toString().substr(0, 5) == "piece") { mainWindow_mc[piece].removeMovieClip(); } } row = 0; while (row < 4) { col = 0; while (col < 4) { if (pieces[_global.currentPiece].getArray()[row][col]) { mainWindow_mc.attachMovie("tile" + _global.lastColor, (("piece" + row.toString()) + "|") + col.toString(), _global.depth++); mainWindow_mc[(("piece" + row.toString()) + "|") + col.toString()].saveColor = pieceColor; mainWindow_mc[(("piece" + row.toString()) + "|") + col.toString()]._x = (col + _global.currentPiece_col) * 20; mainWindow_mc[(("piece" + row.toString()) + "|") + col.toString()]._y = (row + _global.currentPiece_row) * 20; } col++; } row++; } } updateHelpBar(); } function drawPiece(moveDiag) { if (_global.currentPiece == null) { if (_global.nextPiece == null) { _global.currentPiece = Math.floor(Math.random() * 7); _global.nextPiece = Math.floor(Math.random() * 7); pieceColor = Number(Math.floor(Math.random() * 5) + 1); _global.lastColor = pieceColor; do { _global.nextPieceColor = Number(Math.floor(Math.random() * 5) + 1); } while (_global.nextPieceColor == pieceColor); updatePreview(); } else { _global.currentPiece = _global.nextPiece; pieceColor = (_global.lastColor = _global.nextPieceColor); _global.nextPiece = Math.floor(Math.random() * 7); do { _global.nextPieceColor = Number(Math.floor(Math.random() * 5) + 1); } while (_global.nextPieceColor == pieceColor); updatePreview(); } row = 0; while (row < 4) { col = 0; while (col < 4) { if (pieces[_global.currentPiece].getArray()[row][col] && (_global.stage_array[_global.currentPiece_row + row][_global.currentPiece_col + col])) { _global.runGame = false; _global.gameOver = true; showGameOverWindow(); } col++; } row++; } if (_global.runGame) { row = 0; while (row < 4) { col = 0; while (col < 4) { if (pieces[_global.currentPiece].getArray()[row][col]) { mainWindow_mc.attachMovie("tile" + pieceColor, (("piece" + row.toString()) + "|") + col.toString(), _global.depth++); mainWindow_mc[(("piece" + row.toString()) + "|") + col.toString()].saveColor = pieceColor; mainWindow_mc[(("piece" + row.toString()) + "|") + col.toString()]._x = (col + _global.currentPiece_col) * 20; mainWindow_mc[(("piece" + row.toString()) + "|") + col.toString()]._y = (row + _global.currentPiece_row) * 20; } col++; } row++; } updateHelpBar(); } } else if ((_global.speedCnt >= _global.speed) || (moveDiag)) { if (moveDownCheck()) { if (!moveDiag) { _global.currentPiece_row++; _global.speedCnt = 0; } for (piece in mainWindow_mc) { if (piece.toString().substr(0, 5) == "piece") { mainWindow_mc[piece]._x = (Number(piece.toString().substr(7, 1)) * 20) + (_global.currentPiece_col * 20); mainWindow_mc[piece]._y = (Number(piece.toString().substr(5, 1)) * 20) + (_global.currentPiece_row * 20); } } } else { _global.score = _global.score + 2; drop_sound.start(); row = 0; while (row < 4) { col = 0; while (col < 4) { if (pieces[_global.currentPiece].getArray()[row][col]) { _global.stage_array[_global.currentPiece_row + row][col + _global.currentPiece_col] = pieces[_global.currentPiece].getArray()[row][col]; } col++; } row++; } for (piece in mainWindow_mc) { if (piece.toString().substr(0, 5) == "piece") { mainWindow_mc[piece]._x = (Number(piece.toString().substr(7, 1)) * 20) + (_global.currentPiece_col * 20); mainWindow_mc[piece]._y = (Number(piece.toString().substr(5, 1)) * 20) + (_global.currentPiece_row * 20); } } _global.currentPiece = null; _global.currentPiece_row = 0; _global.currentPiece_col = 4; for (piece in mainWindow_mc) { if (piece.toString().substr(0, 5) == "piece") { tempRow = mainWindow_mc[piece]._y / 20; tempCol = mainWindow_mc[piece]._x / 20; mainWindow_mc.attachMovie("tile" + mainWindow_mc[piece].saveColor, (("tile" + tempRow) + "|") + tempCol, _global.depth++); mainWindow_mc[(("tile" + tempRow) + "|") + tempCol]._x = mainWindow_mc[piece]._x; mainWindow_mc[(("tile" + tempRow) + "|") + tempCol]._y = mainWindow_mc[piece]._y; mainWindow_mc[(("tile" + tempRow) + "|") + tempCol].saveColor = mainWindow_mc[piece].saveColor; mainWindow_mc[piece].removeMovieClip(); } } updateHelpBar(); } } else { _global.speedCnt++; } } function updateHelpBar() { farCol = 0; row = 0; while (row < 4) { col = 0; while (col < 4) { if (pieces[_global.currentPiece].getArray()[row][col] && (farCol < col)) { farCol = col; } col++; } row++; } helpBarWindow_mc.helpBar_mc._x = _global.currentPiece_col * 20; helpBarWindow_mc.helpBar_mc._width = (farCol + 1) * 20; } function updatePreview() { for (piece_mc in previewWindow_mc) { previewWindow_mc[piece_mc].removeMovieClip(); } row = 0; while (row < 4) { col = 0; while (col < 4) { if (pieces[_global.nextPiece].getArray()[row][col]) { previewWindow_mc.attachMovie("tile" + _global.nextPieceColor, (("piece" + row.toString()) + "|") + col.toString(), _global.depth++); previewWindow_mc[(("piece" + row.toString()) + "|") + col.toString()].saveColor = pieceColor; previewWindow_mc[(("piece" + row.toString()) + "|") + col.toString()]._x = col * 20; previewWindow_mc[(("piece" + row.toString()) + "|") + col.toString()]._y = row * 20; } col++; } row++; } } function dropPiece() { while (moveDownCheck()) { _global.currentPiece_row++; for (piece in mainWindow_mc) { if (piece.toString().substr(0, 5) == "piece") { mainWindow_mc[piece]._x = (Number(piece.toString().substr(7, 1)) * 20) + (_global.currentPiece_col * 20); mainWindow_mc[piece]._y = (Number(piece.toString().substr(5, 1)) * 20) + (_global.currentPiece_row * 20); } } } _global.speedCnt = 0; drawPiece(); } function moveDownCheck() { var returnBool = true; row = 0; while (row < 4) { col = 0; while (col < 4) { if ((pieces[_global.currentPiece].getArray()[row][col] && (_global.stage_array[(_global.currentPiece_row + row) + 1][col + _global.currentPiece_col])) || (pieces[_global.currentPiece].getArray()[row][col] && (((_global.currentPiece_row + row) + 1) >= 20))) { returnBool = false; } col++; } row++; } return(returnBool); } function moveLeftCheck() { var returnBool = true; row = 0; while (row < 4) { col = 0; while (col < 4) { if ((pieces[_global.currentPiece].getArray()[row][col] && (_global.stage_array[_global.currentPiece_row + row][(col + _global.currentPiece_col) - 1])) || (_global.currentPiece_col <= 0)) { returnBool = false; } col++; } row++; } return(returnBool); } function moveRightCheck() { var returnBool = true; row = 0; while (row < 4) { col = 0; while (col < 4) { if ((pieces[_global.currentPiece].getArray()[row][col] && (_global.stage_array[_global.currentPiece_row + row][(col + _global.currentPiece_col) + 1])) || (pieces[_global.currentPiece].getArray()[row][col] && (((col + _global.currentPiece_col) + 1) > 9))) { returnBool = false; } col++; } row++; } return(returnBool); } function pauseGame() { if ((_global.currentPiece != null) && (!_global.gameOver)) { _global.runGame = !_global.runGame; pause_sound.start(); if (_global.runGame) { stage_mc.pauseSign_mc.removeMovieClip(); } else { stage_mc.attachMovie("pauseSign", "pauseSign_mc", depth++); stage_mc.pauseSign_mc._x = 275; stage_mc.pauseSign_mc._y = 200; } } } function playMusic() { stage_mc.title_mc.removeMovieClip(); stage_mc.attachMovie("title" + _global.currentMusic, "title_mc", depth++); stage_mc.title_mc._x = 12; stage_mc.title_mc._y = 1420; if (_global.currentMusic == 1) { music1_sound.start(); music1_sound.onSoundComplete = function () { music1_sound.start(); }; } else if (_global.currentMusic == 2) { music2_sound.start(); music2_sound.onSoundComplete = function () { music2_sound.start(); }; } else if (_global.currentMusic == 3) { music3_sound.start(); music3_sound.onSoundComplete = function () { music3_sound.start(); }; } } function showGameOverWindow() { if (!_global.windowUp) { stage_mc.attachMovie("gameOverWindow", "gameOverWindow_mc", depth++); stage_mc.gameOverWindow_mc._x = 145; stage_mc.gameOverWindow_mc._y = 180; _global.windowUp = true; } } function stopMusic() { if (_global.currentMusic == 1) { music1_sound.stop("music1.wav"); } else if (_global.currentMusic == 2) { music2_sound.stop("music2.wav"); } else if (_global.currentMusic == 3) { music3_sound.stop("music3.wav"); } } _global.highScoresScript = "tetris.php"; change_sound = new Sound(); change_sound.attachSound("change.wav"); drop_sound = new Sound(); drop_sound.attachSound("drop.wav"); pause_sound = new Sound(); pause_sound.attachSound("pause.wav"); start_sound = new Sound(); start_sound.attachSound("start.wav"); levelUp_sound = new Sound(); levelUp_sound.attachSound("levelUp.wav"); line1_sound = new Sound(); line1_sound.attachSound("line1.wav"); line2_sound = new Sound(); line2_sound.attachSound("line2.wav"); line3_sound = new Sound(); line3_sound.attachSound("line3.wav"); line4_sound = new Sound(); line4_sound.attachSound("line4.wav"); music1_sound = new Sound(); music1_sound.attachSound("music1.wav"); music2_sound = new Sound(); music2_sound.attachSound("music2.wav"); music3_sound = new Sound(); music3_sound.attachSound("music3.wav"); _global.currentMusic = 2; _global.depth = 0; _global.runGame = false; _global.gameOver = false; _global.score = 0; _global.level = 0; _global.levelChange = 20; _global.clearedLines = 0; _global.speed = 18; _global.speedCnt = 0; _global.currentPiece = null; _global.nextPiece = null; _global.nextPieceColor = 0; _global.currentPiece_row = 0; _global.currentPiece_col = 4; _global.lastColor = 0; _global.windowUp = false; _global.stage_array = new Array(); _global.stage_array = [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]; Piece = function (newPiece) { this.piece_array = newPiece; }; Piece.prototype.setNext = function () { temp_array = new Array(); temp_array = [[0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0]]; row = 0; while (row < 4) { col = 0; while (col < 4) { temp_array[col][3 - row] = this.piece_array[row][col]; col++; } row++; } this.piece_array = temp_array; while (!(((this.piece_array[0][0] || (this.piece_array[1][0])) || (this.piece_array[2][0])) || (this.piece_array[3][0]))) { row = 0; while (row < 4) { col = 1; while (col < 4) { this.piece_array[row][col - 1] = this.piece_array[row][col]; col++; } row++; } this.piece_array[0][3] = 0; this.piece_array[1][3] = 0; this.piece_array[2][3] = 0; this.piece_array[3][3] = 0; } }; Piece.prototype.testNext = function () { returnBool = true; temp_array = new Array(); temp_array = [[0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0]]; row = 0; while (row < 4) { col = 0; while (col < 4) { temp_array[col][3 - row] = this.piece_array[row][col]; col++; } row++; } while (!(((temp_array[0][0] || (temp_array[1][0])) || (temp_array[2][0])) || (temp_array[3][0]))) { row = 0; while (row < 4) { col = 1; while (col < 4) { temp_array[row][col - 1] = temp_array[row][col]; col++; } row++; } temp_array[0][3] = 0; temp_array[1][3] = 0; temp_array[2][3] = 0; temp_array[3][3] = 0; } row = 0; while (row < 4) { col = 0; while (col < 4) { if (((temp_array[row][col] && (_global.stage_array[row + _global.currentPiece_row][col + _global.currentPiece_col])) || (temp_array[row][col] && ((col + _global.currentPiece_col) > 9))) || (temp_array[row][col] && ((row + _global.currentPiece_row) > 19))) { returnBool = false; } col++; } row++; } return(returnBool); }; Piece.prototype.getArray = function () { return(this.piece_array); }; pieces = new Array(); pieces.push(new Piece([[1, 1, 1, 1], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0]])); pieces.push(new Piece([[1, 1, 1, 0], [0, 0, 1, 0], [0, 0, 0, 0], [0, 0, 0, 0]])); pieces.push(new Piece([[0, 0, 1, 0], [1, 1, 1, 0], [0, 0, 0, 0], [0, 0, 0, 0]])); pieces.push(new Piece([[0, 1, 0, 0], [1, 1, 1, 0], [0, 0, 0, 0], [0, 0, 0, 0]])); pieces.push(new Piece([[1, 1, 0, 0], [1, 1, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0]])); pieces.push(new Piece([[1, 0, 0, 0], [1, 1, 0, 0], [0, 1, 0, 0], [0, 0, 0, 0]])); pieces.push(new Piece([[0, 1, 0, 0], [1, 1, 0, 0], [1, 0, 0, 0], [0, 0, 0, 0]])); keyListener = new Object(); keyListener.onKeyDown = function () { if (_global.runGame && (_global.currentPiece != null)) { if (Key.isDown(37)) { if (moveLeftCheck()) { _global.currentPiece_col--; } drawPiece(true); updateHelpBar(); } else if (Key.isDown(39)) { if (moveRightCheck()) { _global.currentPiece_col++; } drawPiece(true); updateHelpBar(); } else if (Key.isDown(38)) { if (pieces[_global.currentPiece].testNext()) { changePiece(); } } else if (Key.isDown(40)) { dropPiece(); } } }; Key.addListener(keyListener); playMusic(); stage_mc.createEmptyMovieClip("scoreWindow_mc", depth++); stage_mc.scoreWindow_mc._x = 105; stage_mc.scoreWindow_mc._y = 182; stage_mc.scoreWindow_mc.score = -1; stage_mc.createEmptyMovieClip("levelWindow_mc", depth++); stage_mc.levelWindow_mc._x = 20; stage_mc.levelWindow_mc._y = 182; stage_mc.scoreWindow_mc.onEnterFrame = function () { if (stage_mc.scoreWindow_mc.score < _global.score) { stage_mc.scoreWindow_mc.score++; for (num in stage_mc.scoreWindow_mc) { stage_mc.scoreWindow_mc[num].removeMovieClip(); } newNumString = "000000".concat(stage_mc.scoreWindow_mc.score.toString()).substring(stage_mc.scoreWindow_mc.score.toString().length + 1, stage_mc.scoreWindow_mc.score.toString().length + 6); pos = 0; while (pos < newNumString.length) { stage_mc.scoreWindow_mc.attachMovie("num" + newNumString.substr(pos, 1), "num" + pos, depth++); stage_mc.scoreWindow_mc["num" + pos]._x = pos * 25; stage_mc.scoreWindow_mc["num" + pos]._y = 0; pos++; } if ((_global.clearedLines >= _global.levelChange) || (_global.level == 0)) { for (num in stage_mc.levelWindow_mc) { stage_mc.levelWindow_mc[num].removeMovieClip(); } _global.level++; if (_global.level != 1) { levelUp_sound.start(); } _global.clearedLines = 0; if (_global.speed >= 0) { _global.speed--; } newNumString = "00".concat(_global.level.toString()).substring(_global.level.toString().length, _global.level.toString().length + 2); pos = 0; while (pos < newNumString.length) { stage_mc.levelWindow_mc.attachMovie("num" + newNumString.substr(pos, 1), "num" + pos, depth++); stage_mc.levelWindow_mc["num" + pos]._x = pos * 25; stage_mc.levelWindow_mc["num" + pos]._y = 0; pos++; } } } }; stage_mc.pauseGame_btn.onPress = function () { if (!_global.windowUp) { pauseGame(); } }; stage_mc.pause_mc.onPress = function () { stopMusic(); }; stage_mc.play_mc.onPress = function () { playMusic(); }; stage_mc.ff_mc.onPress = function () { stopMusic(); if ((++_global.currentMusic) > 3) { _global.currentMusic = 1; } playMusic(); }; stage_mc.rewind_mc.onPress = function () { stopMusic(); if ((--_global.currentMusic) < 1) { _global.currentMusic = 3; } playMusic(); }; stage_mc.highScores_btn.onPress = function () { if (_global.runGame) { pauseGame(); } if (!_global.windowUp) { stage_mc.attachMovie("highScoresWindow", "highScoresWindow_mc", depth++); stage_mc.highScoresWindow_mc._x = 175; stage_mc.highScoresWindow_mc._y = 100; _global.windowUp = true; } }; stage_mc.newGame_btn.onPress = function () { if (!_global.windowUp) { start_sound.start(); _global.runGame = true; _global.gameOver = false; _global.score = 0; _global.level = 0; _global.clearedLines = 0; _global.speed = 18; _global.speedCnt = 0; stage_mc.scoreWindow_mc.score = -1; for (piece in mainWindow_mc) { mainWindow_mc[piece].removeMovieClip(); } _global.currentPiece = null; _global.currentPiece_row = 0; _global.currentPiece_col = 4; stage_mc.pauseSign_mc.removeMovieClip(); _global.stage_array = [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]; } }; stage_mc.onEnterFrame = function () { if (_global.runGame) { checkStage(); drawPiece(); } }; _root.points = 0;
Instance of Symbol 245 MovieClip in Frame 21
onClipEvent (enterFrame) { _root.points = _global.score; }
Instance of Symbol 283 MovieClip "credits" in Frame 21
onClipEvent (load) { _global.depth = 999; this._visible = 0; }
Symbol 9 Button
on (release) { getURL ("http://www.ultimatearcade.com", "_blank"); }
Symbol 32 MovieClip Frame 112
_root.gotoAndPlay("loader");
Symbol 63 Button
on (release) { _root.gotoAndPlay("load"); }
Symbol 68 Button
on (release) { getURL ("http://www.ultimatearcade.com/", "_blank"); }
Symbol 72 Button
on (release) { getURL ("http://www.ultimatearcade.com/downloads/", "_blank"); }
Symbol 76 Button
on (release) { getURL ("http://www.ultimatearcade.com/maillist/signup.html", "_blank"); }
Symbol 81 MovieClip Frame 15
stop();
Symbol 86 MovieClip [gameOverWindow] Frame 1
stop();
Symbol 86 MovieClip [gameOverWindow] Frame 2
function order(a, b) { if (Number(a.score) < Number(b.score)) { return(-1); } if (Number(a.score) > Number(b.score)) { return(1); } return(0); } gameOver_mc = this; depth = 0; dataSender = new LoadVars(); dataReceiver = new LoadVars(); dataReceiver.onLoad = function () { gameOver_mc.gotoAndStop("loaded"); gameOver_mc.highScores_array = new Array(); gameOver_mc.highScores_array.push({name:this.name1, score:this.score1}); gameOver_mc.highScores_array.push({name:this.name2, score:this.score2}); gameOver_mc.highScores_array.push({name:this.name3, score:this.score3}); gameOver_mc.highScores_array.push({name:this.name4, score:this.score4}); gameOver_mc.highScores_array.push({name:this.name5, score:this.score5}); gameOver_mc.highScores_array.push({name:"enter your name", score:_global.score}); gameOver_mc.highScores_array.sort(order); if (gameOver_mc.highScores_array[0].name != "enter your name") { gameOver_mc.desc = "Congratulations! You have reached a high score!"; gameOver_mc.attachMovie("newName", "inName_mc", depth++); gameOver_mc.inName_mc._x = 45; gameOver_mc.inName_mc._y = 145; gameOver_mc.inName_mc.inName = "enter your name"; Selection.setFocus("gameOver_mc.inName_mc.inName_txt"); } else { gameOver_mc.desc = "Good try, but you did not get a high score."; gameOver_mc.gotoAndStop("lowScore"); } }; dataSender.cacheKiller = new Date().getTime(); dataSender.action = "getScores"; dataSender.sendAndLoad(_global.highScoresScript, dataReceiver, "GET"); gameOver_mc.gotoAndStop("loading");
Symbol 86 MovieClip [gameOverWindow] Frame 5
dataSender = new LoadVars(); dataReceiver = new LoadVars(); dataReceiver.onLoad = function () { _global.windowUp = false; gameOver_mc.removeMovieClip(); }; gameOver_mc.save_btn.onRelease = function () { counter = 1; while (counter <= 5) { if (gameOver_mc.highScores_array[counter].name == "enter your name") { if (gameOver_mc.inName_mc.inName == "enter your name") { gameOver_mc.highScores_array[counter].name = "Anonymous"; } else { gameOver_mc.highScores_array[counter].name = gameOver_mc.inName_mc.inName; } } counter++; } dataSender.cacheKiller = new Date().getTime(); dataSender.action = "saveScores"; dataSender.name1 = gameOver_mc.highScores_array[5].name; dataSender.name2 = gameOver_mc.highScores_array[4].name; dataSender.name3 = gameOver_mc.highScores_array[3].name; dataSender.name4 = gameOver_mc.highScores_array[2].name; dataSender.name5 = gameOver_mc.highScores_array[1].name; dataSender.score1 = gameOver_mc.highScores_array[5].score; dataSender.score2 = gameOver_mc.highScores_array[4].score; dataSender.score3 = gameOver_mc.highScores_array[3].score; dataSender.score4 = gameOver_mc.highScores_array[2].score; dataSender.score5 = gameOver_mc.highScores_array[1].score; dataSender.sendAndLoad(_global.highScoresScript, dataReceiver, "GET"); gameOver_mc.gotoAndStop("saving"); }; stop();
Symbol 86 MovieClip [gameOverWindow] Frame 15
gameOver_mc.close_btn.onRelease = function () { _global.windowUp = false; gameOver_mc.removeMovieClip(); };
Symbol 103 MovieClip [highScoresWindow] Frame 1
highScores_mc = this; highScores_mc.close_btn.onRelease = function () { _global.windowUp = false; highScores_mc.removeMovieClip(); }; dataSender = new LoadVars(); dataReceiver = new LoadVars(); dataReceiver.onLoad = function () { highScores_mc.gotoAndStop("loaded"); highScores_mc.name1 = this.name1; highScores_mc.name2 = this.name2; highScores_mc.name3 = this.name3; highScores_mc.name4 = this.name4; highScores_mc.name5 = this.name5; highScores_mc.score1 = this.score1; highScores_mc.score2 = this.score2; highScores_mc.score3 = this.score3; highScores_mc.score4 = this.score4; highScores_mc.score5 = this.score5; }; dataSender.cacheKiller = new Date().getTime(); dataSender.action = "getScores"; dataSender.sendAndLoad(_global.highScoresScript, dataReceiver, "GET"); highScores_mc.gotoAndStop("loading");
Symbol 185 Button
on (release) { _root.credits._visible = 1; }
Symbol 188 Button
on (release) { getURL ("http://www.ultimatearcade.com/downloads/", "_blank"); }
Symbol 189 Button
on (release) { getURL ("http://www.ultimatearcade.com/", "_blank"); }
Symbol 252 MovieClip Frame 1
stop();
Symbol 252 MovieClip Frame 2
stop();
Symbol 266 Button
on (release) { gotoAndStop (10); }
Symbol 269 Button
on (release) { gotoAndStop (1); }
Symbol 271 MovieClip Frame 1
bg = new sound(); bg.attachSound("bg"); bg.start(1, 999); bg.setVolume(30); stop();
Symbol 271 MovieClip Frame 10
bg.stop(); stop = new sound(); stop.attachSound("stop"); stop.start(); stop.setVolume(60); stop();
Symbol 277 Button
on (release) { _root.credits._visible = 0; }
Symbol 281 Button
on (release) { getURL ("http://www.ultimatearcade.com", "_blank"); }
Symbol 282 Button
on (release) { getURL ("http://www.soundempire.com", "_blank"); }

Library Items

Symbol 1 Sound [stop]
Symbol 2 Sound [bg]
Symbol 3 GraphicUsed by:10
Symbol 4 GraphicUsed by:7 9
Symbol 5 FontUsed by:6 16 19 21 23 26 28 247 248 249
Symbol 6 TextUses:5Used by:7 9
Symbol 7 MovieClipUses:4 6Used by:9
Symbol 8 GraphicUsed by:9 77
Symbol 9 ButtonUses:7 8 4 6Used by:10
Symbol 10 MovieClipUses:3 9Used by:Timeline
Symbol 11 GraphicUsed by:12 251
Symbol 12 MovieClipUses:11Used by:32
Symbol 13 BitmapUsed by:14
Symbol 14 GraphicUses:13Used by:15
Symbol 15 MovieClipUses:14Used by:32
Symbol 16 TextUses:5Used by:17
Symbol 17 MovieClipUses:16Used by:18
Symbol 18 MovieClipUses:17Used by:31
Symbol 19 TextUses:5Used by:20
Symbol 20 MovieClipUses:19Used by:31
Symbol 21 TextUses:5Used by:22 25
Symbol 22 MovieClipUses:21Used by:31
Symbol 23 TextUses:5Used by:24 30
Symbol 24 MovieClipUses:23Used by:31
Symbol 25 MovieClipUses:21Used by:31
Symbol 26 TextUses:5Used by:27
Symbol 27 MovieClipUses:26Used by:31
Symbol 28 TextUses:5Used by:29
Symbol 29 MovieClipUses:28Used by:31
Symbol 30 MovieClipUses:23Used by:31
Symbol 31 MovieClipUses:18 20 22 24 25 27 29 30Used by:32
Symbol 32 MovieClipUses:12 15 31Used by:Timeline
Symbol 33 GraphicUsed by:Timeline
Symbol 34 GraphicUsed by:37
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:37
Symbol 37 MovieClipUses:34 36Used by:Timeline
Symbol 38 FontUsed by:39 173 175 179 180 183 184 235 236 254 255 256 257
Symbol 39 TextUses:38Used by:Timeline
Symbol 40 FontUsed by:41 160 267 270
Symbol 41 TextUses:40Used by:Timeline
Symbol 42 BitmapUsed by:43
Symbol 43 GraphicUses:42Used by:46
Symbol 44 BitmapUsed by:45
Symbol 45 GraphicUses:44Used by:46
Symbol 46 Button [close]Uses:43 45Used by:86 103  Timeline
Symbol 47 BitmapUsed by:48
Symbol 48 GraphicUses:47Used by:51
Symbol 49 BitmapUsed by:50
Symbol 50 GraphicUses:49Used by:51
Symbol 51 Button [save]Uses:48 50Used by:86  Timeline
Symbol 52 GraphicUsed by:53
Symbol 53 ButtonUses:52Used by:86
Symbol 54 BitmapUsed by:55
Symbol 55 GraphicUses:54Used by:86
Symbol 56 FontUsed by:57 84 89
Symbol 57 EditableTextUses:56Used by:86
Symbol 58 GraphicUsed by:86
Symbol 59 GraphicUsed by:63
Symbol 60 GraphicUsed by:63
Symbol 61 GraphicUsed by:63
Symbol 62 SoundUsed by:63
Symbol 63 ButtonUses:59 60 61 62Used by:86
Symbol 64 GraphicUsed by:68
Symbol 65 GraphicUsed by:68
Symbol 66 GraphicUsed by:68
Symbol 67 SoundUsed by:68 72 76
Symbol 68 ButtonUses:64 65 66 67Used by:77
Symbol 69 GraphicUsed by:72
Symbol 70 GraphicUsed by:72
Symbol 71 GraphicUsed by:72
Symbol 72 ButtonUses:69 70 71 67Used by:77
Symbol 73 GraphicUsed by:76
Symbol 74 GraphicUsed by:76
Symbol 75 GraphicUsed by:76
Symbol 76 ButtonUses:73 74 75 67Used by:77
Symbol 77 MovieClipUses:8 68 72 76Used by:86
Symbol 78 GraphicUsed by:81
Symbol 79 SoundUsed by:81
Symbol 80 SoundUsed by:81
Symbol 81 MovieClipUses:78 79 80Used by:86
Symbol 82 FontUsed by:83 85 92 93 94 95 96 97 98 99 100 101 104
Symbol 83 EditableTextUses:82Used by:86
Symbol 84 EditableTextUses:56Used by:86
Symbol 85 EditableTextUses:82Used by:86
Symbol 86 MovieClip [gameOverWindow]Uses:53 55 57 58 63 77 81 83 51 84 85 46Used by:Timeline
Symbol 87 BitmapUsed by:88
Symbol 88 GraphicUses:87Used by:103
Symbol 89 EditableTextUses:56Used by:103
Symbol 90 FontUsed by:91 102
Symbol 91 EditableTextUses:90Used by:103
Symbol 92 EditableTextUses:82Used by:103
Symbol 93 EditableTextUses:82Used by:103
Symbol 94 EditableTextUses:82Used by:103
Symbol 95 EditableTextUses:82Used by:103
Symbol 96 EditableTextUses:82Used by:103
Symbol 97 EditableTextUses:82Used by:103
Symbol 98 EditableTextUses:82Used by:103
Symbol 99 EditableTextUses:82Used by:103
Symbol 100 EditableTextUses:82Used by:103
Symbol 101 EditableTextUses:82Used by:103
Symbol 102 EditableTextUses:90Used by:103
Symbol 103 MovieClip [highScoresWindow]Uses:88 46 89 91 92 93 94 95 96 97 98 99 100 101 102Used by:Timeline
Symbol 104 EditableTextUses:82Used by:105
Symbol 105 MovieClip [newName]Uses:104Used by:Timeline
Symbol 106 BitmapUsed by:107
Symbol 107 GraphicUses:106Used by:108
Symbol 108 MovieClip [num0]Uses:107Used by:Timeline
Symbol 109 BitmapUsed by:110
Symbol 110 GraphicUses:109Used by:111
Symbol 111 MovieClip [num1]Uses:110Used by:Timeline
Symbol 112 BitmapUsed by:113
Symbol 113 GraphicUses:112Used by:114
Symbol 114 MovieClip [num2]Uses:113Used by:Timeline
Symbol 115 BitmapUsed by:116
Symbol 116 GraphicUses:115Used by:117
Symbol 117 MovieClip [num3]Uses:116Used by:Timeline
Symbol 118 BitmapUsed by:119
Symbol 119 GraphicUses:118Used by:120
Symbol 120 MovieClip [num4]Uses:119Used by:Timeline
Symbol 121 BitmapUsed by:122
Symbol 122 GraphicUses:121Used by:123
Symbol 123 MovieClip [num5]Uses:122Used by:Timeline
Symbol 124 BitmapUsed by:125
Symbol 125 GraphicUses:124Used by:126
Symbol 126 MovieClip [num6]Uses:125Used by:Timeline
Symbol 127 BitmapUsed by:128
Symbol 128 GraphicUses:127Used by:129
Symbol 129 MovieClip [num7]Uses:128Used by:Timeline
Symbol 130 BitmapUsed by:131
Symbol 131 GraphicUses:130Used by:132
Symbol 132 MovieClip [num8]Uses:131Used by:Timeline
Symbol 133 BitmapUsed by:134
Symbol 134 GraphicUses:133Used by:135
Symbol 135 MovieClip [num9]Uses:134Used by:Timeline
Symbol 136 BitmapUsed by:137
Symbol 137 GraphicUses:136Used by:138
Symbol 138 MovieClip [tile1]Uses:137Used by:233  Timeline
Symbol 139 BitmapUsed by:140
Symbol 140 GraphicUses:139Used by:141
Symbol 141 MovieClip [tile2]Uses:140Used by:233  Timeline
Symbol 142 BitmapUsed by:143
Symbol 143 GraphicUses:142Used by:144
Symbol 144 MovieClip [tile3]Uses:143Used by:233  Timeline
Symbol 145 BitmapUsed by:146
Symbol 146 GraphicUses:145Used by:147
Symbol 147 MovieClip [tile4]Uses:146Used by:233  Timeline
Symbol 148 BitmapUsed by:149
Symbol 149 GraphicUses:148Used by:150
Symbol 150 MovieClip [tile5]Uses:149Used by:233  Timeline
Symbol 151 BitmapUsed by:152
Symbol 152 GraphicUses:151Used by:153
Symbol 153 MovieClip [title1]Uses:152Used by:Timeline
Symbol 154 BitmapUsed by:155
Symbol 155 GraphicUses:154Used by:156
Symbol 156 MovieClip [title2]Uses:155Used by:Timeline
Symbol 157 BitmapUsed by:158
Symbol 158 GraphicUses:157Used by:159
Symbol 159 MovieClip [title3]Uses:158Used by:Timeline
Symbol 160 TextUses:40Used by:161
Symbol 161 MovieClip [pauseSign]Uses:160Used by:Timeline
Symbol 162 Sound [change.wav]Used by:Timeline
Symbol 163 Sound [drop.wav]Used by:Timeline
Symbol 164 Sound [levelUp.WAV]Used by:Timeline
Symbol 165 Sound [line1.wav]Used by:Timeline
Symbol 166 Sound [line2.wav]Used by:Timeline
Symbol 167 Sound [line3.wav]Used by:Timeline
Symbol 168 Sound [line4.wav]Used by:Timeline
Symbol 169 Sound [pause.wav]Used by:Timeline
Symbol 170 Sound [start.wav]Used by:Timeline
Symbol 171 GraphicUsed by:177 181 185
Symbol 172 GraphicUsed by:177
Symbol 173 TextUses:38Used by:177
Symbol 174 GraphicUsed by:177 181 185
Symbol 175 TextUses:38Used by:177
Symbol 176 SoundUsed by:177 181 185
Symbol 177 ButtonUses:171 172 173 174 175 176Used by:Timeline
Symbol 178 GraphicUsed by:181
Symbol 179 TextUses:38Used by:181
Symbol 180 TextUses:38Used by:181
Symbol 181 ButtonUses:171 178 179 174 180 176Used by:Timeline
Symbol 182 GraphicUsed by:185
Symbol 183 TextUses:38Used by:185
Symbol 184 TextUses:38Used by:185
Symbol 185 ButtonUses:171 182 183 174 184 176Used by:Timeline
Symbol 186 GraphicUsed by:193
Symbol 187 GraphicUsed by:188 189
Symbol 188 ButtonUses:187Used by:193
Symbol 189 ButtonUses:187Used by:193
Symbol 190 FontUsed by:191 192
Symbol 191 TextUses:190Used by:193
Symbol 192 TextUses:190Used by:193
Symbol 193 MovieClipUses:186 188 189 191 192Used by:Timeline
Symbol 194 GraphicUsed by:195
Symbol 195 MovieClipUses:194Used by:Timeline
Symbol 196 GraphicUsed by:197
Symbol 197 MovieClipUses:196Used by:Timeline
Symbol 198 GraphicUsed by:199
Symbol 199 MovieClipUses:198Used by:200
Symbol 200 MovieClipUses:199Used by:Timeline
Symbol 201 BitmapUsed by:202
Symbol 202 GraphicUses:201Used by:205
Symbol 203 BitmapUsed by:204
Symbol 204 GraphicUses:203Used by:205
Symbol 205 ButtonUses:202 204Used by:Timeline
Symbol 206 BitmapUsed by:207
Symbol 207 GraphicUses:206Used by:210
Symbol 208 BitmapUsed by:209
Symbol 209 GraphicUses:208Used by:210
Symbol 210 ButtonUses:207 209Used by:Timeline
Symbol 211 BitmapUsed by:212
Symbol 212 GraphicUses:211Used by:215
Symbol 213 BitmapUsed by:214
Symbol 214 GraphicUses:213Used by:215
Symbol 215 ButtonUses:212 214Used by:Timeline
Symbol 216 GraphicUsed by:222 225 228 231
Symbol 217 GraphicUsed by:222 225 228 231
Symbol 218 GraphicUsed by:222 225 228 231
Symbol 219 GraphicUsed by:222
Symbol 220 GraphicUsed by:222
Symbol 221 GraphicUsed by:222 225 228 231
Symbol 222 ButtonUses:216 217 218 219 220 221Used by:Timeline
Symbol 223 GraphicUsed by:225
Symbol 224 GraphicUsed by:225
Symbol 225 ButtonUses:216 217 218 223 224 221Used by:Timeline
Symbol 226 GraphicUsed by:228
Symbol 227 GraphicUsed by:228
Symbol 228 ButtonUses:216 217 218 226 227 221Used by:Timeline
Symbol 229 GraphicUsed by:231
Symbol 230 GraphicUsed by:231
Symbol 231 ButtonUses:216 217 218 229 230 221Used by:Timeline
Symbol 232 GraphicUsed by:237
Symbol 233 MovieClipUses:138 141 144 147 150Used by:237
Symbol 234 GraphicUsed by:237
Symbol 235 TextUses:38Used by:237
Symbol 236 TextUses:38Used by:237
Symbol 237 MovieClipUses:232 233 234 235 236Used by:Timeline
Symbol 238 GraphicUsed by:239
Symbol 239 MovieClipUses:238Used by:240
Symbol 240 MovieClipUses:239Used by:241
Symbol 241 MovieClipUses:240Used by:Timeline
Symbol 242 FontUsed by:243 246
Symbol 243 EditableTextUses:242Used by:Timeline
Symbol 244 GraphicUsed by:245
Symbol 245 MovieClipUses:244Used by:Timeline
Symbol 246 EditableTextUses:242Used by:Timeline
Symbol 247 TextUses:5Used by:251
Symbol 248 TextUses:5Used by:251
Symbol 249 TextUses:5Used by:251
Symbol 250 SoundUsed by:251
Symbol 251 ButtonUses:247 248 249 11 250Used by:252
Symbol 252 MovieClipUses:251Used by:Timeline
Symbol 253 GraphicUsed by:Timeline
Symbol 254 TextUses:38Used by:Timeline
Symbol 255 TextUses:38Used by:Timeline
Symbol 256 TextUses:38Used by:Timeline
Symbol 257 TextUses:38Used by:Timeline
Symbol 258 GraphicUsed by:259
Symbol 259 MovieClipUses:258Used by:Timeline
Symbol 260 GraphicUsed by:261 266
Symbol 261 MovieClipUses:260Used by:266 269
Symbol 262 GraphicUsed by:263 266
Symbol 263 MovieClipUses:262Used by:266
Symbol 264 GraphicUsed by:266
Symbol 265 SoundUsed by:266 269
Symbol 266 ButtonUses:261 263 264 260 262 265Used by:271
Symbol 267 TextUses:40Used by:271
Symbol 268 GraphicUsed by:269
Symbol 269 ButtonUses:261 268 265Used by:271
Symbol 270 TextUses:40Used by:271
Symbol 271 MovieClipUses:266 267 269 270Used by:Timeline
Symbol 272 GraphicUsed by:283
Symbol 273 GraphicUsed by:277
Symbol 274 GraphicUsed by:277
Symbol 275 GraphicUsed by:277
Symbol 276 SoundUsed by:277
Symbol 277 ButtonUses:273 274 275 276Used by:283
Symbol 278 FontUsed by:279
Symbol 279 TextUses:278Used by:283
Symbol 280 GraphicUsed by:281 282
Symbol 281 ButtonUses:280Used by:283
Symbol 282 ButtonUses:280Used by:283
Symbol 283 MovieClipUses:272 277 279 281 282Used by:Timeline

Instance Names

"percent_mc"Frame 2Symbol 37 MovieClip
"newGame_btn"Frame 21Symbol 177 Button
"pauseGame_btn"Frame 21Symbol 181 Button
"previewWindow_mc"Frame 21Symbol 195 MovieClip
"mainWindow_mc"Frame 21Symbol 197 MovieClip
"helpBarWindow_mc"Frame 21Symbol 200 MovieClip
"highScores_btn"Frame 21Symbol 215 Button
"rewind_mc"Frame 21Symbol 222 Button
"pause_mc"Frame 21Symbol 225 Button
"play_mc"Frame 21Symbol 228 Button
"ff_mc"Frame 21Symbol 231 Button
"alien"Frame 21Symbol 271 MovieClip
"credits"Frame 21Symbol 283 MovieClip
"percentBar_mc"Symbol 37 MovieClip Frame 1Symbol 36 MovieClip
"save_btn"Symbol 86 MovieClip [gameOverWindow] Frame 5Symbol 51 Button [save]
"close_btn"Symbol 86 MovieClip [gameOverWindow] Frame 15Symbol 46 Button [close]
"close_btn"Symbol 103 MovieClip [highScoresWindow] Frame 1Symbol 46 Button [close]
"inName_txt"Symbol 105 MovieClip [newName] Frame 1Symbol 104 EditableText
"helpBar_mc"Symbol 200 MovieClip Frame 1Symbol 199 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "stop"
ExportAssets (56)Timeline Frame 1Symbol 2 as "bg"
ExportAssets (56)Timeline Frame 9Symbol 46 as "close"
ExportAssets (56)Timeline Frame 9Symbol 51 as "save"
ExportAssets (56)Timeline Frame 9Symbol 51 as "save"
ExportAssets (56)Timeline Frame 9Symbol 51 as "save"
ExportAssets (56)Timeline Frame 9Symbol 51 as "save"
ExportAssets (56)Timeline Frame 9Symbol 51 as "save"
ExportAssets (56)Timeline Frame 9Symbol 51 as "save"
ExportAssets (56)Timeline Frame 9Symbol 46 as "close"
ExportAssets (56)Timeline Frame 9Symbol 86 as "gameOverWindow"
ExportAssets (56)Timeline Frame 9Symbol 46 as "close"
ExportAssets (56)Timeline Frame 9Symbol 46 as "close"
ExportAssets (56)Timeline Frame 9Symbol 46 as "close"
ExportAssets (56)Timeline Frame 9Symbol 46 as "close"
ExportAssets (56)Timeline Frame 9Symbol 46 as "close"
ExportAssets (56)Timeline Frame 9Symbol 103 as "highScoresWindow"
ExportAssets (56)Timeline Frame 9Symbol 105 as "newName"
ExportAssets (56)Timeline Frame 9Symbol 108 as "num0"
ExportAssets (56)Timeline Frame 9Symbol 111 as "num1"
ExportAssets (56)Timeline Frame 9Symbol 114 as "num2"
ExportAssets (56)Timeline Frame 9Symbol 117 as "num3"
ExportAssets (56)Timeline Frame 9Symbol 120 as "num4"
ExportAssets (56)Timeline Frame 9Symbol 123 as "num5"
ExportAssets (56)Timeline Frame 9Symbol 126 as "num6"
ExportAssets (56)Timeline Frame 9Symbol 129 as "num7"
ExportAssets (56)Timeline Frame 9Symbol 132 as "num8"
ExportAssets (56)Timeline Frame 9Symbol 135 as "num9"
ExportAssets (56)Timeline Frame 9Symbol 138 as "tile1"
ExportAssets (56)Timeline Frame 9Symbol 141 as "tile2"
ExportAssets (56)Timeline Frame 9Symbol 144 as "tile3"
ExportAssets (56)Timeline Frame 9Symbol 147 as "tile4"
ExportAssets (56)Timeline Frame 9Symbol 150 as "tile5"
ExportAssets (56)Timeline Frame 9Symbol 153 as "title1"
ExportAssets (56)Timeline Frame 9Symbol 156 as "title2"
ExportAssets (56)Timeline Frame 9Symbol 159 as "title3"
ExportAssets (56)Timeline Frame 9Symbol 161 as "pauseSign"
ExportAssets (56)Timeline Frame 9Symbol 162 as "change.wav"
ExportAssets (56)Timeline Frame 10Symbol 163 as "drop.wav"
ExportAssets (56)Timeline Frame 11Symbol 164 as "levelUp.WAV"
ExportAssets (56)Timeline Frame 12Symbol 165 as "line1.wav"
ExportAssets (56)Timeline Frame 13Symbol 166 as "line2.wav"
ExportAssets (56)Timeline Frame 14Symbol 167 as "line3.wav"
ExportAssets (56)Timeline Frame 15Symbol 168 as "line4.wav"
ExportAssets (56)Timeline Frame 19Symbol 169 as "pause.wav"
ExportAssets (56)Timeline Frame 20Symbol 170 as "start.wav"
ExportAssets (56)Timeline Frame 21Symbol 138 as "tile1"
ExportAssets (56)Timeline Frame 21Symbol 141 as "tile2"
ExportAssets (56)Timeline Frame 21Symbol 144 as "tile3"
ExportAssets (56)Timeline Frame 21Symbol 147 as "tile4"
ExportAssets (56)Timeline Frame 21Symbol 150 as "tile5"
ExportAssets (56)Timeline Frame 21Symbol 138 as "tile1"
ExportAssets (56)Timeline Frame 21Symbol 138 as "tile1"
ExportAssets (56)Timeline Frame 21Symbol 138 as "tile1"
ExportAssets (56)Timeline Frame 21Symbol 138 as "tile1"
ExportAssets (56)Timeline Frame 21Symbol 150 as "tile5"
ExportAssets (56)Timeline Frame 21Symbol 150 as "tile5"
ExportAssets (56)Timeline Frame 21Symbol 138 as "tile1"
ExportAssets (56)Timeline Frame 21Symbol 150 as "tile5"
ExportAssets (56)Timeline Frame 21Symbol 150 as "tile5"
ExportAssets (56)Timeline Frame 21Symbol 150 as "tile5"
ExportAssets (56)Timeline Frame 21Symbol 150 as "tile5"
ExportAssets (56)Timeline Frame 21Symbol 138 as "tile1"
ExportAssets (56)Timeline Frame 21Symbol 138 as "tile1"
ExportAssets (56)Timeline Frame 21Symbol 138 as "tile1"
ExportAssets (56)Timeline Frame 21Symbol 138 as "tile1"
ExportAssets (56)Timeline Frame 21Symbol 138 as "tile1"
ExportAssets (56)Timeline Frame 21Symbol 138 as "tile1"
ExportAssets (56)Timeline Frame 21Symbol 141 as "tile2"
ExportAssets (56)Timeline Frame 21Symbol 141 as "tile2"
ExportAssets (56)Timeline Frame 21Symbol 141 as "tile2"
ExportAssets (56)Timeline Frame 21Symbol 141 as "tile2"
ExportAssets (56)Timeline Frame 21Symbol 141 as "tile2"
ExportAssets (56)Timeline Frame 21Symbol 141 as "tile2"
ExportAssets (56)Timeline Frame 21Symbol 141 as "tile2"
ExportAssets (56)Timeline Frame 21Symbol 141 as "tile2"
ExportAssets (56)Timeline Frame 21Symbol 147 as "tile4"
ExportAssets (56)Timeline Frame 21Symbol 147 as "tile4"
ExportAssets (56)Timeline Frame 21Symbol 147 as "tile4"
ExportAssets (56)Timeline Frame 21Symbol 144 as "tile3"
ExportAssets (56)Timeline Frame 21Symbol 144 as "tile3"
ExportAssets (56)Timeline Frame 21Symbol 144 as "tile3"
ExportAssets (56)Timeline Frame 21Symbol 144 as "tile3"
ExportAssets (56)Timeline Frame 21Symbol 144 as "tile3"
ExportAssets (56)Timeline Frame 21Symbol 144 as "tile3"
ExportAssets (56)Timeline Frame 21Symbol 144 as "tile3"

Labels

"loader"Frame 2
"preload"Frame 2
"load"Frame 3
"stolen"Frame 4
"check"Frame 5
"good"Frame 21
"start"Frame 21
"close_btn"Symbol 86 MovieClip [gameOverWindow] Frame 1
"loading"Symbol 86 MovieClip [gameOverWindow] Frame 2
"loaded"Symbol 86 MovieClip [gameOverWindow] Frame 5
"saving"Symbol 86 MovieClip [gameOverWindow] Frame 10
"lowScore"Symbol 86 MovieClip [gameOverWindow] Frame 15
"loading"Symbol 103 MovieClip [highScoresWindow] Frame 1
"loaded"Symbol 103 MovieClip [highScoresWindow] Frame 5

Dynamic Text Variables

descSymbol 83 EditableText"text1"
descSymbol 85 EditableText"text1"
name1Symbol 92 EditableText"name1"
score1Symbol 93 EditableText"score1"
name2Symbol 94 EditableText"name1"
score2Symbol 95 EditableText"score1"
name3Symbol 96 EditableText"name1"
score3Symbol 97 EditableText"score1"
name4Symbol 98 EditableText"name1"
score4Symbol 99 EditableText"score1"
name5Symbol 100 EditableText"name1"
score5Symbol 101 EditableText"score1"
inNameSymbol 104 EditableText"name1"
pointsSymbol 243 EditableText"00"
view_scoresSymbol 246 EditableText""




http://swfchan.com/5/24618/info.shtml
Created: 24/5 -2019 18:05:17 Last modified: 24/5 -2019 18:05:17 Server time: 08/05 -2024 04:15:03