User prompt
Fix Bug: 'TypeError: Cannot set properties of undefined (setting 'alpha')' in this line: 'cell.graphics.alpha = 0.5;' Line Number: 278
User prompt
Fix Bug: 'TypeError: Cannot set properties of undefined (setting 'alpha')' in this line: 'cell.graphics.alpha = 0.5;' Line Number: 276
User prompt
Fix Bug: 'TypeError: Cannot set properties of undefined (setting 'alpha')' in this line: 'cell.graphics.alpha = 0.5;' Line Number: 274
User prompt
Fix Bug: 'TypeError: Cannot set properties of undefined (setting 'alpha')' in this line: 'cell.graphics.alpha = 0.5;' Line Number: 272
User prompt
Fix Bug: 'TypeError: Cannot set properties of undefined (setting 'alpha')' in this line: 'cell.graphics.alpha = 0.5;' Line Number: 270
User prompt
Fix Bug: 'TypeError: Cannot set properties of undefined (setting 'alpha')' in this line: 'cell.graphics.alpha = 0.5;' Line Number: 268
User prompt
Fix Bug: 'TypeError: Cannot set properties of undefined (setting 'alpha')' in this line: 'cell.graphics.alpha = 0.5;' Line Number: 266
User prompt
Fix Bug: 'TypeError: Cannot set properties of undefined (setting 'alpha')' in this line: 'cell.graphics.alpha = 0.5;' Line Number: 264
User prompt
Fix Bug: 'TypeError: Cannot set properties of undefined (setting 'alpha')' in this line: 'cell.graphics.alpha = 0.5;' Line Number: 262
User prompt
Fix Bug: 'TypeError: Cannot set properties of undefined (setting 'alpha')' in this line: 'cell.graphics.alpha = 0.5;' Line Number: 260
User prompt
On touch dim color cel being selected
User prompt
Add touch and drag option
User prompt
Delete hearts
User prompt
On touch and hold dim color of cell
User prompt
Increase size of cells
User prompt
Change grid size to 4 by 4
User prompt
Fix Bug: 'TypeError: Cannot set properties of undefined (setting 'alpha')' in this line: 'cell.graphics.alpha = 0.5;' Line Number: 278
User prompt
When a cell is touched dim its color
User prompt
Do not destroy cell on touch
User prompt
Delete board background
User prompt
Fix Bug: 'Uncaught ReferenceError: boardBackground is not defined' in this line: 'boardBackground.x = totalGridWidth / 2 - cellWidth / 2;' Line Number: 228
User prompt
Delete background and board background
User prompt
add touch and drag detection
User prompt
reduce grid size to be 5 by 5
Remix started
Copy Yuletide Match
===================================================================
--- original.js
+++ change.js
@@ -216,10 +216,10 @@
};
var gridWidth = 4;
var gridHeight = 4;
var gridSpacing = 8;
- var cellWidth = 200;
- var cellHeight = 200;
+ var cellWidth = 250;
+ var cellHeight = 250;
var gridContainer = new Container();
self.addChild(gridContainer);
var totalGridWidth = gridWidth * (cellWidth + gridSpacing) - gridSpacing;
var totalGridHeight = gridHeight * (cellHeight + gridSpacing) - gridSpacing;