Code edit (1 edits merged)
Please save this source code
User prompt
Fix Bug: 'Uncaught ReferenceError: shapeGraphicsUnderlayself is not defined' in this line: 'shapeGraphicsUnderlayself.tint = hsvToRgb(200, 1, 1);' Line Number: 112
Code edit (6 edits merged)
Please save this source code
User prompt
Fix Bug: 'Uncaught ReferenceError: shapeGraphicsUnderlay is not defined' in this line: 'shapeGraphicsUnderlay.alpha = 1;' Line Number: 117
User prompt
shape should have all three graphic underlay types added fror every instance.
User prompt
create 3 different graphic underlays in shape class instead of just one.
Code edit (1 edits merged)
Please save this source code
Code edit (2 edits merged)
Please save this source code
User prompt
Fix Bug: 'Uncaught ReferenceError: scale is not defined' in this line: '(shapeGraphicsUnderlay, scale.x = 1.2);' Line Number: 110
Code edit (2 edits merged)
Please save this source code
User prompt
add a second graphics object beneath current one in shape
User prompt
Fix Bug: 'Uncaught ReferenceError: BLEND_MODES is not defined' in this line: 'shapeGraphics.blendMode = BLEND_MODES.DIFFERENCE;' Line Number: 121
User prompt
apply blendmode difference to shapes
User prompt
add a glow effect to staticshapes
Code edit (3 edits merged)
Please save this source code
User prompt
make a background image covering the whole play area
Code edit (1 edits merged)
Please save this source code
Code edit (1 edits merged)
Please save this source code
Remix started
Copy Chain Reaction
===================================================================
--- original.js
+++ change.js
@@ -105,9 +105,9 @@
console.log('Shape created');
var self = Container.call(this);
var shapeGraphics;
var shapeGraphicsUnderlay = LK.getAsset('circleUnderlay', 'Circle Underlay Shape', 0.5, 0.5);
- shapeGraphicsUnderlay.alpha = 0.3;
+ shapeGraphicsUnderlay.alpha = 1;
self.addChild(shapeGraphicsUnderlay);
shapeGraphics = LK.getAsset('circle', 'Circle Shape', 0.5, 0.5);
self.updateColor = function () {
var h = self.colorIndex / 32;
a white geometric square shape Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
a white flat circle shape Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
a white dot Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
flat white round disk Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
gif circle spinning animation Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A cozy living room with a christmas tree, presents, snacks, ornaments and everythning in place for christmas. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
a shining star. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A super shiny white metallic christmas glass ball decoration with a glowing outline. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.