----------------------------

repeat with x = 1 to Myvar

   if the mouseDown then
     exit repeat
   else
     -- do your stuff
   end if

end repeat

----------------------------

-A.



>hi all,
>got a script than stays looping in a repeat.
>in some case, the loop takes several seconds to end. But i want to 
>be able to let him stop during the repeat.
>
>tried something like this via a button, but its ignored.
>
>global stop
>
>on somehandler
>    repeat with x = 1 to Myvar
>           if Stop = true
>                 Stop = false
>                 exit repeat
>          else
>                 do your job
>    end repeat
>end
>
>on a button got a stop = true, global stop
>
>the thing doens't work. what should i need to use?
>the apple/.  stops the loop but quits the app as well.
>
>
>Fabrice
>
>[To remove yourself from this list, or to change to digest mode, go 
>to http://www.penworks.com/lingo-l.cgi  To post messages to the 
>list, email [EMAIL PROTECTED]  (Problems, email 
>[EMAIL PROTECTED]). Lingo-L is for learning and helping with 
>programming Lingo.  Thanks!]

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to