On Dec 21, 2016, at 3:19 PM, dunbarx <dunb...@aol.com<mailto:dunb...@aol.com>> 
wrote:

Hi again.

Hmmm.

A single button on a card, I tried this in the card script:

on mouseMove
  put the target
 if the target contains "button"  then
    grab the target
 end if
end mouseMove

The target does indeed become the button when the cursor is over its rect
(no clicking). So the grab should fire as soon as the cursor enters that
space.

Hmmm. It seems that the mouseDown message is integral to the grab command.
One cannot kluge that with properties alone, as we both sort of thought.

Right. Weird, like I said. A mouseDown message seems to be sort of 
automatically generated in this case.

Devin


Devin Asay
Director
Office of Digital Humanities
Brigham Young University

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

Reply via email to