multicore and true threading

Jim Ault JimAultWins at yahoo.com
Sun Mar 25 02:09:54 EDT 2007


if the altkey is down (same as the optionKey on the Mac)
if the controlkey is down (same as the commandKey on the Mac)
if the shiftkey is down

if the shiftkey is down and the controlKey is down then


Jim Ault
Las Vegas

On 3/24/07 4:48 PM, "Mark Smith" <mark at maseurope.net> wrote:

> repeat forever
>    if the mouse is down then exit repeat
>    do stuff
> end repeat
> 
> 
> best,
> 
> Mark
> 
> On 24 Mar 2007, at 21:42, Viktoras Didziulis wrote:
> 
>> 
>> 
>> And a practical question - how to stop a long loop with a single
>> click of a
>> button ? I tried
>> on mouseclick
>> exit to top
>> end mouseclick
>> without any success, i could't even get an opportunity to click
>> that button,
>> because it is on an other stack/window which looses focus while
>> loop is
>> executing ;-)... Are there any graceful recipes for this?
>> 





More information about the use-livecode mailing list