terminate script from keyboard

FlexibleLearning at aol.com FlexibleLearning at aol.com
Fri May 21 10:40:57 EDT 2004


>OK, here was the situation I originally had the problem with; I have added
>one line to Chipp's script. How would you stop this?
>
>on mouseUp
>   repeat 100000 times
>     put "hello" & cr after fld 1
>     answer "hello"
>   end repeat
>end mouseUp

Force quit, or add a keydown test in the loop.

/H


More information about the use-livecode mailing list