Visual Effects in LC 5.0.2

Randy Hengst iowahengst at mac.com
Mon Jan 16 09:52:59 EST 2012


Hi All,

I'm playing around with visual effects. Can anyone tell me why the below won't work for the mouseUp when both handlers are placed in the same button?

on mouseDown
   lock screen for visual effect
   set the visible of graphic "Chip02" to not the visible of graphic "Chip02"
   unlock screen with visual effect "dissolve" fast
end mouseDown

on mouseUp
   lock screen for visual effect
   set the visible of graphic "Chip01" to not the visible of graphic "Chip01"
   unlock screen with visual effect "dissolve" fast
end mouseUp

be well,
randy hengst



More information about the use-livecode mailing list