Controlling Graphic Effects in Scripts

Bob Sneidar bobs at twft.com
Fri Aug 26 13:37:49 EDT 2011


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






More information about the use-livecode mailing list