----- Original Message ----- From: "Springer, Paul" <[EMAIL PROTECTED]> To: "How to use Revolution" <[EMAIL PROTECTED]> Sent: Wednesday, May 19, 2004 4:20 PM Subject: terminate script from keyboard
> Can anyone tell me if it's possible to terminate a runaway script from the > keyboard without killing the whole RR app? I seem to remember someone > mentioning a key combination for that but I can't find it in the > documentation. I am running on Windows. > > > > -Paul Paul, In the place in the repeat loop in your script you might think about inserting an if statement such as: If the mouse is down exit "your script name" end if That is if you don't absolutely have to exit a script by key-control. Andy Burns _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
