Create a time event in each scene to increase the currency per second.
wrap the 'do every second' time event in a boolean attribute that gets set to true when you buy the item that increases the currency per second?
Post some code?
Quote from: squeeb on August 28, 2017, 05:14:39 pmPost some code?It would be great if someone could do that
Quote from: TyJayLo on August 31, 2017, 01:33:14 pmQuote from: squeeb on August 28, 2017, 05:14:39 pmPost some code?It would be great if someone could do thatPlease could you post the code that you already have?
This code will happen only one time. When mouse is pressed on actor... and the do after will happen only once.. You wantn to have a boolean switch here.. if enough money to buy it.. set to true.. and do the rest of the code in a scene event when created, if Boolean true.. do every 1 second. If I'm understanding what you're trying to do