Hi Richmond,

Your mouseColor test stack works fine under 
LiveCode 6.5.1 on Lubuntu Linux.

I just made a small change:

1) Add a vector graphic (for example, a circle)
on the card and set the opaque of this vector
graphic to true

2) Change card script to:

on mouseDown
   put the mouseColor into tColor
   put tColor into fld "numm"
   set the backcolor of last grc to tColor
end mouseDown

Al




--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Mouse-Color-not-Working-tp4674745p4674754.html
Sent from the Revolution - User mailing list archive at Nabble.com.

_______________________________________________
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