Hi!
Here is what I want to make:
Each time u buy A, u get B and B is to make C/sec and the price of A increases 2x each time clicked.
So:
On clicking A & If money is same or greater than A = B bought. And A+A = new A (got it til here).
And now, since every tick = 60times/sec right? Then I want to make every X seconds = 1.
So I made it like this - every 1 sec = 0.01
But when I tried it, when I cliked it only executed it once and therefore the value of C is only 0.01 (what??) I alrdy made the text auto-update though.
So can anyone please help me?
Thank you very much!
Any help would be appreciated