 |
actionscript 3 - Action Script Sleep function - Stack Overflow
Does actionscript 2.0/3.0 have an equivalent of c# sleep() ? ... You can implement a sleep function like this: function sleep(counter: int, subsequentFunction: Function, args: Array): void { if (counter > 0) callLater(sleep, [counter - 1, subsequentFuncti
stackoverflow.com |
 |