How to handle a "wait for file" situation

Mark Smith lists at futilism.com
Tue Jun 9 16:07:34 EDT 2009


Yes, I think you have to be careful with mouse stuff:

on mouseDown
    repeat
       if the mouse is up then exit repeat
       put the mouseloc
    end repeat
end mouseDown

got up to 70% cpu

Best,

Mark

On 9 Jun 2009, at 20:25, J. Landman Gay wrote:
>
> This is an example the the type of thing Raney always got peeved  
> about:
>
> repeat
>  if the mouse is up then exit repeat
>  put the mouseloc
> end repeat
>
> Will test some time when I can, unless you do it first. ;)
>
> -- 
> Jacqueline Landman Gay         |     jacque at hyperactivesw.com
> HyperActive Software           |     http://www.hyperactivesw.com
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your  
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution




More information about the use-livecode mailing list