Actually try:

on mouseUp
   put the dropshadow of me into aDropShadow
   put "normal" into aDropShadow["normal"]
   put "0,0,0" into aDropShadow["color"]
   put 180 into aDropShadow["opacity"]
   -- change any other element of the array as you see fit
   set the dropShadow of me to aDropShadow
end mouseUp

Bob



_______________________________________________
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