on 3/8/02 12:33 PM, Dar Scott at [EMAIL PROTECTED] wrote:

> on mouseUp
> repeat for 60 times
> put the mouse into field "mouseValue"
> --put the mouseClick into field "mouseClickValue"
> wait for 500 milliseconds
> end repeat
> end mouseUp
> 
> During this 30 second test, when the mouse button is pressed the
> value of the field "mouseValue" changes to "down".  However, when
> it is released, it does not change to "up".
----------
How can it? You have locked the first value into the loop until it quits.

Best regards,
Ken N.

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to