Basically I am still learning and would like to create a guide for my self.
Lets say I have a sprite called (egg) if I click on (egg) it adds 1 egg to the global variable or local variable (whichever one will work for this)
After I have 10 eggs I can buy my second sprite (chicken) which would add 1 egg per second to my global or local variable.
Now my problem is that even if i buy 10 chickens I am only still receiving 1 egg per second instead of 10.
How can I change that so that I get more eggs per second.
I have tried the "for each" but cannot select variables only sprites.