Beginning
In this tutorial I will show you how to create an "Idle" game, similar to Cookie clicker!
Cookie
First let's add the "Cookie" which will be the object that you will earn the money
Objects
Let's go to the objects step now, you will need: Mouse, and if you prefer you can add a sound
Variables
You must add variables, put the name you prefer, but I will choose the names here: Cookie (Quantity of money), CookiePerSecond (Amount of money per second), CookiePerClick (Amount of money per click)
No need to add Cookie Per Click, only if you have upgrades to increase the click!
Systems
When you click on the cookie, it adds to the variable "Cookie", "CookiePerClick" (This needs to add because if you have upgrades, the number of "CookiePerClick" changes)