Code edit (2 edits merged)
Please save this source code
User prompt
On square down, tween all particles to a new random location
Code edit (1 edits merged)
Please save this source code
User prompt
Add 100 particles to the game
Code edit (4 edits merged)
Please save this source code
User prompt
Add a particle class to the game as well
Code edit (1 edits merged)
Please save this source code
User prompt
Also set Tint in between.
User prompt
Use a Bouncy Tween animation.
Code edit (1 edits merged)
Please save this source code
User prompt
Please fix the bug: 'Script error.' in or related to this line: 'tween(self, {' Line Number: 16 ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Please fix the bug: 'Script error.' in or related to this line: 'var tween = LK.import("@upit/tween.v1");' Line Number: 9
User prompt
When clicking the square, animate it to be 10 times the size. ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Please fix the bug: 'Script error.' in or related to this line: 'var tween = LK.import("@upit/tween.v1");' Line Number: 9
User prompt
Add a square to the game
Initial prompt
Empty test game
/**** * Initialize Game ****/ //<Assets used in the game will automatically appear here> //<Write entity 'classes' with empty functions for important behavior here> var game = new LK.Game({ backgroundColor: 0x000000 //Init game with black background });
/****
* Initialize Game
****/
//<Assets used in the game will automatically appear here>
//<Write entity 'classes' with empty functions for important behavior here>
var game = new LK.Game({
backgroundColor: 0x000000 //Init game with black background
});