User prompt
Change game time text to Game Time! And use balls asset for pinball ball. Also make atleast 1 second wait in pinball mode activation 0,5 seconds
User prompt
Instead of pinball mode! Text make it Game time. Also by every bounce on the paddle play sound ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Instead of 2 paddles make it 1 paddle that follows finger in screen ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
After 7 click in a second trigger is activated; if the player clicks 1 times and waits and 2 times and waits and 2 times again and waits and 5 times quickly, activate an one player pinball game ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Make asser 2 version of the button way bigger ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Make asset 2 for button bigger ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Make asset 2 for button exactly same size as original
User prompt
Make sure when button ui changed the size stays same as before ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
When button is clicked 7 times in a row change background to A in assets and button ui to 2 in assets ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
When the button clicked 7 times in a second, play music music from assets and change text to Johnathan T. Mantleholder ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Add a big "John Mantle" text as a title above the button
User prompt
Make it faster ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Make the button up down move animation a little bit faster and a little bit longer to the directions ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Add animation to the ui too ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Make button move up and down slowly to make it more lively ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Play sound sound from assets when button is clicked
User prompt
Add a shtinking animation to the button when clicked ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
The button gets smaller after click. Make it big always
User prompt
Use background asset for background, make the button bigger and remove texts
User prompt
Make button amount 1 instead of 6
Code edit (1 edits merged)
Please save this source code
User prompt
Button Tap Transform
Initial prompt
Make a button, when clicked it changes asset and plays a sound
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});