User prompt
Erase the bar on the bottom of the screen
User prompt
Erase the text Best: 78\
User prompt
have the best mean the longest dots be in the 8 loop as a stopwatch from 0.00 infinitely long if the dots fly out the stopwatch will reset
User prompt
Please fix the bug: 'Uncaught TypeError: Cannot set properties of undefined (setting 'fill')' in or related to this line: 'autoSpawnTxt.style.fill = game.autoSpawnEnabled ? "#88ff88" : "#ff8888";' Line Number: 329
Code edit (1 edits merged)
Please save this source code
User prompt
Infinite 8 Loop
Initial prompt
Create a game called Infinite 8 Loop game. it's a game where you can have a dot spin in a eight shaped way but you have to make sure the stays in that gravitational pull otherwise if you click anywhere else the dot will fly away. You can have more than one dot on your screen tap dots on the top right hand corner of your screen and tap paste on the bottom of dots that will make it so you can click on the screen more dots. To it spawn dots without clicking any clicking on the screen screen tap dots on the top right hand corner of your screen and tap spawn on the bottom of dots and that will make so your spawning by number not clicking click the up and down arrows to make your dots. The spawning by number will be infinite but it will show how many dots your making this one. On the center top middle of your screen will show how many dots your making. On the right hand corner of your screen will show a number of speed that the gravity is it will have arrows up and down to make so you can change the gravity infinitely by number. The gravity number will be at 1.0s.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});