User prompt
Make both the scary eyes invisible
User prompt
Make the mouth invisible
User prompt
Make the scary mouth, transparent
Code edit (1 edits merged)
Please save this source code
User prompt
Scare Button Countdown
Initial prompt
Make a game where there’s one button and oh the button is a set of text that says click to get a big scare, then when you click the button, it starts a timer counting down from three, when it reaches zero, make an enemy go in front of your face and after three seconds you lose the game
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});