Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

does anybody have tips on how to make the number go up when you click the character.

A topic by gamemakerguylogan20076 created Apr 29, 2026 Views: 476 Replies: 4
Viewing posts 1 to 5
Submitted

this is what my game looks like at this moment i need someone to tell me how i could make the number on the side increase in count when you press on it like cookie clicker and also how i could possibly make more than only one character frame appear after you click the character.

 I am using love 2d for this so there's barley any tutorials on how to make a cookie clicker styled game.

 If there's anyone who has experience in love 2d and is willing to give me tips on how to make this game have actual functionality let me know.    

I don't know this program, but I can try to help and I also don't understand English well, so I will use a translator. Try this: there's a conditional button that checks the following: the distance from the center of its position to the cursor (for example, let's say it's 10 units; if the number is less than or equal to 10, count the click; if not, nothing) and whether a person is currently pressing the button. Any button can be configured like this.

And in order to increase the number, you need to do the same check; if everything is good, then increase the number.

but I don’t understand what the frames are. If you explain it, I’ll try to help.

Submitted

i found out by going to the love 2d website and i also updated my background.