Hi, I want have a button in which I press it, it does some stuff, waits 1 second for example, then does more stuff.
Is this possible?
[Macro Buttons] Add a pause/wait for the code
-
- Site Admin
- Posts: 2121
- Joined: Sun Jan 17, 2010 12:01 pm
Re: [Macro Buttons] Add a pause/wait for the code
we already got this request, but we do not plan to do it for the moment.
-
- Site Admin
- Posts: 2121
- Joined: Sun Jan 17, 2010 12:01 pm
Re: [Macro Buttons] Add a pause/wait for the code
now it's implemented as Wait(ms) instruction.
example:
Wait(1000); to wait 1 second before executing next instruction...
example:
Wait(1000); to wait 1 second before executing next instruction...