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.

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to