terminate script from keyboard

Andy Burns yoy at comcast.net
Wed May 19 16:48:18 EDT 2004


----- Original Message ----- 
From: "Springer, Paul" <paul.springer at sensis.com>
To: "How to use Revolution" <use-revolution at lists.runrev.com>
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



More information about the use-livecode mailing list