Is there any way I can have a number go up gradually faster?
edit: I want the "every timer" to go down in time gradually faster
Printable View
Is there any way I can have a number go up gradually faster?
edit: I want the "every timer" to go down in time gradually faster
Well, you might multiply it every n seconds for 1.2 for example.
Iis there anyway for the "every timer" to go down in time?
I'm afraid I haven't understood what you mean.
You can specify a calculation on the every event. So you could set the every to a Alterable Value/Global Value/Counter. So:
Every Global Value A
- Perform Code
- Set Global Value A to Global Value A * 1.1 (or however you want to increase the value)
I don't quite understand what you mean by this. Could you please create something and let me download it?
Ok, after some time i kind of understand what you mean. In mmf2, you can't put an equation for the every command, so do I do restrict actions or what?
you'll have to do something like
every 00"-01 add 1 to Counter
when Counter = Global Value A
- Set Counter to 0
- Perform Code
- Set Global Value A to Global Value A * 1.1