User prompt
Make the score 0
User prompt
Make the score 0 when we pause the game
User prompt
When we get out of the game make the score 0
User prompt
Put the button a little down
User prompt
Make the button a arrow your making me mad
User prompt
Make the button a arrow that is facing up not a block
User prompt
Make the jump button a arrow
User prompt
Make the jump button a arrow that is pointing upwards and put the jump button on the right side
Code edit (1 edits merged)
Please save this source code
User prompt
Jump Block!
Initial prompt
Make a game that there is a block there is a jump arrow if you press it the block will jump
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});