Code edit (1 edits merged)
Please save this source code
Code edit (1 edits merged)
Please save this source code
User prompt
Please fix the bug: 'Timeout.tick error: levelText is not defined' in or related to this line: 'levelText.setText("?");' Line Number: 1149
Code edit (21 edits merged)
Please save this source code
User prompt
Please fix the bug: 'Timeout.tick error: levelText is not defined' in or related to this line: 'levelText.setText("?");' Line Number: 1145
Code edit (1 edits merged)
Please save this source code
Code edit (1 edits merged)
Please save this source code
Code edit (11 edits merged)
Please save this source code
User prompt
Please fix the bug: 'Timeout.tick error: Error: Invalid color format. Expected 0xRRGGBB format, received: undefined' in or related to this line: 'tween(tileGraphics, {' Line Number: 235
Code edit (1 edits merged)
Please save this source code
Code edit (2 edits merged)
Please save this source code
User prompt
in handlePlayingStateDown, if not taping an operation but tapping a tile, play tick sound
Code edit (20 edits merged)
Please save this source code
User prompt
Please fix the bug: 'Timeout.tick error: tile is not defined' in or related to this line: 'tween(tile, {' Line Number: 945
Code edit (1 edits merged)
Please save this source code
Code edit (6 edits merged)
Please save this source code
User prompt
in createOperations, before `self.operations = [];` destroy all previous remaining operations
Code edit (10 edits merged)
Please save this source code
User prompt
adapt areNeighbors to take int oaccount the fact that the grid is hexagonal. ie: tile at 2,3 is not adjacent with tile at 1,2 even if dx=1 and dy=1
Code edit (1 edits merged)
Please save this source code
User prompt
add detailed logs in areNeighbors
User prompt
there is a problem with fillTilesNeighbors : it doesn't actually check if the the tiles are adjacent using their row and col ! please fix
User prompt
there is a problem with getAdjacentTiles algorithm : it selects tiles with same value even if there are not adjacent! please fix
Code edit (1 edits merged)
Please save this source code
User prompt
Please fix the bug: 'Timeout.tick error: undefined is not an object (evaluating 'self.board[0].tileSizeX')' in or related to this line: 'log("createBoard calc: ", game.width, maxCols, self.board[0].tileSizeX, -maxCols * self.board[0].tileSizeX);' Line Number: 682
===================================================================
--- original.js
+++ change.js
@@ -626,11 +626,15 @@
backgroundImage.animateTransition(currentTransitionDirectionH, currentTransitionDirectionV);
self.createBoard();
self.fillTilesNeighbors();
self.createOperations();
- LK.setTimeout(self.animateTilesEntrance, levelNumber == 1 ? 0 : 800);
- LK.setTimeout(self.animateOperationsEntrance, 900);
+ //LK.setTimeout(self.animateTilesEntrance, levelNumber == 1 ? 0 : 800);
+ //LK.setTimeout(self.animateOperationsEntrance, 900);
//LK.setTimeout(self.updateOperations, 900);
+ LK.setTimeout(function () {
+ self.animateTilesEntrance();
+ self.animateOperationsEntrance();
+ }, 800);
};
self.createBoard = function () {
self.board = [];
// Max grid for 200px tiles = 11x7
tick
Sound effect
tileEntrance
Sound effect
tileRemove
Sound effect
operationSelect
Sound effect
operationCancel
Sound effect
tileChangeValue
Sound effect
resetSound
Sound effect
levelFailed
Sound effect
menuLevelSelect
Sound effect
menuCellEnter
Sound effect
applause
Sound effect
bgMusic
Music
tada
Sound effect