![]() |
Pausing while a function works ...
I've written a RollDice() function that animates the rolling of dice. The function uses setTimeout to call itself a number of times. A variable DiceRolling is true when the routine is running, and once complete, DiceRolling is set false.
I have other automated routines that need to run after the routine is completed. What is the best way to "pause" my script until the RollDice routine has completed? |
Quote:
|
Or, if it makes sense in the logic of the overall program, RIGHT AFTER you set the DiceRolling flag back to false call the continuation code.
|
| All times are GMT +1. The time now is 08:00 PM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.