If exists question
Ken Norris
pixelbird at interisland.net
Mon Mar 29 20:49:01 EST 2004
Hi folks,
> wait 30 milliseconds -- put in to allow Rev to catch up with functions
----------
Just FYI...a 'wait' command basically just stalls the script and hogs the
processor. It won't help Rev catch up to anything.
What you want to do is: send <myMessage> to me (a handler) in 30
milliseconds.
That keeps the script running and just puts a timer on when the next
execution takes place, which _does_ allow the interpreter to catch up.
Ken N.
More information about the use-livecode
mailing list