User prompt
hide the chocolateBar that touch the fryingPan
User prompt
bug : i dragged the 5 chocolateBar but the fryingPanChoco is not showed
User prompt
bug : i dragged the 5 chocolateBar but the fryingPanChoco is not showed
User prompt
Fix Bug: 'Uncaught ReferenceError: fryingPan is not defined' in or related to this line: 'fryingPan.chocolateCount = 0;' Line Number: 131
User prompt
when the fryingPan contain 5 chocolate bar, show the fryingPanChoco
User prompt
when we start the game, we should not see the fryingPanChoco
User prompt
bug : i don't see the fryingpanchoco
User prompt
i don't see the fryingPanChocolate in asset
User prompt
add a fryingPanChocolate
User prompt
delete the oven
Code edit (1 edits merged)
Please save this source code
User prompt
bug i don't see the fryingPan
User prompt
bug : i don't see the frying pan
User prompt
do that we can drag the chocolate bar
User prompt
Fix Bug: 'TypeError: bar.containsPoint is not a function' in or related to this line: 'if (bar.containsPoint(pos)) {' Line Number: 72
Initial prompt
Chocolate
===================================================================
--- original.js
+++ change.js
@@ -1,14 +1,7 @@
/****
* Classes
****/
-var FryingPan = Container.expand(function () {
- var self = Container.call(this);
- var fryingPanGraphics = self.attachAsset('fryingPan', {
- anchorX: 0.5,
- anchorY: 0.5
- });
-});
var ChocolateBar = Container.expand(function () {
var self = Container.call(this);
var chocolateGraphics = self.attachAsset('chocolateBar', {
anchorX: 0.5,
@@ -48,8 +41,15 @@
anchorX: 0.5,
anchorY: 0.5
});
});
+var FryingPan = Container.expand(function () {
+ var self = Container.call(this);
+ var fryingPanGraphics = self.attachAsset('fryingPan', {
+ anchorX: 0.5,
+ anchorY: 0.5
+ });
+});
/****
* Initialize Game
****/
@@ -122,5 +122,8 @@
chocolateBar.x = 100 + i * (chocolateBar.width + 10);
chocolateBar.y = 100;
chocolateBars.push(chocolateBar);
game.addChild(chocolateBar);
-}
\ No newline at end of file
+}
+var fryingPan = game.addChild(new FryingPan());
+fryingPan.x = game.width / 4;
+fryingPan.y = game.height / 4;
\ No newline at end of file
a chocolate bar. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
a simple fraying pan. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
make the water more brown
rempli en gris
rempli le de chocolat
a simple fridge. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
a chocolate hearth. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.