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" <[EMAIL PROTECTED]> 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?
>> 


_______________________________________________
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

Reply via email to