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         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to