I'd like to be able to draw the current state (of layers) in the middle of script execution.
Usually things are drawn when a script ends. Scripts run further via events, and timeOuts() (or threads)
For example using setText() on a label, is not shown till the function returns.
However, if I put an 'alert()' call, the text is shown, then the script continues.
 
Anyone know how to do this trick?
 
THanks,
TOdd.
 

Reply via email to