User prompt
It's a issue when ball comes down then it's not bouncing in air after clicks also
User prompt
Please fix the bug: 'Uncaught TypeError: Cannot read properties of undefined (reading 'detail')' in or related to this line: 'if (obj.event.detail === 2) {' Line Number: 462
User prompt
On double tap ball will bounce on air
Code edit (1 edits merged)
Please save this source code
User prompt
Bouncy Ball Blitz
Initial prompt
Bouncy Ball - A ball that bounces continuously, and players must tap/click to change its direction to avoid obstacles.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});