Okay so im making a incremental type of game as shown in the image, and i want to know how i can do these things below effectiely and right. I use profile store and would just like to know how i should handle these without starting on the wrong foot.
- First, how would i handle purchasing?
- Second, how would you know how much to increase the cost and value increase/decreased each time?
- Thirdly, how do you handle the constant button color changing. Do you use a script in each button because that seem excessive