User prompt
Please fix the bug: 'TypeError: Cannot use 'in' operator to search for 'scaleX' in null' in or related to this line: 'tween(targetBall, {' Line Number: 350 ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Make the bomb effect 1 second and we will see the tip of the bomb burn. When this happens, the bomb effect will cover the entire screen, but do not forget that it is for 1 second. ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
When the bomb touches any two of the same colored balls, that is, when there are 3 of them, the bomb's pin will explode with a burning effect in a 3x3 area, again with an effect. ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
The game is very nice and looks nice but at the very beginning of the game it tries to score points by itself. Prevent this.
Code edit (1 edits merged)
Please save this source code
User prompt
Bubble Blast Crush
Initial prompt
Make me a Candy Crush-style game where you score points by matching 3 balls of the same color. Have a bar at the top and score points there. Also, make a bomb that will come every once in a while. When it lands next to any three, it will destroy a 3x3 area. The rest is up to you.
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
}); /****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});