Hey, Is it possible to have two handlers, and to call the second handler from within the first handler, and have the first handler keep executing without waiting for the second handler to finish?
Example: ------------------------------------------------------- on Handler1 Handler2 ---Call this handler, but don't wait for it to finish before beeping beep end Handler1 on Handler2 doSomeStuffThatTakesALongTime end Handler2 -------------------------------------------------------- Thank You Bridger _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
