--- Lince M Lawrence <[EMAIL PROTECTED]> wrote:
> What will be the consequence of polling the mouse in
> Revolution.
> 
> repeat until the mouse is up
>   set the loc of btn "dragBtn" to the mouseLoc
> end repeat
> 
> Certain people discourage use of this in MetaCard
> and Revolution?
> 
> Thanking you,
> 
> Lince M Lawrence
> 

Hi Lince,

The main problem with the above construct is that the
engine needs to constantly check if the mouse state
happened to change.
All you'll ever want to know about mouse polling,
including how to achieve the same effect withut
hogging the CPU, can be found at :
<http://www.hyperactivesw.com/polling.html>

Hope this helped,

Jan Schenkel.

=====
"As we grow older, we grow both wiser and more foolish at the same time."  (La 
Rochefoucauld)

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to