MouseColor

J. Landman Gay jacque at hyperactivesw.com
Thu Jun 20 16:48:21 EDT 2013


On 6/20/13 1:05 PM, Alex Tweedly wrote:
> I must be missing something obvious ....
>
> I created a graphic rectangle, and set its backColor to some color (and
> made it visible and opaque).
>
> I expected that I could then click in it, and get back that same color
> in "the mouseColor" - but I don't.
>
>
> Here's the script, and the result ...
> on mouseup
>     put the mousecolor && the backColor of me
> end mouseup
>
> 69,235,110 85,235,90
>
> Is there some other setting I need to set or check ?
>     blend level is 0, ink is srcCopy

Any graphic effects applied? I usually only see a difference if there's 
some antialiasing and the mouse isn't directly over part of the flat 
colored area.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com




More information about the use-livecode mailing list